<?xml version="1.0" encoding="UTF-8"?>
<robot generated="20181202 15:53:36.196" generator="Robot 3.0.4 (Python 2.7.5 on linux2)">
<suite id="s1" name="CSIT">
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l2.robot" id="s1-s1" name="L2">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 15:53:36.836" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 15:53:36.836" starttime="20181202 15:53:36.829"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.836" starttime="20181202 15:53:36.829"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 15:53:36.843" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 15:53:36.843" starttime="20181202 15:53:36.837"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.844" starttime="20181202 15:53:36.844"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 15:53:36.844" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 15:53:36.844" starttime="20181202 15:53:36.844"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 15:53:36.845" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 15:53:36.845" starttime="20181202 15:53:36.845"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.846" starttime="20181202 15:53:36.845"></status>
</kw>
<msg timestamp="20181202 15:53:36.846" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 15:53:36.846" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 15:53:36.846" starttime="20181202 15:53:36.845"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 15:53:36.846" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 15:53:36.846" starttime="20181202 15:53:36.846"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 15:53:36.847" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:36.847" starttime="20181202 15:53:36.847"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 15:53:36.848" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:36.848" starttime="20181202 15:53:36.847"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 15:53:36.848" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 15:53:36.848" starttime="20181202 15:53:36.848"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.850" starttime="20181202 15:53:36.849"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 15:53:36.850" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:36.850" starttime="20181202 15:53:36.850"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.851" starttime="20181202 15:53:36.850"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 15:53:36.852" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 15:53:36.852" starttime="20181202 15:53:36.851"></status>
</kw>
<msg timestamp="20181202 15:53:36.852" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 15:53:36.852" starttime="20181202 15:53:36.851"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 15:53:36.853" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6224fb150&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 15:53:36.853" starttime="20181202 15:53:36.852"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.853" starttime="20181202 15:53:36.853"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.854" starttime="20181202 15:53:36.849"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.854" starttime="20181202 15:53:36.849"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.854" starttime="20181202 15:53:36.848"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 15:53:36.854" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:36.854" starttime="20181202 15:53:36.854"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 15:53:36.855" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 15:53:36.855" starttime="20181202 15:53:36.854"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 15:53:36.855" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 15:53:36.855" starttime="20181202 15:53:36.855"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.855" starttime="20181202 15:53:36.846"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:36.855" starttime="20181202 15:53:36.837"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 15:53:36.857" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:36.857" starttime="20181202 15:53:36.857"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 15:53:36.857" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:36.857" starttime="20181202 15:53:36.857"></status>
</kw>
<msg timestamp="20181202 15:53:36.858" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:36.858" starttime="20181202 15:53:36.856"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 15:53:36.859" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:36.859" starttime="20181202 15:53:36.858"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 15:53:36.860" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:36.860" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:36.860" starttime="20181202 15:53:36.860"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.863" starttime="20181202 15:53:36.862"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 15:53:36.863" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:36.863" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:36.863" starttime="20181202 15:53:36.863"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 15:53:36.864" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 15:53:36.864" starttime="20181202 15:53:36.863"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 15:53:36.865" level="INFO">${conn_id} = 1</msg>
<status status="PASS" endtime="20181202 15:53:36.865" starttime="20181202 15:53:36.864"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 15:53:36.866" level="INFO">Length is 0</msg>
<msg timestamp="20181202 15:53:36.866" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 15:53:36.866" starttime="20181202 15:53:36.865"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:36.866" starttime="20181202 15:53:36.866"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 15:53:36.867" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 15:53:37.231" level="INFO">Read output: Last login: Sun Dec  2 15:53:30 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:53:37.231" starttime="20181202 15:53:36.867"></status>
</kw>
<msg timestamp="20181202 15:53:37.232" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:37.232" starttime="20181202 15:53:36.866"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.232" starttime="20181202 15:53:36.865"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 15:53:37.233" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 15:53:37.268" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 15:53:37.269" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 15:53:37.269" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 15:53:37.269" starttime="20181202 15:53:37.233"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:37.335" starttime="20181202 15:53:37.270"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.337" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 15:53:37.337" starttime="20181202 15:53:37.336"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.338" starttime="20181202 15:53:37.337"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.339" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:37.339" starttime="20181202 15:53:37.339"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.339" starttime="20181202 15:53:37.338"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.342" starttime="20181202 15:53:37.342"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.343" starttime="20181202 15:53:37.342"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:37.344" starttime="20181202 15:53:37.343"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.344" starttime="20181202 15:53:37.340"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.344" starttime="20181202 15:53:36.862"></status>
</kw>
<msg timestamp="20181202 15:53:37.345" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:37.345" starttime="20181202 15:53:36.861"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.345" starttime="20181202 15:53:36.861"></status>
</kw>
<msg timestamp="20181202 15:53:37.345" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:37.345" starttime="20181202 15:53:36.860"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.347" starttime="20181202 15:53:37.347"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.348" starttime="20181202 15:53:37.348"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:37.348" starttime="20181202 15:53:37.348"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.349" starttime="20181202 15:53:37.346"></status>
</kw>
<msg timestamp="20181202 15:53:37.349" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:53:37.349" starttime="20181202 15:53:36.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.349" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:37.350" starttime="20181202 15:53:37.349"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.350" starttime="20181202 15:53:36.858"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.350" starttime="20181202 15:53:36.858"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.350" starttime="20181202 15:53:36.858"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:37.350" starttime="20181202 15:53:36.856"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.351" starttime="20181202 15:53:37.350"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 15:53:37.391" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:37.391" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:37.391" starttime="20181202 15:53:37.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.391" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 15:53:37.392" starttime="20181202 15:53:37.391"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.392" level="INFO">1</msg>
<status status="PASS" endtime="20181202 15:53:37.392" starttime="20181202 15:53:37.392"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.394" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 15:53:37.394" starttime="20181202 15:53:37.393"></status>
</kw>
<msg timestamp="20181202 15:53:37.394" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 15:53:37.394" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 15:53:37.394" starttime="20181202 15:53:37.392"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.395" starttime="20181202 15:53:37.394"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 15:53:37.396" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:37.396" starttime="20181202 15:53:37.396"></status>
</kw>
<msg timestamp="20181202 15:53:37.396" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:37.397" starttime="20181202 15:53:37.395"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.397" starttime="20181202 15:53:37.397"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 15:53:37.398" level="INFO">index=4
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 15:53:37.398" level="INFO">${karaf_connection_object} = index=4
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 15:53:37.398" starttime="20181202 15:53:37.398"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:37.399" starttime="20181202 15:53:37.398"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 15:53:37.400" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 15:53:40.104" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 15:53:40.104" starttime="20181202 15:53:37.399"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.106" starttime="20181202 15:53:40.105"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.106" starttime="20181202 15:53:40.106"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:40.106" starttime="20181202 15:53:40.106"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:40.105"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:37.389"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:37.352"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:37.351"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:37.351"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:37.351"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.107" starttime="20181202 15:53:36.837"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 15:53:40.117" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.117" starttime="20181202 15:53:40.116"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 15:53:40.117" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.117" starttime="20181202 15:53:40.117"></status>
</kw>
<msg timestamp="20181202 15:53:40.118" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.118" starttime="20181202 15:53:40.116"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 15:53:40.127" level="INFO">${karaf_connection_index} = 4</msg>
<status status="PASS" endtime="20181202 15:53:40.127" starttime="20181202 15:53:40.127"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 15:53:40.127" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 15:53:40.128" starttime="20181202 15:53:40.127"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.221" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 15:53:40.221" starttime="20181202 15:53:40.128"></status>
</kw>
<msg timestamp="20181202 15:53:40.222" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 15:53:40.222" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 15:53:40.222" starttime="20181202 15:53:40.128"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.296" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:40.296" starttime="20181202 15:53:40.223"></status>
</kw>
<msg timestamp="20181202 15:53:40.296" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 15:53:40.297" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 15:53:40.297" starttime="20181202 15:53:40.222"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.297" starttime="20181202 15:53:40.297"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.298" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "2 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:40.298" starttime="20181202 15:53:40.297"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.298" starttime="20181202 15:53:40.298"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.299" starttime="20181202 15:53:40.299"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.300" starttime="20181202 15:53:40.300"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:40.300" starttime="20181202 15:53:40.300"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.300" starttime="20181202 15:53:40.299"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.300" starttime="20181202 15:53:40.126"></status>
</kw>
<msg timestamp="20181202 15:53:40.301" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 15:53:40.301" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 15:53:40.301" starttime="20181202 15:53:40.126"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.301" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:40.301" starttime="20181202 15:53:40.301"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.301" starttime="20181202 15:53:40.125"></status>
</kw>
<msg timestamp="20181202 15:53:40.301" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 15:53:40.301" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.118"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.302"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.118"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.118"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.115"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.107"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:40.107"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.302" starttime="20181202 15:53:36.829"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 15:53:40.303" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 15:53:40.303" starttime="20181202 15:53:40.303"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 15:53:40.306" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.306" starttime="20181202 15:53:40.305"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 15:53:40.306" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.306" starttime="20181202 15:53:40.306"></status>
</kw>
<msg timestamp="20181202 15:53:40.306" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.306" starttime="20181202 15:53:40.304"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 15:53:40.307" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:40.307" starttime="20181202 15:53:40.307"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 15:53:40.309" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:40.309" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:40.309" starttime="20181202 15:53:40.309"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.317" starttime="20181202 15:53:40.316"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.317" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 15:53:40.542" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 15:53:40.543" starttime="20181202 15:53:40.317"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.569" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 15:53:40.570" starttime="20181202 15:53:40.543"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:53:40.604" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 15:53:40.605" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:40.605" starttime="20181202 15:53:40.570"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 15:53:40.653" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 15:53:40.653" starttime="20181202 15:53:40.605"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:40.655" starttime="20181202 15:53:40.653"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.655" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:40.655" starttime="20181202 15:53:40.655"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.656" starttime="20181202 15:53:40.316"></status>
</kw>
<msg timestamp="20181202 15:53:40.656" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:40.656" starttime="20181202 15:53:40.310"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.657" starttime="20181202 15:53:40.657"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.657"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.658"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.656"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.308"></status>
</kw>
<msg timestamp="20181202 15:53:40.658" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.308"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.307"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.307"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.658" starttime="20181202 15:53:40.307"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.659" starttime="20181202 15:53:40.304"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:40.659" starttime="20181202 15:53:40.304"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 15:53:40.660" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.660" starttime="20181202 15:53:40.660"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 15:53:40.661" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.661" starttime="20181202 15:53:40.661"></status>
</kw>
<msg timestamp="20181202 15:53:40.661" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 15:53:40.661" starttime="20181202 15:53:40.659"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 15:53:40.662" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:40.662" starttime="20181202 15:53:40.661"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 15:53:40.664" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:40.664" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:40.665" starttime="20181202 15:53:40.664"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:40.672" starttime="20181202 15:53:40.672"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.673" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 15:53:40.902" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 15:53:40.903" starttime="20181202 15:53:40.672"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:53:40.985" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 15:53:40.985" starttime="20181202 15:53:40.905"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:53:40.989" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 15:53:40.990" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:40.990" starttime="20181202 15:53:40.986"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 15:53:41.037" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 15:53:41.038" starttime="20181202 15:53:40.990"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:41.040" starttime="20181202 15:53:41.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.041" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:53:41.041" starttime="20181202 15:53:41.041"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.042" starttime="20181202 15:53:40.671"></status>
</kw>
<msg timestamp="20181202 15:53:41.042" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:41.042" starttime="20181202 15:53:40.665"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:41.045" starttime="20181202 15:53:41.045"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:41.046" starttime="20181202 15:53:41.045"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:53:41.046" starttime="20181202 15:53:41.046"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.046" starttime="20181202 15:53:41.043"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.046" starttime="20181202 15:53:40.663"></status>
</kw>
<msg timestamp="20181202 15:53:41.046" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.663"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.662"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.661"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.661"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.659"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.659"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.303"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.047" starttime="20181202 15:53:40.303"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:41.049" starttime="20181202 15:53:41.048"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.050" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:41.050" starttime="20181202 15:53:41.049"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 15:53:41.051" level="INFO">${conn_id} = 11</msg>
<status status="PASS" endtime="20181202 15:53:41.051" starttime="20181202 15:53:41.050"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 15:53:41.053" level="INFO">Length is 0</msg>
<msg timestamp="20181202 15:53:41.053" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 15:53:41.053" starttime="20181202 15:53:41.052"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:41.053" starttime="20181202 15:53:41.053"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.054" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 15:53:41.354" level="INFO">Read output: Last login: Sun Dec  2 15:53:37 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:53:41.354" starttime="20181202 15:53:41.054"></status>
</kw>
<msg timestamp="20181202 15:53:41.354" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:41.354" starttime="20181202 15:53:41.053"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.354" starttime="20181202 15:53:41.051"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.355" level="INFO">${OS_CNTL_CONN_ID} = 11</msg>
<status status="PASS" endtime="20181202 15:53:41.355" starttime="20181202 15:53:41.354"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.355" starttime="20181202 15:53:41.050"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.357" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:41.357" starttime="20181202 15:53:41.356"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.357" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:41.357" starttime="20181202 15:53:41.357"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.358" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 15:53:41.358" starttime="20181202 15:53:41.358"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.359" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 15:53:41.359" starttime="20181202 15:53:41.358"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.359" level="INFO">${OS_CMP1_CONN_ID} = 11</msg>
<status status="PASS" endtime="20181202 15:53:41.359" starttime="20181202 15:53:41.359"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.360" level="INFO">${OS_CMP2_CONN_ID} = 11</msg>
<status status="PASS" endtime="20181202 15:53:41.360" starttime="20181202 15:53:41.360"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.364" level="INFO">@{OS_ALL_CONN_IDS} = [ 11 ]</msg>
<status status="PASS" endtime="20181202 15:53:41.364" starttime="20181202 15:53:41.360"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.367" level="INFO">@{OS_CMP_CONN_IDS} = [ 11 ]</msg>
<status status="PASS" endtime="20181202 15:53:41.367" starttime="20181202 15:53:41.364"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.367" starttime="20181202 15:53:41.356"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:41.367" starttime="20181202 15:53:41.355"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 15:53:41.367" level="INFO">Length is 1</msg>
<msg timestamp="20181202 15:53:41.367" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 15:53:41.367" starttime="20181202 15:53:41.367"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 15:53:41.368" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 15:53:41.368" starttime="20181202 15:53:41.368"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:41.377" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 15:53:41.411" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:43.632" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:43.633" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:43.633" starttime="20181202 15:53:41.376"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:43.634" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:43.634" starttime="20181202 15:53:43.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:43.635" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:43.635" starttime="20181202 15:53:43.634"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:43.636" starttime="20181202 15:53:43.635"></status>
</kw>
<msg timestamp="20181202 15:53:43.637" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:53:43.637" starttime="20181202 15:53:41.376"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:43.648" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 15:53:43.680" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:46.016" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:46.017" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:46.017" starttime="20181202 15:53:43.647"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:46.018" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:46.018" starttime="20181202 15:53:46.017"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:46.018" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:46.018" starttime="20181202 15:53:46.018"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:46.019" starttime="20181202 15:53:46.019"></status>
</kw>
<msg timestamp="20181202 15:53:46.019" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 15:53:46.019" starttime="20181202 15:53:43.647"></status>
</kw>
<msg timestamp="20181202 15:53:46.020" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:46.020" starttime="20181202 15:53:41.369"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:46.029" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 15:53:46.047" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:48.241" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:48.241" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:48.241" starttime="20181202 15:53:46.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:48.242" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:48.242" starttime="20181202 15:53:48.242"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:48.243" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:48.243" starttime="20181202 15:53:48.243"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:48.244" starttime="20181202 15:53:48.243"></status>
</kw>
<msg timestamp="20181202 15:53:48.244" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:53:48.244" starttime="20181202 15:53:46.028"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:48.252" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 15:53:48.280" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:50.304" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:50.304" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:50.304" starttime="20181202 15:53:48.251"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:50.305" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:50.305" starttime="20181202 15:53:50.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:50.306" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:50.306" starttime="20181202 15:53:50.305"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:50.307" starttime="20181202 15:53:50.306"></status>
</kw>
<msg timestamp="20181202 15:53:50.307" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 15:53:50.307" starttime="20181202 15:53:48.251"></status>
</kw>
<msg timestamp="20181202 15:53:50.307" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:50.307" starttime="20181202 15:53:46.020"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:50.315" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 15:53:50.356" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:52.627" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:52.628" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:52.628" starttime="20181202 15:53:50.315"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:52.628" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:52.629" starttime="20181202 15:53:52.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:52.629" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:52.629" starttime="20181202 15:53:52.629"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:52.630" starttime="20181202 15:53:52.629"></status>
</kw>
<msg timestamp="20181202 15:53:52.630" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:53:52.630" starttime="20181202 15:53:50.314"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:52.640" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 15:53:52.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:54.662" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:54.663" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:54.663" starttime="20181202 15:53:52.640"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.665" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:54.665" starttime="20181202 15:53:54.664"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.666" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:54.666" starttime="20181202 15:53:54.665"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:54.668" starttime="20181202 15:53:54.667"></status>
</kw>
<msg timestamp="20181202 15:53:54.669" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 15:53:54.669" starttime="20181202 15:53:52.639"></status>
</kw>
<msg timestamp="20181202 15:53:54.669" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:54.670" starttime="20181202 15:53:50.307"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.671" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:54.671" starttime="20181202 15:53:54.670"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.672" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:54.673" starttime="20181202 15:53:54.672"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.674" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 15:53:54.674" starttime="20181202 15:53:54.673"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:54.674" starttime="20181202 15:53:41.368"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:53:54.678" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 15:53:54.678" starttime="20181202 15:53:54.676"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.679" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [11]
OS_CMP_CONN_IDS: [11]</msg>
<status status="PASS" endtime="20181202 15:53:54.679" starttime="20181202 15:53:54.678"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:54.680" starttime="20181202 15:53:54.675"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:54.680" starttime="20181202 15:53:41.049"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.682" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62287d290&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 15:53:54.684" starttime="20181202 15:53:54.681"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:54.685" starttime="20181202 15:53:41.048"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 15:53:54.688" level="INFO">${suite_} = CSIT_L2</msg>
<status status="PASS" endtime="20181202 15:53:54.688" starttime="20181202 15:53:54.687"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 15:53:54.690" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L2</msg>
<status status="PASS" endtime="20181202 15:53:54.690" starttime="20181202 15:53:54.689"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 15:53:54.693" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:54.693" starttime="20181202 15:53:54.692"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 15:53:54.694" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2__192.0.2.3</msg>
<status status="PASS" endtime="20181202 15:53:54.694" starttime="20181202 15:53:54.694"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 15:53:54.698" level="INFO">index=11
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:53:54.698" level="INFO">${current_ssh_connection} = index=11
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:53:54.698" starttime="20181202 15:53:54.697"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 15:53:54.700" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 15:53:54.700" starttime="20181202 15:53:54.699"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 15:53:54.702" level="INFO">Length is 0</msg>
<msg timestamp="20181202 15:53:54.702" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 15:53:54.702" starttime="20181202 15:53:54.701"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:54.703" starttime="20181202 15:53:54.702"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 15:53:54.705" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 15:53:55.061" level="INFO">Read output: Last login: Sun Dec  2 15:53:41 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:53:55.062" starttime="20181202 15:53:54.704"></status>
</kw>
<msg timestamp="20181202 15:53:55.062" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:55.062" starttime="20181202 15:53:54.703"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:55.062" starttime="20181202 15:53:54.700"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:53:55.064" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 15:53:55.064" starttime="20181202 15:53:55.063"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 15:53:55.065" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 15:53:55.069" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 15:53:55.069" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 15:53:55.069" starttime="20181202 15:53:55.064"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:55.070" level="INFO">None</msg>
<status status="PASS" endtime="20181202 15:53:55.070" starttime="20181202 15:53:55.070"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:55.071" level="INFO">None</msg>
<status status="PASS" endtime="20181202 15:53:55.071" starttime="20181202 15:53:55.071"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:55.075" starttime="20181202 15:53:55.074"></status>
</kw>
<msg timestamp="20181202 15:53:55.075" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:53:55.075" starttime="20181202 15:53:55.073"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:55.075" starttime="20181202 15:53:55.072"></status>
</kw>
<msg timestamp="20181202 15:53:55.076" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 15:53:55.076" starttime="20181202 15:53:54.695"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:55.077" starttime="20181202 15:53:55.076"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:55.077" starttime="20181202 15:53:54.693"></status>
</kw>
<status status="PASS" endtime="20181202 15:53:55.077" starttime="20181202 15:53:54.693"></status>
</kw>
<msg timestamp="20181202 15:53:55.077" level="INFO">@{conn_ids} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 15:53:55.077" starttime="20181202 15:53:54.690"></status>
</kw>
<msg timestamp="20181202 15:53:55.078" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 15:53:55.078" starttime="20181202 15:53:54.686"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 15:53:55.079" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 15:53:55.079" starttime="20181202 15:53:55.078"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:53:55.082" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:55.082" starttime="20181202 15:53:55.081"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:55.084" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 15:53:55.127" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:53:57.537" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:53:57.538" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:53:57.538" starttime="20181202 15:53:55.084"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:53:57.539" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:53:57.539" starttime="20181202 15:53:57.538"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:53:57.540" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:53:57.540" starttime="20181202 15:53:57.539"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:53:57.540" starttime="20181202 15:53:57.540"></status>
</kw>
<msg timestamp="20181202 15:53:57.541" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 15:53:57.541" starttime="20181202 15:53:55.083"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:53:57.541" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 15:53:57.541" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:53:57.541" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:57.541" starttime="20181202 15:53:57.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:53:57.542" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:53:57.542" starttime="20181202 15:53:57.542"></status>
</kw>
<msg timestamp="20181202 15:53:57.542" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:57.542" starttime="20181202 15:53:55.081"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 15:53:57.542" starttime="20181202 15:53:57.542"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:53:57.543" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:53:57.543" starttime="20181202 15:53:57.543"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:53:57.545" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 15:53:57.582" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:00.103" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:00.103" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:00.104" starttime="20181202 15:53:57.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:00.105" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:00.105" starttime="20181202 15:54:00.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:00.106" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:00.106" starttime="20181202 15:54:00.105"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:00.107" starttime="20181202 15:54:00.106"></status>
</kw>
<msg timestamp="20181202 15:54:00.108" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 15:54:00.108" starttime="20181202 15:53:57.544"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:00.108" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 15:54:00.108" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:54:00.109" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:00.109" starttime="20181202 15:54:00.108"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:54:00.109" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:00.110" starttime="20181202 15:54:00.109"></status>
</kw>
<msg timestamp="20181202 15:54:00.110" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:00.110" starttime="20181202 15:53:57.543"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 15:54:00.110" starttime="20181202 15:54:00.110"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:00.112" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:00.112" starttime="20181202 15:54:00.112"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:00.114" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 15:54:00.132" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:02.474" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:02.474" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:02.474" starttime="20181202 15:54:00.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:02.476" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:02.476" starttime="20181202 15:54:02.475"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:02.476" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:02.476" starttime="20181202 15:54:02.476"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:02.477" starttime="20181202 15:54:02.477"></status>
</kw>
<msg timestamp="20181202 15:54:02.478" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 15:54:02.478" starttime="20181202 15:54:00.112"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:02.478" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 15:54:02.479" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:54:02.479" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:02.479" starttime="20181202 15:54:02.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:54:02.479" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:02.479" starttime="20181202 15:54:02.479"></status>
</kw>
<msg timestamp="20181202 15:54:02.480" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:02.480" starttime="20181202 15:54:00.111"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 15:54:02.480" starttime="20181202 15:54:02.480"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:02.482" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:02.482" starttime="20181202 15:54:02.481"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:02.484" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 15:54:02.524" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:04.663" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:04.664" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:04.664" starttime="20181202 15:54:02.483"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:04.665" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:04.666" starttime="20181202 15:54:04.665"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:04.666" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:04.666" starttime="20181202 15:54:04.666"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:04.668" starttime="20181202 15:54:04.667"></status>
</kw>
<msg timestamp="20181202 15:54:04.668" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 15:54:04.668" starttime="20181202 15:54:02.483"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:04.669" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 15:54:04.669" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:54:04.669" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:04.670" starttime="20181202 15:54:04.669"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:54:04.670" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 15:54:04.670" starttime="20181202 15:54:04.670"></status>
</kw>
<msg timestamp="20181202 15:54:04.671" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:04.671" starttime="20181202 15:54:02.480"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 15:54:04.671" starttime="20181202 15:54:04.671"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:04.673" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:04.673" starttime="20181202 15:54:04.673"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:04.675" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 15:54:04.703" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:06.973" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:06.973" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:06.973" starttime="20181202 15:54:04.674"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:06.975" level="INFO">[
  {
    "Subnets": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9", 
    "ID": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181202 15:54:06.975" starttime="20181202 15:54:06.974"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:06.975" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:06.976" starttime="20181202 15:54:06.975"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:06.976" starttime="20181202 15:54:06.976"></status>
</kw>
<msg timestamp="20181202 15:54:06.977" level="INFO">${json} = [
  {
    "Subnets": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9", 
    "ID": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260", 
    "Name": "external"
  }
]</msg>
<status status="PASS" endtime="20181202 15:54:06.977" starttime="20181202 15:54:04.674"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:06.977" level="INFO">To JSON using : content=[
  {
    "Subnets": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9", 
    "ID": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260", 
    "Name": "external"
  }
] </msg>
<msg timestamp="20181202 15:54:06.977" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:54:06.978" level="INFO">@{list} = [ {u'Subnets': u'f17bdc92-dc48-4f17-a3ff-b20337f2c0f9', u'ID': u'6d7623ad-fdea-4462-b1e7-eeb26f9a9260', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181202 15:54:06.978" starttime="20181202 15:54:06.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:54:06.978" level="INFO">[{u'Subnets': u'f17bdc92-dc48-4f17-a3ff-b20337f2c0f9', u'ID': u'6d7623ad-fdea-4462-b1e7-eeb26f9a9260', u'Name': u'external'}]</msg>
<status status="PASS" endtime="20181202 15:54:06.978" starttime="20181202 15:54:06.978"></status>
</kw>
<msg timestamp="20181202 15:54:06.979" level="INFO">@{networks} = [ {u'Subnets': u'f17bdc92-dc48-4f17-a3ff-b20337f2c0f9', u'ID': u'6d7623ad-fdea-4462-b1e7-eeb26f9a9260', u'Name': u'external'} ]</msg>
<status status="PASS" endtime="20181202 15:54:06.979" starttime="20181202 15:54:04.672"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'f17bdc92-dc48-4f17-a3ff-b20337f2c0f9', u'ID': u'6d7623ad-fdea-4462-b1e7-eeb26f9a9260', u'Name': u'external'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:06.995" level="INFO">Starting process:
openstack subnet delete f17bdc92-dc48-4f17-a3ff-b20337f2c0f9</msg>
<msg timestamp="20181202 15:54:07.038" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:09.550" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:09.551" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:09.551" starttime="20181202 15:54:06.994"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:09.552" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:09.552" starttime="20181202 15:54:09.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:09.552" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:09.552" starttime="20181202 15:54:09.552"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:09.553" starttime="20181202 15:54:09.552"></status>
</kw>
<msg timestamp="20181202 15:54:09.553" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:09.553" starttime="20181202 15:54:06.993"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:09.553" starttime="20181202 15:54:06.980"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:09.553" starttime="20181202 15:54:06.979"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:09.562" level="INFO">Starting process:
openstack network delete 6d7623ad-fdea-4462-b1e7-eeb26f9a9260</msg>
<msg timestamp="20181202 15:54:09.604" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:12.548" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:12.549" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:12.549" starttime="20181202 15:54:09.562"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:12.551" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:12.551" starttime="20181202 15:54:12.550"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:12.553" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:12.553" starttime="20181202 15:54:12.552"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:12.555" starttime="20181202 15:54:12.554"></status>
</kw>
<msg timestamp="20181202 15:54:12.556" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:12.556" starttime="20181202 15:54:09.561"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:12.556" starttime="20181202 15:54:09.554"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:12.556" starttime="20181202 15:54:09.554"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:12.556" starttime="20181202 15:54:06.979"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:12.557" starttime="20181202 15:54:06.979"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:12.559" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 15:54:12.560" starttime="20181202 15:54:12.559"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:12.562" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 15:54:12.585" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:14.811" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:14.811" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:14.811" starttime="20181202 15:54:12.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:14.812" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 15:54:14.813" starttime="20181202 15:54:14.812"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:14.813" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:14.813" starttime="20181202 15:54:14.813"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:14.814" starttime="20181202 15:54:14.814"></status>
</kw>
<msg timestamp="20181202 15:54:14.815" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 15:54:14.815" starttime="20181202 15:54:12.560"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 15:54:14.815" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 15:54:14.816" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 15:54:14.816" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 15:54:14.816" starttime="20181202 15:54:14.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 15:54:14.816" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 15:54:14.817" starttime="20181202 15:54:14.816"></status>
</kw>
<msg timestamp="20181202 15:54:14.817" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 15:54:14.817" starttime="20181202 15:54:12.557"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:14.818" starttime="20181202 15:54:14.817"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:14.818" starttime="20181202 15:54:14.817"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:14.819" starttime="20181202 15:54:14.818"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:14.819" starttime="20181202 15:54:14.818"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:14.819" starttime="20181202 15:54:14.817"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 15:54:14.820" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 15:54:14.820" starttime="20181202 15:54:14.819"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:14.831" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 15:54:14.861" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:17.456" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:17.457" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:17.457" starttime="20181202 15:54:14.830"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:17.458" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:17.459" starttime="20181202 15:54:17.458"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:17.460" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:17.460" starttime="20181202 15:54:17.459"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:17.461" starttime="20181202 15:54:17.460"></status>
</kw>
<msg timestamp="20181202 15:54:17.462" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:17.462" starttime="20181202 15:54:14.829"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:17.462" starttime="20181202 15:54:14.820"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:17.478" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 15:54:17.524" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:19.701" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:19.702" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:19.702" starttime="20181202 15:54:17.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:19.703" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:19.703" starttime="20181202 15:54:19.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:19.703" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:19.704" starttime="20181202 15:54:19.703"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:19.704" starttime="20181202 15:54:19.704"></status>
</kw>
<msg timestamp="20181202 15:54:19.705" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:19.705" starttime="20181202 15:54:17.476"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:19.705" starttime="20181202 15:54:17.462"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:19.713" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 15:54:19.743" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:21.932" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:21.933" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:21.933" starttime="20181202 15:54:19.713"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:21.933" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:21.934" starttime="20181202 15:54:21.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:21.934" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:21.934" starttime="20181202 15:54:21.934"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:21.935" starttime="20181202 15:54:21.934"></status>
</kw>
<msg timestamp="20181202 15:54:21.935" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:21.935" starttime="20181202 15:54:19.712"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:21.935" starttime="20181202 15:54:19.705"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:21.947" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 15:54:21.966" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:24.169" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:24.170" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:24.170" starttime="20181202 15:54:21.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:24.171" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:24.171" starttime="20181202 15:54:24.170"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:24.171" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:24.171" starttime="20181202 15:54:24.171"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:24.172" starttime="20181202 15:54:24.172"></status>
</kw>
<msg timestamp="20181202 15:54:24.172" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:24.172" starttime="20181202 15:54:21.945"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:24.172" starttime="20181202 15:54:21.935"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:24.181" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 15:54:24.204" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:26.301" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:26.301" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:26.301" starttime="20181202 15:54:24.181"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:26.302" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:26.302" starttime="20181202 15:54:26.302"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:26.303" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:26.303" starttime="20181202 15:54:26.302"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:26.303" starttime="20181202 15:54:26.303"></status>
</kw>
<msg timestamp="20181202 15:54:26.304" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 15:54:26.304" starttime="20181202 15:54:24.180"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:26.304" starttime="20181202 15:54:24.173"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:26.312" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 15:54:26.340" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:28.568" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:28.568" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:28.568" starttime="20181202 15:54:26.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:28.569" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:28.569" starttime="20181202 15:54:28.569"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:28.570" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:28.570" starttime="20181202 15:54:28.570"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:28.571" starttime="20181202 15:54:28.570"></status>
</kw>
<msg timestamp="20181202 15:54:28.571" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 15:54:28.571" starttime="20181202 15:54:26.311"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:28.571" starttime="20181202 15:54:26.304"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:28.582" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 15:54:28.625" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:30.710" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:30.711" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:30.711" starttime="20181202 15:54:28.581"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:30.712" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:30.712" starttime="20181202 15:54:30.711"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:30.712" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:30.712" starttime="20181202 15:54:30.712"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:30.713" starttime="20181202 15:54:30.712"></status>
</kw>
<msg timestamp="20181202 15:54:30.713" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:30.713" starttime="20181202 15:54:28.581"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:30.713" starttime="20181202 15:54:28.571"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:30.721" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 15:54:30.739" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:32.792" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:32.792" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:32.793" starttime="20181202 15:54:30.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.794" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:32.794" starttime="20181202 15:54:32.793"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.794" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:32.795" starttime="20181202 15:54:32.794"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:54:32.795"></status>
</kw>
<msg timestamp="20181202 15:54:32.796" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:54:30.720"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:54:30.713"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:54:14.820"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:54:14.819"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:53:55.080"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.796" starttime="20181202 15:53:55.079"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 11">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.799" starttime="20181202 15:54:32.798"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 15:54:32.799" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 15:54:32.799" starttime="20181202 15:54:32.799"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.801" starttime="20181202 15:54:32.801"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.802" starttime="20181202 15:54:32.801"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.807" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.807" starttime="20181202 15:54:32.802"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.829" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.829" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.829" starttime="20181202 15:54:32.807"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.829" starttime="20181202 15:54:32.800"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.829" starttime="20181202 15:54:32.800"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.831" starttime="20181202 15:54:32.830"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.831" starttime="20181202 15:54:32.831"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.834" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.834" starttime="20181202 15:54:32.831"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.848" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.848" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.849" starttime="20181202 15:54:32.834"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.849" starttime="20181202 15:54:32.830"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.849" starttime="20181202 15:54:32.829"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.851" starttime="20181202 15:54:32.850"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.851" starttime="20181202 15:54:32.851"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.853" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.853" starttime="20181202 15:54:32.851"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.865" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.865" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.865" starttime="20181202 15:54:32.853"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.866" starttime="20181202 15:54:32.849"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.866" starttime="20181202 15:54:32.849"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.867" starttime="20181202 15:54:32.867"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.867" starttime="20181202 15:54:32.867"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.869" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.870" starttime="20181202 15:54:32.867"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.881" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.881" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.881" starttime="20181202 15:54:32.870"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.881" starttime="20181202 15:54:32.866"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.881" starttime="20181202 15:54:32.866"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.883" starttime="20181202 15:54:32.882"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.883" starttime="20181202 15:54:32.883"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.886" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.886" starttime="20181202 15:54:32.883"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.899" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.899" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.899" starttime="20181202 15:54:32.886"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.899" starttime="20181202 15:54:32.882"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.899" starttime="20181202 15:54:32.881"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.901" starttime="20181202 15:54:32.900"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.901" starttime="20181202 15:54:32.901"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.903" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.903" starttime="20181202 15:54:32.901"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.913" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.913" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.913" starttime="20181202 15:54:32.904"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.914" starttime="20181202 15:54:32.900"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.914" starttime="20181202 15:54:32.899"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.915" starttime="20181202 15:54:32.915"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.915" starttime="20181202 15:54:32.915"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.918" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.918" starttime="20181202 15:54:32.915"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.928" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.928" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.928" starttime="20181202 15:54:32.918"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.928" starttime="20181202 15:54:32.914"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.928" starttime="20181202 15:54:32.914"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.930" starttime="20181202 15:54:32.929"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.930" starttime="20181202 15:54:32.930"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.932" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.932" starttime="20181202 15:54:32.930"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.943" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.944" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.944" starttime="20181202 15:54:32.932"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.944" starttime="20181202 15:54:32.929"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.944" starttime="20181202 15:54:32.928"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.946" starttime="20181202 15:54:32.945"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.946" starttime="20181202 15:54:32.946"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.948" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.948" starttime="20181202 15:54:32.946"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.959" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.959" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.960" starttime="20181202 15:54:32.949"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.960" starttime="20181202 15:54:32.944"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.960" starttime="20181202 15:54:32.944"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.961" starttime="20181202 15:54:32.961"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.961" starttime="20181202 15:54:32.961"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.963" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 15:54:32.964" starttime="20181202 15:54:32.962"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:32.974" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:32.974" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:32.974" starttime="20181202 15:54:32.964"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.974" starttime="20181202 15:54:32.960"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.974" starttime="20181202 15:54:32.960"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:32.974" starttime="20181202 15:54:32.799"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:32.975" starttime="20181202 15:54:32.975"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 15:54:32.976" starttime="20181202 15:54:32.976"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:32.978" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 15:54:32.978" starttime="20181202 15:54:32.976"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:33.033" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 15:54:33.033" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 15:54:33.033" starttime="20181202 15:54:32.978"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.033" starttime="20181202 15:54:32.974"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.034" starttime="20181202 15:54:32.798"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.034" starttime="20181202 15:54:32.797"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.034" starttime="20181202 15:54:32.797"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.034" starttime="20181202 15:54:32.797"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.042" level="FAIL">File '/tmp/validations.txt' does not exist.</msg>
<status status="FAIL" endtime="20181202 15:54:33.042" starttime="20181202 15:54:33.042"></status>
</kw>
<msg timestamp="20181202 15:54:33.042" level="INFO">${status} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.043" starttime="20181202 15:54:33.041"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<kw name="Create File" library="OperatingSystem">
<doc>Creates a file with the given content and encoding.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.043" html="yes" level="INFO">Created file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 15:54:33.044" starttime="20181202 15:54:33.043"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.044" starttime="20181202 15:54:33.043"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 15:54:33.044" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 15:54:33.044" starttime="20181202 15:54:33.044"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.044" starttime="20181202 15:54:33.041"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.055" starttime="20181202 15:54:33.055"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.056" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 15:54:33.241" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 15:54:33.241" starttime="20181202 15:54:33.055"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.287" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 15:54:33.287" starttime="20181202 15:54:33.242"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 15:54:33.300" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 15:54:33 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 15:54:33.300" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 15:54:33 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 15:54:33.300" starttime="20181202 15:54:33.287"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 15:54:33.347" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 15:54:33.347" starttime="20181202 15:54:33.301"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:54:33.349" starttime="20181202 15:54:33.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.349" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 15:54:33 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 15:54:33.350" starttime="20181202 15:54:33.349"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.350" starttime="20181202 15:54:33.054"></status>
</kw>
<msg timestamp="20181202 15:54:33.350" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 15:54:33 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 15:54:33.350" starttime="20181202 15:54:33.048"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.350" starttime="20181202 15:54:33.350"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.351" starttime="20181202 15:54:33.351"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.351" starttime="20181202 15:54:33.351"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.352" starttime="20181202 15:54:33.352"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.352" starttime="20181202 15:54:33.352"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.353" starttime="20181202 15:54:33.352"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.353" starttime="20181202 15:54:33.352"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.353" starttime="20181202 15:54:33.353"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.354" starttime="20181202 15:54:33.353"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.354" starttime="20181202 15:54:33.354"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.354" starttime="20181202 15:54:33.354"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.354"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.354"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.350"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.047"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.047"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.046"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.046"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.046"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.045"></status>
</kw>
<msg timestamp="20181202 15:54:33.355" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:33.355" starttime="20181202 15:54:33.045"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.363" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 15:54:33.363" starttime="20181202 15:54:33.363"></status>
</kw>
<msg timestamp="20181202 15:54:33.364" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:33.364" starttime="20181202 15:54:33.363"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.364" starttime="20181202 15:54:33.364"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 15:54:33.365" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 15:54:33.365" starttime="20181202 15:54:33.364"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.365" starttime="20181202 15:54:33.362"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.365" starttime="20181202 15:54:33.356"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.365" starttime="20181202 15:54:33.045"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 15:54:33.366" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 15:54:33.366" starttime="20181202 15:54:33.366"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.374" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 15:54:33.374" starttime="20181202 15:54:33.367"></status>
</kw>
<msg timestamp="20181202 15:54:33.374" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 15:54:33.374" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 15:54:33.374" starttime="20181202 15:54:33.367"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.375" starttime="20181202 15:54:33.375"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.375" starttime="20181202 15:54:33.367"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.375" starttime="20181202 15:54:33.367"></status>
</kw>
<msg timestamp="20181202 15:54:33.375" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.375" starttime="20181202 15:54:33.366"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.376" starttime="20181202 15:54:33.375"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.376" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:54:33.376" starttime="20181202 15:54:33.376"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.376" starttime="20181202 15:54:33.365"></status>
</kw>
<msg timestamp="20181202 15:54:33.377" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:33.377" starttime="20181202 15:54:33.365"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.384" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 15:54:33.384" starttime="20181202 15:54:33.384"></status>
</kw>
<msg timestamp="20181202 15:54:33.384" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:33.384" starttime="20181202 15:54:33.383"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.385" starttime="20181202 15:54:33.384"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 15:54:33.385" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 15:54:33.385" starttime="20181202 15:54:33.385"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.385" starttime="20181202 15:54:33.383"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.385" starttime="20181202 15:54:33.377"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.386" starttime="20181202 15:54:33.365"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 15:54:33.414" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 15:54:33.414" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 15:54:33.414" starttime="20181202 15:54:33.387"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 15:54:33.428" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529216229499731968,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 15:54:33.428" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 15:54:33.429" starttime="20181202 15:54:33.416"></status>
</kw>
<msg timestamp="20181202 15:54:33.429" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 15:54:33.429" starttime="20181202 15:54:33.415"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.431" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529216229499731968,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 15:54:33.432" starttime="20181202 15:54:33.430"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.432" starttime="20181202 15:54:33.414"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 15:54:33.433" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 15:54:33.433" starttime="20181202 15:54:33.432"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.435" starttime="20181202 15:54:33.434"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 15:54:33.435" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 15:54:33.435" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 15:54:33.435" starttime="20181202 15:54:33.435"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 15:54:33.436" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 15:54:33.436" starttime="20181202 15:54:33.436"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 15:54:33.437" level="INFO">${conn_id} = 14</msg>
<status status="PASS" endtime="20181202 15:54:33.437" starttime="20181202 15:54:33.436"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 15:54:33.438" level="INFO">Length is 0</msg>
<msg timestamp="20181202 15:54:33.438" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 15:54:33.438" starttime="20181202 15:54:33.437"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.438" starttime="20181202 15:54:33.438"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.439" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 15:54:33.770" level="INFO">Read output: Last login: Sun Dec  2 15:53:55 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 15:54:33.770" starttime="20181202 15:54:33.439"></status>
</kw>
<msg timestamp="20181202 15:54:33.770" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:54:33.770" starttime="20181202 15:54:33.438"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.770" starttime="20181202 15:54:33.437"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 15:54:33.771" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 15:54:33.815" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 15:54:33.815" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],lo...</msg>
<msg timestamp="20181202 15:54:33.815" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 15:54:33.815" starttime="20181202 15:54:33.771"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:54:33.880" starttime="20181202 15:54:33.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.880" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:33.880" starttime="20181202 15:54:33.880"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.881" starttime="20181202 15:54:33.881"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.882" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 15:54:33.882" starttime="20181202 15:54:33.882"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.882" starttime="20181202 15:54:33.881"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.884" starttime="20181202 15:54:33.883"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.884" starttime="20181202 15:54:33.884"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 15:54:33.885" starttime="20181202 15:54:33.884"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.885" starttime="20181202 15:54:33.882"></status>
</kw>
<msg timestamp="20181202 15:54:33.885" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],lo...</msg>
<status status="PASS" endtime="20181202 15:54:33.885" starttime="20181202 15:54:33.434"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.885" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 15:54:33.885" starttime="20181202 15:54:33.885"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 15:54:33.886" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 15:54:33.886" starttime="20181202 15:54:33.886"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.888" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.888" starttime="20181202 15:54:33.887"></status>
</kw>
<msg timestamp="20181202 15:54:33.888" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.889" starttime="20181202 15:54:33.886"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.889" starttime="20181202 15:54:33.889"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.889" starttime="20181202 15:54:33.886"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.891" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.891" starttime="20181202 15:54:33.890"></status>
</kw>
<msg timestamp="20181202 15:54:33.891" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.891" starttime="20181202 15:54:33.889"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.891" starttime="20181202 15:54:33.891"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.891" starttime="20181202 15:54:33.889"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.893" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.893" starttime="20181202 15:54:33.892"></status>
</kw>
<msg timestamp="20181202 15:54:33.893" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.893" starttime="20181202 15:54:33.892"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.894" starttime="20181202 15:54:33.893"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.894" starttime="20181202 15:54:33.891"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.895" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.895" starttime="20181202 15:54:33.894"></status>
</kw>
<msg timestamp="20181202 15:54:33.895" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.895" starttime="20181202 15:54:33.894"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.896" starttime="20181202 15:54:33.896"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.896" starttime="20181202 15:54:33.894"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.898" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.898" starttime="20181202 15:54:33.896"></status>
</kw>
<msg timestamp="20181202 15:54:33.898" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.898" starttime="20181202 15:54:33.896"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.898" starttime="20181202 15:54:33.898"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.898" starttime="20181202 15:54:33.896"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.900" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.900" starttime="20181202 15:54:33.899"></status>
</kw>
<msg timestamp="20181202 15:54:33.900" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.900" starttime="20181202 15:54:33.899"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.901" starttime="20181202 15:54:33.901"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.901" starttime="20181202 15:54:33.899"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.902" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.903" starttime="20181202 15:54:33.901"></status>
</kw>
<msg timestamp="20181202 15:54:33.903" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.903" starttime="20181202 15:54:33.901"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.903" starttime="20181202 15:54:33.903"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.903" starttime="20181202 15:54:33.901"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.905" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.905" starttime="20181202 15:54:33.904"></status>
</kw>
<msg timestamp="20181202 15:54:33.905" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.905" starttime="20181202 15:54:33.903"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.906" starttime="20181202 15:54:33.906"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.906" starttime="20181202 15:54:33.903"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.908" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.908" starttime="20181202 15:54:33.906"></status>
</kw>
<msg timestamp="20181202 15:54:33.908" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.908" starttime="20181202 15:54:33.906"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.908" starttime="20181202 15:54:33.908"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.909" starttime="20181202 15:54:33.906"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.910" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.910" starttime="20181202 15:54:33.909"></status>
</kw>
<msg timestamp="20181202 15:54:33.911" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.911" starttime="20181202 15:54:33.909"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.911" starttime="20181202 15:54:33.911"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.911" starttime="20181202 15:54:33.909"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.913" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.913" starttime="20181202 15:54:33.912"></status>
</kw>
<msg timestamp="20181202 15:54:33.913" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.913" starttime="20181202 15:54:33.911"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.914" starttime="20181202 15:54:33.914"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.914" starttime="20181202 15:54:33.911"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.916" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.916" starttime="20181202 15:54:33.914"></status>
</kw>
<msg timestamp="20181202 15:54:33.916" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.916" starttime="20181202 15:54:33.914"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.917" starttime="20181202 15:54:33.916"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.917" starttime="20181202 15:54:33.914"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.919" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.919" starttime="20181202 15:54:33.917"></status>
</kw>
<msg timestamp="20181202 15:54:33.919" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.919" starttime="20181202 15:54:33.917"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.920" starttime="20181202 15:54:33.920"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.920" starttime="20181202 15:54:33.917"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.922" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.922" starttime="20181202 15:54:33.920"></status>
</kw>
<msg timestamp="20181202 15:54:33.922" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.922" starttime="20181202 15:54:33.920"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.923" starttime="20181202 15:54:33.922"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.923" starttime="20181202 15:54:33.920"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.925" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.925" starttime="20181202 15:54:33.923"></status>
</kw>
<msg timestamp="20181202 15:54:33.925" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.925" starttime="20181202 15:54:33.923"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.925" starttime="20181202 15:54:33.925"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.925" starttime="20181202 15:54:33.923"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.928" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.928" starttime="20181202 15:54:33.926"></status>
</kw>
<msg timestamp="20181202 15:54:33.928" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.928" starttime="20181202 15:54:33.926"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.929" starttime="20181202 15:54:33.929"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.929" starttime="20181202 15:54:33.926"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.932" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.932" starttime="20181202 15:54:33.930"></status>
</kw>
<msg timestamp="20181202 15:54:33.932" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.932" starttime="20181202 15:54:33.929"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.932" starttime="20181202 15:54:33.932"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.932" starttime="20181202 15:54:33.929"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.935" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.935" starttime="20181202 15:54:33.933"></status>
</kw>
<msg timestamp="20181202 15:54:33.935" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.935" starttime="20181202 15:54:33.933"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.936" starttime="20181202 15:54:33.935"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.936" starttime="20181202 15:54:33.932"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.939" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.939" starttime="20181202 15:54:33.936"></status>
</kw>
<msg timestamp="20181202 15:54:33.939" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.939" starttime="20181202 15:54:33.936"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.939" starttime="20181202 15:54:33.939"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.939" starttime="20181202 15:54:33.936"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.944" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.944" starttime="20181202 15:54:33.940"></status>
</kw>
<msg timestamp="20181202 15:54:33.944" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.944" starttime="20181202 15:54:33.940"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.945" starttime="20181202 15:54:33.944"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.945" starttime="20181202 15:54:33.940"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.948" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.948" starttime="20181202 15:54:33.945"></status>
</kw>
<msg timestamp="20181202 15:54:33.948" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.948" starttime="20181202 15:54:33.945"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.949" starttime="20181202 15:54:33.948"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.949" starttime="20181202 15:54:33.945"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.951" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.952" starttime="20181202 15:54:33.949"></status>
</kw>
<msg timestamp="20181202 15:54:33.952" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.952" starttime="20181202 15:54:33.949"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.952" starttime="20181202 15:54:33.952"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.952" starttime="20181202 15:54:33.949"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.956" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.956" starttime="20181202 15:54:33.953"></status>
</kw>
<msg timestamp="20181202 15:54:33.956" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.956" starttime="20181202 15:54:33.952"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.957" starttime="20181202 15:54:33.957"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.957" starttime="20181202 15:54:33.952"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.960" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.960" starttime="20181202 15:54:33.957"></status>
</kw>
<msg timestamp="20181202 15:54:33.960" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.960" starttime="20181202 15:54:33.957"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.961" starttime="20181202 15:54:33.961"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.961" starttime="20181202 15:54:33.957"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.964" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.964" starttime="20181202 15:54:33.961"></status>
</kw>
<msg timestamp="20181202 15:54:33.964" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.964" starttime="20181202 15:54:33.961"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.964" starttime="20181202 15:54:33.964"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.964" starttime="20181202 15:54:33.961"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.967" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.968" starttime="20181202 15:54:33.965"></status>
</kw>
<msg timestamp="20181202 15:54:33.968" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.968" starttime="20181202 15:54:33.964"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.968" starttime="20181202 15:54:33.968"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.968" starttime="20181202 15:54:33.964"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.972" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.972" starttime="20181202 15:54:33.969"></status>
</kw>
<msg timestamp="20181202 15:54:33.972" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.972" starttime="20181202 15:54:33.969"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.972" starttime="20181202 15:54:33.972"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.972" starttime="20181202 15:54:33.969"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.976" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.976" starttime="20181202 15:54:33.973"></status>
</kw>
<msg timestamp="20181202 15:54:33.976" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.976" starttime="20181202 15:54:33.973"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.976" starttime="20181202 15:54:33.976"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.976" starttime="20181202 15:54:33.972"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.980" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.980" starttime="20181202 15:54:33.977"></status>
</kw>
<msg timestamp="20181202 15:54:33.980" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.980" starttime="20181202 15:54:33.977"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.980" starttime="20181202 15:54:33.980"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.980" starttime="20181202 15:54:33.976"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.984" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.984" starttime="20181202 15:54:33.981"></status>
</kw>
<msg timestamp="20181202 15:54:33.984" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.984" starttime="20181202 15:54:33.981"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.984" starttime="20181202 15:54:33.984"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.984" starttime="20181202 15:54:33.981"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.988" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.988" starttime="20181202 15:54:33.985"></status>
</kw>
<msg timestamp="20181202 15:54:33.988" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.988" starttime="20181202 15:54:33.985"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.988" starttime="20181202 15:54:33.988"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.988" starttime="20181202 15:54:33.984"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 15:54:33.992" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8040000, duration=21.187s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x10000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00001138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=284.844s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=284.830s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=284.825s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=284.807s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.835s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=123.737s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=123.737s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=284.807s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=284.807s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=284.647s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=284.259s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=284.251s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=284.647s, table=43, n_packets=105, n_bytes=5670, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=284.851s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=284.776s, table=48, n_packets=106, n_bytes=5712, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805138a, duration=125.800s, table=50, n_packets=105, n_bytes=5670, idle_timeout=300, send_flow_rem priority=20,metadata=0x1138a000000/0xfffffffff000000,dl_src=00:cb:87:12:20:d6 actions=goto_table:51
 cookie=0x8050001, duration=284.647s, table=50, n_packets=0, n_bytes=0, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=284.776s, table=50, n_packets=1, n_bytes=42, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=125.794s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=284.647s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=284.647s, table=51, n_packets=106, n_bytes=5712, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=126.149s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=126.139s, table=52, n_packets=106, n_bytes=5712, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=126.134s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=126.137s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=284.844s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=284.807s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=284.647s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=284.839s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=284.589s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=284.589s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=284.583s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=284.564s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.587s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.583s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=284.564s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=284.564s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=284.564s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=284.589s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.587s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=284.589s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=284.589s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=284.564s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 15:54:33.992" starttime="20181202 15:54:33.989"></status>
</kw>
<msg timestamp="20181202 15:54:33.992" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 15:54:33.992" starttime="20181202 15:54:33.989"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.992" starttime="20181202 15:54:33.992"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.992" starttime="20181202 15:54:33.988"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.992" starttime="20181202 15:54:33.886"></status>
</kw>
<msg timestamp="20181202 15:54:33.992" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 15:54:33.993" starttime="20181202 15:54:33.433"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 15:54:33.993" level="INFO">Length is 0</msg>
<msg timestamp="20181202 15:54:33.993" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 15:54:33.993" starttime="20181202 15:54:33.993"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:33.993" starttime="20181202 15:54:33.993"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.994" starttime="20181202 15:54:33.433"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.994" starttime="20181202 15:54:33.433"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 15:54:33.994" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 15:54:33.994" starttime="20181202 15:54:33.994"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:33.994" starttime="20181202 15:54:33.386"></status>
</kw>
<msg timestamp="20181202 15:54:33.994" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:33.994" starttime="20181202 15:54:33.386"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 15:54:34.002" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 15:54:34.002" starttime="20181202 15:54:34.002"></status>
</kw>
<msg timestamp="20181202 15:54:34.002" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 15:54:34.002" starttime="20181202 15:54:34.002"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:34.003" starttime="20181202 15:54:34.003"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 15:54:34.003" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 15:54:34.003" starttime="20181202 15:54:34.003"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.003" starttime="20181202 15:54:34.001"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.004" starttime="20181202 15:54:33.994"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.004" starttime="20181202 15:54:33.386"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.004" starttime="20181202 15:54:33.044"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.004" starttime="20181202 15:54:33.034"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:34.004" starttime="20181202 15:53:36.828"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment ${NET_1_VLAN_ID}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:34.011" level="INFO">Starting process:
openstack network create l2_net_1 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1121</msg>
<msg timestamp="20181202 15:54:34.051" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:36.155" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:36.155" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:36.155" starttime="20181202 15:54:34.011"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:36.156" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T15:54:35Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 73412f5d-1c08-40db-bfc0-1941ae331576 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l2_net_1                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1121                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T15:54:36Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:36.156" starttime="20181202 15:54:36.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:36.156" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:36.157" starttime="20181202 15:54:36.156"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:36.157" starttime="20181202 15:54:36.157"></status>
</kw>
<msg timestamp="20181202 15:54:36.158" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 15:54:36.158" starttime="20181202 15:54:34.010"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:36.158" starttime="20181202 15:54:34.004"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS}[0]</arg>
<arg>@{SUBNET_CIDRS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:36.166" level="INFO">Starting process:
openstack subnet create --network l2_net_1 --subnet-range 21.0.0.0/24 l2_sub_1 </msg>
<msg timestamp="20181202 15:54:36.184" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:38.722" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:38.723" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:38.723" starttime="20181202 15:54:36.166"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:38.725" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 21.0.0.2-21.0.0.254                  |
| cidr              | 21.0.0.0/24                          |
| created_at        | 2018-12-02T15:54:38Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 21.0.0.1                             |
| host_routes       |                                      |
| id                | c19496cd-fd6b-4478-bd8a-74bd1940c8c2 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_1                             |
| network_id        | 73412f5d-1c08-40db-bfc0-1941ae331576 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T15:54:38Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:38.725" starttime="20181202 15:54:38.724"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:38.726" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:38.726" starttime="20181202 15:54:38.726"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:38.728" starttime="20181202 15:54:38.727"></status>
</kw>
<msg timestamp="20181202 15:54:38.729" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 15:54:38.729" starttime="20181202 15:54:36.165"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:38.729" starttime="20181202 15:54:36.158"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:38.749" level="INFO">Starting process:
openstack network create l2_net_2 </msg>
<msg timestamp="20181202 15:54:38.787" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:41.087" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:41.088" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:41.088" starttime="20181202 15:54:38.748"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:41.089" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T15:54:40Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | d64cac99-2e14-41de-b007-343355d1a220 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l2_net_2                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 10                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T15:54:40Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:41.089" starttime="20181202 15:54:41.088"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:41.089" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:41.089" starttime="20181202 15:54:41.089"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:41.090" starttime="20181202 15:54:41.090"></status>
</kw>
<msg timestamp="20181202 15:54:41.090" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 15:54:41.090" starttime="20181202 15:54:38.747"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:41.091" starttime="20181202 15:54:38.730"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{SUBNETS}[1]</arg>
<arg>@{SUBNET_CIDRS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:41.099" level="INFO">Starting process:
openstack subnet create --network l2_net_2 --subnet-range 22.0.0.0/24 l2_sub_2 </msg>
<msg timestamp="20181202 15:54:41.118" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:43.613" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:43.614" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:43.614" starttime="20181202 15:54:41.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:43.615" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 22.0.0.2-22.0.0.254                  |
| cidr              | 22.0.0.0/24                          |
| created_at        | 2018-12-02T15:54:43Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 22.0.0.1                             |
| host_routes       |                                      |
| id                | 886151c9-5bbb-41f5-ac8f-619439190863 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2_sub_2                             |
| network_id        | d64cac99-2e14-41de-b007-343355d1a220 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T15:54:43Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:43.615" starttime="20181202 15:54:43.614"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:43.615" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:43.615" starttime="20181202 15:54:43.615"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:43.616" starttime="20181202 15:54:43.615"></status>
</kw>
<msg timestamp="20181202 15:54:43.616" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 15:54:43.616" starttime="20181202 15:54:41.098"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:43.616" starttime="20181202 15:54:41.091"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:43.618" starttime="20181202 15:54:43.618"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:43.619" starttime="20181202 15:54:43.618"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:43.626" level="INFO">Starting process:
openstack security group create l2_sg </msg>
<msg timestamp="20181202 15:54:43.652" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:45.964" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:45.965" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:45.965" starttime="20181202 15:54:43.626"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:45.966" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T15:54:45Z                                                                                                                                  |
| description     | l2_sg                                                                                                                                                 |
| id              | bb385a87-8ce9-475b-9271-1c1eca7450eb                                                                                                                  |
| name            | l2_sg                                                                                                                                                 |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T15:54:45Z', direction='egress', ethertype='IPv6', id='0c5ceb9c-dbe6-4389-bc5a-fbac94c86206', updated_at='2018-12-02T15:54:45Z' |
|                 | created_at='2018-12-02T15:54:45Z', direction='egress', ethertype='IPv4', id='549fc2ba-e25b-41ec-b340-bdfeadf793f9', updated_at='2018-12-02T15:54:45Z' |
| updated_at      | 2018-12-02T15:54:45Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:45.966" starttime="20181202 15:54:45.965"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:45.967" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:45.967" starttime="20181202 15:54:45.967"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:45.968" starttime="20181202 15:54:45.968"></status>
</kw>
<msg timestamp="20181202 15:54:45.969" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 15:54:45.969" starttime="20181202 15:54:43.625"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 15:54:45.970" level="INFO">${sgp_id} = bb385a87-8ce9-475b-9271-1c1eca7450eb</msg>
<status status="PASS" endtime="20181202 15:54:45.970" starttime="20181202 15:54:45.969"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:45.971" starttime="20181202 15:54:43.617"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:46.010" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 15:54:46.010" starttime="20181202 15:54:46.010"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:46.011" starttime="20181202 15:54:46.010"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.012" starttime="20181202 15:54:46.011"></status>
</kw>
<msg timestamp="20181202 15:54:46.012" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:46.012" starttime="20181202 15:54:46.011"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.014" starttime="20181202 15:54:46.013"></status>
</kw>
<msg timestamp="20181202 15:54:46.014" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 15:54:46.014" starttime="20181202 15:54:46.013"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.015" starttime="20181202 15:54:46.015"></status>
</kw>
<msg timestamp="20181202 15:54:46.016" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:46.016" starttime="20181202 15:54:46.014"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.017" starttime="20181202 15:54:46.016"></status>
</kw>
<msg timestamp="20181202 15:54:46.017" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 15:54:46.017" starttime="20181202 15:54:46.016"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.018" starttime="20181202 15:54:46.017"></status>
</kw>
<msg timestamp="20181202 15:54:46.018" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 15:54:46.018" starttime="20181202 15:54:46.017"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.019" starttime="20181202 15:54:46.018"></status>
</kw>
<msg timestamp="20181202 15:54:46.019" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 15:54:46.019" starttime="20181202 15:54:46.018"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:46.020" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:46.020" starttime="20181202 15:54:46.019"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:46.020" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:46.020" starttime="20181202 15:54:46.020"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:46.021" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:46.021" starttime="20181202 15:54:46.020"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.022" starttime="20181202 15:54:46.022"></status>
</kw>
<msg timestamp="20181202 15:54:46.022" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:46.022" starttime="20181202 15:54:46.021"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.023" starttime="20181202 15:54:46.023"></status>
</kw>
<msg timestamp="20181202 15:54:46.023" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181202 15:54:46.023" starttime="20181202 15:54:46.022"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.024" starttime="20181202 15:54:46.024"></status>
</kw>
<msg timestamp="20181202 15:54:46.024" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:46.024" starttime="20181202 15:54:46.023"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.026" starttime="20181202 15:54:46.025"></status>
</kw>
<msg timestamp="20181202 15:54:46.026" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 15:54:46.026" starttime="20181202 15:54:46.024"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.027" starttime="20181202 15:54:46.027"></status>
</kw>
<msg timestamp="20181202 15:54:46.027" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:46.027" starttime="20181202 15:54:46.026"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.028" starttime="20181202 15:54:46.028"></status>
</kw>
<msg timestamp="20181202 15:54:46.028" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:46.028" starttime="20181202 15:54:46.027"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:46.029" starttime="20181202 15:54:46.029"></status>
</kw>
<msg timestamp="20181202 15:54:46.029" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:46.029" starttime="20181202 15:54:46.028"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:46.031" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 15:54:46.051" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:48.223" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:48.224" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:48.224" starttime="20181202 15:54:46.030"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:48.225" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:54:48Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 63e69ecd-d6d3-4f18-bbe1-907dc4934097 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:54:48Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:48.225" starttime="20181202 15:54:48.224"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:48.226" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:48.226" starttime="20181202 15:54:48.225"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.227" starttime="20181202 15:54:48.226"></status>
</kw>
<msg timestamp="20181202 15:54:48.227" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:54:48.227" starttime="20181202 15:54:46.030"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:54:48.228" level="INFO">${rule_id} = 63e69ecd-d6d3-4f18-bbe1-907dc4934097</msg>
<status status="PASS" endtime="20181202 15:54:48.228" starttime="20181202 15:54:48.227"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:48.228" starttime="20181202 15:54:46.008"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:48.257" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 15:54:48.257" starttime="20181202 15:54:48.257"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:48.257" starttime="20181202 15:54:48.257"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.258" starttime="20181202 15:54:48.258"></status>
</kw>
<msg timestamp="20181202 15:54:48.258" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:48.258" starttime="20181202 15:54:48.257"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.259" starttime="20181202 15:54:48.259"></status>
</kw>
<msg timestamp="20181202 15:54:48.259" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 15:54:48.259" starttime="20181202 15:54:48.258"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.260" starttime="20181202 15:54:48.260"></status>
</kw>
<msg timestamp="20181202 15:54:48.260" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:48.260" starttime="20181202 15:54:48.259"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.261" starttime="20181202 15:54:48.261"></status>
</kw>
<msg timestamp="20181202 15:54:48.261" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 15:54:48.261" starttime="20181202 15:54:48.260"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.262" starttime="20181202 15:54:48.262"></status>
</kw>
<msg timestamp="20181202 15:54:48.262" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 15:54:48.262" starttime="20181202 15:54:48.261"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.263" starttime="20181202 15:54:48.262"></status>
</kw>
<msg timestamp="20181202 15:54:48.263" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 15:54:48.263" starttime="20181202 15:54:48.262"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:48.263" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:48.263" starttime="20181202 15:54:48.263"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:48.264" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:48.264" starttime="20181202 15:54:48.263"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:48.264" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:48.264" starttime="20181202 15:54:48.264"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.265" starttime="20181202 15:54:48.265"></status>
</kw>
<msg timestamp="20181202 15:54:48.265" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:48.265" starttime="20181202 15:54:48.264"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.266" starttime="20181202 15:54:48.266"></status>
</kw>
<msg timestamp="20181202 15:54:48.266" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181202 15:54:48.266" starttime="20181202 15:54:48.265"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.267" starttime="20181202 15:54:48.267"></status>
</kw>
<msg timestamp="20181202 15:54:48.267" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:48.267" starttime="20181202 15:54:48.266"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.268" starttime="20181202 15:54:48.268"></status>
</kw>
<msg timestamp="20181202 15:54:48.268" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 15:54:48.268" starttime="20181202 15:54:48.267"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.269" starttime="20181202 15:54:48.269"></status>
</kw>
<msg timestamp="20181202 15:54:48.269" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:48.269" starttime="20181202 15:54:48.268"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.270" starttime="20181202 15:54:48.270"></status>
</kw>
<msg timestamp="20181202 15:54:48.270" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:48.270" starttime="20181202 15:54:48.270"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:48.271" starttime="20181202 15:54:48.271"></status>
</kw>
<msg timestamp="20181202 15:54:48.271" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 15:54:48.271" starttime="20181202 15:54:48.270"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:48.272" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 15:54:48.306" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:50.537" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:50.538" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:50.538" starttime="20181202 15:54:48.272"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:50.539" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:54:50Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 0d3e741f-9ae2-473a-8574-be5b0c09e2b9 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:54:50Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:50.539" starttime="20181202 15:54:50.538"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:50.540" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:50.540" starttime="20181202 15:54:50.540"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.541" starttime="20181202 15:54:50.541"></status>
</kw>
<msg timestamp="20181202 15:54:50.542" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:54:50.542" starttime="20181202 15:54:48.271"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:54:50.542" level="INFO">${rule_id} = 0d3e741f-9ae2-473a-8574-be5b0c09e2b9</msg>
<status status="PASS" endtime="20181202 15:54:50.542" starttime="20181202 15:54:50.542"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:50.543" starttime="20181202 15:54:48.256"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:50.580" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 15:54:50.580" starttime="20181202 15:54:50.580"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:50.580" starttime="20181202 15:54:50.580"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.581" starttime="20181202 15:54:50.581"></status>
</kw>
<msg timestamp="20181202 15:54:50.582" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:50.582" starttime="20181202 15:54:50.581"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.583" starttime="20181202 15:54:50.582"></status>
</kw>
<msg timestamp="20181202 15:54:50.583" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 15:54:50.583" starttime="20181202 15:54:50.582"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.584" starttime="20181202 15:54:50.583"></status>
</kw>
<msg timestamp="20181202 15:54:50.584" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:50.584" starttime="20181202 15:54:50.583"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.585" starttime="20181202 15:54:50.584"></status>
</kw>
<msg timestamp="20181202 15:54:50.585" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 15:54:50.585" starttime="20181202 15:54:50.584"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.586" starttime="20181202 15:54:50.585"></status>
</kw>
<msg timestamp="20181202 15:54:50.586" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 15:54:50.586" starttime="20181202 15:54:50.585"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.587" starttime="20181202 15:54:50.586"></status>
</kw>
<msg timestamp="20181202 15:54:50.587" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 15:54:50.587" starttime="20181202 15:54:50.586"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:50.587" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:50.587" starttime="20181202 15:54:50.587"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:50.588" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:50.588" starttime="20181202 15:54:50.587"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:50.588" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:50.588" starttime="20181202 15:54:50.588"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.589" starttime="20181202 15:54:50.589"></status>
</kw>
<msg timestamp="20181202 15:54:50.589" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:50.589" starttime="20181202 15:54:50.588"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.590" starttime="20181202 15:54:50.590"></status>
</kw>
<msg timestamp="20181202 15:54:50.590" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181202 15:54:50.590" starttime="20181202 15:54:50.589"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.591" starttime="20181202 15:54:50.591"></status>
</kw>
<msg timestamp="20181202 15:54:50.591" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:50.591" starttime="20181202 15:54:50.591"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.593" starttime="20181202 15:54:50.592"></status>
</kw>
<msg timestamp="20181202 15:54:50.593" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:50.593" starttime="20181202 15:54:50.592"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.594" starttime="20181202 15:54:50.594"></status>
</kw>
<msg timestamp="20181202 15:54:50.594" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:50.594" starttime="20181202 15:54:50.593"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.595" starttime="20181202 15:54:50.595"></status>
</kw>
<msg timestamp="20181202 15:54:50.595" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:50.595" starttime="20181202 15:54:50.594"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:50.596" starttime="20181202 15:54:50.596"></status>
</kw>
<msg timestamp="20181202 15:54:50.596" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:50.596" starttime="20181202 15:54:50.595"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:50.597" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 15:54:50.616" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:52.948" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:52.948" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:52.948" starttime="20181202 15:54:50.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:52.949" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:54:52Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | cee8b677-242e-4165-9e51-353d99a27313 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:54:52Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:52.949" starttime="20181202 15:54:52.949"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:52.950" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:52.950" starttime="20181202 15:54:52.950"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.951" starttime="20181202 15:54:52.950"></status>
</kw>
<msg timestamp="20181202 15:54:52.951" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:54:52.951" starttime="20181202 15:54:50.596"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:54:52.952" level="INFO">${rule_id} = cee8b677-242e-4165-9e51-353d99a27313</msg>
<status status="PASS" endtime="20181202 15:54:52.953" starttime="20181202 15:54:52.952"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:52.953" starttime="20181202 15:54:50.579"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:52.994" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 15:54:52.994" starttime="20181202 15:54:52.993"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:52.994" starttime="20181202 15:54:52.993"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.995" starttime="20181202 15:54:52.994"></status>
</kw>
<msg timestamp="20181202 15:54:52.995" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:52.995" starttime="20181202 15:54:52.994"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.996" starttime="20181202 15:54:52.996"></status>
</kw>
<msg timestamp="20181202 15:54:52.996" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 15:54:52.996" starttime="20181202 15:54:52.995"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.997" starttime="20181202 15:54:52.997"></status>
</kw>
<msg timestamp="20181202 15:54:52.997" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:52.997" starttime="20181202 15:54:52.996"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.998" starttime="20181202 15:54:52.998"></status>
</kw>
<msg timestamp="20181202 15:54:52.998" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 15:54:52.998" starttime="20181202 15:54:52.997"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:52.999" starttime="20181202 15:54:52.999"></status>
</kw>
<msg timestamp="20181202 15:54:52.999" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 15:54:53.000" starttime="20181202 15:54:52.999"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.001" starttime="20181202 15:54:53.000"></status>
</kw>
<msg timestamp="20181202 15:54:53.001" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 15:54:53.001" starttime="20181202 15:54:53.000"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:53.001" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:53.001" starttime="20181202 15:54:53.001"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:53.002" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:53.002" starttime="20181202 15:54:53.001"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:53.002" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:53.002" starttime="20181202 15:54:53.002"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.004" starttime="20181202 15:54:53.003"></status>
</kw>
<msg timestamp="20181202 15:54:53.004" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:53.004" starttime="20181202 15:54:53.003"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.005" starttime="20181202 15:54:53.004"></status>
</kw>
<msg timestamp="20181202 15:54:53.005" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181202 15:54:53.005" starttime="20181202 15:54:53.004"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.006" starttime="20181202 15:54:53.006"></status>
</kw>
<msg timestamp="20181202 15:54:53.006" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:53.006" starttime="20181202 15:54:53.005"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.007" starttime="20181202 15:54:53.007"></status>
</kw>
<msg timestamp="20181202 15:54:53.007" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:53.008" starttime="20181202 15:54:53.006"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.009" starttime="20181202 15:54:53.008"></status>
</kw>
<msg timestamp="20181202 15:54:53.009" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:53.009" starttime="20181202 15:54:53.008"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.010" starttime="20181202 15:54:53.009"></status>
</kw>
<msg timestamp="20181202 15:54:53.010" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:53.010" starttime="20181202 15:54:53.009"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:53.011" starttime="20181202 15:54:53.011"></status>
</kw>
<msg timestamp="20181202 15:54:53.011" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 15:54:53.011" starttime="20181202 15:54:53.010"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:53.012" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 15:54:53.053" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:55.500" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:55.500" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:55.501" starttime="20181202 15:54:53.012"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:55.501" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:54:55Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 28e6454c-0c58-4b09-bb9d-e71db11ea3c4 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:54:55Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:55.502" starttime="20181202 15:54:55.501"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:55.502" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:55.502" starttime="20181202 15:54:55.502"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.503" starttime="20181202 15:54:55.502"></status>
</kw>
<msg timestamp="20181202 15:54:55.503" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:54:55.503" starttime="20181202 15:54:53.011"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:54:55.504" level="INFO">${rule_id} = 28e6454c-0c58-4b09-bb9d-e71db11ea3c4</msg>
<status status="PASS" endtime="20181202 15:54:55.504" starttime="20181202 15:54:55.503"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:55.504" starttime="20181202 15:54:52.992"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:55.533" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 15:54:55.533" starttime="20181202 15:54:55.532"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:55.533" starttime="20181202 15:54:55.532"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.534" starttime="20181202 15:54:55.534"></status>
</kw>
<msg timestamp="20181202 15:54:55.534" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:55.534" starttime="20181202 15:54:55.533"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.535" starttime="20181202 15:54:55.535"></status>
</kw>
<msg timestamp="20181202 15:54:55.536" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 15:54:55.536" starttime="20181202 15:54:55.535"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.537" starttime="20181202 15:54:55.537"></status>
</kw>
<msg timestamp="20181202 15:54:55.537" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:55.537" starttime="20181202 15:54:55.536"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.538" starttime="20181202 15:54:55.538"></status>
</kw>
<msg timestamp="20181202 15:54:55.538" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 15:54:55.538" starttime="20181202 15:54:55.537"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.540" starttime="20181202 15:54:55.539"></status>
</kw>
<msg timestamp="20181202 15:54:55.540" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 15:54:55.540" starttime="20181202 15:54:55.539"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.541" starttime="20181202 15:54:55.541"></status>
</kw>
<msg timestamp="20181202 15:54:55.541" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 15:54:55.541" starttime="20181202 15:54:55.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:55.542" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:55.542" starttime="20181202 15:54:55.542"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:55.542" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:55.542" starttime="20181202 15:54:55.542"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:55.543" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:55.543" starttime="20181202 15:54:55.543"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.544" starttime="20181202 15:54:55.544"></status>
</kw>
<msg timestamp="20181202 15:54:55.544" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:55.544" starttime="20181202 15:54:55.543"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.545" starttime="20181202 15:54:55.544"></status>
</kw>
<msg timestamp="20181202 15:54:55.545" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress</msg>
<status status="PASS" endtime="20181202 15:54:55.545" starttime="20181202 15:54:55.544"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.546" starttime="20181202 15:54:55.545"></status>
</kw>
<msg timestamp="20181202 15:54:55.546" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:55.546" starttime="20181202 15:54:55.545"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.547" starttime="20181202 15:54:55.547"></status>
</kw>
<msg timestamp="20181202 15:54:55.547" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 15:54:55.547" starttime="20181202 15:54:55.546"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.548" starttime="20181202 15:54:55.548"></status>
</kw>
<msg timestamp="20181202 15:54:55.548" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:55.548" starttime="20181202 15:54:55.547"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.549" starttime="20181202 15:54:55.549"></status>
</kw>
<msg timestamp="20181202 15:54:55.549" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:55.549" starttime="20181202 15:54:55.549"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:55.550" starttime="20181202 15:54:55.550"></status>
</kw>
<msg timestamp="20181202 15:54:55.550" level="INFO">${cmd} = openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:55.550" starttime="20181202 15:54:55.550"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:55.552" level="INFO">Starting process:
openstack security group rule create l2_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 15:54:55.592" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:54:58.329" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:54:58.330" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:54:58.330" starttime="20181202 15:54:55.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:54:58.332" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:54:58Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 6f6b0537-428e-493e-a1e4-9041bf152ec6 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:54:58Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:54:58.332" starttime="20181202 15:54:58.331"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:54:58.333" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:54:58.333" starttime="20181202 15:54:58.332"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.334" starttime="20181202 15:54:58.333"></status>
</kw>
<msg timestamp="20181202 15:54:58.335" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:54:58.335" starttime="20181202 15:54:55.551"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:54:58.336" level="INFO">${rule_id} = 6f6b0537-428e-493e-a1e4-9041bf152ec6</msg>
<status status="PASS" endtime="20181202 15:54:58.336" starttime="20181202 15:54:58.335"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:58.337" starttime="20181202 15:54:55.531"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 15:54:58.384" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 15:54:58.384" starttime="20181202 15:54:58.384"></status>
</kw>
<status status="PASS" endtime="20181202 15:54:58.384" starttime="20181202 15:54:58.383"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.385" starttime="20181202 15:54:58.385"></status>
</kw>
<msg timestamp="20181202 15:54:58.385" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 15:54:58.386" starttime="20181202 15:54:58.385"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.387" starttime="20181202 15:54:58.386"></status>
</kw>
<msg timestamp="20181202 15:54:58.387" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 15:54:58.387" starttime="20181202 15:54:58.386"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.388" starttime="20181202 15:54:58.387"></status>
</kw>
<msg timestamp="20181202 15:54:58.388" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 15:54:58.388" starttime="20181202 15:54:58.387"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.389" starttime="20181202 15:54:58.389"></status>
</kw>
<msg timestamp="20181202 15:54:58.389" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 15:54:58.389" starttime="20181202 15:54:58.388"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.390" starttime="20181202 15:54:58.390"></status>
</kw>
<msg timestamp="20181202 15:54:58.390" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 15:54:58.390" starttime="20181202 15:54:58.390"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.392" starttime="20181202 15:54:58.391"></status>
</kw>
<msg timestamp="20181202 15:54:58.392" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 15:54:58.392" starttime="20181202 15:54:58.391"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 15:54:58.392" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 15:54:58.392" starttime="20181202 15:54:58.392"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 15:54:58.393" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 15:54:58.393" starttime="20181202 15:54:58.393"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 15:54:58.393" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:58.393" starttime="20181202 15:54:58.393"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.395" starttime="20181202 15:54:58.394"></status>
</kw>
<msg timestamp="20181202 15:54:58.395" level="INFO">${cmd} = openstack security group rule create l2_sg</msg>
<status status="PASS" endtime="20181202 15:54:58.395" starttime="20181202 15:54:58.394"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.396" starttime="20181202 15:54:58.395"></status>
</kw>
<msg timestamp="20181202 15:54:58.396" level="INFO">${cmd} = openstack security group rule create l2_sg --egress</msg>
<status status="PASS" endtime="20181202 15:54:58.396" starttime="20181202 15:54:58.395"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.397" starttime="20181202 15:54:58.397"></status>
</kw>
<msg timestamp="20181202 15:54:58.397" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 15:54:58.397" starttime="20181202 15:54:58.396"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.399" starttime="20181202 15:54:58.398"></status>
</kw>
<msg timestamp="20181202 15:54:58.399" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 15:54:58.399" starttime="20181202 15:54:58.397"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.400" starttime="20181202 15:54:58.400"></status>
</kw>
<msg timestamp="20181202 15:54:58.400" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:58.400" starttime="20181202 15:54:58.399"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.401" starttime="20181202 15:54:58.401"></status>
</kw>
<msg timestamp="20181202 15:54:58.401" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:58.401" starttime="20181202 15:54:58.400"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 15:54:58.402" starttime="20181202 15:54:58.402"></status>
</kw>
<msg timestamp="20181202 15:54:58.402" level="INFO">${cmd} = openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 15:54:58.402" starttime="20181202 15:54:58.401"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:54:58.404" level="INFO">Starting process:
openstack security group rule create l2_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 15:54:58.447" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:00.881" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:00.882" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:00.882" starttime="20181202 15:54:58.404"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:00.883" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T15:55:00Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | e8c2d9ac-05dc-4543-b738-9eac9f9d04ef |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb385a87-8ce9-475b-9271-1c1eca7450eb |
| updated_at        | 2018-12-02T15:55:00Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:00.883" starttime="20181202 15:55:00.882"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:00.884" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:00.884" starttime="20181202 15:55:00.883"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:00.885" starttime="20181202 15:55:00.884"></status>
</kw>
<msg timestamp="20181202 15:55:00.885" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 15:55:00.885" starttime="20181202 15:54:58.403"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 15:55:00.886" level="INFO">${rule_id} = e8c2d9ac-05dc-4543-b738-9eac9f9d04ef</msg>
<status status="PASS" endtime="20181202 15:55:00.886" starttime="20181202 15:55:00.886"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:00.887" starttime="20181202 15:54:58.382"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:00.888" starttime="20181202 15:55:00.887"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:00.888" starttime="20181202 15:54:43.617"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:00.891" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:00.891" starttime="20181202 15:55:00.890"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:00.903" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:00.929" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:03.042" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:03.043" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:03.043" starttime="20181202 15:55:00.903"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:03.044" level="INFO">73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:03.044" starttime="20181202 15:55:03.043"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:03.044" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:03.044" starttime="20181202 15:55:03.044"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:03.045" starttime="20181202 15:55:03.044"></status>
</kw>
<msg timestamp="20181202 15:55:03.045" level="INFO">${output} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:03.045" starttime="20181202 15:55:00.902"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:03.046" level="INFO">${splitted_output} = [u'73412f5d-1c08-40db-bfc0-1941ae331576']</msg>
<status status="PASS" endtime="20181202 15:55:03.046" starttime="20181202 15:55:03.045"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:03.046" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:03.046" starttime="20181202 15:55:03.046"></status>
</kw>
<msg timestamp="20181202 15:55:03.047" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:03.047" starttime="20181202 15:55:00.891"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:03.056" level="INFO">Starting process:
openstack server create l2_net_1_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=73412f5d-1c08-40db-bfc0-1941ae331576 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:03.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:07.993" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:07.993" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:07.993" starttime="20181202 15:55:03.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:07.994" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 9p5B9zPAS8iV                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:07Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | ee34d9a8-872d-4655-8d5f-d13c74f26292                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:07Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:07.994" starttime="20181202 15:55:07.994"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:07.995" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:07.995" starttime="20181202 15:55:07.995"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:07.996" starttime="20181202 15:55:07.995"></status>
</kw>
<msg timestamp="20181202 15:55:07.996" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:07.996" starttime="20181202 15:55:03.055"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:07.996" starttime="20181202 15:55:00.889"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:07.998" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:07.998" starttime="20181202 15:55:07.997"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:08.005" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:08.030" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:10.065" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:10.066" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:10.066" starttime="20181202 15:55:08.005"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:10.067" level="INFO">73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:10.067" starttime="20181202 15:55:10.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:10.068" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:10.068" starttime="20181202 15:55:10.067"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:10.069" starttime="20181202 15:55:10.068"></status>
</kw>
<msg timestamp="20181202 15:55:10.069" level="INFO">${output} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:10.069" starttime="20181202 15:55:08.005"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:10.070" level="INFO">${splitted_output} = [u'73412f5d-1c08-40db-bfc0-1941ae331576']</msg>
<status status="PASS" endtime="20181202 15:55:10.070" starttime="20181202 15:55:10.070"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:10.071" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:10.071" starttime="20181202 15:55:10.071"></status>
</kw>
<msg timestamp="20181202 15:55:10.071" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:10.071" starttime="20181202 15:55:07.998"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:10.082" level="INFO">Starting process:
openstack server create l2_net_1_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=73412f5d-1c08-40db-bfc0-1941ae331576 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:10.100" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:13.884" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:13.885" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:13.885" starttime="20181202 15:55:10.082"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:13.886" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | f89CgG6TJsWW                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:13Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 5f646853-cfd4-47b1-a29c-f94e3bdd5643                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:13Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:13.886" starttime="20181202 15:55:13.885"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:13.887" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:13.887" starttime="20181202 15:55:13.886"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:13.888" starttime="20181202 15:55:13.887"></status>
</kw>
<msg timestamp="20181202 15:55:13.888" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:13.888" starttime="20181202 15:55:10.080"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:13.888" starttime="20181202 15:55:07.996"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:13.890" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:13.890" starttime="20181202 15:55:13.890"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:13.900" level="INFO">Starting process:
openstack network list | grep "l2_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:13.939" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:16.094" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:16.095" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:16.095" starttime="20181202 15:55:13.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:16.096" level="INFO">73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:16.096" starttime="20181202 15:55:16.095"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:16.096" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:16.096" starttime="20181202 15:55:16.096"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:16.097" starttime="20181202 15:55:16.097"></status>
</kw>
<msg timestamp="20181202 15:55:16.097" level="INFO">${output} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:16.098" starttime="20181202 15:55:13.899"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:16.098" level="INFO">${splitted_output} = [u'73412f5d-1c08-40db-bfc0-1941ae331576']</msg>
<status status="PASS" endtime="20181202 15:55:16.098" starttime="20181202 15:55:16.098"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:16.099" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:16.099" starttime="20181202 15:55:16.098"></status>
</kw>
<msg timestamp="20181202 15:55:16.099" level="INFO">${net_id} = 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<status status="PASS" endtime="20181202 15:55:16.099" starttime="20181202 15:55:13.891"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:16.107" level="INFO">Starting process:
openstack server create l2_net_1_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=73412f5d-1c08-40db-bfc0-1941ae331576 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:16.133" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:19.986" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:19.986" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:19.987" starttime="20181202 15:55:16.107"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:19.988" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 3aDwLLVLh3gP                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:19Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | aab44257-7a24-44db-8576-900ac9fc8983                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:19Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:19.988" starttime="20181202 15:55:19.987"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:19.989" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:19.989" starttime="20181202 15:55:19.989"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:19.991" starttime="20181202 15:55:19.990"></status>
</kw>
<msg timestamp="20181202 15:55:19.991" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:19.992" starttime="20181202 15:55:16.106"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:19.992" starttime="20181202 15:55:13.889"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:19.995" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:19.995" starttime="20181202 15:55:19.994"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:20.007" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:20.050" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:22.031" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:22.032" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:22.032" starttime="20181202 15:55:20.006"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:22.033" level="INFO">d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:22.033" starttime="20181202 15:55:22.032"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:22.034" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:22.034" starttime="20181202 15:55:22.033"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:22.035" starttime="20181202 15:55:22.034"></status>
</kw>
<msg timestamp="20181202 15:55:22.035" level="INFO">${output} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:22.035" starttime="20181202 15:55:20.005"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:22.036" level="INFO">${splitted_output} = [u'd64cac99-2e14-41de-b007-343355d1a220']</msg>
<status status="PASS" endtime="20181202 15:55:22.036" starttime="20181202 15:55:22.036"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:22.037" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:22.037" starttime="20181202 15:55:22.037"></status>
</kw>
<msg timestamp="20181202 15:55:22.037" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:22.037" starttime="20181202 15:55:19.995"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:22.046" level="INFO">Starting process:
openstack server create l2_net_2_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d64cac99-2e14-41de-b007-343355d1a220 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:22.085" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:26.260" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:26.261" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:26.261" starttime="20181202 15:55:22.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:26.263" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | NMWXX7q6cdM9                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:26Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 4f3ce36b-78cc-473d-a632-4d0c8be4d39a                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:26Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:26.263" starttime="20181202 15:55:26.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:26.264" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:26.264" starttime="20181202 15:55:26.263"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:26.265" starttime="20181202 15:55:26.264"></status>
</kw>
<msg timestamp="20181202 15:55:26.266" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:26.266" starttime="20181202 15:55:22.045"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:26.266" starttime="20181202 15:55:19.992"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:26.268" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:26.268" starttime="20181202 15:55:26.267"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:26.285" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:26.327" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:28.435" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:28.436" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:28.436" starttime="20181202 15:55:26.284"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:28.437" level="INFO">d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:28.437" starttime="20181202 15:55:28.436"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:28.437" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:28.438" starttime="20181202 15:55:28.437"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:28.438" starttime="20181202 15:55:28.438"></status>
</kw>
<msg timestamp="20181202 15:55:28.439" level="INFO">${output} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:28.439" starttime="20181202 15:55:26.283"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:28.439" level="INFO">${splitted_output} = [u'd64cac99-2e14-41de-b007-343355d1a220']</msg>
<status status="PASS" endtime="20181202 15:55:28.439" starttime="20181202 15:55:28.439"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:28.440" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:28.440" starttime="20181202 15:55:28.440"></status>
</kw>
<msg timestamp="20181202 15:55:28.440" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:28.440" starttime="20181202 15:55:26.269"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:28.449" level="INFO">Starting process:
openstack server create l2_net_2_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d64cac99-2e14-41de-b007-343355d1a220 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:28.487" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:32.347" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:32.347" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:32.348" starttime="20181202 15:55:28.449"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:32.349" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | UsPS6DaFwFjq                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:32Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | d31b5396-db7f-40c2-b6f1-68472ee89a4c                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:32Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:32.349" starttime="20181202 15:55:32.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:32.350" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:32.350" starttime="20181202 15:55:32.349"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:32.351" starttime="20181202 15:55:32.350"></status>
</kw>
<msg timestamp="20181202 15:55:32.352" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:32.352" starttime="20181202 15:55:28.448"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:32.352" starttime="20181202 15:55:26.266"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 15:55:32.354" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 15:55:32.354" starttime="20181202 15:55:32.353"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:32.364" level="INFO">Starting process:
openstack network list | grep "l2_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 15:55:32.384" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:34.489" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:34.490" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:34.490" starttime="20181202 15:55:32.364"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:34.492" level="INFO">d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:34.492" starttime="20181202 15:55:34.491"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:34.493" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:34.493" starttime="20181202 15:55:34.492"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:34.494" starttime="20181202 15:55:34.493"></status>
</kw>
<msg timestamp="20181202 15:55:34.495" level="INFO">${output} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:34.495" starttime="20181202 15:55:32.363"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 15:55:34.496" level="INFO">${splitted_output} = [u'd64cac99-2e14-41de-b007-343355d1a220']</msg>
<status status="PASS" endtime="20181202 15:55:34.496" starttime="20181202 15:55:34.496"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 15:55:34.497" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:34.498" starttime="20181202 15:55:34.497"></status>
</kw>
<msg timestamp="20181202 15:55:34.498" level="INFO">${net_id} = d64cac99-2e14-41de-b007-343355d1a220</msg>
<status status="PASS" endtime="20181202 15:55:34.498" starttime="20181202 15:55:32.355"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:34.519" level="INFO">Starting process:
openstack server create l2_net_2_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=d64cac99-2e14-41de-b007-343355d1a220 --security-group l2_sg --availability-zone nova:</msg>
<msg timestamp="20181202 15:55:34.537" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:38.197" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:38.198" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:38.198" starttime="20181202 15:55:34.513"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:38.199" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | B9wKxJwWy4kV                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T15:55:37Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | cbc4fc74-6614-4460-9345-e9c8d000f741                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb385a87-8ce9-475b-9271-1c1eca7450eb'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T15:55:38Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 15:55:38.199" starttime="20181202 15:55:38.198"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:38.200" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:38.200" starttime="20181202 15:55:38.199"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:38.200" starttime="20181202 15:55:38.200"></status>
</kw>
<msg timestamp="20181202 15:55:38.201" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 15:55:38.201" starttime="20181202 15:55:34.512"></status>
</kw>
<status status="PASS" endtime="20181202 15:55:38.201" starttime="20181202 15:55:32.352"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 15:55:38.202" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 15:55:38.202" starttime="20181202 15:55:38.202"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l2_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:55:38.212" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:55:38.243" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:55:41.519" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:55:41.519" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:55:41.519" starttime="20181202 15:55:38.212"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:55:41.520" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:55:41.520" starttime="20181202 15:55:41.520"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:55:41.521" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:55:41.521" starttime="20181202 15:55:41.520"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:55:41.521" starttime="20181202 15:55:41.521"></status>
</kw>
<msg timestamp="20181202 15:55:41.522" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:55:41.522" starttime="20181202 15:55:38.211"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:55:41.522" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:55:41.522" starttime="20181202 15:55:41.522"></status>
</kw>
<status status="FAIL" endtime="20181202 15:55:41.523" starttime="20181202 15:55:38.204"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:56:11.543" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:56:11.587" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:56:14.611" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:56:14.611" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:56:14.611" starttime="20181202 15:56:11.542"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:56:14.612" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:56:14.612" starttime="20181202 15:56:14.612"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:56:14.613" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:56:14.613" starttime="20181202 15:56:14.613"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:56:14.614" starttime="20181202 15:56:14.613"></status>
</kw>
<msg timestamp="20181202 15:56:14.615" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:56:14.615" starttime="20181202 15:56:11.541"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:56:14.616" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:56:14.616" starttime="20181202 15:56:14.615"></status>
</kw>
<status status="FAIL" endtime="20181202 15:56:14.616" starttime="20181202 15:56:11.524"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:56:44.646" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:56:44.665" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:56:47.918" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:56:47.919" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:56:47.919" starttime="20181202 15:56:44.645"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:56:47.920" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:56:47.920" starttime="20181202 15:56:47.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:56:47.921" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:56:47.921" starttime="20181202 15:56:47.921"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:56:47.922" starttime="20181202 15:56:47.922"></status>
</kw>
<msg timestamp="20181202 15:56:47.923" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:56:47.923" starttime="20181202 15:56:44.644"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:56:47.924" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:56:47.924" starttime="20181202 15:56:47.923"></status>
</kw>
<status status="FAIL" endtime="20181202 15:56:47.924" starttime="20181202 15:56:44.617"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:57:17.946" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:57:17.974" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:57:21.075" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:57:21.075" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:57:21.075" starttime="20181202 15:57:17.945"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:57:21.076" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:57:21.076" starttime="20181202 15:57:21.076"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:57:21.077" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:57:21.077" starttime="20181202 15:57:21.077"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:57:21.078" starttime="20181202 15:57:21.077"></status>
</kw>
<msg timestamp="20181202 15:57:21.078" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:57:21.078" starttime="20181202 15:57:17.944"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:57:21.079" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:57:21.079" starttime="20181202 15:57:21.079"></status>
</kw>
<status status="FAIL" endtime="20181202 15:57:21.080" starttime="20181202 15:57:17.925"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:57:51.097" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:57:51.134" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:57:54.862" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:57:54.863" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:57:54.863" starttime="20181202 15:57:51.097"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:57:54.865" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:57:54.866" starttime="20181202 15:57:54.864"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:57:54.867" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:57:54.867" starttime="20181202 15:57:54.866"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:57:54.869" starttime="20181202 15:57:54.867"></status>
</kw>
<msg timestamp="20181202 15:57:54.870" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:57:54.870" starttime="20181202 15:57:51.096"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:57:54.871" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:57:54.871" starttime="20181202 15:57:54.870"></status>
</kw>
<status status="FAIL" endtime="20181202 15:57:54.872" starttime="20181202 15:57:51.080"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:58:24.884" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:58:24.915" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:58:28.024" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:58:28.024" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:58:28.024" starttime="20181202 15:58:24.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:58:28.026" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:58:28.026" starttime="20181202 15:58:28.025"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:58:28.027" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:58:28.027" starttime="20181202 15:58:28.026"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:58:28.028" starttime="20181202 15:58:28.027"></status>
</kw>
<msg timestamp="20181202 15:58:28.028" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:58:28.028" starttime="20181202 15:58:24.883"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:58:28.029" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:58:28.029" starttime="20181202 15:58:28.028"></status>
</kw>
<status status="FAIL" endtime="20181202 15:58:28.029" starttime="20181202 15:58:24.873"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:58:58.044" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:58:58.077" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:59:01.214" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:59:01.214" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:59:01.215" starttime="20181202 15:58:58.043"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:59:01.215" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:59:01.216" starttime="20181202 15:59:01.215"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:59:01.216" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:59:01.216" starttime="20181202 15:59:01.216"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:59:01.217" starttime="20181202 15:59:01.216"></status>
</kw>
<msg timestamp="20181202 15:59:01.217" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:59:01.217" starttime="20181202 15:58:58.043"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:59:01.218" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:59:01.218" starttime="20181202 15:59:01.217"></status>
</kw>
<status status="FAIL" endtime="20181202 15:59:01.218" starttime="20181202 15:58:58.030"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 15:59:31.236" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 15:59:31.277" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 15:59:34.308" level="INFO">Process completed.</msg>
<msg timestamp="20181202 15:59:34.308" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 15:59:34.308" starttime="20181202 15:59:31.236"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 15:59:34.309" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 15:59:34.309" starttime="20181202 15:59:34.309"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 15:59:34.310" level="INFO"></msg>
<status status="PASS" endtime="20181202 15:59:34.310" starttime="20181202 15:59:34.310"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 15:59:34.311" starttime="20181202 15:59:34.310"></status>
</kw>
<msg timestamp="20181202 15:59:34.311" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 15:59:34.311" starttime="20181202 15:59:31.235"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 15:59:34.312" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 15:59:34.312" starttime="20181202 15:59:34.312"></status>
</kw>
<status status="FAIL" endtime="20181202 15:59:34.312" starttime="20181202 15:59:31.219"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:00:04.328" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:00:04.371" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:00:07.664" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:00:07.664" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:00:07.664" starttime="20181202 16:00:04.328"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:00:07.665" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:00:07.666" starttime="20181202 16:00:07.665"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:00:07.666" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:00:07.666" starttime="20181202 16:00:07.666"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:00:07.667" starttime="20181202 16:00:07.666"></status>
</kw>
<msg timestamp="20181202 16:00:07.667" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:00:07.668" starttime="20181202 16:00:04.327"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:00:07.668" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:00:07.668" starttime="20181202 16:00:07.668"></status>
</kw>
<status status="FAIL" endtime="20181202 16:00:07.669" starttime="20181202 16:00:04.313"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:00:37.692" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:00:37.725" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:00:40.894" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:00:40.895" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:00:40.895" starttime="20181202 16:00:37.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:00:40.896" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:00:40.896" starttime="20181202 16:00:40.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:00:40.897" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:00:40.897" starttime="20181202 16:00:40.897"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:00:40.898" starttime="20181202 16:00:40.897"></status>
</kw>
<msg timestamp="20181202 16:00:40.898" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:00:40.898" starttime="20181202 16:00:37.690"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:00:40.899" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:00:40.899" starttime="20181202 16:00:40.898"></status>
</kw>
<status status="FAIL" endtime="20181202 16:00:40.899" starttime="20181202 16:00:37.670"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:01:10.924" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:01:10.957" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:01:14.339" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:01:14.340" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:01:14.340" starttime="20181202 16:01:10.923"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:01:14.342" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:01:14.343" starttime="20181202 16:01:14.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:01:14.346" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:01:14.346" starttime="20181202 16:01:14.345"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:01:14.347" starttime="20181202 16:01:14.347"></status>
</kw>
<msg timestamp="20181202 16:01:14.348" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:01:14.348" starttime="20181202 16:01:10.922"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:01:14.349" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:01:14.349" starttime="20181202 16:01:14.348"></status>
</kw>
<status status="FAIL" endtime="20181202 16:01:14.349" starttime="20181202 16:01:10.900"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:01:44.374" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:01:44.404" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:01:47.527" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:01:47.527" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:01:47.527" starttime="20181202 16:01:44.373"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:01:47.528" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:01:47.529" starttime="20181202 16:01:47.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:01:47.529" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:01:47.529" starttime="20181202 16:01:47.529"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:01:47.530" starttime="20181202 16:01:47.530"></status>
</kw>
<msg timestamp="20181202 16:01:47.531" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:01:47.531" starttime="20181202 16:01:44.371"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:01:47.532" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:01:47.532" starttime="20181202 16:01:47.531"></status>
</kw>
<status status="FAIL" endtime="20181202 16:01:47.532" starttime="20181202 16:01:44.350"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:02:17.547" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:02:17.586" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:02:20.757" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:02:20.757" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:02:20.757" starttime="20181202 16:02:17.546"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:02:20.758" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:02:20.758" starttime="20181202 16:02:20.757"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:02:20.758" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:02:20.758" starttime="20181202 16:02:20.758"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:02:20.759" starttime="20181202 16:02:20.759"></status>
</kw>
<msg timestamp="20181202 16:02:20.759" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:02:20.759" starttime="20181202 16:02:17.546"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:02:20.760" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:02:20.760" starttime="20181202 16:02:20.760"></status>
</kw>
<status status="FAIL" endtime="20181202 16:02:20.760" starttime="20181202 16:02:17.533"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:02:50.779" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:02:50.798" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:02:54.033" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:02:54.033" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:02:54.033" starttime="20181202 16:02:50.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:02:54.035" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:02:54.035" starttime="20181202 16:02:54.034"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:02:54.036" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:02:54.036" starttime="20181202 16:02:54.035"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:02:54.037" starttime="20181202 16:02:54.036"></status>
</kw>
<msg timestamp="20181202 16:02:54.038" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:02:54.038" starttime="20181202 16:02:50.777"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:02:54.039" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:02:54.039" starttime="20181202 16:02:54.038"></status>
</kw>
<status status="FAIL" endtime="20181202 16:02:54.039" starttime="20181202 16:02:50.761"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:03:24.067" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:03:24.092" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:03:27.015" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:03:27.016" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:03:27.016" starttime="20181202 16:03:24.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:03:27.017" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:03:27.017" starttime="20181202 16:03:27.016"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:03:27.017" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:03:27.017" starttime="20181202 16:03:27.017"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:03:27.018" starttime="20181202 16:03:27.018"></status>
</kw>
<msg timestamp="20181202 16:03:27.018" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:03:27.018" starttime="20181202 16:03:24.065"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:03:27.019" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:03:27.019" starttime="20181202 16:03:27.019"></status>
</kw>
<status status="FAIL" endtime="20181202 16:03:27.019" starttime="20181202 16:03:24.040"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:03:57.033" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:03:57.077" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:04:00.346" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:04:00.347" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:04:00.347" starttime="20181202 16:03:57.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:04:00.348" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:04:00.348" starttime="20181202 16:04:00.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:04:00.349" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:04:00.349" starttime="20181202 16:04:00.348"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:04:00.349" starttime="20181202 16:04:00.349"></status>
</kw>
<msg timestamp="20181202 16:04:00.350" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:04:00.350" starttime="20181202 16:03:57.032"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:04:00.351" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:04:00.351" starttime="20181202 16:04:00.350"></status>
</kw>
<status status="FAIL" endtime="20181202 16:04:00.351" starttime="20181202 16:03:57.020"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:04:30.372" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:04:30.417" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:04:33.714" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:04:33.714" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:04:33.714" starttime="20181202 16:04:30.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:04:33.716" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:04:33.717" starttime="20181202 16:04:33.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:04:33.718" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:04:33.718" starttime="20181202 16:04:33.717"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:04:33.720" starttime="20181202 16:04:33.718"></status>
</kw>
<msg timestamp="20181202 16:04:33.720" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:04:33.720" starttime="20181202 16:04:30.370"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:04:33.722" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:04:33.722" starttime="20181202 16:04:33.721"></status>
</kw>
<status status="FAIL" endtime="20181202 16:04:33.722" starttime="20181202 16:04:30.352"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:03.747" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:05:03.774" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:07.226" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:07.227" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:07.227" starttime="20181202 16:05:03.746"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:07.228" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:05:07.229" starttime="20181202 16:05:07.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:07.230" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:07.230" starttime="20181202 16:05:07.229"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:07.231" starttime="20181202 16:05:07.230"></status>
</kw>
<msg timestamp="20181202 16:05:07.232" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:05:07.232" starttime="20181202 16:05:03.745"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:05:07.233" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:05:07.233" starttime="20181202 16:05:07.232"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:07.234" starttime="20181202 16:05:03.725"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:37.257" level="INFO">Starting process:
openstack server show l2_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:05:37.297" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:40.527" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:40.527" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:40.527" starttime="20181202 16:05:37.256"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:40.528" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:05:40.528" starttime="20181202 16:05:40.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:40.529" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:40.529" starttime="20181202 16:05:40.528"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:40.529" starttime="20181202 16:05:40.529"></status>
</kw>
<msg timestamp="20181202 16:05:40.530" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:05:40.530" starttime="20181202 16:05:37.255"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:05:40.530" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 16:05:40.530"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 16:05:37.235"></status>
</kw>
<msg timestamp="20181202 16:05:40.531" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 15:55:38.203"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 15:55:38.203"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 15:55:38.203"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.531" starttime="20181202 15:55:38.202"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.532" starttime="20181202 15:55:38.201"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:40.532" starttime="20181202 15:53:36.828"></status>
</kw>
<test id="s1-s1-t1" name="Ping Vm Instance1 In net_1">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.533" critical="yes" starttime="20181202 16:05:40.532">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t2" name="Ping Vm Instance2 In net_1">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.534" critical="yes" starttime="20181202 16:05:40.534">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t3" name="Ping Vm Instance3 In net_1">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.535" critical="yes" starttime="20181202 16:05:40.535">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t4" name="Ping Vm Instance1 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.536" critical="yes" starttime="20181202 16:05:40.536">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t5" name="Ping Vm Instance2 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.537" critical="yes" starttime="20181202 16:05:40.536">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t6" name="Ping Vm Instance3 In net_2">
<doc>Check reachability of vm instances by pinging to them.</doc>
<status status="FAIL" endtime="20181202 16:05:40.538" critical="yes" starttime="20181202 16:05:40.537">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t7" name="Connectivity Tests From Vm Instance1 In net_1">
<doc>Login to the vm instance and test some operations</doc>
<status status="FAIL" endtime="20181202 16:05:40.538" critical="yes" starttime="20181202 16:05:40.538">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t8" name="Connectivity Tests From Vm Instance2 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:05:40.539" critical="yes" starttime="20181202 16:05:40.539">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t9" name="Connectivity Tests From Vm Instance3 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:05:40.540" critical="yes" starttime="20181202 16:05:40.539">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t10" name="Connectivity Tests From Vm Instance1 In net_2">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:05:40.541" critical="yes" starttime="20181202 16:05:40.540">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t11" name="Connectivity Tests From Vm Instance2 In net_2">
<doc>Logging to the vm instance using generated key pair.</doc>
<status status="FAIL" endtime="20181202 16:05:40.541" critical="yes" starttime="20181202 16:05:40.541">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t12" name="Connectivity Tests From Vm Instance3 In net_2">
<doc>Login to the vm instance using generated key pair.</doc>
<status status="FAIL" endtime="20181202 16:05:40.542" critical="yes" starttime="20181202 16:05:40.542">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t13" name="Delete A Vm Instance">
<doc>Delete Vm instances using instance names. Also remove the VM from the
list so that later cleanup will not try to delete it.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:05:40.543" critical="yes" starttime="20181202 16:05:40.543">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s1-t14" name="No Ping For Deleted Vm">
<doc>Check non reachability of deleted vm instances by pinging to them.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:05:40.544" critical="yes" starttime="20181202 16:05:40.543">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:05:40.549" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:05:40.549" starttime="20181202 16:05:40.548"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:40.551" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:05:41.130" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:05:41.130" starttime="20181202 16:05:40.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.131" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 199
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 56
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 563
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 403
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 7
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 1.214728
distributed-data-store.config.commit.rate_Max      = 78.001312
distributed-data-store.config.commit.rate_Mean     = 12.213556036
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 263
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.165869
distributed-data-store.operational.commit.rate_Max      = 38.943595
distributed-data-store.operational.commit.rate_Mean     = 0.864851080434
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 972
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:05:41.131" starttime="20181202 16:05:41.130"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.131" starttime="20181202 16:05:40.548"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.131" starttime="20181202 16:05:40.548"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.132" starttime="20181202 16:05:40.547"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:05:41.135" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.135" starttime="20181202 16:05:41.134"></status>
</kw>
<msg timestamp="20181202 16:05:41.135" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.135" starttime="20181202 16:05:41.133"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:05:41.136" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.136" starttime="20181202 16:05:41.135"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.139" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:05:41.404" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:05:41.404" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:05:41.404" starttime="20181202 16:05:41.136"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.405" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:05:41.405" starttime="20181202 16:05:41.404"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.405" starttime="20181202 16:05:41.405"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.405" starttime="20181202 16:05:41.132"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.406" starttime="20181202 16:05:41.132"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:05:41.408" level="INFO">${tmpdir} = CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.408" starttime="20181202 16:05:41.407"></status>
</kw>
<msg timestamp="20181202 16:05:41.408" level="INFO">${dstdir} = /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.408" starttime="20181202 16:05:41.407"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:05:41.408" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2</msg>
<status status="PASS" endtime="20181202 16:05:41.408" starttime="20181202 16:05:41.408"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.410" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:05:41.735" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:05:41.735" level="INFO">${output} = 2018-12-02 16:05:41,678 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:05:41,685 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:05:41.736" starttime="20181202 16:05:41.409"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.737" level="INFO">rc: 1, output: 2018-12-02 16:05:41,678 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:05:41,685 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:05:41,692 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:05:41,705 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:d64cac99-2e14-41de-b007-343355d1a220
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:05:41.737" starttime="20181202 16:05:41.736"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:05:41.739" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:05:41.739" starttime="20181202 16:05:41.738"></status>
</kw>
<status status="FAIL" endtime="20181202 16:05:41.740" starttime="20181202 16:05:41.406"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.740" starttime="20181202 16:05:41.406"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.740" starttime="20181202 16:05:40.546"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 11">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.743" starttime="20181202 16:05:41.742"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.746" starttime="20181202 16:05:41.744"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.747" starttime="20181202 16:05:41.747"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.752" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:05:41.753" starttime="20181202 16:05:41.747"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.772" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.772" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:05:41.772" starttime="20181202 16:05:41.753"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.772" starttime="20181202 16:05:41.743"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.774" starttime="20181202 16:05:41.773"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.774" starttime="20181202 16:05:41.774"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.776" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:05:41.776" starttime="20181202 16:05:41.775"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.795" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.796" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:05:41.796" starttime="20181202 16:05:41.777"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.796" starttime="20181202 16:05:41.773"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.797" starttime="20181202 16:05:41.797"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.798" starttime="20181202 16:05:41.798"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.800" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:05:41.800" starttime="20181202 16:05:41.798"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.807" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.807" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:05:41.807" starttime="20181202 16:05:41.800"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.807" starttime="20181202 16:05:41.796"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.809" starttime="20181202 16:05:41.808"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.809" starttime="20181202 16:05:41.809"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.811" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:05:41.811" starttime="20181202 16:05:41.809"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.816" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.817" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:05:41.817" starttime="20181202 16:05:41.812"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.817" starttime="20181202 16:05:41.808"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.818" starttime="20181202 16:05:41.818"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.819" starttime="20181202 16:05:41.818"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.821" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:05:41.821" starttime="20181202 16:05:41.819"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.826" level="INFO">qdhcp-d64cac99-2e14-41de-b007-343355d1a220
qdhcp-73412f5d-1c08-40db-bfc0-1941ae331576
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.827" level="INFO">${output} = qdhcp-d64cac99-2e14-41de-b007-343355d1a220
qdhcp-73412f5d-1c08-40db-bfc0-1941ae331576
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:05:41.827" starttime="20181202 16:05:41.822"></status>
</kw>
<msg timestamp="20181202 16:05:41.827" level="INFO">${nslist} = qdhcp-d64cac99-2e14-41de-b007-343355d1a220
qdhcp-73412f5d-1c08-40db-bfc0-1941ae331576
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:05:41.827" starttime="20181202 16:05:41.817"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:05:41.828" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 16:05:41.828" level="INFO">@{lines} = [ qdhcp-d64cac99-2e14-41de-b007-343355d1a220 | qdhcp-73412f5d-1c08-40db-bfc0-1941ae331576 ]</msg>
<status status="PASS" endtime="20181202 16:05:41.828" starttime="20181202 16:05:41.827"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-d64cac99-2e14-41de-b007-343355d1a220">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.829" starttime="20181202 16:05:41.829"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.830" starttime="20181202 16:05:41.830"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.833" level="INFO">sudo ip netns exec qdhcp-d64cac99-2e14-41 de-b007-343355d1a220 ip -o link</msg>
<status status="PASS" endtime="20181202 16:05:41.833" starttime="20181202 16:05:41.830"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.865" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
61: tap5dc78a1e-32: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:4e:2a:fe brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.865" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
61: tap5dc78a1e-32: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:05:41.865" starttime="20181202 16:05:41.834"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.865" starttime="20181202 16:05:41.828"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.867" starttime="20181202 16:05:41.866"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.867" starttime="20181202 16:05:41.867"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.870" level="INFO">sudo ip netns exec qdhcp-d64cac99-2e14-41 de-b007-343355d1a220 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:05:41.870" starttime="20181202 16:05:41.867"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.890" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
61: tap5dc78a1e-32    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap5dc78a1e-32\       valid_lft forever preferred_lft forever
61: tap5dc78a1e-32    inet 22.0.0.2/24 brd 22.0.0.255 scope global tap5dc78a1e-32\       valid_lft forever preferred_lft forever
61: tap5dc78a1e-32    inet6 fe80::f816:3eff:fe4e:2afe/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.890" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
61: tap5dc78a1e-32    inet 16...</msg>
<status status="PASS" endtime="20181202 16:05:41.890" starttime="20181202 16:05:41.870"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.890" starttime="20181202 16:05:41.866"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.892" starttime="20181202 16:05:41.891"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.892" starttime="20181202 16:05:41.892"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.895" level="INFO">sudo ip netns exec qdhcp-d64cac99-2e14-41 de-b007-343355d1a220 ip route</msg>
<status status="PASS" endtime="20181202 16:05:41.895" starttime="20181202 16:05:41.892"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.915" level="INFO">default via 22.0.0.1 dev tap5dc78a1e-32 
22.0.0.0/24 dev tap5dc78a1e-32 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tap5dc78a1e-32 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.915" level="INFO">${output} = default via 22.0.0.1 dev tap5dc78a1e-32 
22.0.0.0/24 dev tap5dc78a1e-32 proto kernel scope link src 22.0.0.2 
169.254.0.0/16 dev tap5dc78a1e-32 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:05:41.916" starttime="20181202 16:05:41.895"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.916" starttime="20181202 16:05:41.891"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.916" starttime="20181202 16:05:41.828"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-73412f5d-1c08-40db-bfc0-1941ae331576">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.917" starttime="20181202 16:05:41.917"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.917" starttime="20181202 16:05:41.917"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.920" level="INFO">sudo ip netns exec qdhcp-73412f5d-1c08-40 db-bfc0-1941ae331576 ip -o link</msg>
<status status="PASS" endtime="20181202 16:05:41.920" starttime="20181202 16:05:41.918"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.937" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
60: tap3ac56fad-e5: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:47:75:c2 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.938" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
60: tap3ac56fad-e5: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:05:41.938" starttime="20181202 16:05:41.920"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.938" starttime="20181202 16:05:41.916"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.939" starttime="20181202 16:05:41.939"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.940" starttime="20181202 16:05:41.939"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.942" level="INFO">sudo ip netns exec qdhcp-73412f5d-1c08-40 db-bfc0-1941ae331576 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:05:41.942" starttime="20181202 16:05:41.940"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.959" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
60: tap3ac56fad-e5    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap3ac56fad-e5\       valid_lft forever preferred_lft forever
60: tap3ac56fad-e5    inet 21.0.0.2/24 brd 21.0.0.255 scope global tap3ac56fad-e5\       valid_lft forever preferred_lft forever
60: tap3ac56fad-e5    inet6 fe80::f816:3eff:fe47:75c2/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.959" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
60: tap3ac56fad-e5    inet 16...</msg>
<status status="PASS" endtime="20181202 16:05:41.959" starttime="20181202 16:05:41.942"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.959" starttime="20181202 16:05:41.938"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.960" starttime="20181202 16:05:41.960"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.961" starttime="20181202 16:05:41.960"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.963" level="INFO">sudo ip netns exec qdhcp-73412f5d-1c08-40 db-bfc0-1941ae331576 ip route</msg>
<status status="PASS" endtime="20181202 16:05:41.963" starttime="20181202 16:05:41.961"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:41.984" level="INFO">default via 21.0.0.1 dev tap3ac56fad-e5 
21.0.0.0/24 dev tap3ac56fad-e5 proto kernel scope link src 21.0.0.2 
169.254.0.0/16 dev tap3ac56fad-e5 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:41.984" level="INFO">${output} = default via 21.0.0.1 dev tap3ac56fad-e5 
21.0.0.0/24 dev tap3ac56fad-e5 proto kernel scope link src 21.0.0.2 
169.254.0.0/16 dev tap3ac56fad-e5 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:05:41.984" starttime="20181202 16:05:41.963"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.984" starttime="20181202 16:05:41.959"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.984" starttime="20181202 16:05:41.916"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:41.984" starttime="20181202 16:05:41.828"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:41.986" starttime="20181202 16:05:41.985"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:41.987" starttime="20181202 16:05:41.986"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:41.990" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:05:41.990" starttime="20181202 16:05:41.988"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.011" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap3ac56fad-e5"
            tag: 4095
            Interface "tap3ac56fad-e5"
                type: internal
        Port "tap5dc78a1e-32"
            tag: 4095
            Interface "tap5dc78a1e-32"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.011" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:05:42.011" starttime="20181202 16:05:41.990"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.011" starttime="20181202 16:05:41.985"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.012" starttime="20181202 16:05:42.012"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:42.013" starttime="20181202 16:05:42.013"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.014" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:05:42.015" starttime="20181202 16:05:42.013"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.037" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 12
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 12
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.038" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 12
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:05:42.038" starttime="20181202 16:05:42.015"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.038" starttime="20181202 16:05:42.011"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.039" starttime="20181202 16:05:42.039"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:42.039" starttime="20181202 16:05:42.039"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.041" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:05:42.041" starttime="20181202 16:05:42.040"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.059" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 2(tap3ac56fad-e5): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 3(tap5dc78a1e-32): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.059" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:05:42.059" starttime="20181202 16:05:42.042"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.059" starttime="20181202 16:05:42.038"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.061" starttime="20181202 16:05:42.060"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:42.061" starttime="20181202 16:05:42.061"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.063" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:05:42.063" starttime="20181202 16:05:42.061"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.343" level="INFO">cookie=0x8000000, duration=661.111s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap3ac56fad-e5",vlan_tci=0x0000/0x1fff actions=write_metadata:0x20000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=661.031s, table=0, n_packets=661, n_bytes=35694, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=660.976s, table=0, n_packets=0, n_bytes=0, priority=10,in_port="br-ex-patch",dl_vlan=1121 actions=pop_vlan,write_metadata:0x40000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=657.395s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap5dc78a1e-32",vlan_tci=0x0000/0x1fff actions=write_metadata:0x50000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=661.013s, table=17, n_packets=661, n_bytes=35694, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=660.318s, table=17, n_packets=3, n_bytes=270, priority=10,metadata=0x20000000000/0xffffff0000000000 actions=load:0x2-&gt;NXM_NX_REG1[0..19],load:0x138b-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00002138b000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=660.025s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x40000000000/0xffffff0000000000 actions=load:0x4-&gt;NXM_NX_REG1[0..19],load:0x138b-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00004138b000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=656.410s, table=17, n_packets=3, n_bytes=270, priority=10,metadata=0x50000000000/0xffffff0000000000 actions=load:0x5-&gt;NXM_NX_REG1[0..19],load:0x138c-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00005138c000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=953.110s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=953.096s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=953.091s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=953.073s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=953.101s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=792.003s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=792.003s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=953.073s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=953.073s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=952.913s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x900138c, duration=656.404s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0xa actions=write_metadata:0x138c000000/0xfffffffff000000,goto_table:51
 cookie=0x905138c, duration=657.366s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0xa actions=write_metadata:0x138c000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=952.525s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=952.517s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=952.913s, table=43, n_packets=772, n_bytes=41904, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=953.117s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=953.042s, table=48, n_packets=773, n_bytes=41946, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=0.869s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x805138b, duration=660.318s, table=50, n_packets=3, n_bytes=270, priority=20,metadata=0x2138b000000/0xfffffffff000000,dl_src=fa:16:3e:47:75:c2 actions=goto_table:51
 cookie=0x805138c, duration=656.359s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x5138c000000/0xfffffffff000000,dl_src=fa:16:3e:4e:2a:fe actions=goto_table:51
 cookie=0x8050001, duration=952.913s, table=50, n_packets=600, n_bytes=32400, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=953.042s, table=50, n_packets=63, n_bytes=3426, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=794.060s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803138b, duration=660.318s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138b000000/0xffff000000,dl_dst=fa:16:3e:47:75:c2 actions=load:0x200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803138c, duration=656.358s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138c000000/0xffff000000,dl_dst=fa:16:3e:4e:2a:fe actions=load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=952.913s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=952.913s, table=51, n_packets=773, n_bytes=41946, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=794.415s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=794.405s, table=52, n_packets=767, n_bytes=41406, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138b, duration=660.318s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138b000001/0xffff000001 actions=write_actions(group:210005)
 cookie=0x870138b, duration=660.318s, table=52, n_packets=3, n_bytes=270, priority=5,metadata=0x138b000000/0xffff000001 actions=write_actions(group:210006)
 cookie=0x870138c, duration=656.368s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x138c000000/0xffff000001 actions=write_actions(group:210008)
 cookie=0x870138c, duration=656.363s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138c000001/0xffff000001 actions=write_actions(group:210007)
 cookie=0x8800001, duration=794.400s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800002, duration=660.318s, table=55, n_packets=3, n_bytes=270, priority=10,tun_id=0x2,metadata=0x20000000000/0xfffff0000000000 actions=drop
 cookie=0x8800004, duration=659.993s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x4,metadata=0x40000000000/0xfffff0000000000 actions=drop
 cookie=0x8800005, duration=656.357s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x5,metadata=0x50000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=794.403s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800002, duration=660.318s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x2 actions=load:0x200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800004, duration=659.996s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x4 actions=load:0x400-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800005, duration=656.358s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x5 actions=load:0x500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=953.110s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=953.073s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=952.913s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=953.105s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=952.855s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=952.855s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=952.855s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=952.849s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=952.830s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=952.830s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=952.830s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=952.830s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=952.853s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=952.849s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=952.849s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=661.002s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=660.955s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x400,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=661.044s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x200 actions=output:"tap3ac56fad-e5"
 cookie=0x8000007, duration=661.002s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=660.955s, table=220, n_packets=3, n_bytes=270, priority=9,reg6=0x400 actions=push_vlan:0x8100,set_field:5217-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=657.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x500 actions=output:"tap5dc78a1e-32"
 cookie=0x6900000, duration=952.830s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=952.830s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=952.830s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=952.830s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=952.830s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=952.830s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=952.830s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=952.855s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=952.853s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=952.855s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=952.855s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=952.855s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=952.855s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=952.855s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=952.830s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=952.830s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=952.830s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.344" level="INFO">${output} =  cookie=0x8000000, duration=661.111s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap3ac56fad-e5",vlan_tci=0x0000/0x1fff actions=write_metadata:0x20000000000/0xffffff0000000001,goto_table:1...</msg>
<status status="PASS" endtime="20181202 16:05:42.344" starttime="20181202 16:05:42.063"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.344" starttime="20181202 16:05:42.060"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.345" starttime="20181202 16:05:42.345"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:42.345" starttime="20181202 16:05:42.345"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.348" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:05:42.348" starttime="20181202 16:05:42.346"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.371" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210003,type=all
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210007,type=all,bucket=actions=set_field:0x5-&gt;tun_id,resubmit(,55)
 group_id=210008,type=all,bucket=actions=group:210007
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210005,type=all,bucket=actions=set_field:0x2-&gt;tun_id,resubmit(,55)
 group_id=210006,type=all,bucket=actions=group:210005,bucket=actions=load:0x400-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.371" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210003,type=all
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210007,ty...</msg>
<status status="PASS" endtime="20181202 16:05:42.371" starttime="20181202 16:05:42.348"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.372" starttime="20181202 16:05:42.344"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.374" starttime="20181202 16:05:42.373"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:05:42.375" starttime="20181202 16:05:42.374"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.378" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:05:42.378" starttime="20181202 16:05:42.375"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:42.408" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210003,duration=795.391s,ref_count=1,packet_count=767,byte_count=41406
 group_id=210004,duration=795.072s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=210007,duration=657.687s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210008,duration=657.348s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=953.151s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210005,duration=661.334s,ref_count=1,packet_count=3,byte_count=270,bucket0:packet_count=3,byte_count=270
 group_id=210006,duration=661.034s,ref_count=1,packet_count=3,byte_count=270,bucket0:packet_count=3,byte_count=270,bucket1:packet_count=3,byte_count=270
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:05:42.408" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210003,duration=795.391s,ref_count=1,packet_count=767,byte_count=41406
 group_id=210004,duration=795.072s,ref_count=1,packet_count=0,byte_count=0,bucke...</msg>
<status status="PASS" endtime="20181202 16:05:42.408" starttime="20181202 16:05:42.379"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.408" starttime="20181202 16:05:42.372"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.408" starttime="20181202 16:05:41.742"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.409" starttime="20181202 16:05:41.741"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.409" starttime="20181202 16:05:41.741"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.409" starttime="20181202 16:05:41.740"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:05:42.424" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6222bced0&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:05:42.425" starttime="20181202 16:05:42.423"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.434" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.434" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.434" starttime="20181202 16:05:42.426"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.435" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.435" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.435" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.435" starttime="20181202 16:05:42.435"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.436" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.436" starttime="20181202 16:05:42.436"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.436" starttime="20181202 16:05:42.426"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.442" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.442" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.442" starttime="20181202 16:05:42.436"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.443" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576","physical-network-name":"datacentre","segmentation-id":1121,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5003,"mac-timeout":300},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220","segmentation-id":10,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5004,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:05:42.443" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.444" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:05:42.444" starttime="20181202 16:05:42.442"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.444" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "elan-tag": 5003,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1121
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220",
                "elan-tag": 5004,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 10
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.444" starttime="20181202 16:05:42.444"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.444" starttime="20181202 16:05:42.436"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.448" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.449" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.449" starttime="20181202 16:05:42.445"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.450" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576","static-mac-entries":[{"mac-address":"fa:16:3e:47:75:c2","ip-prefix":"21.0.0.2"}]},{"name":"83659136235614:br-ex-patch:1121","elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"},{"name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220","static-mac-entries":[{"mac-address":"fa:16:3e:4e:2a:fe","ip-prefix":"22.0.0.2"}]}]}} </msg>
<msg timestamp="20181202 16:05:42.450" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.450" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "name": "3ac56fad-e589-4217-bf1f-e6ba...</msg>
<status status="PASS" endtime="20181202 16:05:42.450" starttime="20181202 16:05:42.449"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.451" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "static-mac-entries": [
                    {
                        "ip-prefix": "21.0.0.2",
                        "mac-address": "fa:16:3e:47:75:c2"
                    }
                ]
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "name": "83659136235614:br-ex-patch:1121"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220",
                "name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "static-mac-entries": [
                    {
                        "ip-prefix": "22.0.0.2",
                        "mac-address": "fa:16:3e:4e:2a:fe"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.451" starttime="20181202 16:05:42.450"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.451" starttime="20181202 16:05:42.445"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.458" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.458" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.458" starttime="20181202 16:05:42.451"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.463" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543766084}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:1121","id-value":[4]},{"id-key":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","id-value":[5]},{"id-key":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","id-value":[2]},{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543765949}],"id-entries":[{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225000,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5004,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543766081}],"id-entries":[{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"73412f5d-1c08-40db-bfc0-1941ae331576","id-value":[5003]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"d64cac99-2e14-41de-b007-343355d1a220","id-value":[5004]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":5,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":3,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543766085}],"id-entries":[{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:05:42.463" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.464" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:05:42.464" starttime="20181202 16:05:42.459"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.465" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543766084
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:1121",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543765949
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225000,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5004,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543766081
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "73412f5d-1c08-40db-bfc0-1941ae331576",
                        "id-value": [
                            5003
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "d64cac99-2e14-41de-b007-343355d1a220",
                        "id-value": [
                            5004
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 3,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543766085
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.465" starttime="20181202 16:05:42.464"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.465" starttime="20181202 16:05:42.451"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.473" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.474" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.474" starttime="20181202 16:05:42.466"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.476" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{"ace":[{"rule-name":"0c5ceb9c-dbe6-4389-bc5a-fbac94c86206","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"549fc2ba-e25b-41ec-b340-bdfeadf793f9","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"63e69ecd-d6d3-4f18-bbe1-907dc4934097","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"0d3e741f-9ae2-473a-8574-be5b0c09e2b9","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cee8b677-242e-4165-9e51-353d99a27313","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"28e6454c-0c58-4b09-bb9d-e71db11ea3c4","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6f6b0537-428e-493e-a1e4-9041bf152ec6","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"e8c2d9ac-05dc-4543-b738-9eac9f9d04ef","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:05:42.476" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.476" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181202 16:05:42.476" starttime="20181202 16:05:42.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.476" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "0c5ceb9c-dbe6-4389-bc5a-fbac94c86206"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "549fc2ba-e25b-41ec-b340-bdfeadf793f9"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "63e69ecd-d6d3-4f18-bbe1-907dc4934097"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "0d3e741f-9ae2-473a-8574-be5b0c09e2b9"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "cee8b677-242e-4165-9e51-353d99a27313"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "28e6454c-0c58-4b09-bb9d-e71db11ea3c4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "6f6b0537-428e-493e-a1e4-9041bf152ec6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "e8c2d9ac-05dc-4543-b738-9eac9f9d04ef"
                        }
                    ]
                },
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.477" starttime="20181202 16:05:42.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.477" starttime="20181202 16:05:42.465"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.481" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.481" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.482" starttime="20181202 16:05:42.477"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.483" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap5dc78a1e-32"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:1121","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1121,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap3ac56fad-e5"}]}} </msg>
<msg timestamp="20181202 16:05:42.483" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.483" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "odl-interface:l2vlan-mode":...</msg>
<status status="PASS" endtime="20181202 16:05:42.483" starttime="20181202 16:05:42.482"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.484" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap5dc78a1e-32",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:1121",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1121,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap3ac56fad-e5",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.484" starttime="20181202 16:05:42.484"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.484" starttime="20181202 16:05:42.477"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.493" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.493" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.494" starttime="20181202 16:05:42.485"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.496" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.73412f5d-1c08-40db-bfc0-1941ae331576.83659136235614:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83936411648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":4,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:1121","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.d64cac99-2e14-41de-b007-343355d1a220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83953188864,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5004,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":5,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]}]},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.73412f5d-1c08-40db-bfc0-1941ae331576.3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83936411648,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":2,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]}]}]}} </msg>
<msg timestamp="20181202 16:05:42.496" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.497" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                       ...</msg>
<status status="PASS" endtime="20181202 16:05:42.497" starttime="20181202 16:05:42.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.497" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83936411648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 4
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.73412f5d-1c08-40db-bfc0-1941ae331576.83659136235614:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1121,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:1121",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83953188864,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5004
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 5
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.d64cac99-2e14-41de-b007-343355d1a220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "2"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83936411648,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5003
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 2
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.73412f5d-1c08-40db-bfc0-1941ae331576.3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "3"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.497" starttime="20181202 16:05:42.497"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.497" starttime="20181202 16:05:42.484"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.502" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.502" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.502" starttime="20181202 16:05:42.498"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.503" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"d64cac99-2e14-41de-b007-343355d1a220"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:05:42.503" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.503" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:05:42.503" starttime="20181202 16:05:42.502"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.503" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "d64cac99-2e14-41de-b007-343355d1a220"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.503" starttime="20181202 16:05:42.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.503" starttime="20181202 16:05:42.498"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.510" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.510" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.510" starttime="20181202 16:05:42.504"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.511" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.511" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.511" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.512" starttime="20181202 16:05:42.510"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.512" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.512" starttime="20181202 16:05:42.512"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.512" starttime="20181202 16:05:42.503"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.517" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.517" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.517" starttime="20181202 16:05:42.512"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.518" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.518" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.518" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.518" starttime="20181202 16:05:42.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.519" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.519" starttime="20181202 16:05:42.518"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.519" starttime="20181202 16:05:42.512"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.523" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.524" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.524" starttime="20181202 16:05:42.519"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.525" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.525" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.525" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.525" starttime="20181202 16:05:42.524"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.525" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.525" starttime="20181202 16:05:42.525"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.525" starttime="20181202 16:05:42.519"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.529" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.529" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.529" starttime="20181202 16:05:42.525"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.530" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"d64cac99-2e14-41de-b007-343355d1a220","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:05:42.530" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.530" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:05:42.530" starttime="20181202 16:05:42.529"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.531" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "d64cac99-2e14-41de-b007-343355d1a220"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.531" starttime="20181202 16:05:42.530"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.531" starttime="20181202 16:05:42.525"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.534" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.534" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.535" starttime="20181202 16:05:42.531"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.535" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:05:42.535" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.535" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.535" starttime="20181202 16:05:42.535"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.536" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.536" starttime="20181202 16:05:42.536"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.536" starttime="20181202 16:05:42.531"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.540" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.540" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.540" starttime="20181202 16:05:42.536"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.541" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:05:42.541" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.541" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.541" starttime="20181202 16:05:42.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.542" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.542" starttime="20181202 16:05:42.541"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.542" starttime="20181202 16:05:42.536"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.546" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.547" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.547" starttime="20181202 16:05:42.542"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.548" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:05:42.548" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.548" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:05:42.548" starttime="20181202 16:05:42.547"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.548" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:05:42.548" starttime="20181202 16:05:42.548"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.549" starttime="20181202 16:05:42.542"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.553" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.553" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.553" starttime="20181202 16:05:42.549"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.555" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"73412f5d-1c08-40db-bfc0-1941ae331576","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"1121","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_1"},{"uuid":"d64cac99-2e14-41de-b007-343355d1a220","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"10","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2_net_2"}]},"security-groups":{"security-group":[{"uuid":"bb385a87-8ce9-475b-9271-1c1eca7450eb","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"l2_sg","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"cee8b677-242e-4165-9e51-353d99a27313","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6f6b0537-428e-493e-a1e4-9041bf152ec6","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"0d3e741f-9ae2-473a-8574-be5b0c09e2b9","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"0c5ceb9c-dbe6-4389-bc5a-fbac94c86206","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb"},{"uuid":"28e6454c-0c58-4b09-bb9d-e71db11ea3c4","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"549fc2ba-e25b-41ec-b340-bdfeadf793f9","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb"},{"uuid":"63e69ecd-d6d3-4f18-bbe1-907dc4934097","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"e8c2d9ac-05dc-4543-b738-9eac9f9d04ef","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb385a87-8ce9-475b-9271-1c1eca7450eb","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"c19496cd-fd6b-4478-bd8a-74bd1940c8c2","gateway-ip":"21.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"21.0.0.2","end":"21.0.0.254"}],"cidr":"21.0.0.0/24","network-id":"73412f5d-1c08-40db-bfc0-1941ae331576","name":"l2_sub_1"},{"uuid":"886151c9-5bbb-41f5-ac8f-619439190863","gateway-ip":"22.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"22.0.0.2","end":"22.0.0.254"}],"cidr":"22.0.0.0/24","network-id":"d64cac99-2e14-41de-b007-343355d1a220","name":"l2_sub_2"}]},"ports":{"port":[{"uuid":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","fixed-ips":[{"subnet-id":"886151c9-5bbb-41f5-ac8f-619439190863","ip-address":"22.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d64cac99-2e14-41de-b007-343355d1a220","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:4e:2a:fe","admin-state-up":true,"network-id":"d64cac99-2e14-41de-b007-343355d1a220","name":""},{"uuid":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","fixed-ips":[{"subnet-id":"c19496cd-fd6b-4478-bd8a-74bd1940c8c2","ip-address":"21.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73412f5d-1c08-40db-bfc0-1941ae331576","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:47:75:c2","admin-state-up":true,"network-id":"73412f5d-1c08-40db-bfc0-1941ae331576","name":""}]}}} </msg>
<msg timestamp="20181202 16:05:42.555" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.556" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:05:42.556" starttime="20181202 16:05:42.554"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.556" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "l2_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1121",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "73412f5d-1c08-40db-bfc0-1941ae331576"
                },
                {
                    "admin-state-up": true,
                    "name": "l2_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "10",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d64cac99-2e14-41de-b007-343355d1a220"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d64cac99-2e14-41de-b007-343355d1a220",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "22.0.0.2",
                            "subnet-id": "886151c9-5bbb-41f5-ac8f-619439190863"
                        }
                    ],
                    "mac-address": "fa:16:3e:4e:2a:fe",
                    "name": "",
                    "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-73412f5d-1c08-40db-bfc0-1941ae331576",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "21.0.0.2",
                            "subnet-id": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2"
                        }
                    ],
                    "mac-address": "fa:16:3e:47:75:c2",
                    "name": "",
                    "network-id": "73412f5d-1c08-40db-bfc0-1941ae331576",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "l2_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "bb385a87-8ce9-475b-9271-1c1eca7450eb"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cee8b677-242e-4165-9e51-353d99a27313"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6f6b0537-428e-493e-a1e4-9041bf152ec6"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "0d3e741f-9ae2-473a-8574-be5b0c09e2b9"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "0c5ceb9c-dbe6-4389-bc5a-fbac94c86206"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "28e6454c-0c58-4b09-bb9d-e71db11ea3c4"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "549fc2ba-e25b-41ec-b340-bdfeadf793f9"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "63e69ecd-d6d3-4f18-bbe1-907dc4934097"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e8c2d9ac-05dc-4543-b738-9eac9f9d04ef"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "21.0.0.254",
                            "start": "21.0.0.2"
                        }
                    ],
                    "cidr": "21.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "21.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l2_sub_1",
                    "network-id": "73412f5d-1c08-40db-bfc0-1941ae331576",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "22.0.0.254",
                            "start": "22.0.0.2"
                        }
                    ],
                    "cidr": "22.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "22.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l2_sub_2",
                    "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "886151c9-5bbb-41f5-ac8f-619439190863"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.556" starttime="20181202 16:05:42.556"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.556" starttime="20181202 16:05:42.549"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.561" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.561" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.561" starttime="20181202 16:05:42.557"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.562" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"d64cac99-2e14-41de-b007-343355d1a220","subnet-id-list":["886151c9-5bbb-41f5-ac8f-619439190863"]},{"network-id":"73412f5d-1c08-40db-bfc0-1941ae331576","subnet-id-list":["c19496cd-fd6b-4478-bd8a-74bd1940c8c2"]}]}} </msg>
<msg timestamp="20181202 16:05:42.562" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.562" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
                "subnet-id-list": [
                    "886151c9-5bb...</msg>
<status status="PASS" endtime="20181202 16:05:42.562" starttime="20181202 16:05:42.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.562" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
                "subnet-id-list": [
                    "886151c9-5bbb-41f5-ac8f-619439190863"
                ]
            },
            {
                "network-id": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "subnet-id-list": [
                    "c19496cd-fd6b-4478-bd8a-74bd1940c8c2"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.563" starttime="20181202 16:05:42.562"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.563" starttime="20181202 16:05:42.557"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.567" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.567" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.567" starttime="20181202 16:05:42.563"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.568" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.568" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.568" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.568" starttime="20181202 16:05:42.567"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.568" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.568" starttime="20181202 16:05:42.568"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.568" starttime="20181202 16:05:42.563"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.572" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.572" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.572" starttime="20181202 16:05:42.568"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.573" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.573" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.573" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.573" starttime="20181202 16:05:42.572"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.573" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.573" starttime="20181202 16:05:42.573"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.573" starttime="20181202 16:05:42.568"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.576" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.576" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.576" starttime="20181202 16:05:42.573"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.576" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"886151c9-5bbb-41f5-ac8f-619439190863","network-type":"VXLAN","port-list":["5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"],"segmentation-id":10,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"d64cac99-2e14-41de-b007-343355d1a220","subnet-ip":"22.0.0.0/24"},{"id":"c19496cd-fd6b-4478-bd8a-74bd1940c8c2","network-type":"VLAN","port-list":["3ac56fad-e589-4217-bf1f-e6ba868e1a4b"],"segmentation-id":1121,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"73412f5d-1c08-40db-bfc0-1941ae331576","subnet-ip":"21.0.0.0/24"}]}} </msg>
<msg timestamp="20181202 16:05:42.576" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.577" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "886151c9-5bbb-41f5-ac8f-619439190863",
                "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
         ...</msg>
<status status="PASS" endtime="20181202 16:05:42.577" starttime="20181202 16:05:42.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.577" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "886151c9-5bbb-41f5-ac8f-619439190863",
                "network-id": "d64cac99-2e14-41de-b007-343355d1a220",
                "network-type": "VXLAN",
                "port-list": [
                    "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                ],
                "segmentation-id": 10,
                "subnet-ip": "22.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                "network-id": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "network-type": "VLAN",
                "port-list": [
                    "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
                ],
                "segmentation-id": 1121,
                "subnet-ip": "21.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.577" starttime="20181202 16:05:42.577"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.577" starttime="20181202 16:05:42.573"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.580" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.580" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.580" starttime="20181202 16:05:42.578"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.580" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:05:42.580" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.580" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.581" starttime="20181202 16:05:42.580"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.581" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.581" starttime="20181202 16:05:42.581"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.581" starttime="20181202 16:05:42.577"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.583" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.584" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.584" starttime="20181202 16:05:42.581"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.584" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:05:42.584" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.584" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.584" starttime="20181202 16:05:42.584"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.585" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.585" starttime="20181202 16:05:42.584"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.585" starttime="20181202 16:05:42.581"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.587" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.587" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.587" starttime="20181202 16:05:42.585"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.588" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tap5dc78a1e-32","interface-child-entry":[{"child-interface":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"}]},{"parent-interface":"tap3ac56fad-e5","interface-child-entry":[{"child-interface":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b"}]},{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"83659136235614:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:1121"}]}]}} </msg>
<msg timestamp="20181202 16:05:42.588" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.588" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "5dc78a1e-...</msg>
<status status="PASS" endtime="20181202 16:05:42.588" starttime="20181202 16:05:42.588"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.589" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                    }
                ],
                "parent-interface": "tap5dc78a1e-32"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
                    }
                ],
                "parent-interface": "tap3ac56fad-e5"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:1121"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.589" starttime="20181202 16:05:42.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.589" starttime="20181202 16:05:42.585"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.592" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.592" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.592" starttime="20181202 16:05:42.589"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.592" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.593" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.593" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.593" starttime="20181202 16:05:42.592"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.593" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.593" starttime="20181202 16:05:42.593"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.593" starttime="20181202 16:05:42.589"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.595" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.596" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.596" starttime="20181202 16:05:42.593"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.596" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:05:42.596" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.597" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:05:42.597" starttime="20181202 16:05:42.596"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.597" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.597" starttime="20181202 16:05:42.597"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.597" starttime="20181202 16:05:42.593"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.600" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.600" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.600" starttime="20181202 16:05:42.598"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.601" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:05:42.601" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.601" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:05:42.601" starttime="20181202 16:05:42.600"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.601" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.601" starttime="20181202 16:05:42.601"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.601" starttime="20181202 16:05:42.597"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.604" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.604" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.604" starttime="20181202 16:05:42.602"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.605" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.605" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.605" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.605" starttime="20181202 16:05:42.605"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.606" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.606" starttime="20181202 16:05:42.605"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.606" starttime="20181202 16:05:42.601"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.608" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.608" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.608" starttime="20181202 16:05:42.606"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.609" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:05:42.609" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.609" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.609" starttime="20181202 16:05:42.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.609" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.609" starttime="20181202 16:05:42.609"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.609" starttime="20181202 16:05:42.606"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.612" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.612" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.612" starttime="20181202 16:05:42.610"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.612" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:05:42.612" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.612" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.612" starttime="20181202 16:05:42.612"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.613" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.613" starttime="20181202 16:05:42.613"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.613" starttime="20181202 16:05:42.609"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.616" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.616" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.616" starttime="20181202 16:05:42.613"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.616" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.616" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.616" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.617" starttime="20181202 16:05:42.616"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.617" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.617" starttime="20181202 16:05:42.617"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.617" starttime="20181202 16:05:42.613"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.620" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.620" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.620" starttime="20181202 16:05:42.617"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.621" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.621" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.621" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.621" starttime="20181202 16:05:42.620"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.621" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.621" starttime="20181202 16:05:42.621"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.621" starttime="20181202 16:05:42.617"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.624" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.624" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.624" starttime="20181202 16:05:42.622"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.625" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.625" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.625" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.625" starttime="20181202 16:05:42.625"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.625" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.626" starttime="20181202 16:05:42.625"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.626" starttime="20181202 16:05:42.621"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.628" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.628" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.628" starttime="20181202 16:05:42.626"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.629" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.629" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.629" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.629" starttime="20181202 16:05:42.629"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.630" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.630" starttime="20181202 16:05:42.629"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.630" starttime="20181202 16:05:42.626"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.633" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.633" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.633" starttime="20181202 16:05:42.630"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.633" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.633" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.634" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.634" starttime="20181202 16:05:42.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.634" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.634" starttime="20181202 16:05:42.634"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.634" starttime="20181202 16:05:42.630"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.648" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.648" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.648" starttime="20181202 16:05:42.634"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.664" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.3ac56fad-e589-4217-bf1f-e6ba868e1a4b.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":512}}}]},"strict":true,"cookie":134217735,"flow-name":"default.3ac56fad-e589-4217-bf1f-e6ba868e1a4b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"2"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1121.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1024}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1280}}}]},"strict":true,"cookie":134217735,"flow-name":"default.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"3"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1121.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":1024}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3610","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":false,"cookie":150999948,"flow-name":"ITM Flow Entry :5004","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83953188864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385004","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":false,"cookie":151327628,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83953188864,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411648,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210006}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525004true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83953188865,"metadata-mask":1099494850561}},"strict":false,"cookie":141562764,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210007}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525004false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83953188864,"metadata-mask":1099494850561}},"strict":false,"cookie":141562764,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210008}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"505003836591362356142fa:16:3e:47:75:c2","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:47:75:c2"}},"metadata":{"metadata":2282959667200,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550411,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"505004836591362356145fa:16:3e:4e:2a:fe","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:4e:2a:fe"}},"metadata":{"metadata":5581511327744,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550412,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"515003836591362356142fa:16:3e:47:75:c2","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:47:75:c2"}},"metadata":{"metadata":83936411648,"metadata-mask":1099494850560}},"strict":true,"cookie":134419339,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"515004836591362356145fa:16:3e:4e:2a:fe","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:4e:2a:fe"}},"metadata":{"metadata":83953188864,"metadata-mask":1099494850560}},"strict":true,"cookie":134419340,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.4.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":4}},"strict":true,"cookie":142606340,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.4.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4398046511104,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":4}},"strict":true,"cookie":142606340,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.2.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":2}},"strict":true,"cookie":142606338,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":512,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.2.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2199023255552,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":2}},"strict":true,"cookie":142606338,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.5.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":5}},"strict":true,"cookie":142606341,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1280,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.5.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":5497558138880,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":5}},"strict":true,"cookie":142606341,"flow-name":"d64cac99-2e14-41de-b007-343355d1a220","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:3","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":5497558138880,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:3ac56fad-e589-4217-bf1f-e6ba868e1a4b","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:2","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:3ac56fad-e589-4217-bf1f-e6ba868e1a4b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":2199023255552,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:1121","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":1121,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":4398046511105,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.3ac56fad-e589-4217-bf1f-e6ba868e1a4b.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":2199023255552,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.73412f5d-1c08-40db-bfc0-1941ae331576.3ac56fad-e589-4217-bf1f-e6ba868e1a4b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529217329028136960,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:1121.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4398046511104,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.73412f5d-1c08-40db-bfc0-1941ae331576.83659136235614:br-ex-patch:1121","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529219528051392512,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":5497558138880,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.d64cac99-2e14-41de-b007-343355d1a220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5004,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529220627579797504,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210006,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210005}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1024,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"73412f5d-1c08-40db-bfc0-1941ae331576","group-type":"group-all"},{"group-id":210005,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":2}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"73412f5d-1c08-40db-bfc0-1941ae331576","group-type":"group-all"},{"group-id":210008,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210007}}],"watch_port":4294967295}]},"group-name":"d64cac99-2e14-41de-b007-343355d1a220","group-type":"group-all"},{"group-id":210007,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":5}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"d64cac99-2e14-41de-b007-343355d1a220","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:05:42.665" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.666" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:05:42.666" starttime="20181202 16:05:42.648"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.668" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210005
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 1024
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210006,
                        "group-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 2
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210005,
                        "group-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210007
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210008,
                        "group-name": "d64cac99-2e14-41de-b007-343355d1a220",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 5
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210007,
                        "group-name": "d64cac99-2e14-41de-b007-343355d1a220",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.3ac56fad-e589-4217-bf1f-e6ba868e1a4b.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "2"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 512
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1121,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1024
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "3"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1280
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1121.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 1024
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999948,
                                "flow-name": "ITM Flow Entry :5004",
                                "hard-timeout": 0,
                                "id": "3610",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83953188864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327628,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "385004",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83953188864,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210006
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411648,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562764,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "525004true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210007
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83953188865,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562764,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "525004false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83953188864,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550411,
                                "hard-timeout": 0,
                                "id": "505003836591362356142fa:16:3e:47:75:c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:47:75:c2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 2282959667200,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550412,
                                "hard-timeout": 0,
                                "id": "505004836591362356145fa:16:3e:4e:2a:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:4e:2a:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 5581511327744,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419339,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "515003836591362356142fa:16:3e:47:75:c2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 512
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:47:75:c2"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83936411648,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419340,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "515004836591362356145fa:16:3e:4e:2a:fe",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1280
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:4e:2a:fe"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83953188864,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606340,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "55.4.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1024
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 4
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606340,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "55.4.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4398046511104,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 4
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606338,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "55.2.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 512
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 2
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606338,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "55.2.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2199023255552,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 2
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606341,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "55.5.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 1280
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 5
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606341,
                                "flow-name": "d64cac99-2e14-41de-b007-343355d1a220",
                                "hard-timeout": 0,
                                "id": "55.5.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 5497558138880,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 5
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 5497558138880,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:3",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 2199023255552,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:2",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:1121",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4398046511105,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1121,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.73412f5d-1c08-40db-bfc0-1941ae331576.3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.3ac56fad-e589-4217-bf1f-e6ba868e1a4b.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 2
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529217329028136960,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 2199023255552,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.73412f5d-1c08-40db-bfc0-1941ae331576.83659136235614:br-ex-patch:1121",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:1121.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 4
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5003
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529219528051392512,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4398046511104,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.d64cac99-2e14-41de-b007-343355d1a220.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.5dc78a1e-324d-4f8a-b09f-0cdea3a3083a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 5
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5004
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529220627579797504,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 5497558138880,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.670" starttime="20181202 16:05:42.667"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.670" starttime="20181202 16:05:42.634"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.674" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.675" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.675" starttime="20181202 16:05:42.670"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.675" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["3ac56fad-e589-4217-bf1f-e6ba868e1a4b","83659136235614:br-ex-patch:1121"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"]}]}]}} </msg>
<msg timestamp="20181202 16:05:42.675" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.675" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:05:42.676" starttime="20181202 16:05:42.675"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.676" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                            "83659136235614:br-ex-patch:1121"
                        ]
                    }
                ],
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                        ]
                    }
                ],
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.676" starttime="20181202 16:05:42.676"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.676" starttime="20181202 16:05:42.670"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.679" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.680" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.680" starttime="20181202 16:05:42.676"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.680" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220","mac-entry":[{"mac-address":"fa:16:3e:4e:2a:fe","interface":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","ip-prefix":"22.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576","mac-entry":[{"mac-address":"fa:16:3e:47:75:c2","interface":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","ip-prefix":"21.0.0.2","isStaticAddress":true}]}]}} </msg>
<msg timestamp="20181202 16:05:42.680" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.680" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:05:42.680" starttime="20181202 16:05:42.680"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.681" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220",
                "mac-entry": [
                    {
                        "interface": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                        "ip-prefix": "22.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:4e:2a:fe"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                "mac-entry": [
                    {
                        "interface": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                        "ip-prefix": "21.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:47:75:c2"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.681" starttime="20181202 16:05:42.681"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.681" starttime="20181202 16:05:42.676"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.686" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.686" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.686" starttime="20181202 16:05:42.681"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.686" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.686" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.686" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.687" starttime="20181202 16:05:42.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.687" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.687" starttime="20181202 16:05:42.687"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.687" starttime="20181202 16:05:42.681"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.690" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.690" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.690" starttime="20181202 16:05:42.687"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.690" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"73412f5d-1c08-40db-bfc0-1941ae331576","elan-interfaces":["83659136235614:br-ex-patch:1121","3ac56fad-e589-4217-bf1f-e6ba868e1a4b"]},{"name":"d64cac99-2e14-41de-b007-343355d1a220","elan-interfaces":["5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"]}]}} </msg>
<msg timestamp="20181202 16:05:42.690" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.690" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:05:42.691" starttime="20181202 16:05:42.690"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.691" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "83659136235614:br-ex-patch:1121",
                    "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
                ],
                "name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "elan-interfaces": [
                    "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                ],
                "name": "d64cac99-2e14-41de-b007-343355d1a220"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.691" starttime="20181202 16:05:42.691"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.691" starttime="20181202 16:05:42.687"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.693" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.694" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.694" starttime="20181202 16:05:42.691"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.694" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap3ac56fad-e5","lower-layer-if":["openflow:83659136235614:2"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:54:40.878Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","lower-layer-if":["openflow:83659136235614:2"],"type":"iana-if-type:l2vlan","if-index":2,"statistics":{"discontinuity-time":"2018-12-02T15:54:40.928Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap5dc78a1e-32","lower-layer-if":["openflow:83659136235614:3"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:54:44.632Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","lower-layer-if":["openflow:83659136235614:3"],"type":"iana-if-type:l2vlan","if-index":5,"statistics":{"discontinuity-time":"2018-12-02T15:54:44.639Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:1121","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":4,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.044Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:05:42.694" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.695" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:05:42.695" starttime="20181202 16:05:42.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.695" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:2"
                ],
                "name": "tap3ac56fad-e5",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:40.878Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 2,
                "lower-layer-if": [
                    "openflow:83659136235614:2"
                ],
                "name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:40.928Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:3"
                ],
                "name": "tap5dc78a1e-32",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:44.632Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 5,
                "lower-layer-if": [
                    "openflow:83659136235614:3"
                ],
                "name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:44.639Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 4,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:1121",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.044Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.695" starttime="20181202 16:05:42.695"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.695" starttime="20181202 16:05:42.691"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.698" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.698" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.698" starttime="20181202 16:05:42.695"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.699" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":4,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":5,"port-no":3,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":2,"port-no":2,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":2,"port-no":2,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":5,"port-no":3,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":4,"port-no":1,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:05:42.699" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.699" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 4,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:05:42.699" starttime="20181202 16:05:42.698"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.699" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 4,
                "interface-name": "83659136235614:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 5,
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 2,
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 2,
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 2,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 5,
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 3,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 4,
                "interface-name": "83659136235614:br-ex-patch:1121",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.699" starttime="20181202 16:05:42.699"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.699" starttime="20181202 16:05:42.695"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.702" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.702" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.703" starttime="20181202 16:05:42.700"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.703" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.703" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.703" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.703" starttime="20181202 16:05:42.703"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.704" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.704" starttime="20181202 16:05:42.704"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.704" starttime="20181202 16:05:42.700"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.707" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.707" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.707" starttime="20181202 16:05:42.704"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.707" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.708" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.708" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.708" starttime="20181202 16:05:42.707"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.708" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.708" starttime="20181202 16:05:42.708"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.708" starttime="20181202 16:05:42.704"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.714" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.714" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.714" starttime="20181202 16:05:42.708"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.715" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.715" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.715" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.715" starttime="20181202 16:05:42.714"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.715" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.715" starttime="20181202 16:05:42.715"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.715" starttime="20181202 16:05:42.708"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.719" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.719" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.719" starttime="20181202 16:05:42.716"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.721" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap3ac56fad-e5","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"d3d47ea9-e31d-40e3-be92-65bfff1d1529","ovsdb:name":"tap3ac56fad-e5","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:47:75:c2"},{"external-id-key":"iface-id","external-id-value":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b"}],"ovsdb:port-uuid":"15864b3b-763e-4387-912f-45857feeb753","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":2},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534},{"tp-id":"tap5dc78a1e-32","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"232dc39a-c33c-4cf9-9376-7988ee91762a","ovsdb:name":"tap5dc78a1e-32","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:4e:2a:fe"},{"external-id-key":"iface-id","external-id-value":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"}],"ovsdb:port-uuid":"675ce48a-cc23-4e0e-ac15-e3efdf244842","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":3}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:05:42.721" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.721" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:05:42.721" starttime="20181202 16:05:42.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.722" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:47:75:c2"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "d3d47ea9-e31d-40e3-be92-65bfff1d1529",
                            "ovsdb:name": "tap3ac56fad-e5",
                            "ovsdb:ofport": 2,
                            "ovsdb:port-uuid": "15864b3b-763e-4387-912f-45857feeb753",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap3ac56fad-e5"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:4e:2a:fe"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "232dc39a-c33c-4cf9-9376-7988ee91762a",
                            "ovsdb:name": "tap5dc78a1e-32",
                            "ovsdb:ofport": 3,
                            "ovsdb:port-uuid": "675ce48a-cc23-4e0e-ac15-e3efdf244842",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap5dc78a1e-32"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:05:42.722" starttime="20181202 16:05:42.722"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.722" starttime="20181202 16:05:42.716"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.725" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.725" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.725" starttime="20181202 16:05:42.722"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.726" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","status":"ACTIVE"},{"uuid":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 16:05:42.726" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.726" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:05:42.726" starttime="20181202 16:05:42.725"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.726" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
            },
            {
                "status": "ACTIVE",
                "uuid": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.726" starttime="20181202 16:05:42.726"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.726" starttime="20181202 16:05:42.722"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.730" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.730" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.730" starttime="20181202 16:05:42.727"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.731" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.731" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.731" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.731" starttime="20181202 16:05:42.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.731" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.731" starttime="20181202 16:05:42.731"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.731" starttime="20181202 16:05:42.726"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.734" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.734" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.734" starttime="20181202 16:05:42.732"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.735" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":2,"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b"},{"if-index":5,"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"},{"if-index":4,"interface-name":"83659136235614:br-ex-patch:1121"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 16:05:42.735" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.735" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 2,
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
            },...</msg>
<status status="PASS" endtime="20181202 16:05:42.735" starttime="20181202 16:05:42.734"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.735" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 2,
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b"
            },
            {
                "if-index": 5,
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a"
            },
            {
                "if-index": 4,
                "interface-name": "83659136235614:br-ex-patch:1121"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.735" starttime="20181202 16:05:42.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.735" starttime="20181202 16:05:42.731"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.738" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.738" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.739" starttime="20181202 16:05:42.735"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.739" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.739" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.739" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.739" starttime="20181202 16:05:42.739"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.740" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.740" starttime="20181202 16:05:42.740"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.740" starttime="20181202 16:05:42.735"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.744" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.744" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.744" starttime="20181202 16:05:42.740"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.745" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.745" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.745" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.745" starttime="20181202 16:05:42.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.745" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.745" starttime="20181202 16:05:42.745"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.745" starttime="20181202 16:05:42.740"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.748" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.749" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.749" starttime="20181202 16:05:42.746"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.749" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.749" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.749" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.749" starttime="20181202 16:05:42.749"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.750" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.750" starttime="20181202 16:05:42.750"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.750" starttime="20181202 16:05:42.745"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.753" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.753" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.753" starttime="20181202 16:05:42.750"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.754" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.754" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.754" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.754" starttime="20181202 16:05:42.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.755" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.755" starttime="20181202 16:05:42.754"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.755" starttime="20181202 16:05:42.750"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.759" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.759" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.759" starttime="20181202 16:05:42.755"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.760" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:05:42.760" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.760" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:05:42.760" starttime="20181202 16:05:42.759"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.760" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.760" starttime="20181202 16:05:42.760"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.760" starttime="20181202 16:05:42.755"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.763" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.763" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.763" starttime="20181202 16:05:42.761"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.764" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:05:42.764" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.764" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:05:42.764" starttime="20181202 16:05:42.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.764" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.764" starttime="20181202 16:05:42.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.764" starttime="20181202 16:05:42.760"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.767" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.767" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.767" starttime="20181202 16:05:42.765"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.768" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:05:42.768" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.768" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.768" starttime="20181202 16:05:42.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.768" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:05:42.768" starttime="20181202 16:05:42.768"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.769" starttime="20181202 16:05:42.764"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.772" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.772" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.772" starttime="20181202 16:05:42.769"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.772" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:05:42.772" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.772" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:05:42.772" starttime="20181202 16:05:42.772"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.773" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.773" starttime="20181202 16:05:42.773"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.773" starttime="20181202 16:05:42.769"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.776" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.776" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.776" starttime="20181202 16:05:42.773"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.777" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.777" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.777" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.777" starttime="20181202 16:05:42.776"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.777" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.777" starttime="20181202 16:05:42.777"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.777" starttime="20181202 16:05:42.773"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.780" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.780" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.781" starttime="20181202 16:05:42.778"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.781" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.781" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.781" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.781" starttime="20181202 16:05:42.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.782" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.782" starttime="20181202 16:05:42.781"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.782" starttime="20181202 16:05:42.777"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.786" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.786" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.786" starttime="20181202 16:05:42.782"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.786" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:05:42.786" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.787" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:05:42.787" starttime="20181202 16:05:42.786"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.787" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.787" starttime="20181202 16:05:42.787"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.787" starttime="20181202 16:05:42.782"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:05:42.795" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:05:42.795" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:05:42.795" starttime="20181202 16:05:42.787"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:05:42.798" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:2","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap3ac56fad-e5","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":2,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:3","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap5dc78a1e-32","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":3,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:05:42.798" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:05:42.799" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:05:42.799" starttime="20181202 16:05:42.796"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.799" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap3ac56fad-e5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 2,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:2"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap5dc78a1e-32",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 3,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:3"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:05:42.800" starttime="20181202 16:05:42.799"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.800" starttime="20181202 16:05:42.787"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.800" starttime="20181202 16:05:42.425"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.800" starttime="20181202 16:05:42.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:42.800" starttime="20181202 16:05:42.409"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:05:42.801" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:05:42.801" starttime="20181202 16:05:42.801"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.811" starttime="20181202 16:05:42.810"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:05:42.811" level="INFO">index=11
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:05:42.811" level="INFO">${current_ssh_connection} = index=11
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:05:42.811" starttime="20181202 16:05:42.811"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:05:42.812" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:05:42.812" starttime="20181202 16:05:42.811"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:05:42.812" level="INFO">${conn_id} = 16</msg>
<status status="PASS" endtime="20181202 16:05:42.812" starttime="20181202 16:05:42.812"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:05:42.813" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:05:42.813" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:05:42.813" starttime="20181202 16:05:42.813"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:42.814" starttime="20181202 16:05:42.814"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:05:42.815" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:05:43.155" level="INFO">Read output: Last login: Sun Dec  2 15:54:33 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:05:43.156" starttime="20181202 16:05:42.814"></status>
</kw>
<msg timestamp="20181202 16:05:43.156" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:05:43.156" starttime="20181202 16:05:42.814"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.156" starttime="20181202 16:05:42.813"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:05:43.157" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:05:43.183" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:05:43.183" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:05:43.183" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:05:43.183" starttime="20181202 16:05:43.157"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:05:43.248" starttime="20181202 16:05:43.183"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.249" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:05:43.249" starttime="20181202 16:05:43.248"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:43.250" starttime="20181202 16:05:43.249"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.251" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:05:43.251" starttime="20181202 16:05:43.251"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.252" starttime="20181202 16:05:43.250"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:43.254" starttime="20181202 16:05:43.254"></status>
</kw>
<msg timestamp="20181202 16:05:43.254" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:05:43.255" starttime="20181202 16:05:43.253"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.255" starttime="20181202 16:05:43.252"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.255" starttime="20181202 16:05:42.810"></status>
</kw>
<msg timestamp="20181202 16:05:43.255" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:05:43.255" starttime="20181202 16:05:42.809"></status>
</kw>
<msg timestamp="20181202 16:05:43.255" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:05:43.255" starttime="20181202 16:05:42.809"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:05:43.256" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:05:43.256" starttime="20181202 16:05:43.256"></status>
</kw>
<msg timestamp="20181202 16:05:43.257" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:05:43.257" starttime="20181202 16:05:42.808"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:05:43.258" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:05:43.258" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:05:43.258" starttime="20181202 16:05:43.257"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:43.259" starttime="20181202 16:05:43.258"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:05:43.260" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:05:43.260" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:05:43.260" starttime="20181202 16:05:43.259"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.262" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:05:43.262" starttime="20181202 16:05:43.261"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.262" starttime="20181202 16:05:43.260"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.262" starttime="20181202 16:05:42.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.262" starttime="20181202 16:05:42.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.262" starttime="20181202 16:05:42.800"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:43.275" starttime="20181202 16:05:43.275"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.276" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:05:43.489" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:05:43.489" starttime="20181202 16:05:43.276"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.513" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:05:43.513" starttime="20181202 16:05:43.490"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:05:43.516" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:05:43.516" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:05:43.516" starttime="20181202 16:05:43.514"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:05:43.559" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:05:43.559" starttime="20181202 16:05:43.517"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:05:43.561" starttime="20181202 16:05:43.560"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:05:43.562" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:43.562"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:43.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:43.263"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:43.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:43.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:40.546"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:43.562" starttime="20181202 16:05:40.545"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:05:43.564" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:05:43.564" starttime="20181202 16:05:43.564"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:43.565" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:05:43.584" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:45.595" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:45.595" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:45.595" starttime="20181202 16:05:43.565"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:45.596" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:05:45.597" starttime="20181202 16:05:45.596"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:45.598" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:45.598" starttime="20181202 16:05:45.598"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:45.599" starttime="20181202 16:05:45.598"></status>
</kw>
<msg timestamp="20181202 16:05:45.599" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:05:45.599" starttime="20181202 16:05:43.564"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:05:45.600" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:05:45.600" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:05:45.600" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:05:45.600" starttime="20181202 16:05:45.599"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:05:45.600" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:05:45.601" starttime="20181202 16:05:45.600"></status>
</kw>
<msg timestamp="20181202 16:05:45.601" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:05:45.601" starttime="20181202 16:05:43.563"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:05:45.601" starttime="20181202 16:05:45.601"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:05:45.602" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:05:45.602" starttime="20181202 16:05:45.602"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:45.603" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:05:45.623" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:48.559" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:48.560" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:48.560" starttime="20181202 16:05:45.603"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:48.562" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cbc4fc74-6614-4460-9345-e9c8d000f741", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "d31b5396-db7f-40c2-b6f1-68472ee89a4c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4f3ce36b-78cc-473d-a632-4d0c8be4d39a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "aab44257-7a24-44db-8576-900ac9fc8983", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "5f646853-cfd4-47b1-a29c-f94e3bdd5643", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ee34d9a8-872d-4655-8d5f-d13c74f26292", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:05:48.562" starttime="20181202 16:05:48.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:48.563" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:48.563" starttime="20181202 16:05:48.562"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:48.565" starttime="20181202 16:05:48.564"></status>
</kw>
<msg timestamp="20181202 16:05:48.565" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cbc4fc74-6614-4460-9345-e9c8d000f741", 
    "Flavor": "m1.nano", 
    "Networks": ""
  ...</msg>
<status status="PASS" endtime="20181202 16:05:48.565" starttime="20181202 16:05:45.603"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:05:48.566" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cbc4fc74-6614-4460-9345-e9c8d000f741", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "d31b5396-db7f-40c2-b6f1-68472ee89a4c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4f3ce36b-78cc-473d-a632-4d0c8be4d39a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "aab44257-7a24-44db-8576-900ac9fc8983", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "5f646853-cfd4-47b1-a29c-f94e3bdd5643", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ee34d9a8-872d-4655-8d5f-d13c74f26292", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 16:05:48.566" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:05:48.567" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cbc4fc74-6614-4460-9345-e9c8d000f741', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:05:48.567" starttime="20181202 16:05:48.566"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:05:48.568" level="INFO">[{u'Status': u'ERROR', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cbc4fc74-6614-4460-9345-e9c8d000f741', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'd31b5396-db7f-40c2-b6f1-68472ee89a4c', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4f3ce36b-78cc-473d-a632-4d0c8be4d39a', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'aab44257-7a24-44db-8576-900ac9fc8983', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'5f646853-cfd4-47b1-a29c-f94e3bdd5643', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ee34d9a8-872d-4655-8d5f-d13c74f26292', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 16:05:48.568" starttime="20181202 16:05:48.567"></status>
</kw>
<msg timestamp="20181202 16:05:48.568" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cbc4fc74-6614-4460-9345-e9c8d000f741', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:05:48.569" starttime="20181202 16:05:45.601"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cbc4fc74-6614-4460-9345-e9c8d000f741', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:48.585" level="INFO">Starting process:
openstack server show cbc4fc74-6614-4460-9345-e9c8d000f741</msg>
<msg timestamp="20181202 16:05:48.614" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:51.477" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:51.478" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:51.478" starttime="20181202 16:05:48.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:51.479" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:37Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:38Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | cbc4fc74-6614-4460-9345-e9c8d000f741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_2_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:38Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:05:51.479" starttime="20181202 16:05:51.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:51.480" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:51.480" starttime="20181202 16:05:51.479"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:51.480" starttime="20181202 16:05:51.480"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:51.481" starttime="20181202 16:05:48.584"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:51.489" level="INFO">Starting process:
openstack server delete cbc4fc74-6614-4460-9345-e9c8d000f741</msg>
<msg timestamp="20181202 16:05:51.527" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:55.755" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:55.756" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:55.756" starttime="20181202 16:05:51.488"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:55.757" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:55.757" starttime="20181202 16:05:55.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:55.757" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:55.757" starttime="20181202 16:05:55.757"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:55.758" starttime="20181202 16:05:55.757"></status>
</kw>
<msg timestamp="20181202 16:05:55.758" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:05:55.758" starttime="20181202 16:05:51.488"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:55.758" starttime="20181202 16:05:51.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:55.758" starttime="20181202 16:05:51.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:55.758" starttime="20181202 16:05:48.569"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'd31b5396-db7f-40c2-b6f1-68472ee89a4c', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:55.766" level="INFO">Starting process:
openstack server show d31b5396-db7f-40c2-b6f1-68472ee89a4c</msg>
<msg timestamp="20181202 16:05:55.804" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:05:59.113" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:05:59.113" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:05:59.113" starttime="20181202 16:05:55.766"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:05:59.115" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:32Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:32Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | d31b5396-db7f-40c2-b6f1-68472ee89a4c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_2_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:32Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:05:59.115" starttime="20181202 16:05:59.114"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:05:59.116" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:05:59.116" starttime="20181202 16:05:59.115"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:05:59.117" starttime="20181202 16:05:59.116"></status>
</kw>
<status status="PASS" endtime="20181202 16:05:59.117" starttime="20181202 16:05:55.765"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:05:59.127" level="INFO">Starting process:
openstack server delete d31b5396-db7f-40c2-b6f1-68472ee89a4c</msg>
<msg timestamp="20181202 16:05:59.147" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:02.289" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:02.290" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:02.290" starttime="20181202 16:05:59.126"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:02.291" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:02.291" starttime="20181202 16:06:02.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:02.291" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:02.291" starttime="20181202 16:06:02.291"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:02.292" starttime="20181202 16:06:02.291"></status>
</kw>
<msg timestamp="20181202 16:06:02.292" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:02.292" starttime="20181202 16:05:59.126"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:02.293" starttime="20181202 16:05:59.118"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:02.293" starttime="20181202 16:05:59.117"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:02.293" starttime="20181202 16:05:55.759"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4f3ce36b-78cc-473d-a632-4d0c8be4d39a', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:02.301" level="INFO">Starting process:
openstack server show 4f3ce36b-78cc-473d-a632-4d0c8be4d39a</msg>
<msg timestamp="20181202 16:06:02.322" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:05.205" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:05.205" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:05.205" starttime="20181202 16:06:02.301"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:05.206" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000004                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:26Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:26Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 4f3ce36b-78cc-473d-a632-4d0c8be4d39a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:26Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:06:05.207" starttime="20181202 16:06:05.206"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:05.207" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:05.207" starttime="20181202 16:06:05.207"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:05.208" starttime="20181202 16:06:05.207"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:05.208" starttime="20181202 16:06:02.300"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:05.218" level="INFO">Starting process:
openstack server delete 4f3ce36b-78cc-473d-a632-4d0c8be4d39a</msg>
<msg timestamp="20181202 16:06:05.258" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:08.066" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:08.067" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:08.067" starttime="20181202 16:06:05.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:08.068" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:08.068" starttime="20181202 16:06:08.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:08.068" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:08.068" starttime="20181202 16:06:08.068"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:08.069" starttime="20181202 16:06:08.069"></status>
</kw>
<msg timestamp="20181202 16:06:08.070" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:08.070" starttime="20181202 16:06:05.217"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:08.070" starttime="20181202 16:06:05.209"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:08.070" starttime="20181202 16:06:05.209"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:08.070" starttime="20181202 16:06:02.293"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'aab44257-7a24-44db-8576-900ac9fc8983', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:08.078" level="INFO">Starting process:
openstack server show aab44257-7a24-44db-8576-900ac9fc8983</msg>
<msg timestamp="20181202 16:06:08.106" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:10.891" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:10.891" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:10.892" starttime="20181202 16:06:08.078"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:10.893" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000003                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:19Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:19Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | aab44257-7a24-44db-8576-900ac9fc8983                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_1_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:19Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:06:10.894" starttime="20181202 16:06:10.892"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:10.894" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:10.894" starttime="20181202 16:06:10.894"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:10.895" starttime="20181202 16:06:10.895"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:10.896" starttime="20181202 16:06:08.077"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:10.905" level="INFO">Starting process:
openstack server delete aab44257-7a24-44db-8576-900ac9fc8983</msg>
<msg timestamp="20181202 16:06:10.922" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:13.718" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:13.719" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:13.719" starttime="20181202 16:06:10.904"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:13.720" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:13.720" starttime="20181202 16:06:13.719"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:13.721" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:13.721" starttime="20181202 16:06:13.720"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:13.722" starttime="20181202 16:06:13.721"></status>
</kw>
<msg timestamp="20181202 16:06:13.722" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:13.722" starttime="20181202 16:06:10.904"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:13.722" starttime="20181202 16:06:10.897"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:13.722" starttime="20181202 16:06:10.896"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:13.722" starttime="20181202 16:06:08.070"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'5f646853-cfd4-47b1-a29c-f94e3bdd5643', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:13.733" level="INFO">Starting process:
openstack server show 5f646853-cfd4-47b1-a29c-f94e3bdd5643</msg>
<msg timestamp="20181202 16:06:13.755" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:16.692" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:16.692" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:16.692" starttime="20181202 16:06:13.733"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:16.693" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:13Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:14Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 5f646853-cfd4-47b1-a29c-f94e3bdd5643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:14Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:06:16.694" starttime="20181202 16:06:16.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:16.694" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:16.694" starttime="20181202 16:06:16.694"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:16.695" starttime="20181202 16:06:16.694"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:16.695" starttime="20181202 16:06:13.732"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:16.704" level="INFO">Starting process:
openstack server delete 5f646853-cfd4-47b1-a29c-f94e3bdd5643</msg>
<msg timestamp="20181202 16:06:16.736" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:19.683" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:19.684" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:19.684" starttime="20181202 16:06:16.704"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:19.685" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:19.685" starttime="20181202 16:06:19.684"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:19.685" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:19.686" starttime="20181202 16:06:19.685"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:19.686" starttime="20181202 16:06:19.686"></status>
</kw>
<msg timestamp="20181202 16:06:19.687" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:19.687" starttime="20181202 16:06:16.703"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:19.687" starttime="20181202 16:06:16.696"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:19.687" starttime="20181202 16:06:16.696"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:19.687" starttime="20181202 16:06:13.722"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ee34d9a8-872d-4655-8d5f-d13c74f26292', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:19.696" level="INFO">Starting process:
openstack server show ee34d9a8-872d-4655-8d5f-d13c74f26292</msg>
<msg timestamp="20181202 16:06:19.714" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:22.725" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:22.726" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:22.726" starttime="20181202 16:06:19.696"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:22.728" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000001                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T15:55:07Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T15:55:09Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | ee34d9a8-872d-4655-8d5f-d13c74f26292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T15:55:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:06:22.729" starttime="20181202 16:06:22.727"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:22.730" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:22.730" starttime="20181202 16:06:22.729"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:22.731" starttime="20181202 16:06:22.730"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:22.732" starttime="20181202 16:06:19.695"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:22.748" level="INFO">Starting process:
openstack server delete ee34d9a8-872d-4655-8d5f-d13c74f26292</msg>
<msg timestamp="20181202 16:06:22.788" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:25.605" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:25.606" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:25.606" starttime="20181202 16:06:22.747"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:25.608" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:25.608" starttime="20181202 16:06:25.607"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:25.609" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:25.609" starttime="20181202 16:06:25.608"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:25.611" starttime="20181202 16:06:25.609"></status>
</kw>
<msg timestamp="20181202 16:06:25.611" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:25.611" starttime="20181202 16:06:22.746"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:25.612" starttime="20181202 16:06:22.733"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:25.612" starttime="20181202 16:06:22.732"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:25.612" starttime="20181202 16:06:19.687"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:25.612" starttime="20181202 16:05:48.569"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:25.614" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:25.614" starttime="20181202 16:06:25.614"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:25.616" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:06:25.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:28.030" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:28.031" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:28.031" starttime="20181202 16:06:25.616"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:28.032" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:06:28.032" starttime="20181202 16:06:28.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:28.033" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:28.033" starttime="20181202 16:06:28.032"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:28.034" starttime="20181202 16:06:28.033"></status>
</kw>
<msg timestamp="20181202 16:06:28.034" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:06:28.034" starttime="20181202 16:06:25.615"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:28.035" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:06:28.035" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:06:28.035" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:28.035" starttime="20181202 16:06:28.034"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:06:28.035" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:06:28.035" starttime="20181202 16:06:28.035"></status>
</kw>
<msg timestamp="20181202 16:06:28.036" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:28.036" starttime="20181202 16:06:25.612"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:06:28.036" starttime="20181202 16:06:28.036"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:28.037" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:28.037" starttime="20181202 16:06:28.037"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:28.038" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:06:28.079" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:30.171" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:30.171" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:30.171" starttime="20181202 16:06:28.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:30.172" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", 
    "ID": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b", 
    "MAC Address": "fa:16:3e:47:75:c2", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='886151c9-5bbb-41f5-ac8f-619439190863'", 
    "ID": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a", 
    "MAC Address": "fa:16:3e:4e:2a:fe", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:06:30.173" starttime="20181202 16:06:30.172"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:30.174" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:30.174" starttime="20181202 16:06:30.173"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:30.175" starttime="20181202 16:06:30.174"></status>
</kw>
<msg timestamp="20181202 16:06:30.175" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", 
    "ID": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 16:06:30.175" starttime="20181202 16:06:28.037"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:30.176" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", 
    "ID": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b", 
    "MAC Address": "fa:16:3e:47:75:c2", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='22.0.0.2', subnet_id='886151c9-5bbb-41f5-ac8f-619439190863'", 
    "ID": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a", 
    "MAC Address": "fa:16:3e:4e:2a:fe", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181202 16:06:30.176" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:06:30.176" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", u'ID': u'3ac56fad-e589-4217-bf1f-e6ba868e1a4b', u'MAC Address': u'fa:16:3e:4...</msg>
<status status="PASS" endtime="20181202 16:06:30.176" starttime="20181202 16:06:30.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:06:30.177" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", u'ID': u'3ac56fad-e589-4217-bf1f-e6ba868e1a4b', u'MAC Address': u'fa:16:3e:47:75:c2', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='22.0.0.2', subnet_id='886151c9-5bbb-41f5-ac8f-619439190863'", u'ID': u'5dc78a1e-324d-4f8a-b09f-0cdea3a3083a', u'MAC Address': u'fa:16:3e:4e:2a:fe', u'Name': u''}]</msg>
<status status="PASS" endtime="20181202 16:06:30.177" starttime="20181202 16:06:30.176"></status>
</kw>
<msg timestamp="20181202 16:06:30.177" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'", u'ID': u'3ac56fad-e589-4217-bf1f-e6ba868e1a4b', u'MAC Address': u'fa:16:3e:4...</msg>
<status status="PASS" endtime="20181202 16:06:30.177" starttime="20181202 16:06:28.036"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='21.0.0.2', subnet_id='c19496cd-fd6b-4478-bd8a-74bd1940c8c2'&quot;, u'ID': u'3ac56fad-e589-4217-bf1f-e6ba868e1a4b', u'MAC Address': u'fa:16:3e:47:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:30.187" level="INFO">Starting process:
openstack port delete 3ac56fad-e589-4217-bf1f-e6ba868e1a4b</msg>
<msg timestamp="20181202 16:06:30.217" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:32.797" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:32.797" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:32.797" starttime="20181202 16:06:30.187"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:32.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:32.799" starttime="20181202 16:06:32.798"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:32.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:32.799" starttime="20181202 16:06:32.799"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:32.800" starttime="20181202 16:06:32.799"></status>
</kw>
<msg timestamp="20181202 16:06:32.800" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:32.800" starttime="20181202 16:06:30.186"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:32.800" starttime="20181202 16:06:30.178"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:32.800" starttime="20181202 16:06:30.178"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:32.800" starttime="20181202 16:06:30.177"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='22.0.0.2', subnet_id='886151c9-5bbb-41f5-ac8f-619439190863'&quot;, u'ID': u'5dc78a1e-324d-4f8a-b09f-0cdea3a3083a', u'MAC Address': u'fa:16:3e:4e:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:32.817" level="INFO">Starting process:
openstack port delete 5dc78a1e-324d-4f8a-b09f-0cdea3a3083a</msg>
<msg timestamp="20181202 16:06:32.858" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:35.827" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:35.827" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:35.827" starttime="20181202 16:06:32.816"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:35.829" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:35.829" starttime="20181202 16:06:35.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:35.829" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:35.830" starttime="20181202 16:06:35.829"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:35.831" starttime="20181202 16:06:35.830"></status>
</kw>
<msg timestamp="20181202 16:06:35.831" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:35.831" starttime="20181202 16:06:32.815"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:35.831" starttime="20181202 16:06:32.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:35.831" starttime="20181202 16:06:32.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:35.831" starttime="20181202 16:06:32.800"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:35.832" starttime="20181202 16:06:30.177"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:35.833" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:35.833" starttime="20181202 16:06:35.833"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:35.835" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:06:35.877" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:38.165" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:38.165" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:38.165" starttime="20181202 16:06:35.834"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:38.167" level="INFO">[
  {
    "Subnets": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2", 
    "ID": "73412f5d-1c08-40db-bfc0-1941ae331576", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "886151c9-5bbb-41f5-ac8f-619439190863", 
    "ID": "d64cac99-2e14-41de-b007-343355d1a220", 
    "Name": "l2_net_2"
  }
]</msg>
<status status="PASS" endtime="20181202 16:06:38.167" starttime="20181202 16:06:38.166"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:38.168" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:38.168" starttime="20181202 16:06:38.167"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:38.169" starttime="20181202 16:06:38.168"></status>
</kw>
<msg timestamp="20181202 16:06:38.169" level="INFO">${json} = [
  {
    "Subnets": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2", 
    "ID": "73412f5d-1c08-40db-bfc0-1941ae331576", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "886151c9-5bbb-41f5-ac8f-619439190863",...</msg>
<status status="PASS" endtime="20181202 16:06:38.169" starttime="20181202 16:06:35.833"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:38.170" level="INFO">To JSON using : content=[
  {
    "Subnets": "c19496cd-fd6b-4478-bd8a-74bd1940c8c2", 
    "ID": "73412f5d-1c08-40db-bfc0-1941ae331576", 
    "Name": "l2_net_1"
  }, 
  {
    "Subnets": "886151c9-5bbb-41f5-ac8f-619439190863", 
    "ID": "d64cac99-2e14-41de-b007-343355d1a220", 
    "Name": "l2_net_2"
  }
] </msg>
<msg timestamp="20181202 16:06:38.170" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:06:38.171" level="INFO">@{list} = [ {u'Subnets': u'c19496cd-fd6b-4478-bd8a-74bd1940c8c2', u'ID': u'73412f5d-1c08-40db-bfc0-1941ae331576', u'Name': u'l2_net_1'} | {u'Subnets': u'886151c9-5bbb-41f5-ac8f-619439190863', u'ID': u'd64cac99-...</msg>
<status status="PASS" endtime="20181202 16:06:38.171" starttime="20181202 16:06:38.170"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:06:38.171" level="INFO">[{u'Subnets': u'c19496cd-fd6b-4478-bd8a-74bd1940c8c2', u'ID': u'73412f5d-1c08-40db-bfc0-1941ae331576', u'Name': u'l2_net_1'}, {u'Subnets': u'886151c9-5bbb-41f5-ac8f-619439190863', u'ID': u'd64cac99-2e14-41de-b007-343355d1a220', u'Name': u'l2_net_2'}]</msg>
<status status="PASS" endtime="20181202 16:06:38.172" starttime="20181202 16:06:38.171"></status>
</kw>
<msg timestamp="20181202 16:06:38.172" level="INFO">@{networks} = [ {u'Subnets': u'c19496cd-fd6b-4478-bd8a-74bd1940c8c2', u'ID': u'73412f5d-1c08-40db-bfc0-1941ae331576', u'Name': u'l2_net_1'} | {u'Subnets': u'886151c9-5bbb-41f5-ac8f-619439190863', u'ID': u'd64cac99-...</msg>
<status status="PASS" endtime="20181202 16:06:38.172" starttime="20181202 16:06:35.832"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'c19496cd-fd6b-4478-bd8a-74bd1940c8c2', u'ID': u'73412f5d-1c08-40db-bfc0-1941ae331576', u'Name': u'l2_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:38.187" level="INFO">Starting process:
openstack subnet delete c19496cd-fd6b-4478-bd8a-74bd1940c8c2</msg>
<msg timestamp="20181202 16:06:38.206" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:41.451" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:41.451" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:41.452" starttime="20181202 16:06:38.187"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:41.453" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:41.453" starttime="20181202 16:06:41.452"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:41.454" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:41.454" starttime="20181202 16:06:41.453"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:41.454" starttime="20181202 16:06:41.454"></status>
</kw>
<msg timestamp="20181202 16:06:41.455" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:41.455" starttime="20181202 16:06:38.186"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:41.455" starttime="20181202 16:06:38.173"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:41.455" starttime="20181202 16:06:38.173"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:41.467" level="INFO">Starting process:
openstack network delete 73412f5d-1c08-40db-bfc0-1941ae331576</msg>
<msg timestamp="20181202 16:06:41.495" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:44.344" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:44.344" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:44.344" starttime="20181202 16:06:41.466"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:44.346" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:44.346" starttime="20181202 16:06:44.345"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:44.346" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:44.346" starttime="20181202 16:06:44.346"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:44.347" starttime="20181202 16:06:44.347"></status>
</kw>
<msg timestamp="20181202 16:06:44.348" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:44.348" starttime="20181202 16:06:41.466"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:44.348" starttime="20181202 16:06:41.456"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:44.348" starttime="20181202 16:06:41.455"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:44.348" starttime="20181202 16:06:38.172"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'886151c9-5bbb-41f5-ac8f-619439190863', u'ID': u'd64cac99-2e14-41de-b007-343355d1a220', u'Name': u'l2_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:44.362" level="INFO">Starting process:
openstack subnet delete 886151c9-5bbb-41f5-ac8f-619439190863</msg>
<msg timestamp="20181202 16:06:44.402" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:47.798" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:47.798" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:47.798" starttime="20181202 16:06:44.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:47.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:47.799" starttime="20181202 16:06:47.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:47.800" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:47.800" starttime="20181202 16:06:47.799"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:47.801" starttime="20181202 16:06:47.800"></status>
</kw>
<msg timestamp="20181202 16:06:47.801" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:47.801" starttime="20181202 16:06:44.361"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:47.801" starttime="20181202 16:06:44.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:47.801" starttime="20181202 16:06:44.349"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:47.816" level="INFO">Starting process:
openstack network delete d64cac99-2e14-41de-b007-343355d1a220</msg>
<msg timestamp="20181202 16:06:47.858" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:50.574" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:50.575" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:50.575" starttime="20181202 16:06:47.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:50.576" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:50.576" starttime="20181202 16:06:50.575"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:50.576" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:50.576" starttime="20181202 16:06:50.576"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:50.577" starttime="20181202 16:06:50.577"></status>
</kw>
<msg timestamp="20181202 16:06:50.577" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:50.577" starttime="20181202 16:06:47.814"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:50.578" starttime="20181202 16:06:47.802"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:50.578" starttime="20181202 16:06:47.802"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:50.578" starttime="20181202 16:06:44.348"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:50.578" starttime="20181202 16:06:38.172"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:50.579" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:06:50.579" starttime="20181202 16:06:50.578"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:50.580" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:06:50.618" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:52.644" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:52.644" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:52.644" starttime="20181202 16:06:50.579"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:52.646" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l2_sg", 
    "ID": "bb385a87-8ce9-475b-9271-1c1eca7450eb", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:06:52.646" starttime="20181202 16:06:52.645"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:52.647" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:52.647" starttime="20181202 16:06:52.647"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:52.649" starttime="20181202 16:06:52.648"></status>
</kw>
<msg timestamp="20181202 16:06:52.650" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:06:52.650" starttime="20181202 16:06:50.579"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:06:52.651" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l2_sg", 
    "ID": "bb385a87-8ce9-475b-9271-1c1eca7450eb", 
    "Name": "l2_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:06:52.651" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:06:52.652" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:06:52.652" starttime="20181202 16:06:52.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:06:52.653" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'bb385a87-8ce9-475b-9271-1c1eca7450eb'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:06:52.653" starttime="20181202 16:06:52.652"></status>
</kw>
<msg timestamp="20181202 16:06:52.654" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:06:52.654" starttime="20181202 16:06:50.578"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:52.655" starttime="20181202 16:06:52.655"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:52.656" starttime="20181202 16:06:52.654"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l2_sg', u'Description': u'l2_sg', u'ID': u'bb385a87-8ce9-475b-9271-1c1eca7450eb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:52.673" level="INFO">Starting process:
openstack security group delete bb385a87-8ce9-475b-9271-1c1eca7450eb</msg>
<msg timestamp="20181202 16:06:52.715" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:55.096" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:55.097" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:55.097" starttime="20181202 16:06:52.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:55.098" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:55.098" starttime="20181202 16:06:55.097"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:55.099" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:55.099" starttime="20181202 16:06:55.098"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:55.100" starttime="20181202 16:06:55.099"></status>
</kw>
<msg timestamp="20181202 16:06:55.100" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:55.100" starttime="20181202 16:06:52.671"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.100" starttime="20181202 16:06:52.658"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.101" starttime="20181202 16:06:52.657"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.101" starttime="20181202 16:06:52.656"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.101" starttime="20181202 16:06:52.656"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:55.102" starttime="20181202 16:06:55.101"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.102" starttime="20181202 16:06:55.101"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:55.102" starttime="20181202 16:06:52.654"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:06:55.104" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:06:55.104" starttime="20181202 16:06:55.103"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:55.117" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:06:55.155" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:57.773" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:57.774" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:57.774" starttime="20181202 16:06:55.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:57.775" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:57.776" starttime="20181202 16:06:57.775"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:57.776" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:57.776" starttime="20181202 16:06:57.776"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:57.777" starttime="20181202 16:06:57.777"></status>
</kw>
<msg timestamp="20181202 16:06:57.778" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:57.778" starttime="20181202 16:06:55.115"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:57.778" starttime="20181202 16:06:55.104"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:57.789" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:06:57.821" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:06:59.958" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:06:59.959" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:06:59.959" starttime="20181202 16:06:57.788"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:06:59.960" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:59.960" starttime="20181202 16:06:59.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:06:59.961" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:06:59.961" starttime="20181202 16:06:59.961"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:06:59.962" starttime="20181202 16:06:59.961"></status>
</kw>
<msg timestamp="20181202 16:06:59.962" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:06:59.962" starttime="20181202 16:06:57.788"></status>
</kw>
<status status="PASS" endtime="20181202 16:06:59.962" starttime="20181202 16:06:57.778"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:06:59.973" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:07:00.014" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:02.089" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:02.089" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:02.089" starttime="20181202 16:06:59.973"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:02.090" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:02.090" starttime="20181202 16:07:02.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:02.090" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:02.091" starttime="20181202 16:07:02.090"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:02.091" starttime="20181202 16:07:02.091"></status>
</kw>
<msg timestamp="20181202 16:07:02.092" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:02.092" starttime="20181202 16:06:59.972"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:02.092" starttime="20181202 16:06:59.963"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:02.100" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:07:02.139" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:04.330" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:04.330" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:04.330" starttime="20181202 16:07:02.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:04.331" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:04.331" starttime="20181202 16:07:04.331"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:04.332" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:04.332" starttime="20181202 16:07:04.331"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:04.332" starttime="20181202 16:07:04.332"></status>
</kw>
<msg timestamp="20181202 16:07:04.333" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:04.333" starttime="20181202 16:07:02.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:04.333" starttime="20181202 16:07:02.092"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:04.340" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:07:04.380" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:06.566" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:06.566" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:06.566" starttime="20181202 16:07:04.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:06.567" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:07:06.567" starttime="20181202 16:07:06.567"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:06.568" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:06.568" starttime="20181202 16:07:06.567"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:06.568" starttime="20181202 16:07:06.568"></status>
</kw>
<msg timestamp="20181202 16:07:06.569" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:07:06.569" starttime="20181202 16:07:04.339"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:06.569" starttime="20181202 16:07:04.333"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:06.577" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:07:06.620" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:08.645" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:08.646" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:08.646" starttime="20181202 16:07:06.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:08.647" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:07:08.647" starttime="20181202 16:07:08.646"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:08.648" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:08.648" starttime="20181202 16:07:08.647"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:08.648" starttime="20181202 16:07:08.648"></status>
</kw>
<msg timestamp="20181202 16:07:08.649" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:07:08.649" starttime="20181202 16:07:06.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:08.649" starttime="20181202 16:07:06.569"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:08.658" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:07:08.676" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:10.688" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:10.689" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:10.689" starttime="20181202 16:07:08.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:10.690" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:10.690" starttime="20181202 16:07:10.690"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:10.691" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:10.691" starttime="20181202 16:07:10.691"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:10.692" starttime="20181202 16:07:10.691"></status>
</kw>
<msg timestamp="20181202 16:07:10.692" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:10.692" starttime="20181202 16:07:08.657"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:10.692" starttime="20181202 16:07:08.649"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:10.701" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:07:10.742" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:13.022" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:13.022" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:13.022" starttime="20181202 16:07:10.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.023" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:13.023" starttime="20181202 16:07:13.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.023" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:13.023" starttime="20181202 16:07:13.023"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:13.024" starttime="20181202 16:07:13.024"></status>
</kw>
<msg timestamp="20181202 16:07:13.024" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:13.025" starttime="20181202 16:07:10.700"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.025" starttime="20181202 16:07:10.692"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.025" starttime="20181202 16:06:55.104"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.025" starttime="20181202 16:06:55.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.025" starttime="20181202 16:05:43.563"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:13.027" starttime="20181202 16:07:13.027"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:07:13.027" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 16:07:13.118" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:07:13.118" level="INFO">${stdout} = 4 S root       91128   91108  0  80   0 - 55154 poll_s 15:53 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
4 S tcpdump    91137   ...</msg>
<status status="PASS" endtime="20181202 16:07:13.118" starttime="20181202 16:07:13.027"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.119" level="INFO">4 S root       91128   91108  0  80   0 - 55154 poll_s 15:53 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
4 S tcpdump    91137   91128  0  80   0 -  8196 poll_s 15:53 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
0 S heat-ad+  134470   91108  0  80   0 - 28293 do_wai 16:07 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  134480  134470  0  80   0 - 28177 pipe_w 16:07 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 16:07:13.119" starttime="20181202 16:07:13.118"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:07:13.119" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 16:07:13.226" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:07:13.226" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:07:13.226" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:07:13.226" starttime="20181202 16:07:13.119"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.227" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:13.227" starttime="20181202 16:07:13.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.227" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:13.227" starttime="20181202 16:07:13.227"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:07:13.228" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 16:07:13.308" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:07:13.308" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 16:07:13.308" starttime="20181202 16:07:13.228"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.309" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:13.310" starttime="20181202 16:07:13.309"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:07:13.310" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 16:07:13.375" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:07:13.375" level="INFO">${stdout} = total 40
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 16:07:13.375" starttime="20181202 16:07:13.310"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.375" level="INFO">total 40
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.375"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:13.376" starttime="20181202 16:07:13.025"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 16:07:13.494" starttime="20181202 16:07:13.376"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:13.503" starttime="20181202 16:07:13.502"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.503" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:07:13.719" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:07:13.719" starttime="20181202 16:07:13.503"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:07:13.797" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 16:07:13.797" starttime="20181202 16:07:13.720"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:07:13.961" level="INFO">[?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:07:13.961" level="INFO">${output} = [?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:13.961" starttime="20181202 16:07:13.798"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:07:14.005" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:07:14.005" starttime="20181202 16:07:13.961"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.007" starttime="20181202 16:07:14.005"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.007" level="INFO">[?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:14.007" starttime="20181202 16:07:14.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.007" starttime="20181202 16:07:13.501"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.007" starttime="20181202 16:07:13.495"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.007" starttime="20181202 16:07:13.494"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.008" starttime="20181202 16:05:40.545"></status>
</kw>
<doc>Test suite to verify packet flows between vm instances.</doc>
<status status="FAIL" endtime="20181202 16:07:14.008" starttime="20181202 15:53:36.215">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/l3.robot" id="s1-s2" name="L3">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 16:07:14.118" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 16:07:14.118" starttime="20181202 16:07:14.110"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.118" starttime="20181202 16:07:14.109"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 16:07:14.125" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 16:07:14.125" starttime="20181202 16:07:14.119"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.126" starttime="20181202 16:07:14.126"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 16:07:14.126" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 16:07:14.126" starttime="20181202 16:07:14.126"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 16:07:14.127" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 16:07:14.127" starttime="20181202 16:07:14.127"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.128" starttime="20181202 16:07:14.127"></status>
</kw>
<msg timestamp="20181202 16:07:14.128" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:07:14.128" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:07:14.128" starttime="20181202 16:07:14.127"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 16:07:14.128" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:07:14.128" starttime="20181202 16:07:14.128"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 16:07:14.129" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:14.129" starttime="20181202 16:07:14.129"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 16:07:14.130" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:14.130" starttime="20181202 16:07:14.130"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 16:07:14.130" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 16:07:14.130" starttime="20181202 16:07:14.130"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.132" starttime="20181202 16:07:14.132"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:07:14.132" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:14.132" starttime="20181202 16:07:14.132"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.133" starttime="20181202 16:07:14.133"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 16:07:14.134" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:07:14.134" starttime="20181202 16:07:14.133"></status>
</kw>
<msg timestamp="20181202 16:07:14.134" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:07:14.134" starttime="20181202 16:07:14.133"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.135" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6228c2b90&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:07:14.135" starttime="20181202 16:07:14.134"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.136" starttime="20181202 16:07:14.135"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.136" starttime="20181202 16:07:14.131"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.136" starttime="20181202 16:07:14.131"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.136" starttime="20181202 16:07:14.130"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.136" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.136" starttime="20181202 16:07:14.136"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.137" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 16:07:14.137" starttime="20181202 16:07:14.137"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.137" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 16:07:14.138" starttime="20181202 16:07:14.137"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.138" starttime="20181202 16:07:14.129"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.138" starttime="20181202 16:07:14.119"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:07:14.140" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.140" starttime="20181202 16:07:14.139"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:07:14.140" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.140" starttime="20181202 16:07:14.140"></status>
</kw>
<msg timestamp="20181202 16:07:14.140" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.140" starttime="20181202 16:07:14.138"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:07:14.141" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:14.142" starttime="20181202 16:07:14.141"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:07:14.143" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:14.143" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:14.143" starttime="20181202 16:07:14.142"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.145" starttime="20181202 16:07:14.145"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:07:14.146" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:14.146" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:14.146" starttime="20181202 16:07:14.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:07:14.146" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:07:14.147" starttime="20181202 16:07:14.146"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:07:14.147" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 16:07:14.147" starttime="20181202 16:07:14.147"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:07:14.148" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:07:14.148" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:07:14.148" starttime="20181202 16:07:14.148"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.149" starttime="20181202 16:07:14.148"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.150" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:07:14.484" level="INFO">Read output: Last login: Sun Dec  2 16:05:43 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:07:14.484" starttime="20181202 16:07:14.149"></status>
</kw>
<msg timestamp="20181202 16:07:14.485" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:14.485" starttime="20181202 16:07:14.149"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.485" starttime="20181202 16:07:14.147"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:07:14.486" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 16:07:14.510" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 16:07:14.511" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:07:14.511" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:07:14.511" starttime="20181202 16:07:14.486"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.576" starttime="20181202 16:07:14.511"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.576" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:07:14.576" starttime="20181202 16:07:14.576"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.577" starttime="20181202 16:07:14.577"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.578" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:14.578" starttime="20181202 16:07:14.578"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.578" starttime="20181202 16:07:14.577"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.579" starttime="20181202 16:07:14.579"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.580" starttime="20181202 16:07:14.579"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.580" starttime="20181202 16:07:14.580"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.580" starttime="20181202 16:07:14.578"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.580" starttime="20181202 16:07:14.144"></status>
</kw>
<msg timestamp="20181202 16:07:14.580" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:14.580" starttime="20181202 16:07:14.144"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.581" starttime="20181202 16:07:14.143"></status>
</kw>
<msg timestamp="20181202 16:07:14.581" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:14.581" starttime="20181202 16:07:14.143"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.582" starttime="20181202 16:07:14.582"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.582" starttime="20181202 16:07:14.582"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.583" starttime="20181202 16:07:14.582"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.583" starttime="20181202 16:07:14.581"></status>
</kw>
<msg timestamp="20181202 16:07:14.583" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:14.583" starttime="20181202 16:07:14.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.583" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:14.583" starttime="20181202 16:07:14.583"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.584" starttime="20181202 16:07:14.141"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.584" starttime="20181202 16:07:14.141"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.584" starttime="20181202 16:07:14.140"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.584" starttime="20181202 16:07:14.138"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.584" starttime="20181202 16:07:14.584"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 16:07:14.607" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:14.607" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:14.607" starttime="20181202 16:07:14.606"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.607" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 16:07:14.607" starttime="20181202 16:07:14.607"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.608" level="INFO">1</msg>
<status status="PASS" endtime="20181202 16:07:14.608" starttime="20181202 16:07:14.607"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.609" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 16:07:14.609" starttime="20181202 16:07:14.608"></status>
</kw>
<msg timestamp="20181202 16:07:14.609" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:07:14.609" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 16:07:14.609" starttime="20181202 16:07:14.608"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.610" starttime="20181202 16:07:14.609"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 16:07:14.610" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:14.611" starttime="20181202 16:07:14.610"></status>
</kw>
<msg timestamp="20181202 16:07:14.611" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:14.611" starttime="20181202 16:07:14.610"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.611" starttime="20181202 16:07:14.611"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 16:07:14.612" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 16:07:14.612" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 16:07:14.612" starttime="20181202 16:07:14.612"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.613" starttime="20181202 16:07:14.612"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.613" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:07:14.764" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:07:14.764" starttime="20181202 16:07:14.613"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.768" starttime="20181202 16:07:14.767"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.770" starttime="20181202 16:07:14.769"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.771" starttime="20181202 16:07:14.771"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.772" starttime="20181202 16:07:14.765"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.772" starttime="20181202 16:07:14.606"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.772" starttime="20181202 16:07:14.585"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.772" starttime="20181202 16:07:14.584"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.772" starttime="20181202 16:07:14.584"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.773" starttime="20181202 16:07:14.584"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.773" starttime="20181202 16:07:14.118"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:07:14.803" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.803" starttime="20181202 16:07:14.802"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:07:14.804" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.804" starttime="20181202 16:07:14.803"></status>
</kw>
<msg timestamp="20181202 16:07:14.804" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.804" starttime="20181202 16:07:14.801"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:07:14.822" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:07:14.822" starttime="20181202 16:07:14.821"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:07:14.822" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:07:14.823" starttime="20181202 16:07:14.822"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.869" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 16:07:14.869" starttime="20181202 16:07:14.823"></status>
</kw>
<msg timestamp="20181202 16:07:14.869" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:07:14.869" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 16:07:14.870" starttime="20181202 16:07:14.823"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.904" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:14.904" starttime="20181202 16:07:14.871"></status>
</kw>
<msg timestamp="20181202 16:07:14.905" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:07:14.905" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:07:14.905" starttime="20181202 16:07:14.870"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.906" starttime="20181202 16:07:14.905"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.906" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "l "3 ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:14.906" starttime="20181202 16:07:14.906"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.907" starttime="20181202 16:07:14.907"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.908" starttime="20181202 16:07:14.908"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.909" starttime="20181202 16:07:14.909"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:14.909" starttime="20181202 16:07:14.909"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.909" starttime="20181202 16:07:14.907"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.910" starttime="20181202 16:07:14.820"></status>
</kw>
<msg timestamp="20181202 16:07:14.910" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:07:14.910" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:07:14.910" starttime="20181202 16:07:14.820"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.910" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:14.910" starttime="20181202 16:07:14.910"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.911" starttime="20181202 16:07:14.819"></status>
</kw>
<msg timestamp="20181202 16:07:14.911" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:07:14.911" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:07:14.911" starttime="20181202 16:07:14.805"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.911" starttime="20181202 16:07:14.911"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.805"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.805"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.800"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.775"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.774"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:14.912" starttime="20181202 16:07:14.109"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 16:07:14.912" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 16:07:14.913" starttime="20181202 16:07:14.912"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:07:14.915" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.915" starttime="20181202 16:07:14.915"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:07:14.916" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.916" starttime="20181202 16:07:14.916"></status>
</kw>
<msg timestamp="20181202 16:07:14.916" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:14.916" starttime="20181202 16:07:14.914"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:07:14.965" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:14.965" starttime="20181202 16:07:14.917"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:07:14.967" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:14.968" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:14.968" starttime="20181202 16:07:14.967"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:14.976" starttime="20181202 16:07:14.975"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:07:14.977" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:07:15.171" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:07:15.172" starttime="20181202 16:07:14.976"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.209" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 16:07:15.210" starttime="20181202 16:07:15.172"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:07:15.240" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:07:15.240" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:15.241" starttime="20181202 16:07:15.210"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:07:15.285" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:07:15.285" starttime="20181202 16:07:15.241"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:15.399" starttime="20181202 16:07:15.285"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.400" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:15.400" starttime="20181202 16:07:15.400"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.401" starttime="20181202 16:07:14.975"></status>
</kw>
<msg timestamp="20181202 16:07:15.401" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:15.401" starttime="20181202 16:07:14.968"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.402" starttime="20181202 16:07:15.402"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.403" starttime="20181202 16:07:15.402"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:15.403" starttime="20181202 16:07:15.403"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.403" starttime="20181202 16:07:15.401"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.403" starttime="20181202 16:07:14.966"></status>
</kw>
<msg timestamp="20181202 16:07:15.403" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.966"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.965"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.916"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.916"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.914"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.404" starttime="20181202 16:07:14.913"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:07:15.407" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:15.407" starttime="20181202 16:07:15.406"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:07:15.407" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:15.407" starttime="20181202 16:07:15.407"></status>
</kw>
<msg timestamp="20181202 16:07:15.408" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:07:15.408" starttime="20181202 16:07:15.405"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:07:15.409" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:15.409" starttime="20181202 16:07:15.408"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:07:15.411" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:15.412" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:15.412" starttime="20181202 16:07:15.411"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.421" starttime="20181202 16:07:15.420"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.421" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:07:15.593" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:07:15.593" starttime="20181202 16:07:15.421"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.614" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 16:07:15.614" starttime="20181202 16:07:15.593"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:07:15.648" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:07:15.648" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:15.648" starttime="20181202 16:07:15.614"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:07:15.693" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:07:15.693" starttime="20181202 16:07:15.649"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:15.695" starttime="20181202 16:07:15.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.696" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:07:15.696" starttime="20181202 16:07:15.696"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.696" starttime="20181202 16:07:15.420"></status>
</kw>
<msg timestamp="20181202 16:07:15.696" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:15.697" starttime="20181202 16:07:15.412"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.698" starttime="20181202 16:07:15.698"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.698"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.699"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.697"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.410"></status>
</kw>
<msg timestamp="20181202 16:07:15.699" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.410"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.699" starttime="20181202 16:07:15.409"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:15.408"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:15.408"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:15.405"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:15.404"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:14.913"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:15.700" starttime="20181202 16:07:14.913"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.701" starttime="20181202 16:07:15.701"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.702" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:15.702" starttime="20181202 16:07:15.701"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:07:15.704" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 16:07:15.704" starttime="20181202 16:07:15.703"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:07:15.705" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:07:15.705" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:07:15.705" starttime="20181202 16:07:15.704"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:15.705" starttime="20181202 16:07:15.705"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:07:15.707" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:07:16.057" level="INFO">Read output: Last login: Sun Dec  2 16:07:14 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:07:16.057" starttime="20181202 16:07:15.706"></status>
</kw>
<msg timestamp="20181202 16:07:16.058" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:16.058" starttime="20181202 16:07:15.706"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:16.058" starttime="20181202 16:07:15.704"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.059" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:07:16.059" starttime="20181202 16:07:16.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:16.059" starttime="20181202 16:07:15.702"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.062" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:16.062" starttime="20181202 16:07:16.061"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.062" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:16.063" starttime="20181202 16:07:16.062"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.063" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:07:16.064" starttime="20181202 16:07:16.063"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.064" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:07:16.064" starttime="20181202 16:07:16.064"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.065" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:07:16.065" starttime="20181202 16:07:16.065"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.066" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:07:16.066" starttime="20181202 16:07:16.066"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.070" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:07:16.070" starttime="20181202 16:07:16.066"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.073" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:07:16.074" starttime="20181202 16:07:16.070"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:16.074" starttime="20181202 16:07:16.061"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:16.074" starttime="20181202 16:07:16.060"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 16:07:16.074" level="INFO">Length is 1</msg>
<msg timestamp="20181202 16:07:16.074" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:07:16.074" starttime="20181202 16:07:16.074"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 16:07:16.075" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:07:16.075" starttime="20181202 16:07:16.075"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:16.084" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:07:16.118" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:18.227" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:18.227" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:18.227" starttime="20181202 16:07:16.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:18.229" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:18.229" starttime="20181202 16:07:18.228"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:18.229" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:18.230" starttime="20181202 16:07:18.229"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:18.230" starttime="20181202 16:07:18.230"></status>
</kw>
<msg timestamp="20181202 16:07:18.231" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:18.231" starttime="20181202 16:07:16.083"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:18.240" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:07:18.293" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:20.362" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:20.362" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:20.363" starttime="20181202 16:07:18.240"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:20.363" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:20.363" starttime="20181202 16:07:20.363"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:20.364" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:20.364" starttime="20181202 16:07:20.364"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:20.365" starttime="20181202 16:07:20.364"></status>
</kw>
<msg timestamp="20181202 16:07:20.366" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:07:20.366" starttime="20181202 16:07:18.239"></status>
</kw>
<msg timestamp="20181202 16:07:20.366" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:20.366" starttime="20181202 16:07:16.075"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:20.385" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:07:20.405" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:22.799" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:22.800" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:22.800" starttime="20181202 16:07:20.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:22.801" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:22.801" starttime="20181202 16:07:22.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:22.801" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:22.801" starttime="20181202 16:07:22.801"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:22.802" starttime="20181202 16:07:22.802"></status>
</kw>
<msg timestamp="20181202 16:07:22.803" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:22.803" starttime="20181202 16:07:20.384"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:22.811" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:07:22.855" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:24.898" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:24.899" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:24.899" starttime="20181202 16:07:22.811"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:24.900" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:24.900" starttime="20181202 16:07:24.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:24.900" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:24.900" starttime="20181202 16:07:24.900"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:24.901" starttime="20181202 16:07:24.900"></status>
</kw>
<msg timestamp="20181202 16:07:24.901" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:07:24.901" starttime="20181202 16:07:22.810"></status>
</kw>
<msg timestamp="20181202 16:07:24.901" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:24.901" starttime="20181202 16:07:20.367"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:24.910" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:07:24.929" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:27.167" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:27.168" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:27.168" starttime="20181202 16:07:24.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:27.169" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:27.169" starttime="20181202 16:07:27.168"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:27.170" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:27.170" starttime="20181202 16:07:27.169"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:27.171" starttime="20181202 16:07:27.170"></status>
</kw>
<msg timestamp="20181202 16:07:27.171" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:27.172" starttime="20181202 16:07:24.909"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:27.185" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:07:27.218" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:29.333" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:29.333" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:29.333" starttime="20181202 16:07:27.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.334" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:29.334" starttime="20181202 16:07:29.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.335" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:29.335" starttime="20181202 16:07:29.335"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:29.336" starttime="20181202 16:07:29.335"></status>
</kw>
<msg timestamp="20181202 16:07:29.337" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:07:29.337" starttime="20181202 16:07:27.183"></status>
</kw>
<msg timestamp="20181202 16:07:29.337" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:29.337" starttime="20181202 16:07:24.902"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.338" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:29.338" starttime="20181202 16:07:29.337"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.339" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:29.339" starttime="20181202 16:07:29.338"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.339" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:07:29.340" starttime="20181202 16:07:29.339"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.340" starttime="20181202 16:07:16.075"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:07:29.342" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 16:07:29.342" starttime="20181202 16:07:29.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.343" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 16:07:29.343" starttime="20181202 16:07:29.342"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.343" starttime="20181202 16:07:29.340"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.343" starttime="20181202 16:07:15.701"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.344" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622137890&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:07:29.345" starttime="20181202 16:07:29.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.345" starttime="20181202 16:07:15.700"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 16:07:29.346" level="INFO">${suite_} = CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:07:29.346" starttime="20181202 16:07:29.346"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 16:07:29.347" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:07:29.347" starttime="20181202 16:07:29.347"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 16:07:29.349" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:29.349" starttime="20181202 16:07:29.348"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 16:07:29.350" level="INFO">${fname} = tcpdump_port_6653__CSIT_L3__192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:07:29.350" starttime="20181202 16:07:29.349"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:07:29.352" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:07:29.352" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:07:29.352" starttime="20181202 16:07:29.352"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:07:29.353" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:07:29.354" starttime="20181202 16:07:29.353"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:07:29.355" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:07:29.355" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:07:29.355" starttime="20181202 16:07:29.355"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:29.355" starttime="20181202 16:07:29.355"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.356" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:07:29.655" level="INFO">Read output: Last login: Sun Dec  2 16:07:16 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:07:29.655" starttime="20181202 16:07:29.356"></status>
</kw>
<msg timestamp="20181202 16:07:29.655" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:29.655" starttime="20181202 16:07:29.356"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.656" starttime="20181202 16:07:29.354"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:07:29.657" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 16:07:29.657" starttime="20181202 16:07:29.656"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:07:29.657" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 16:07:29.661" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 16:07:29.661" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 16:07:29.661" starttime="20181202 16:07:29.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.662" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:07:29.662" starttime="20181202 16:07:29.662"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.663" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:07:29.663" starttime="20181202 16:07:29.663"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:29.666" starttime="20181202 16:07:29.666"></status>
</kw>
<msg timestamp="20181202 16:07:29.666" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:07:29.666" starttime="20181202 16:07:29.665"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.667" starttime="20181202 16:07:29.664"></status>
</kw>
<msg timestamp="20181202 16:07:29.667" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:07:29.667" starttime="20181202 16:07:29.350"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:29.667" starttime="20181202 16:07:29.667"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.667" starttime="20181202 16:07:29.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:29.668" starttime="20181202 16:07:29.349"></status>
</kw>
<msg timestamp="20181202 16:07:29.668" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:07:29.668" starttime="20181202 16:07:29.347"></status>
</kw>
<msg timestamp="20181202 16:07:29.668" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:07:29.668" starttime="20181202 16:07:29.345"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 16:07:29.669" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:07:29.669" starttime="20181202 16:07:29.668"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:29.672" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:29.672" starttime="20181202 16:07:29.671"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:29.673" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:07:29.702" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:31.746" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:31.747" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:31.747" starttime="20181202 16:07:29.673"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:31.748" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:31.748" starttime="20181202 16:07:31.747"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:31.748" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:31.748" starttime="20181202 16:07:31.748"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:31.749" starttime="20181202 16:07:31.749"></status>
</kw>
<msg timestamp="20181202 16:07:31.750" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:07:31.750" starttime="20181202 16:07:29.672"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:31.750" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:07:31.750" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:31.750" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:31.750" starttime="20181202 16:07:31.750"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:31.751" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:31.751" starttime="20181202 16:07:31.751"></status>
</kw>
<msg timestamp="20181202 16:07:31.751" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:31.751" starttime="20181202 16:07:29.670"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:07:31.752" starttime="20181202 16:07:31.751"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:31.753" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:31.753" starttime="20181202 16:07:31.752"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:31.754" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:07:31.776" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:34.381" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:34.381" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:34.381" starttime="20181202 16:07:31.753"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:34.382" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:34.383" starttime="20181202 16:07:34.382"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:34.383" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:34.383" starttime="20181202 16:07:34.383"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:34.384" starttime="20181202 16:07:34.383"></status>
</kw>
<msg timestamp="20181202 16:07:34.384" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:07:34.384" starttime="20181202 16:07:31.753"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:34.385" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:07:34.385" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:34.385" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:34.385" starttime="20181202 16:07:34.384"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:34.386" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:34.386" starttime="20181202 16:07:34.385"></status>
</kw>
<msg timestamp="20181202 16:07:34.386" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:34.386" starttime="20181202 16:07:31.752"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:07:34.386" starttime="20181202 16:07:34.386"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:34.387" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:34.387" starttime="20181202 16:07:34.387"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:34.388" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:07:34.432" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:36.671" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:36.671" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:36.671" starttime="20181202 16:07:34.388"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:36.672" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:36.673" starttime="20181202 16:07:36.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:36.673" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:36.674" starttime="20181202 16:07:36.673"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:36.675" starttime="20181202 16:07:36.674"></status>
</kw>
<msg timestamp="20181202 16:07:36.675" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:07:36.675" starttime="20181202 16:07:34.388"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:36.676" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:07:36.676" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:36.676" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:36.676" starttime="20181202 16:07:36.675"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:36.677" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:36.677" starttime="20181202 16:07:36.676"></status>
</kw>
<msg timestamp="20181202 16:07:36.677" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:36.677" starttime="20181202 16:07:34.387"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:07:36.677" starttime="20181202 16:07:36.677"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:36.679" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:36.680" starttime="20181202 16:07:36.679"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:36.681" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:07:36.700" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:38.756" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:38.757" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:38.757" starttime="20181202 16:07:36.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:38.758" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:38.758" starttime="20181202 16:07:38.757"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:38.758" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:38.759" starttime="20181202 16:07:38.758"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:38.759" starttime="20181202 16:07:38.759"></status>
</kw>
<msg timestamp="20181202 16:07:38.760" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:07:38.760" starttime="20181202 16:07:36.680"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:38.760" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:07:38.760" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:38.760" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:38.760" starttime="20181202 16:07:38.760"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:38.761" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:38.761" starttime="20181202 16:07:38.761"></status>
</kw>
<msg timestamp="20181202 16:07:38.761" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:38.761" starttime="20181202 16:07:36.678"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 16:07:38.761" starttime="20181202 16:07:38.761"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:38.763" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:38.763" starttime="20181202 16:07:38.762"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:38.764" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:07:38.784" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:41.049" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:41.049" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:41.049" starttime="20181202 16:07:38.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:41.050" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:41.050" starttime="20181202 16:07:41.050"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:41.051" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:41.051" starttime="20181202 16:07:41.050"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:41.052" starttime="20181202 16:07:41.051"></status>
</kw>
<msg timestamp="20181202 16:07:41.052" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:07:41.052" starttime="20181202 16:07:38.763"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:41.053" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:07:41.053" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:41.053" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:41.053" starttime="20181202 16:07:41.052"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:41.053" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:07:41.053" starttime="20181202 16:07:41.053"></status>
</kw>
<msg timestamp="20181202 16:07:41.054" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:41.054" starttime="20181202 16:07:38.762"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 16:07:41.054" starttime="20181202 16:07:41.054"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:41.055" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:07:41.055" starttime="20181202 16:07:41.055"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:41.056" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:07:41.081" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:43.135" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:43.136" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:43.136" starttime="20181202 16:07:41.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:43.137" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:07:43.137" starttime="20181202 16:07:43.136"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:43.137" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:43.137" starttime="20181202 16:07:43.137"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:43.138" starttime="20181202 16:07:43.138"></status>
</kw>
<msg timestamp="20181202 16:07:43.138" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:07:43.138" starttime="20181202 16:07:41.055"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:07:43.139" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:07:43.139" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:07:43.139" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:07:43.139" starttime="20181202 16:07:43.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:07:43.139" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:07:43.139" starttime="20181202 16:07:43.139"></status>
</kw>
<msg timestamp="20181202 16:07:43.140" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:07:43.140" starttime="20181202 16:07:41.054"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:43.141" starttime="20181202 16:07:43.140"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:43.141" starttime="20181202 16:07:43.140"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:43.142" starttime="20181202 16:07:43.141"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:43.142" starttime="20181202 16:07:43.141"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:43.142" starttime="20181202 16:07:43.140"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:07:43.143" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:07:43.143" starttime="20181202 16:07:43.142"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:43.150" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:07:43.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:45.617" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:45.618" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:45.618" starttime="20181202 16:07:43.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:45.620" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:45.620" starttime="20181202 16:07:45.619"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:45.621" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:45.621" starttime="20181202 16:07:45.620"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:45.623" starttime="20181202 16:07:45.622"></status>
</kw>
<msg timestamp="20181202 16:07:45.623" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:45.624" starttime="20181202 16:07:43.149"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:45.624" starttime="20181202 16:07:43.143"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:45.642" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:07:45.662" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:47.642" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:47.642" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:47.642" starttime="20181202 16:07:45.641"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:47.643" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:47.643" starttime="20181202 16:07:47.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:47.644" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:47.644" starttime="20181202 16:07:47.643"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:47.645" starttime="20181202 16:07:47.644"></status>
</kw>
<msg timestamp="20181202 16:07:47.645" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:47.645" starttime="20181202 16:07:45.640"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:47.645" starttime="20181202 16:07:45.624"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:47.653" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:07:47.693" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:49.743" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:49.743" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:49.743" starttime="20181202 16:07:47.653"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:49.744" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:49.744" starttime="20181202 16:07:49.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:49.745" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:49.745" starttime="20181202 16:07:49.744"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:49.746" starttime="20181202 16:07:49.745"></status>
</kw>
<msg timestamp="20181202 16:07:49.746" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:49.746" starttime="20181202 16:07:47.652"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:49.746" starttime="20181202 16:07:47.645"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:49.757" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:07:49.777" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:51.833" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:51.834" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:51.834" starttime="20181202 16:07:49.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:51.836" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:51.836" starttime="20181202 16:07:51.835"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:51.838" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:51.838" starttime="20181202 16:07:51.837"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:51.840" starttime="20181202 16:07:51.839"></status>
</kw>
<msg timestamp="20181202 16:07:51.840" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:51.840" starttime="20181202 16:07:49.756"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:51.840" starttime="20181202 16:07:49.747"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:51.857" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:07:51.878" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:53.991" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:53.992" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:53.992" starttime="20181202 16:07:51.857"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:53.992" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:07:53.993" starttime="20181202 16:07:53.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:53.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:53.993" starttime="20181202 16:07:53.993"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:53.994" starttime="20181202 16:07:53.993"></status>
</kw>
<msg timestamp="20181202 16:07:53.994" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:07:53.994" starttime="20181202 16:07:51.856"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:53.994" starttime="20181202 16:07:51.841"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:54.004" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:07:54.037" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:56.204" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:56.204" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:56.204" starttime="20181202 16:07:54.004"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:56.206" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:07:56.206" starttime="20181202 16:07:56.205"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:56.207" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:56.207" starttime="20181202 16:07:56.206"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:56.208" starttime="20181202 16:07:56.207"></status>
</kw>
<msg timestamp="20181202 16:07:56.209" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:07:56.209" starttime="20181202 16:07:54.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:56.209" starttime="20181202 16:07:53.994"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:56.224" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:07:56.244" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:07:58.293" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:07:58.294" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:07:58.294" starttime="20181202 16:07:56.223"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:07:58.295" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:58.295" starttime="20181202 16:07:58.294"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:07:58.295" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:07:58.295" starttime="20181202 16:07:58.295"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:07:58.296" starttime="20181202 16:07:58.296"></status>
</kw>
<msg timestamp="20181202 16:07:58.297" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:07:58.297" starttime="20181202 16:07:56.223"></status>
</kw>
<status status="PASS" endtime="20181202 16:07:58.297" starttime="20181202 16:07:56.209"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:07:58.306" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:07:58.326" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:00.441" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:00.442" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:00.442" starttime="20181202 16:07:58.306"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.443" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:00.443" starttime="20181202 16:08:00.442"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.444" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:00.444" starttime="20181202 16:08:00.443"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.445" starttime="20181202 16:08:00.444"></status>
</kw>
<msg timestamp="20181202 16:08:00.445" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:08:00.445" starttime="20181202 16:07:58.305"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.445" starttime="20181202 16:07:58.297"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.445" starttime="20181202 16:07:43.143"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.446" starttime="20181202 16:07:43.142"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.446" starttime="20181202 16:07:29.670"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.446" starttime="20181202 16:07:29.669"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.448" starttime="20181202 16:08:00.448"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:08:00.449" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 16:08:00.449" starttime="20181202 16:08:00.448"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.451" starttime="20181202 16:08:00.450"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.452" starttime="20181202 16:08:00.451"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.456" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.456" starttime="20181202 16:08:00.452"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.477" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.477" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.477" starttime="20181202 16:08:00.456"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.477" starttime="20181202 16:08:00.450"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.477" starttime="20181202 16:08:00.449"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.479" starttime="20181202 16:08:00.479"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.480" starttime="20181202 16:08:00.480"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.482" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.482" starttime="20181202 16:08:00.480"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.497" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.497" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.497" starttime="20181202 16:08:00.483"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.498" starttime="20181202 16:08:00.478"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.498" starttime="20181202 16:08:00.478"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.499" starttime="20181202 16:08:00.499"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.500" starttime="20181202 16:08:00.499"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.502" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.502" starttime="20181202 16:08:00.500"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.512" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.512" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.512" starttime="20181202 16:08:00.502"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.513" starttime="20181202 16:08:00.498"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.513" starttime="20181202 16:08:00.498"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.515" starttime="20181202 16:08:00.514"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.515" starttime="20181202 16:08:00.515"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.517" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.518" starttime="20181202 16:08:00.515"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.527" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.527" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.527" starttime="20181202 16:08:00.518"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.527" starttime="20181202 16:08:00.513"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.527" starttime="20181202 16:08:00.513"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.529" starttime="20181202 16:08:00.528"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.529" starttime="20181202 16:08:00.529"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.531" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.531" starttime="20181202 16:08:00.529"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.544" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.544" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.544" starttime="20181202 16:08:00.531"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.545" starttime="20181202 16:08:00.528"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.545" starttime="20181202 16:08:00.527"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.546" starttime="20181202 16:08:00.546"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.546" starttime="20181202 16:08:00.546"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.549" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.549" starttime="20181202 16:08:00.547"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.558" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.558" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.558" starttime="20181202 16:08:00.549"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.559" starttime="20181202 16:08:00.545"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.559" starttime="20181202 16:08:00.545"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.560" starttime="20181202 16:08:00.560"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.560" starttime="20181202 16:08:00.560"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.563" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.563" starttime="20181202 16:08:00.561"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.573" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.573" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.573" starttime="20181202 16:08:00.563"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.574" starttime="20181202 16:08:00.559"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.574" starttime="20181202 16:08:00.559"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.575" starttime="20181202 16:08:00.575"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.575" starttime="20181202 16:08:00.575"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.578" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.578" starttime="20181202 16:08:00.575"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.594" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.595" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.595" starttime="20181202 16:08:00.579"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.595" starttime="20181202 16:08:00.574"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.595" starttime="20181202 16:08:00.574"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.596" starttime="20181202 16:08:00.596"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.597" starttime="20181202 16:08:00.597"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.600" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.600" starttime="20181202 16:08:00.597"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.615" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.615" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.616" starttime="20181202 16:08:00.600"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.616" starttime="20181202 16:08:00.595"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.616" starttime="20181202 16:08:00.595"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.617" starttime="20181202 16:08:00.617"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.617" starttime="20181202 16:08:00.617"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.620" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:08:00.620" starttime="20181202 16:08:00.618"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.640" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.640" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:00.640" starttime="20181202 16:08:00.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.641" starttime="20181202 16:08:00.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.641" starttime="20181202 16:08:00.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.641" starttime="20181202 16:08:00.449"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.642" starttime="20181202 16:08:00.642"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:08:00.642" starttime="20181202 16:08:00.642"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.644" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 16:08:00.644" starttime="20181202 16:08:00.642"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.726" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:08:00.727" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 16:08:00.727" starttime="20181202 16:08:00.644"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.727" starttime="20181202 16:08:00.641"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.728" starttime="20181202 16:08:00.447"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.728" starttime="20181202 16:08:00.447"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.728" starttime="20181202 16:08:00.447"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.728" starttime="20181202 16:08:00.446"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.747" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:08:00.747" starttime="20181202 16:08:00.746"></status>
</kw>
<msg timestamp="20181202 16:08:00.747" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:00.747" starttime="20181202 16:08:00.745"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.748" starttime="20181202 16:08:00.747"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:08:00.749" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:08:00.749" starttime="20181202 16:08:00.748"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.749" starttime="20181202 16:08:00.744"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.768" starttime="20181202 16:08:00.767"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.769" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:08:00.866" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:08:00.866" starttime="20181202 16:08:00.768"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.881" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 16:08:00.881" starttime="20181202 16:08:00.867"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:08:00.888" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:08:00 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:08:00.888" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:08:00 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:08:00.888" starttime="20181202 16:08:00.881"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:08:00.932" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:08:00.932" starttime="20181202 16:08:00.888"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:08:00.934" starttime="20181202 16:08:00.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.935" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:08:00 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:08:00.935" starttime="20181202 16:08:00.934"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.935" starttime="20181202 16:08:00.766"></status>
</kw>
<msg timestamp="20181202 16:08:00.935" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:08:00 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:08:00.935" starttime="20181202 16:08:00.754"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.936" starttime="20181202 16:08:00.935"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.937" starttime="20181202 16:08:00.936"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.937" starttime="20181202 16:08:00.936"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.938" starttime="20181202 16:08:00.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.938" starttime="20181202 16:08:00.937"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.939" starttime="20181202 16:08:00.938"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.939" starttime="20181202 16:08:00.938"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.940" starttime="20181202 16:08:00.939"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.940" starttime="20181202 16:08:00.939"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.941" starttime="20181202 16:08:00.940"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.941" starttime="20181202 16:08:00.940"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.941"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.941"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.936"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.753"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.752"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.752"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.752"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.751"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.750"></status>
</kw>
<msg timestamp="20181202 16:08:00.942" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:00.942" starttime="20181202 16:08:00.750"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.953" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:08:00.953" starttime="20181202 16:08:00.953"></status>
</kw>
<msg timestamp="20181202 16:08:00.953" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:00.953" starttime="20181202 16:08:00.953"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.954" starttime="20181202 16:08:00.954"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:08:00.955" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:08:00.955" starttime="20181202 16:08:00.954"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.955" starttime="20181202 16:08:00.952"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.955" starttime="20181202 16:08:00.943"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.955" starttime="20181202 16:08:00.749"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 16:08:00.957" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 16:08:00.957" starttime="20181202 16:08:00.956"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.967" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 16:08:00.967" starttime="20181202 16:08:00.958"></status>
</kw>
<msg timestamp="20181202 16:08:00.967" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:08:00.967" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 16:08:00.968" starttime="20181202 16:08:00.958"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.968" starttime="20181202 16:08:00.968"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.968" starttime="20181202 16:08:00.957"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.968" starttime="20181202 16:08:00.957"></status>
</kw>
<msg timestamp="20181202 16:08:00.968" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 16:08:00.968" starttime="20181202 16:08:00.957"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.969" starttime="20181202 16:08:00.969"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.970" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:08:00.970" starttime="20181202 16:08:00.969"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.971" starttime="20181202 16:08:00.956"></status>
</kw>
<msg timestamp="20181202 16:08:00.971" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:00.971" starttime="20181202 16:08:00.955"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:08:00.984" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:08:00.984" starttime="20181202 16:08:00.984"></status>
</kw>
<msg timestamp="20181202 16:08:00.984" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:00.984" starttime="20181202 16:08:00.983"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:00.985" starttime="20181202 16:08:00.985"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:08:00.986" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:08:00.986" starttime="20181202 16:08:00.985"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.986" starttime="20181202 16:08:00.982"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.986" starttime="20181202 16:08:00.971"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:00.986" starttime="20181202 16:08:00.955"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:08:00.998" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:08:00.999" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:08:00.999" starttime="20181202 16:08:00.987"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 16:08:01.032" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:08:01.032" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 16:08:01.032" starttime="20181202 16:08:01.003"></status>
</kw>
<msg timestamp="20181202 16:08:01.033" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:08:01.033" starttime="20181202 16:08:01.001"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.035" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:08:01.037" starttime="20181202 16:08:01.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.037" starttime="20181202 16:08:00.999"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 16:08:01.037" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 16:08:01.038" starttime="20181202 16:08:01.037"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.040" starttime="20181202 16:08:01.040"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:08:01.040" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:08:01.041" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:08:01.041" starttime="20181202 16:08:01.040"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:08:01.041" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:08:01.041" starttime="20181202 16:08:01.041"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:08:01.042" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 16:08:01.042" starttime="20181202 16:08:01.042"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:08:01.043" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:08:01.043" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:08:01.043" starttime="20181202 16:08:01.043"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.044" starttime="20181202 16:08:01.043"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.045" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:08:01.386" level="INFO">Read output: Last login: Sun Dec  2 16:07:29 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:08:01.386" starttime="20181202 16:08:01.044"></status>
</kw>
<msg timestamp="20181202 16:08:01.386" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:08:01.386" starttime="20181202 16:08:01.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.386" starttime="20181202 16:08:01.042"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:08:01.387" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 16:08:01.431" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:08:01.432" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffff...</msg>
<msg timestamp="20181202 16:08:01.432" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:08:01.432" starttime="20181202 16:08:01.387"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:08:01.497" starttime="20181202 16:08:01.433"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.499" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:01.499" starttime="20181202 16:08:01.498"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.500" starttime="20181202 16:08:01.499"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.502" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:08:01.502" starttime="20181202 16:08:01.502"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.502" starttime="20181202 16:08:01.501"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.506" starttime="20181202 16:08:01.505"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.507" starttime="20181202 16:08:01.507"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:08:01.508" starttime="20181202 16:08:01.508"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.508" starttime="20181202 16:08:01.503"></status>
</kw>
<msg timestamp="20181202 16:08:01.509" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffff...</msg>
<status status="PASS" endtime="20181202 16:08:01.509" starttime="20181202 16:08:01.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.510" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 16:08:01.510" starttime="20181202 16:08:01.509"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 16:08:01.511" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:08:01.511" starttime="20181202 16:08:01.510"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.514" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.515" starttime="20181202 16:08:01.513"></status>
</kw>
<msg timestamp="20181202 16:08:01.515" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.515" starttime="20181202 16:08:01.512"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.516" starttime="20181202 16:08:01.516"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.516" starttime="20181202 16:08:01.511"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.519" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.520" starttime="20181202 16:08:01.517"></status>
</kw>
<msg timestamp="20181202 16:08:01.520" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.520" starttime="20181202 16:08:01.517"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.521" starttime="20181202 16:08:01.520"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.521" starttime="20181202 16:08:01.516"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.524" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.524" starttime="20181202 16:08:01.522"></status>
</kw>
<msg timestamp="20181202 16:08:01.525" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.525" starttime="20181202 16:08:01.522"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.526" starttime="20181202 16:08:01.525"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.526" starttime="20181202 16:08:01.521"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.529" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.529" starttime="20181202 16:08:01.527"></status>
</kw>
<msg timestamp="20181202 16:08:01.529" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.529" starttime="20181202 16:08:01.526"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.530" starttime="20181202 16:08:01.530"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.530" starttime="20181202 16:08:01.526"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.533" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.534" starttime="20181202 16:08:01.531"></status>
</kw>
<msg timestamp="20181202 16:08:01.534" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.534" starttime="20181202 16:08:01.531"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.535" starttime="20181202 16:08:01.535"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.535" starttime="20181202 16:08:01.530"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.538" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.538" starttime="20181202 16:08:01.536"></status>
</kw>
<msg timestamp="20181202 16:08:01.538" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.538" starttime="20181202 16:08:01.536"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.539" starttime="20181202 16:08:01.539"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.539" starttime="20181202 16:08:01.535"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.542" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.542" starttime="20181202 16:08:01.540"></status>
</kw>
<msg timestamp="20181202 16:08:01.542" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.542" starttime="20181202 16:08:01.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.543" starttime="20181202 16:08:01.543"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.543" starttime="20181202 16:08:01.539"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.546" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.546" starttime="20181202 16:08:01.544"></status>
</kw>
<msg timestamp="20181202 16:08:01.547" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.547" starttime="20181202 16:08:01.544"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.547" starttime="20181202 16:08:01.547"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.547" starttime="20181202 16:08:01.543"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.550" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.551" starttime="20181202 16:08:01.548"></status>
</kw>
<msg timestamp="20181202 16:08:01.551" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.551" starttime="20181202 16:08:01.548"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.552" starttime="20181202 16:08:01.551"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.552" starttime="20181202 16:08:01.547"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.555" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.555" starttime="20181202 16:08:01.553"></status>
</kw>
<msg timestamp="20181202 16:08:01.555" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.555" starttime="20181202 16:08:01.552"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.556" starttime="20181202 16:08:01.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.556" starttime="20181202 16:08:01.552"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.559" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.559" starttime="20181202 16:08:01.557"></status>
</kw>
<msg timestamp="20181202 16:08:01.560" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.560" starttime="20181202 16:08:01.556"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.560" starttime="20181202 16:08:01.560"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.560" starttime="20181202 16:08:01.556"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.563" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.564" starttime="20181202 16:08:01.561"></status>
</kw>
<msg timestamp="20181202 16:08:01.564" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.564" starttime="20181202 16:08:01.561"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.565" starttime="20181202 16:08:01.564"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.565" starttime="20181202 16:08:01.560"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.568" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.568" starttime="20181202 16:08:01.565"></status>
</kw>
<msg timestamp="20181202 16:08:01.568" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.568" starttime="20181202 16:08:01.565"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.569" starttime="20181202 16:08:01.569"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.569" starttime="20181202 16:08:01.565"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.572" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.572" starttime="20181202 16:08:01.570"></status>
</kw>
<msg timestamp="20181202 16:08:01.573" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.573" starttime="20181202 16:08:01.569"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.573" starttime="20181202 16:08:01.573"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.573" starttime="20181202 16:08:01.569"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.576" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.577" starttime="20181202 16:08:01.574"></status>
</kw>
<msg timestamp="20181202 16:08:01.577" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.577" starttime="20181202 16:08:01.574"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.577" starttime="20181202 16:08:01.577"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.578" starttime="20181202 16:08:01.573"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.581" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.581" starttime="20181202 16:08:01.578"></status>
</kw>
<msg timestamp="20181202 16:08:01.581" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.581" starttime="20181202 16:08:01.578"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.582" starttime="20181202 16:08:01.582"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.582" starttime="20181202 16:08:01.578"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.586" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.586" starttime="20181202 16:08:01.583"></status>
</kw>
<msg timestamp="20181202 16:08:01.586" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.586" starttime="20181202 16:08:01.582"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.587" starttime="20181202 16:08:01.586"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.587" starttime="20181202 16:08:01.582"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.590" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.591" starttime="20181202 16:08:01.588"></status>
</kw>
<msg timestamp="20181202 16:08:01.591" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.591" starttime="20181202 16:08:01.587"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.592" starttime="20181202 16:08:01.591"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.592" starttime="20181202 16:08:01.587"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.596" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.596" starttime="20181202 16:08:01.593"></status>
</kw>
<msg timestamp="20181202 16:08:01.596" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.596" starttime="20181202 16:08:01.592"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.597" starttime="20181202 16:08:01.596"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.597" starttime="20181202 16:08:01.592"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.600" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.601" starttime="20181202 16:08:01.597"></status>
</kw>
<msg timestamp="20181202 16:08:01.601" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.601" starttime="20181202 16:08:01.597"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.601" starttime="20181202 16:08:01.601"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.601" starttime="20181202 16:08:01.597"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.605" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.605" starttime="20181202 16:08:01.602"></status>
</kw>
<msg timestamp="20181202 16:08:01.605" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.605" starttime="20181202 16:08:01.602"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.606" starttime="20181202 16:08:01.606"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.606" starttime="20181202 16:08:01.601"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.610" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.610" starttime="20181202 16:08:01.607"></status>
</kw>
<msg timestamp="20181202 16:08:01.610" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.610" starttime="20181202 16:08:01.606"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.610" starttime="20181202 16:08:01.610"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.611" starttime="20181202 16:08:01.606"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.614" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.614" starttime="20181202 16:08:01.611"></status>
</kw>
<msg timestamp="20181202 16:08:01.614" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.614" starttime="20181202 16:08:01.611"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.615" starttime="20181202 16:08:01.615"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.615" starttime="20181202 16:08:01.611"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.620" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.620" starttime="20181202 16:08:01.617"></status>
</kw>
<msg timestamp="20181202 16:08:01.620" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.620" starttime="20181202 16:08:01.615"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.621" starttime="20181202 16:08:01.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.621" starttime="20181202 16:08:01.615"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.624" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.625" starttime="20181202 16:08:01.621"></status>
</kw>
<msg timestamp="20181202 16:08:01.625" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.625" starttime="20181202 16:08:01.621"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.625" starttime="20181202 16:08:01.625"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.625" starttime="20181202 16:08:01.621"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.629" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.629" starttime="20181202 16:08:01.626"></status>
</kw>
<msg timestamp="20181202 16:08:01.630" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.630" starttime="20181202 16:08:01.626"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.630" starttime="20181202 16:08:01.630"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.630" starttime="20181202 16:08:01.625"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.634" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.634" starttime="20181202 16:08:01.631"></status>
</kw>
<msg timestamp="20181202 16:08:01.634" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.634" starttime="20181202 16:08:01.630"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.635" starttime="20181202 16:08:01.634"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.635" starttime="20181202 16:08:01.630"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.639" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.639" starttime="20181202 16:08:01.635"></status>
</kw>
<msg timestamp="20181202 16:08:01.639" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.639" starttime="20181202 16:08:01.635"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.639" starttime="20181202 16:08:01.639"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.639" starttime="20181202 16:08:01.635"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.643" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.644" starttime="20181202 16:08:01.640"></status>
</kw>
<msg timestamp="20181202 16:08:01.644" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.644" starttime="20181202 16:08:01.640"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.644" starttime="20181202 16:08:01.644"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.644" starttime="20181202 16:08:01.640"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.648" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.648" starttime="20181202 16:08:01.645"></status>
</kw>
<msg timestamp="20181202 16:08:01.649" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.649" starttime="20181202 16:08:01.645"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.649" starttime="20181202 16:08:01.649"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.649" starttime="20181202 16:08:01.644"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.653" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.653" starttime="20181202 16:08:01.650"></status>
</kw>
<msg timestamp="20181202 16:08:01.653" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.653" starttime="20181202 16:08:01.649"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.654" starttime="20181202 16:08:01.654"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.654" starttime="20181202 16:08:01.649"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:08:01.658" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=800.382s, table=0, n_packets=800, n_bytes=43200, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=800.364s, table=17, n_packets=800, n_bytes=43200, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1092.461s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1092.447s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1092.443s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.425s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.453s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=931.355s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=931.355s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1092.425s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1092.425s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1092.265s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1091.877s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1091.869s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1092.265s, table=43, n_packets=915, n_bytes=49770, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1092.469s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1092.394s, table=48, n_packets=916, n_bytes=49812, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.159s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1092.265s, table=50, n_packets=727, n_bytes=39258, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1092.394s, table=50, n_packets=75, n_bytes=4074, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=933.412s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1092.265s, table=51, n_packets=916, n_bytes=49812, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=933.767s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=933.757s, table=52, n_packets=906, n_bytes=48912, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x8800001, duration=933.752s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=933.755s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1092.462s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1092.425s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1092.265s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1092.457s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1092.207s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1092.207s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1092.201s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1092.182s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.182s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.205s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.201s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=800.354s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1092.182s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1092.182s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1092.182s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1092.207s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.205s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1092.207s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1092.207s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1092.182s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:08:01.658" starttime="20181202 16:08:01.655"></status>
</kw>
<msg timestamp="20181202 16:08:01.658" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:08:01.658" starttime="20181202 16:08:01.654"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.658" starttime="20181202 16:08:01.658"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.659" starttime="20181202 16:08:01.654"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.659" starttime="20181202 16:08:01.511"></status>
</kw>
<msg timestamp="20181202 16:08:01.659" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:08:01.659" starttime="20181202 16:08:01.038"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 16:08:01.659" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:08:01.659" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 16:08:01.659" starttime="20181202 16:08:01.659"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.660" starttime="20181202 16:08:01.660"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.660" starttime="20181202 16:08:01.038"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.660" starttime="20181202 16:08:01.038"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.660" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 16:08:01.660" starttime="20181202 16:08:01.660"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.661" starttime="20181202 16:08:00.987"></status>
</kw>
<msg timestamp="20181202 16:08:01.661" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:01.661" starttime="20181202 16:08:00.986"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:08:01.670" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:08:01.670" starttime="20181202 16:08:01.669"></status>
</kw>
<msg timestamp="20181202 16:08:01.670" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:08:01.670" starttime="20181202 16:08:01.669"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:01.670" starttime="20181202 16:08:01.670"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:08:01.671" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:01.671"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:01.668"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:01.661"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:00.986"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:00.749"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:08:00.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:01.671" starttime="20181202 16:07:14.109"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:01.680" level="INFO">Starting process:
openstack network create l3_net_1 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1131</msg>
<msg timestamp="20181202 16:08:01.718" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:04.000" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:04.000" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:04.000" starttime="20181202 16:08:01.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:04.001" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:08:03Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | a76eb94a-8366-4d07-9a79-408bb2f4121c |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_1                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1131                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:08:03Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:04.002" starttime="20181202 16:08:04.001"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:04.002" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:04.002" starttime="20181202 16:08:04.002"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:04.003" starttime="20181202 16:08:04.002"></status>
</kw>
<msg timestamp="20181202 16:08:04.003" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:08:04.003" starttime="20181202 16:08:01.679"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:04.003" starttime="20181202 16:08:01.672"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS_1}[0]</arg>
<arg>@{SUBNET_CIDRS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:04.012" level="INFO">Starting process:
openstack subnet create --network l3_net_1 --subnet-range 31.0.0.0/24 l3_sub_1 </msg>
<msg timestamp="20181202 16:08:04.054" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:06.708" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:06.708" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:06.708" starttime="20181202 16:08:04.012"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:06.709" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 31.0.0.2-31.0.0.254                  |
| cidr              | 31.0.0.0/24                          |
| created_at        | 2018-12-02T16:08:06Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 31.0.0.1                             |
| host_routes       |                                      |
| id                | b9d1bb55-9d38-43fc-8435-bfa3e3c06942 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_1                             |
| network_id        | a76eb94a-8366-4d07-9a79-408bb2f4121c |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:08:06Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:06.709" starttime="20181202 16:08:06.709"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:06.710" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:06.710" starttime="20181202 16:08:06.710"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:06.711" starttime="20181202 16:08:06.710"></status>
</kw>
<msg timestamp="20181202 16:08:06.711" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:08:06.711" starttime="20181202 16:08:04.011"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:06.711" starttime="20181202 16:08:04.004"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:06.722" level="INFO">Starting process:
openstack network create l3_net_2 </msg>
<msg timestamp="20181202 16:08:06.761" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:09.134" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:09.134" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:09.134" starttime="20181202 16:08:06.722"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:09.135" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:08:08Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | c4fee035-aa6b-4397-b3cd-a54e7030192c |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_net_2                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 82                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:08:08Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:09.135" starttime="20181202 16:08:09.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:09.136" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:09.136" starttime="20181202 16:08:09.136"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:09.137" starttime="20181202 16:08:09.136"></status>
</kw>
<msg timestamp="20181202 16:08:09.137" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:08:09.137" starttime="20181202 16:08:06.721"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:09.137" starttime="20181202 16:08:06.711"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{SUBNETS_1}[1]</arg>
<arg>@{SUBNET_CIDRS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:09.146" level="INFO">Starting process:
openstack subnet create --network l3_net_2 --subnet-range 32.0.0.0/24 l3_sub_2 </msg>
<msg timestamp="20181202 16:08:09.185" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:11.858" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:11.859" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:11.859" starttime="20181202 16:08:09.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:11.860" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 32.0.0.2-32.0.0.254                  |
| cidr              | 32.0.0.0/24                          |
| created_at        | 2018-12-02T16:08:11Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 32.0.0.1                             |
| host_routes       |                                      |
| id                | c87ccc47-7688-47e1-95b4-cf0157cb6fd0 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_2                             |
| network_id        | c4fee035-aa6b-4397-b3cd-a54e7030192c |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:08:11Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:11.860" starttime="20181202 16:08:11.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:11.860" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:11.860" starttime="20181202 16:08:11.860"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:11.861" starttime="20181202 16:08:11.861"></status>
</kw>
<msg timestamp="20181202 16:08:11.861" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:08:11.861" starttime="20181202 16:08:09.145"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:11.862" starttime="20181202 16:08:09.137"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:11.870" level="INFO">Starting process:
openstack network create l3_net_3 </msg>
<msg timestamp="20181202 16:08:11.910" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:14.481" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:14.481" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:14.481" starttime="20181202 16:08:11.870"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:14.482" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:08:14Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_net_3                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 41                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:08:14Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:14.483" starttime="20181202 16:08:14.482"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:14.483" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:14.483" starttime="20181202 16:08:14.483"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:14.484" starttime="20181202 16:08:14.484"></status>
</kw>
<msg timestamp="20181202 16:08:14.485" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:08:14.485" starttime="20181202 16:08:11.869"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:14.485" starttime="20181202 16:08:11.862"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{SUBNETS_1}[2]</arg>
<arg>@{SUBNET_CIDRS}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:14.497" level="INFO">Starting process:
openstack subnet create --network l3_net_3 --subnet-range 33.0.0.0/24 l3_sub_3 </msg>
<msg timestamp="20181202 16:08:14.538" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:17.245" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:17.245" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:17.245" starttime="20181202 16:08:14.497"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:17.246" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 33.0.0.2-33.0.0.254                  |
| cidr              | 33.0.0.0/24                          |
| created_at        | 2018-12-02T16:08:16Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 33.0.0.1                             |
| host_routes       |                                      |
| id                | cd841c39-a99e-4b66-91de-acf67fe7d868 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_3                             |
| network_id        | 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:08:16Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:17.246" starttime="20181202 16:08:17.246"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:17.247" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:17.247" starttime="20181202 16:08:17.247"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:17.248" starttime="20181202 16:08:17.247"></status>
</kw>
<msg timestamp="20181202 16:08:17.248" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:08:17.248" starttime="20181202 16:08:14.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:17.248" starttime="20181202 16:08:14.485"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[3]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:17.258" level="INFO">Starting process:
openstack network create l3_net_4 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1132</msg>
<msg timestamp="20181202 16:08:17.289" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:19.632" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:19.633" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:19.633" starttime="20181202 16:08:17.258"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:19.635" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:08:19Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 0ac50362-ecf6-43d3-83f0-2506932710e1 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_4                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1132                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:08:19Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:19.636" starttime="20181202 16:08:19.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:19.637" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:19.637" starttime="20181202 16:08:19.636"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:19.639" starttime="20181202 16:08:19.638"></status>
</kw>
<msg timestamp="20181202 16:08:19.640" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:08:19.640" starttime="20181202 16:08:17.257"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:19.640" starttime="20181202 16:08:17.248"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[3]</arg>
<arg>@{SUBNETS_2}[0]</arg>
<arg>@{SUBNET_CIDRS}[3]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:19.656" level="INFO">Starting process:
openstack subnet create --network l3_net_4 --subnet-range 34.0.0.0/24 l3_sub_4 </msg>
<msg timestamp="20181202 16:08:19.688" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:22.227" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:22.228" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:22.228" starttime="20181202 16:08:19.656"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:22.230" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 34.0.0.2-34.0.0.254                  |
| cidr              | 34.0.0.0/24                          |
| created_at        | 2018-12-02T16:08:21Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 34.0.0.1                             |
| host_routes       |                                      |
| id                | a0ce4a3a-ebcf-4be8-ae33-9760b4abb374 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_4                             |
| network_id        | 0ac50362-ecf6-43d3-83f0-2506932710e1 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:08:21Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:22.230" starttime="20181202 16:08:22.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:22.231" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:22.232" starttime="20181202 16:08:22.231"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:22.233" starttime="20181202 16:08:22.232"></status>
</kw>
<msg timestamp="20181202 16:08:22.234" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:08:22.235" starttime="20181202 16:08:19.655"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:22.235" starttime="20181202 16:08:19.641"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[4]</arg>
<arg>--provider-network-type vlan --provider-physical-network ${PUBLIC_PHYSICAL_NETWORK} --provider-segment @{NET_VLAN_ID}[2]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:22.260" level="INFO">Starting process:
openstack network create l3_net_5 --provider-network-type vlan --provider-physical-network datacentre --provider-segment 1133</msg>
<msg timestamp="20181202 16:08:22.281" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:24.606" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:24.607" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:24.607" starttime="20181202 16:08:22.259"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:24.609" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:08:24Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | b9094cbd-7196-427b-8491-af99f5094c68 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1500                                 |
| name                      | l3_net_5                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vlan                                 |
| provider:physical_network | datacentre                           |
| provider:segmentation_id  | 1133                                 |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:08:24Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:24.610" starttime="20181202 16:08:24.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:24.611" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:24.611" starttime="20181202 16:08:24.610"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:24.613" starttime="20181202 16:08:24.612"></status>
</kw>
<msg timestamp="20181202 16:08:24.614" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:08:24.614" starttime="20181202 16:08:22.257"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:24.614" starttime="20181202 16:08:22.236"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[4]</arg>
<arg>@{SUBNETS_2}[1]</arg>
<arg>@{SUBNET_CIDRS}[4]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:24.636" level="INFO">Starting process:
openstack subnet create --network l3_net_5 --subnet-range 35.0.0.0/24 l3_sub_5 </msg>
<msg timestamp="20181202 16:08:24.663" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:27.372" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:27.373" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:27.373" starttime="20181202 16:08:24.635"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:27.374" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 35.0.0.2-35.0.0.254                  |
| cidr              | 35.0.0.0/24                          |
| created_at        | 2018-12-02T16:08:27Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 35.0.0.1                             |
| host_routes       |                                      |
| id                | d6e017fe-ef7e-41a2-b4b0-45b5f62009bd |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_sub_5                             |
| network_id        | b9094cbd-7196-427b-8491-af99f5094c68 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:08:27Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:27.374" starttime="20181202 16:08:27.373"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:27.374" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:27.374" starttime="20181202 16:08:27.374"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:27.375" starttime="20181202 16:08:27.375"></status>
</kw>
<msg timestamp="20181202 16:08:27.376" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:08:27.376" starttime="20181202 16:08:24.634"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:27.376" starttime="20181202 16:08:24.615"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:27.380" starttime="20181202 16:08:27.379"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:27.380" starttime="20181202 16:08:27.378"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:27.394" level="INFO">Starting process:
openstack security group create l3_sg </msg>
<msg timestamp="20181202 16:08:27.418" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:29.718" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:29.719" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:29.719" starttime="20181202 16:08:27.394"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:29.721" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:08:29Z                                                                                                                                  |
| description     | l3_sg                                                                                                                                                 |
| id              | 8c01151f-e277-44dc-a66c-65d754b18d4f                                                                                                                  |
| name            | l3_sg                                                                                                                                                 |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:08:29Z', direction='egress', ethertype='IPv4', id='0dd13fff-11e9-44ef-b514-2d22acfa932c', updated_at='2018-12-02T16:08:29Z' |
|                 | created_at='2018-12-02T16:08:29Z', direction='egress', ethertype='IPv6', id='85c87b5d-4ddb-4a0a-8224-eaf14107d5d4', updated_at='2018-12-02T16:08:29Z' |
| updated_at      | 2018-12-02T16:08:29Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:29.721" starttime="20181202 16:08:29.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:29.722" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:29.723" starttime="20181202 16:08:29.722"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.724" starttime="20181202 16:08:29.723"></status>
</kw>
<msg timestamp="20181202 16:08:29.725" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:08:29.725" starttime="20181202 16:08:27.393"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:08:29.726" level="INFO">${sgp_id} = 8c01151f-e277-44dc-a66c-65d754b18d4f</msg>
<status status="PASS" endtime="20181202 16:08:29.727" starttime="20181202 16:08:29.726"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:29.727" starttime="20181202 16:08:27.378"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:29.785" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:08:29.785" starttime="20181202 16:08:29.785"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:29.785" starttime="20181202 16:08:29.784"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.786" starttime="20181202 16:08:29.786"></status>
</kw>
<msg timestamp="20181202 16:08:29.786" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:29.787" starttime="20181202 16:08:29.785"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.788" starttime="20181202 16:08:29.787"></status>
</kw>
<msg timestamp="20181202 16:08:29.788" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:08:29.788" starttime="20181202 16:08:29.787"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.789" starttime="20181202 16:08:29.789"></status>
</kw>
<msg timestamp="20181202 16:08:29.789" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:29.789" starttime="20181202 16:08:29.788"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.791" starttime="20181202 16:08:29.790"></status>
</kw>
<msg timestamp="20181202 16:08:29.791" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:08:29.791" starttime="20181202 16:08:29.790"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.792" starttime="20181202 16:08:29.792"></status>
</kw>
<msg timestamp="20181202 16:08:29.792" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:08:29.792" starttime="20181202 16:08:29.791"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.793" starttime="20181202 16:08:29.793"></status>
</kw>
<msg timestamp="20181202 16:08:29.794" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:08:29.794" starttime="20181202 16:08:29.793"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:29.794" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:29.794" starttime="20181202 16:08:29.794"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:29.795" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:29.795" starttime="20181202 16:08:29.795"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:29.796" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:29.796" starttime="20181202 16:08:29.795"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.797" starttime="20181202 16:08:29.797"></status>
</kw>
<msg timestamp="20181202 16:08:29.797" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:29.797" starttime="20181202 16:08:29.796"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.799" starttime="20181202 16:08:29.798"></status>
</kw>
<msg timestamp="20181202 16:08:29.799" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:08:29.799" starttime="20181202 16:08:29.798"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.800" starttime="20181202 16:08:29.800"></status>
</kw>
<msg timestamp="20181202 16:08:29.800" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:29.800" starttime="20181202 16:08:29.799"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.802" starttime="20181202 16:08:29.801"></status>
</kw>
<msg timestamp="20181202 16:08:29.802" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:08:29.803" starttime="20181202 16:08:29.800"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.804" starttime="20181202 16:08:29.803"></status>
</kw>
<msg timestamp="20181202 16:08:29.804" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:29.804" starttime="20181202 16:08:29.803"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.805" starttime="20181202 16:08:29.805"></status>
</kw>
<msg timestamp="20181202 16:08:29.805" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:29.805" starttime="20181202 16:08:29.804"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:29.806" starttime="20181202 16:08:29.806"></status>
</kw>
<msg timestamp="20181202 16:08:29.807" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:29.807" starttime="20181202 16:08:29.806"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:29.808" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:08:29.850" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:32.642" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:32.642" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:32.642" starttime="20181202 16:08:29.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:32.644" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:32Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | d1d5031e-47c5-4265-8b81-4aefb267777e |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:32Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:32.645" starttime="20181202 16:08:32.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:32.646" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:32.646" starttime="20181202 16:08:32.645"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.648" starttime="20181202 16:08:32.647"></status>
</kw>
<msg timestamp="20181202 16:08:32.648" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:32.649" starttime="20181202 16:08:29.807"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:32.650" level="INFO">${rule_id} = d1d5031e-47c5-4265-8b81-4aefb267777e</msg>
<status status="PASS" endtime="20181202 16:08:32.650" starttime="20181202 16:08:32.649"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:32.651" starttime="20181202 16:08:29.783"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:32.714" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:08:32.715" starttime="20181202 16:08:32.714"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:32.715" starttime="20181202 16:08:32.714"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.716" starttime="20181202 16:08:32.716"></status>
</kw>
<msg timestamp="20181202 16:08:32.716" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:32.716" starttime="20181202 16:08:32.715"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.718" starttime="20181202 16:08:32.717"></status>
</kw>
<msg timestamp="20181202 16:08:32.718" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:08:32.718" starttime="20181202 16:08:32.717"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.719" starttime="20181202 16:08:32.719"></status>
</kw>
<msg timestamp="20181202 16:08:32.719" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:32.720" starttime="20181202 16:08:32.718"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.721" starttime="20181202 16:08:32.721"></status>
</kw>
<msg timestamp="20181202 16:08:32.721" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:08:32.721" starttime="20181202 16:08:32.720"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.723" starttime="20181202 16:08:32.722"></status>
</kw>
<msg timestamp="20181202 16:08:32.723" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:08:32.723" starttime="20181202 16:08:32.722"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.724" starttime="20181202 16:08:32.724"></status>
</kw>
<msg timestamp="20181202 16:08:32.724" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:08:32.724" starttime="20181202 16:08:32.723"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:32.725" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:32.725" starttime="20181202 16:08:32.725"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:32.726" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:32.726" starttime="20181202 16:08:32.725"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:32.727" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:32.727" starttime="20181202 16:08:32.726"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.728" starttime="20181202 16:08:32.728"></status>
</kw>
<msg timestamp="20181202 16:08:32.728" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:32.728" starttime="20181202 16:08:32.727"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.730" starttime="20181202 16:08:32.729"></status>
</kw>
<msg timestamp="20181202 16:08:32.730" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181202 16:08:32.730" starttime="20181202 16:08:32.728"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.731" starttime="20181202 16:08:32.731"></status>
</kw>
<msg timestamp="20181202 16:08:32.731" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:32.731" starttime="20181202 16:08:32.730"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.733" starttime="20181202 16:08:32.733"></status>
</kw>
<msg timestamp="20181202 16:08:32.733" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:08:32.733" starttime="20181202 16:08:32.732"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.735" starttime="20181202 16:08:32.734"></status>
</kw>
<msg timestamp="20181202 16:08:32.735" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:32.735" starttime="20181202 16:08:32.734"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.736" starttime="20181202 16:08:32.736"></status>
</kw>
<msg timestamp="20181202 16:08:32.736" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:32.736" starttime="20181202 16:08:32.735"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:32.738" starttime="20181202 16:08:32.737"></status>
</kw>
<msg timestamp="20181202 16:08:32.738" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:08:32.738" starttime="20181202 16:08:32.737"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:32.740" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:08:32.782" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:35.348" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:35.349" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:35.349" starttime="20181202 16:08:32.739"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:35.351" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:35Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | efe38693-0e80-420d-ab72-80dc51faa92a |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:35Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:35.351" starttime="20181202 16:08:35.350"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:35.352" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:35.352" starttime="20181202 16:08:35.351"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.353" starttime="20181202 16:08:35.352"></status>
</kw>
<msg timestamp="20181202 16:08:35.354" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:35.354" starttime="20181202 16:08:32.738"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:35.355" level="INFO">${rule_id} = efe38693-0e80-420d-ab72-80dc51faa92a</msg>
<status status="PASS" endtime="20181202 16:08:35.355" starttime="20181202 16:08:35.354"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:35.356" starttime="20181202 16:08:32.712"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:35.414" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:08:35.415" starttime="20181202 16:08:35.414"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:35.415" starttime="20181202 16:08:35.414"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.416" starttime="20181202 16:08:35.416"></status>
</kw>
<msg timestamp="20181202 16:08:35.416" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:35.416" starttime="20181202 16:08:35.415"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.417" starttime="20181202 16:08:35.417"></status>
</kw>
<msg timestamp="20181202 16:08:35.418" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:08:35.418" starttime="20181202 16:08:35.416"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.419" starttime="20181202 16:08:35.418"></status>
</kw>
<msg timestamp="20181202 16:08:35.419" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:35.419" starttime="20181202 16:08:35.418"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.420" starttime="20181202 16:08:35.420"></status>
</kw>
<msg timestamp="20181202 16:08:35.420" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:08:35.420" starttime="20181202 16:08:35.419"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.423" starttime="20181202 16:08:35.421"></status>
</kw>
<msg timestamp="20181202 16:08:35.423" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:08:35.423" starttime="20181202 16:08:35.421"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.425" starttime="20181202 16:08:35.424"></status>
</kw>
<msg timestamp="20181202 16:08:35.425" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:08:35.425" starttime="20181202 16:08:35.424"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:35.425" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:35.425" starttime="20181202 16:08:35.425"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:35.426" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:35.426" starttime="20181202 16:08:35.426"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:35.427" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:35.427" starttime="20181202 16:08:35.426"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.428" starttime="20181202 16:08:35.428"></status>
</kw>
<msg timestamp="20181202 16:08:35.428" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:35.428" starttime="20181202 16:08:35.427"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.430" starttime="20181202 16:08:35.429"></status>
</kw>
<msg timestamp="20181202 16:08:35.430" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:08:35.430" starttime="20181202 16:08:35.429"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.431" starttime="20181202 16:08:35.431"></status>
</kw>
<msg timestamp="20181202 16:08:35.431" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:35.431" starttime="20181202 16:08:35.430"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.434" starttime="20181202 16:08:35.433"></status>
</kw>
<msg timestamp="20181202 16:08:35.434" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:35.434" starttime="20181202 16:08:35.432"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.435" starttime="20181202 16:08:35.435"></status>
</kw>
<msg timestamp="20181202 16:08:35.435" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:35.435" starttime="20181202 16:08:35.434"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.436" starttime="20181202 16:08:35.436"></status>
</kw>
<msg timestamp="20181202 16:08:35.436" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:35.436" starttime="20181202 16:08:35.435"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:35.438" starttime="20181202 16:08:35.437"></status>
</kw>
<msg timestamp="20181202 16:08:35.438" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:35.438" starttime="20181202 16:08:35.437"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:35.439" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:08:35.467" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:37.912" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:37.913" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:37.913" starttime="20181202 16:08:35.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:37.915" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:37Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 4afd2088-2c58-4151-a470-8063e2a300d9 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:37Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:37.915" starttime="20181202 16:08:37.914"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:37.917" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:37.917" starttime="20181202 16:08:37.916"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:37.919" starttime="20181202 16:08:37.917"></status>
</kw>
<msg timestamp="20181202 16:08:37.919" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:37.920" starttime="20181202 16:08:35.438"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:37.922" level="INFO">${rule_id} = 4afd2088-2c58-4151-a470-8063e2a300d9</msg>
<status status="PASS" endtime="20181202 16:08:37.922" starttime="20181202 16:08:37.920"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:37.922" starttime="20181202 16:08:35.412"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:37.999" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:08:37.999" starttime="20181202 16:08:37.999"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:37.999" starttime="20181202 16:08:37.998"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.001" starttime="20181202 16:08:38.000"></status>
</kw>
<msg timestamp="20181202 16:08:38.001" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:38.001" starttime="20181202 16:08:38.000"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.003" starttime="20181202 16:08:38.002"></status>
</kw>
<msg timestamp="20181202 16:08:38.003" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:08:38.003" starttime="20181202 16:08:38.001"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.006" starttime="20181202 16:08:38.005"></status>
</kw>
<msg timestamp="20181202 16:08:38.006" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:38.006" starttime="20181202 16:08:38.004"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.008" starttime="20181202 16:08:38.007"></status>
</kw>
<msg timestamp="20181202 16:08:38.008" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:08:38.008" starttime="20181202 16:08:38.006"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.010" starttime="20181202 16:08:38.010"></status>
</kw>
<msg timestamp="20181202 16:08:38.011" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:08:38.011" starttime="20181202 16:08:38.009"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.012" starttime="20181202 16:08:38.012"></status>
</kw>
<msg timestamp="20181202 16:08:38.012" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:08:38.013" starttime="20181202 16:08:38.011"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:38.013" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:38.013" starttime="20181202 16:08:38.013"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:38.014" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:38.014" starttime="20181202 16:08:38.014"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:38.016" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:38.016" starttime="20181202 16:08:38.015"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.017" starttime="20181202 16:08:38.017"></status>
</kw>
<msg timestamp="20181202 16:08:38.017" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:38.017" starttime="20181202 16:08:38.016"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.019" starttime="20181202 16:08:38.018"></status>
</kw>
<msg timestamp="20181202 16:08:38.019" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181202 16:08:38.019" starttime="20181202 16:08:38.018"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.020" starttime="20181202 16:08:38.020"></status>
</kw>
<msg timestamp="20181202 16:08:38.020" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:38.020" starttime="20181202 16:08:38.019"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.022" starttime="20181202 16:08:38.022"></status>
</kw>
<msg timestamp="20181202 16:08:38.022" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:38.022" starttime="20181202 16:08:38.020"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.023" starttime="20181202 16:08:38.023"></status>
</kw>
<msg timestamp="20181202 16:08:38.024" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:38.024" starttime="20181202 16:08:38.022"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.026" starttime="20181202 16:08:38.025"></status>
</kw>
<msg timestamp="20181202 16:08:38.026" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:38.026" starttime="20181202 16:08:38.024"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:38.027" starttime="20181202 16:08:38.027"></status>
</kw>
<msg timestamp="20181202 16:08:38.027" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:08:38.027" starttime="20181202 16:08:38.026"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:38.030" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:08:38.067" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:40.422" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:40.423" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:40.423" starttime="20181202 16:08:38.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:40.424" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:40Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 985e0c23-6533-4b84-b644-748fe3a2eff2 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:40Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:40.425" starttime="20181202 16:08:40.424"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:40.426" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:40.426" starttime="20181202 16:08:40.425"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.427" starttime="20181202 16:08:40.426"></status>
</kw>
<msg timestamp="20181202 16:08:40.428" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:40.428" starttime="20181202 16:08:38.028"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:40.429" level="INFO">${rule_id} = 985e0c23-6533-4b84-b644-748fe3a2eff2</msg>
<status status="PASS" endtime="20181202 16:08:40.429" starttime="20181202 16:08:40.428"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:40.429" starttime="20181202 16:08:37.997"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:40.488" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:08:40.488" starttime="20181202 16:08:40.488"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:40.488" starttime="20181202 16:08:40.487"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.490" starttime="20181202 16:08:40.489"></status>
</kw>
<msg timestamp="20181202 16:08:40.490" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:40.490" starttime="20181202 16:08:40.489"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.491" starttime="20181202 16:08:40.491"></status>
</kw>
<msg timestamp="20181202 16:08:40.491" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:08:40.491" starttime="20181202 16:08:40.490"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.493" starttime="20181202 16:08:40.492"></status>
</kw>
<msg timestamp="20181202 16:08:40.493" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:40.493" starttime="20181202 16:08:40.492"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.494" starttime="20181202 16:08:40.494"></status>
</kw>
<msg timestamp="20181202 16:08:40.494" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:08:40.494" starttime="20181202 16:08:40.493"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.495" starttime="20181202 16:08:40.495"></status>
</kw>
<msg timestamp="20181202 16:08:40.495" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:08:40.496" starttime="20181202 16:08:40.494"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.497" starttime="20181202 16:08:40.496"></status>
</kw>
<msg timestamp="20181202 16:08:40.497" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:08:40.497" starttime="20181202 16:08:40.496"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:40.498" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:40.498" starttime="20181202 16:08:40.497"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:40.498" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:40.498" starttime="20181202 16:08:40.498"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:40.499" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:40.499" starttime="20181202 16:08:40.499"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.500" starttime="20181202 16:08:40.500"></status>
</kw>
<msg timestamp="20181202 16:08:40.500" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:40.500" starttime="20181202 16:08:40.499"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.502" starttime="20181202 16:08:40.501"></status>
</kw>
<msg timestamp="20181202 16:08:40.502" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:08:40.502" starttime="20181202 16:08:40.501"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.503" starttime="20181202 16:08:40.503"></status>
</kw>
<msg timestamp="20181202 16:08:40.503" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:40.503" starttime="20181202 16:08:40.502"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.505" starttime="20181202 16:08:40.504"></status>
</kw>
<msg timestamp="20181202 16:08:40.505" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:08:40.505" starttime="20181202 16:08:40.503"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.506" starttime="20181202 16:08:40.506"></status>
</kw>
<msg timestamp="20181202 16:08:40.507" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:40.507" starttime="20181202 16:08:40.505"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.508" starttime="20181202 16:08:40.508"></status>
</kw>
<msg timestamp="20181202 16:08:40.508" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:40.508" starttime="20181202 16:08:40.507"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:40.509" starttime="20181202 16:08:40.509"></status>
</kw>
<msg timestamp="20181202 16:08:40.509" level="INFO">${cmd} = openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:40.510" starttime="20181202 16:08:40.508"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:40.511" level="INFO">Starting process:
openstack security group rule create l3_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:08:40.529" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:42.731" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:42.732" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:42.732" starttime="20181202 16:08:40.511"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:42.733" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:42Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 014df649-5b4f-49fe-8f84-a675b2fff058 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:42Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:42.733" starttime="20181202 16:08:42.733"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:42.734" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:42.734" starttime="20181202 16:08:42.734"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.735" starttime="20181202 16:08:42.734"></status>
</kw>
<msg timestamp="20181202 16:08:42.736" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:42.736" starttime="20181202 16:08:40.510"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:42.736" level="INFO">${rule_id} = 014df649-5b4f-49fe-8f84-a675b2fff058</msg>
<status status="PASS" endtime="20181202 16:08:42.736" starttime="20181202 16:08:42.736"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:42.737" starttime="20181202 16:08:40.486"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:08:42.786" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:08:42.786" starttime="20181202 16:08:42.785"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:42.786" starttime="20181202 16:08:42.785"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.787" starttime="20181202 16:08:42.787"></status>
</kw>
<msg timestamp="20181202 16:08:42.787" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:08:42.787" starttime="20181202 16:08:42.786"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.789" starttime="20181202 16:08:42.788"></status>
</kw>
<msg timestamp="20181202 16:08:42.789" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:08:42.789" starttime="20181202 16:08:42.788"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.790" starttime="20181202 16:08:42.790"></status>
</kw>
<msg timestamp="20181202 16:08:42.790" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:08:42.790" starttime="20181202 16:08:42.789"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.792" starttime="20181202 16:08:42.791"></status>
</kw>
<msg timestamp="20181202 16:08:42.792" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:08:42.792" starttime="20181202 16:08:42.791"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.793" starttime="20181202 16:08:42.793"></status>
</kw>
<msg timestamp="20181202 16:08:42.793" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:08:42.793" starttime="20181202 16:08:42.792"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.795" starttime="20181202 16:08:42.794"></status>
</kw>
<msg timestamp="20181202 16:08:42.795" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:08:42.795" starttime="20181202 16:08:42.794"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:08:42.795" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:08:42.796" starttime="20181202 16:08:42.795"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:08:42.796" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:08:42.796" starttime="20181202 16:08:42.796"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:08:42.797" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:42.797" starttime="20181202 16:08:42.796"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.798" starttime="20181202 16:08:42.797"></status>
</kw>
<msg timestamp="20181202 16:08:42.798" level="INFO">${cmd} = openstack security group rule create l3_sg</msg>
<status status="PASS" endtime="20181202 16:08:42.798" starttime="20181202 16:08:42.797"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.799" starttime="20181202 16:08:42.799"></status>
</kw>
<msg timestamp="20181202 16:08:42.799" level="INFO">${cmd} = openstack security group rule create l3_sg --egress</msg>
<status status="PASS" endtime="20181202 16:08:42.799" starttime="20181202 16:08:42.798"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.800" starttime="20181202 16:08:42.800"></status>
</kw>
<msg timestamp="20181202 16:08:42.800" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:08:42.800" starttime="20181202 16:08:42.799"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.801" starttime="20181202 16:08:42.801"></status>
</kw>
<msg timestamp="20181202 16:08:42.802" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:08:42.802" starttime="20181202 16:08:42.800"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.803" starttime="20181202 16:08:42.802"></status>
</kw>
<msg timestamp="20181202 16:08:42.803" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:42.803" starttime="20181202 16:08:42.802"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.804" starttime="20181202 16:08:42.804"></status>
</kw>
<msg timestamp="20181202 16:08:42.804" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:42.804" starttime="20181202 16:08:42.803"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:42.805" starttime="20181202 16:08:42.805"></status>
</kw>
<msg timestamp="20181202 16:08:42.805" level="INFO">${cmd} = openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:08:42.805" starttime="20181202 16:08:42.804"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:42.807" level="INFO">Starting process:
openstack security group rule create l3_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:08:42.835" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:45.243" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:45.243" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:45.243" starttime="20181202 16:08:42.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:45.244" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:08:45Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | feffc18d-b2a2-460a-8fd0-459249e278c7 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 8c01151f-e277-44dc-a66c-65d754b18d4f |
| updated_at        | 2018-12-02T16:08:45Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:45.245" starttime="20181202 16:08:45.244"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:45.245" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:45.245" starttime="20181202 16:08:45.245"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:45.246" starttime="20181202 16:08:45.245"></status>
</kw>
<msg timestamp="20181202 16:08:45.246" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:08:45.246" starttime="20181202 16:08:42.805"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:08:45.247" level="INFO">${rule_id} = feffc18d-b2a2-460a-8fd0-459249e278c7</msg>
<status status="PASS" endtime="20181202 16:08:45.248" starttime="20181202 16:08:45.247"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:45.248" starttime="20181202 16:08:42.783"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:45.249" starttime="20181202 16:08:45.248"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:45.249" starttime="20181202 16:08:27.377"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:08:45.251" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:08:45.251" starttime="20181202 16:08:45.251"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:45.259" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:08:45.280" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:47.390" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:47.390" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:47.390" starttime="20181202 16:08:45.259"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:47.391" level="INFO">a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:47.391" starttime="20181202 16:08:47.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:47.392" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:47.392" starttime="20181202 16:08:47.391"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:47.392" starttime="20181202 16:08:47.392"></status>
</kw>
<msg timestamp="20181202 16:08:47.393" level="INFO">${output} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:47.393" starttime="20181202 16:08:45.258"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:08:47.394" level="INFO">${splitted_output} = [u'a76eb94a-8366-4d07-9a79-408bb2f4121c']</msg>
<status status="PASS" endtime="20181202 16:08:47.394" starttime="20181202 16:08:47.393"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:08:47.394" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:47.394" starttime="20181202 16:08:47.394"></status>
</kw>
<msg timestamp="20181202 16:08:47.394" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:47.394" starttime="20181202 16:08:45.251"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:47.405" level="INFO">Starting process:
openstack server create l3_net_1_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=a76eb94a-8366-4d07-9a79-408bb2f4121c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:08:47.441" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:51.760" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:51.760" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:51.761" starttime="20181202 16:08:47.404"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:51.762" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | KsgBcEY8Dj5b                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:08:51Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | a81448be-fe75-4c02-82f3-f0bc8d1e84ba                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:08:51Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:51.762" starttime="20181202 16:08:51.761"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:51.763" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:51.763" starttime="20181202 16:08:51.763"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:51.764" starttime="20181202 16:08:51.763"></status>
</kw>
<msg timestamp="20181202 16:08:51.765" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:08:51.765" starttime="20181202 16:08:47.403"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:51.765" starttime="20181202 16:08:45.250"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:08:51.767" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:08:51.767" starttime="20181202 16:08:51.766"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:51.778" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:08:51.797" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:54.029" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:54.029" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:54.029" starttime="20181202 16:08:51.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:54.031" level="INFO">a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:54.031" starttime="20181202 16:08:54.030"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:54.032" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:54.032" starttime="20181202 16:08:54.031"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:54.033" starttime="20181202 16:08:54.032"></status>
</kw>
<msg timestamp="20181202 16:08:54.034" level="INFO">${output} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:54.034" starttime="20181202 16:08:51.777"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:08:54.035" level="INFO">${splitted_output} = [u'a76eb94a-8366-4d07-9a79-408bb2f4121c']</msg>
<status status="PASS" endtime="20181202 16:08:54.035" starttime="20181202 16:08:54.034"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:08:54.036" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:54.036" starttime="20181202 16:08:54.035"></status>
</kw>
<msg timestamp="20181202 16:08:54.036" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:08:54.036" starttime="20181202 16:08:51.767"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:54.048" level="INFO">Starting process:
openstack server create l3_net_1_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=a76eb94a-8366-4d07-9a79-408bb2f4121c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:08:54.077" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:08:57.921" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:08:57.922" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:08:57.922" starttime="20181202 16:08:54.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:08:57.923" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 3fq5jDdNWEDm                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:08:57Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:08:57Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:08:57.924" starttime="20181202 16:08:57.922"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:08:57.924" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:08:57.924" starttime="20181202 16:08:57.924"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:08:57.925" starttime="20181202 16:08:57.925"></status>
</kw>
<msg timestamp="20181202 16:08:57.926" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:08:57.926" starttime="20181202 16:08:54.046"></status>
</kw>
<status status="PASS" endtime="20181202 16:08:57.926" starttime="20181202 16:08:51.765"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:08:57.929" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:08:57.929" starttime="20181202 16:08:57.928"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:08:57.943" level="INFO">Starting process:
openstack network list | grep "l3_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:08:57.963" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:00.139" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:00.139" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:00.140" starttime="20181202 16:08:57.942"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:00.141" level="INFO">a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:09:00.141" starttime="20181202 16:09:00.140"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:00.141" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:00.141" starttime="20181202 16:09:00.141"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:00.142" starttime="20181202 16:09:00.142"></status>
</kw>
<msg timestamp="20181202 16:09:00.143" level="INFO">${output} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:09:00.143" starttime="20181202 16:08:57.941"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:00.143" level="INFO">${splitted_output} = [u'a76eb94a-8366-4d07-9a79-408bb2f4121c']</msg>
<status status="PASS" endtime="20181202 16:09:00.143" starttime="20181202 16:09:00.143"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:00.144" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:09:00.144" starttime="20181202 16:09:00.144"></status>
</kw>
<msg timestamp="20181202 16:09:00.144" level="INFO">${net_id} = a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<status status="PASS" endtime="20181202 16:09:00.144" starttime="20181202 16:08:57.929"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:00.154" level="INFO">Starting process:
openstack server create l3_net_1_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=a76eb94a-8366-4d07-9a79-408bb2f4121c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:00.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:04.061" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:04.062" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:04.062" starttime="20181202 16:09:00.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:04.063" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | NVL9HjzXtVRo                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:03Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 536cadc7-393b-47b0-8987-80a616f82320                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_1_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:03Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:04.063" starttime="20181202 16:09:04.062"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:04.064" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:04.064" starttime="20181202 16:09:04.063"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:04.065" starttime="20181202 16:09:04.064"></status>
</kw>
<msg timestamp="20181202 16:09:04.065" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:04.065" starttime="20181202 16:09:00.153"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:04.065" starttime="20181202 16:08:57.927"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:04.067" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:04.067" starttime="20181202 16:09:04.066"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:04.075" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:04.110" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:06.215" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:06.215" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:06.215" starttime="20181202 16:09:04.075"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:06.216" level="INFO">c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:06.217" starttime="20181202 16:09:06.216"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:06.217" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:06.217" starttime="20181202 16:09:06.217"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:06.218" starttime="20181202 16:09:06.217"></status>
</kw>
<msg timestamp="20181202 16:09:06.218" level="INFO">${output} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:06.218" starttime="20181202 16:09:04.075"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:06.219" level="INFO">${splitted_output} = [u'c4fee035-aa6b-4397-b3cd-a54e7030192c']</msg>
<status status="PASS" endtime="20181202 16:09:06.219" starttime="20181202 16:09:06.218"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:06.219" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:06.219" starttime="20181202 16:09:06.219"></status>
</kw>
<msg timestamp="20181202 16:09:06.219" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:06.219" starttime="20181202 16:09:04.067"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:06.227" level="INFO">Starting process:
openstack server create l3_net_2_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=c4fee035-aa6b-4397-b3cd-a54e7030192c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:06.251" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:09.779" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:09.779" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:09.779" starttime="20181202 16:09:06.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:09.780" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | ii6J6nCdQkbJ                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:09Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 44a32248-1571-414a-9c2f-2544eb5c5958                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:09Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:09.780" starttime="20181202 16:09:09.780"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:09.781" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:09.781" starttime="20181202 16:09:09.781"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:09.782" starttime="20181202 16:09:09.781"></status>
</kw>
<msg timestamp="20181202 16:09:09.782" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:09.782" starttime="20181202 16:09:06.226"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:09.782" starttime="20181202 16:09:04.065"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:09.784" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:09.784" starttime="20181202 16:09:09.783"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:09.793" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:09.821" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:12.082" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:12.082" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:12.083" starttime="20181202 16:09:09.793"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:12.084" level="INFO">c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:12.085" starttime="20181202 16:09:12.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:12.085" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:12.086" starttime="20181202 16:09:12.085"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:12.087" starttime="20181202 16:09:12.086"></status>
</kw>
<msg timestamp="20181202 16:09:12.088" level="INFO">${output} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:12.088" starttime="20181202 16:09:09.793"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:12.089" level="INFO">${splitted_output} = [u'c4fee035-aa6b-4397-b3cd-a54e7030192c']</msg>
<status status="PASS" endtime="20181202 16:09:12.089" starttime="20181202 16:09:12.088"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:12.089" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:12.090" starttime="20181202 16:09:12.089"></status>
</kw>
<msg timestamp="20181202 16:09:12.090" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:12.090" starttime="20181202 16:09:09.784"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:12.104" level="INFO">Starting process:
openstack server create l3_net_2_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=c4fee035-aa6b-4397-b3cd-a54e7030192c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:12.139" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:16.231" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:16.232" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:16.232" starttime="20181202 16:09:12.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:16.233" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | BXE3DeFzsXjT                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:16Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:16Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:16.234" starttime="20181202 16:09:16.232"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:16.234" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:16.234" starttime="20181202 16:09:16.234"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:16.235" starttime="20181202 16:09:16.235"></status>
</kw>
<msg timestamp="20181202 16:09:16.236" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:16.236" starttime="20181202 16:09:12.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:16.236" starttime="20181202 16:09:09.782"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:16.239" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:16.239" starttime="20181202 16:09:16.238"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:16.253" level="INFO">Starting process:
openstack network list | grep "l3_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:16.293" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:18.459" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:18.460" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:18.460" starttime="20181202 16:09:16.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:18.461" level="INFO">c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:18.461" starttime="20181202 16:09:18.460"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:18.461" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:18.461" starttime="20181202 16:09:18.461"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:18.462" starttime="20181202 16:09:18.462"></status>
</kw>
<msg timestamp="20181202 16:09:18.462" level="INFO">${output} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:18.462" starttime="20181202 16:09:16.252"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:18.463" level="INFO">${splitted_output} = [u'c4fee035-aa6b-4397-b3cd-a54e7030192c']</msg>
<status status="PASS" endtime="20181202 16:09:18.463" starttime="20181202 16:09:18.463"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:18.463" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:18.464" starttime="20181202 16:09:18.463"></status>
</kw>
<msg timestamp="20181202 16:09:18.464" level="INFO">${net_id} = c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<status status="PASS" endtime="20181202 16:09:18.464" starttime="20181202 16:09:16.239"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:18.474" level="INFO">Starting process:
openstack server create l3_net_2_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=c4fee035-aa6b-4397-b3cd-a54e7030192c --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:18.513" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:22.226" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:22.227" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:22.227" starttime="20181202 16:09:18.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:22.228" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | hq4fjkF56kBD                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:21Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 44b4bda0-d802-476a-9c85-92a6a945ed64                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_2_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:22Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:22.228" starttime="20181202 16:09:22.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:22.228" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:22.228" starttime="20181202 16:09:22.228"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:22.229" starttime="20181202 16:09:22.229"></status>
</kw>
<msg timestamp="20181202 16:09:22.230" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:22.230" starttime="20181202 16:09:18.473"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:22.230" starttime="20181202 16:09:16.237"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:22.232" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:22.232" starttime="20181202 16:09:22.231"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:22.247" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:22.266" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:24.400" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:24.400" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:24.400" starttime="20181202 16:09:22.246"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:24.401" level="INFO">9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:24.401" starttime="20181202 16:09:24.401"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:24.402" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:24.402" starttime="20181202 16:09:24.401"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:24.402" starttime="20181202 16:09:24.402"></status>
</kw>
<msg timestamp="20181202 16:09:24.403" level="INFO">${output} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:24.403" starttime="20181202 16:09:22.245"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:24.403" level="INFO">${splitted_output} = [u'9ddfdc39-685a-4bcc-9383-e81c1c8db1a0']</msg>
<status status="PASS" endtime="20181202 16:09:24.403" starttime="20181202 16:09:24.403"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:24.404" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:24.404" starttime="20181202 16:09:24.403"></status>
</kw>
<msg timestamp="20181202 16:09:24.404" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:24.404" starttime="20181202 16:09:22.232"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:24.412" level="INFO">Starting process:
openstack server create l3_net_3_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:24.439" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:28.071" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:28.071" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:28.071" starttime="20181202 16:09:24.412"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:28.073" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 2VygJEnpQZ8m                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:27Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | dc52ab8c-87db-42b0-9e93-2aaffd43aa5d                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:27Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:28.074" starttime="20181202 16:09:28.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:28.075" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:28.076" starttime="20181202 16:09:28.075"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:28.077" starttime="20181202 16:09:28.076"></status>
</kw>
<msg timestamp="20181202 16:09:28.077" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:28.077" starttime="20181202 16:09:24.411"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:28.078" starttime="20181202 16:09:22.230"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[1]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:28.081" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:28.081" starttime="20181202 16:09:28.080"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:28.099" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:28.141" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:30.331" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:30.331" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:30.331" starttime="20181202 16:09:28.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:30.332" level="INFO">9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:30.332" starttime="20181202 16:09:30.332"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:30.333" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:30.333" starttime="20181202 16:09:30.333"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:30.334" starttime="20181202 16:09:30.333"></status>
</kw>
<msg timestamp="20181202 16:09:30.334" level="INFO">${output} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:30.334" starttime="20181202 16:09:28.098"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:30.335" level="INFO">${splitted_output} = [u'9ddfdc39-685a-4bcc-9383-e81c1c8db1a0']</msg>
<status status="PASS" endtime="20181202 16:09:30.335" starttime="20181202 16:09:30.334"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:30.335" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:30.335" starttime="20181202 16:09:30.335"></status>
</kw>
<msg timestamp="20181202 16:09:30.336" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:30.336" starttime="20181202 16:09:28.081"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:30.344" level="INFO">Starting process:
openstack server create l3_net_3_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:30.377" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:34.401" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:34.402" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:34.402" starttime="20181202 16:09:30.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:34.403" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | qd7eWrb9fPA2                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:34Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 289eab6a-0e8b-4e38-adfe-595b76f2b387                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:34Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:34.403" starttime="20181202 16:09:34.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:34.403" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:34.403" starttime="20181202 16:09:34.403"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:34.404" starttime="20181202 16:09:34.404"></status>
</kw>
<msg timestamp="20181202 16:09:34.404" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:34.404" starttime="20181202 16:09:30.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:34.405" starttime="20181202 16:09:28.078"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{NET_3_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:09:34.406" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:09:34.406" starttime="20181202 16:09:34.406"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:34.414" level="INFO">Starting process:
openstack network list | grep "l3_net_3" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:09:34.452" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:36.742" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:36.743" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:36.743" starttime="20181202 16:09:34.414"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:36.745" level="INFO">9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:36.745" starttime="20181202 16:09:36.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:36.746" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:36.747" starttime="20181202 16:09:36.746"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:36.748" starttime="20181202 16:09:36.747"></status>
</kw>
<msg timestamp="20181202 16:09:36.749" level="INFO">${output} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:36.749" starttime="20181202 16:09:34.414"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:09:36.750" level="INFO">${splitted_output} = [u'9ddfdc39-685a-4bcc-9383-e81c1c8db1a0']</msg>
<status status="PASS" endtime="20181202 16:09:36.750" starttime="20181202 16:09:36.749"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:09:36.751" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:36.751" starttime="20181202 16:09:36.750"></status>
</kw>
<msg timestamp="20181202 16:09:36.752" level="INFO">${net_id} = 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<status status="PASS" endtime="20181202 16:09:36.752" starttime="20181202 16:09:34.406"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:36.770" level="INFO">Starting process:
openstack server create l3_net_3_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 --security-group l3_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:09:36.801" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:40.809" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:40.810" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:40.810" starttime="20181202 16:09:36.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:40.811" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | hnH7SEpFKHRo                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:09:40Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | b41382f0-b17b-4dd5-b47e-2a327891cad4                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_net_3_vm_3                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='8c01151f-e277-44dc-a66c-65d754b18d4f'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:09:40Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:09:40.811" starttime="20181202 16:09:40.810"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:40.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:40.812" starttime="20181202 16:09:40.811"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:40.812" starttime="20181202 16:09:40.812"></status>
</kw>
<msg timestamp="20181202 16:09:40.813" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:09:40.813" starttime="20181202 16:09:36.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:09:40.813" starttime="20181202 16:09:34.405"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_L3_VM_IPS}</var>
<var>${NET_1_L3_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 16:09:40.814" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:09:40.814" starttime="20181202 16:09:40.814"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l3_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:09:40.823" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:09:40.854" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:09:43.890" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:09:43.890" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:09:43.890" starttime="20181202 16:09:40.823"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:09:43.891" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:09:43.891" starttime="20181202 16:09:43.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:09:43.892" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:09:43.892" starttime="20181202 16:09:43.892"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:09:43.893" starttime="20181202 16:09:43.892"></status>
</kw>
<msg timestamp="20181202 16:09:43.893" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:09:43.893" starttime="20181202 16:09:40.823"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:09:43.894" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:09:43.894" starttime="20181202 16:09:43.893"></status>
</kw>
<status status="FAIL" endtime="20181202 16:09:43.894" starttime="20181202 16:09:40.815"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:10:13.907" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:10:13.941" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:10:17.249" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:10:17.250" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:10:17.250" starttime="20181202 16:10:13.907"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:10:17.251" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:10:17.251" starttime="20181202 16:10:17.250"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:10:17.252" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:10:17.252" starttime="20181202 16:10:17.251"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:10:17.252" starttime="20181202 16:10:17.252"></status>
</kw>
<msg timestamp="20181202 16:10:17.253" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:10:17.253" starttime="20181202 16:10:13.906"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:10:17.253" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:10:17.254" starttime="20181202 16:10:17.253"></status>
</kw>
<status status="FAIL" endtime="20181202 16:10:17.254" starttime="20181202 16:10:13.895"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:10:47.277" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:10:47.312" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:10:50.199" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:10:50.199" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:10:50.199" starttime="20181202 16:10:47.276"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:10:50.200" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:10:50.201" starttime="20181202 16:10:50.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:10:50.201" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:10:50.201" starttime="20181202 16:10:50.201"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:10:50.202" starttime="20181202 16:10:50.202"></status>
</kw>
<msg timestamp="20181202 16:10:50.202" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:10:50.202" starttime="20181202 16:10:47.275"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:10:50.203" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:10:50.203" starttime="20181202 16:10:50.203"></status>
</kw>
<status status="FAIL" endtime="20181202 16:10:50.203" starttime="20181202 16:10:47.255"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:11:20.224" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:11:20.255" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:11:23.366" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:11:23.366" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:11:23.366" starttime="20181202 16:11:20.224"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:11:23.368" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:11:23.368" starttime="20181202 16:11:23.367"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:11:23.368" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:11:23.368" starttime="20181202 16:11:23.368"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:11:23.369" starttime="20181202 16:11:23.369"></status>
</kw>
<msg timestamp="20181202 16:11:23.370" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:11:23.370" starttime="20181202 16:11:20.222"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:11:23.371" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:11:23.371" starttime="20181202 16:11:23.370"></status>
</kw>
<status status="FAIL" endtime="20181202 16:11:23.371" starttime="20181202 16:11:20.204"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:11:53.396" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:11:53.432" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:11:56.595" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:11:56.596" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:11:56.596" starttime="20181202 16:11:53.395"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:11:56.598" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:11:56.598" starttime="20181202 16:11:56.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:11:56.599" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:11:56.600" starttime="20181202 16:11:56.599"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:11:56.602" starttime="20181202 16:11:56.600"></status>
</kw>
<msg timestamp="20181202 16:11:56.602" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:11:56.603" starttime="20181202 16:11:53.394"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:11:56.605" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:11:56.605" starttime="20181202 16:11:56.603"></status>
</kw>
<status status="FAIL" endtime="20181202 16:11:56.605" starttime="20181202 16:11:53.372"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:12:26.616" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:12:26.635" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:12:29.737" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:12:29.738" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:12:29.738" starttime="20181202 16:12:26.616"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:12:29.739" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:12:29.739" starttime="20181202 16:12:29.738"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:12:29.739" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:12:29.739" starttime="20181202 16:12:29.739"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:12:29.740" starttime="20181202 16:12:29.740"></status>
</kw>
<msg timestamp="20181202 16:12:29.741" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:12:29.741" starttime="20181202 16:12:26.616"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:12:29.741" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:12:29.741" starttime="20181202 16:12:29.741"></status>
</kw>
<status status="FAIL" endtime="20181202 16:12:29.742" starttime="20181202 16:12:26.606"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:12:59.756" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:12:59.794" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:13:02.909" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:13:02.909" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:13:02.910" starttime="20181202 16:12:59.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:13:02.911" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:13:02.911" starttime="20181202 16:13:02.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:13:02.912" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:13:02.912" starttime="20181202 16:13:02.911"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:13:02.913" starttime="20181202 16:13:02.912"></status>
</kw>
<msg timestamp="20181202 16:13:02.913" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:13:02.913" starttime="20181202 16:12:59.755"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:13:02.914" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:13:02.915" starttime="20181202 16:13:02.914"></status>
</kw>
<status status="FAIL" endtime="20181202 16:13:02.915" starttime="20181202 16:12:59.742"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:13:32.932" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:13:32.970" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:13:36.347" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:13:36.348" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:13:36.348" starttime="20181202 16:13:32.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:13:36.349" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:13:36.349" starttime="20181202 16:13:36.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:13:36.350" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:13:36.350" starttime="20181202 16:13:36.349"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:13:36.351" starttime="20181202 16:13:36.350"></status>
</kw>
<msg timestamp="20181202 16:13:36.351" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:13:36.351" starttime="20181202 16:13:32.931"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:13:36.352" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:13:36.352" starttime="20181202 16:13:36.351"></status>
</kw>
<status status="FAIL" endtime="20181202 16:13:36.352" starttime="20181202 16:13:32.916"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:14:06.376" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:14:06.420" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:14:09.772" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:14:09.772" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:14:09.772" starttime="20181202 16:14:06.376"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:14:09.773" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:14:09.774" starttime="20181202 16:14:09.773"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:14:09.774" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:14:09.774" starttime="20181202 16:14:09.774"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:14:09.775" starttime="20181202 16:14:09.775"></status>
</kw>
<msg timestamp="20181202 16:14:09.776" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:14:09.776" starttime="20181202 16:14:06.374"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:14:09.776" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:14:09.776" starttime="20181202 16:14:09.776"></status>
</kw>
<status status="FAIL" endtime="20181202 16:14:09.777" starttime="20181202 16:14:06.353"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:14:39.795" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:14:39.837" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:14:43.047" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:14:43.047" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:14:43.047" starttime="20181202 16:14:39.795"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:14:43.049" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:14:43.049" starttime="20181202 16:14:43.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:14:43.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:14:43.049" starttime="20181202 16:14:43.049"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:14:43.050" starttime="20181202 16:14:43.050"></status>
</kw>
<msg timestamp="20181202 16:14:43.051" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:14:43.051" starttime="20181202 16:14:39.794"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:14:43.051" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:14:43.052" starttime="20181202 16:14:43.051"></status>
</kw>
<status status="FAIL" endtime="20181202 16:14:43.052" starttime="20181202 16:14:39.777"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:15:13.072" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:15:13.113" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:15:16.588" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:15:16.589" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:15:16.589" starttime="20181202 16:15:13.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:15:16.590" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:15:16.590" starttime="20181202 16:15:16.589"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:15:16.591" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:15:16.591" starttime="20181202 16:15:16.590"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:15:16.591" starttime="20181202 16:15:16.591"></status>
</kw>
<msg timestamp="20181202 16:15:16.592" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:15:16.592" starttime="20181202 16:15:13.071"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:15:16.592" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:15:16.593" starttime="20181202 16:15:16.592"></status>
</kw>
<status status="FAIL" endtime="20181202 16:15:16.593" starttime="20181202 16:15:13.053"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:15:46.609" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:15:46.654" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:15:49.846" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:15:49.846" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:15:49.846" starttime="20181202 16:15:46.609"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:15:49.847" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:15:49.847" starttime="20181202 16:15:49.847"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:15:49.848" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:15:49.848" starttime="20181202 16:15:49.848"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:15:49.849" starttime="20181202 16:15:49.848"></status>
</kw>
<msg timestamp="20181202 16:15:49.849" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:15:49.849" starttime="20181202 16:15:46.608"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:15:49.850" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:15:49.850" starttime="20181202 16:15:49.849"></status>
</kw>
<status status="FAIL" endtime="20181202 16:15:49.850" starttime="20181202 16:15:46.594"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:16:19.869" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:16:19.901" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:16:23.335" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:16:23.336" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:16:23.336" starttime="20181202 16:16:19.868"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:16:23.338" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:16:23.338" starttime="20181202 16:16:23.337"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:16:23.339" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:16:23.340" starttime="20181202 16:16:23.339"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:16:23.341" starttime="20181202 16:16:23.340"></status>
</kw>
<msg timestamp="20181202 16:16:23.342" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:16:23.342" starttime="20181202 16:16:19.867"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:16:23.343" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:16:23.344" starttime="20181202 16:16:23.343"></status>
</kw>
<status status="FAIL" endtime="20181202 16:16:23.344" starttime="20181202 16:16:19.851"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:16:53.356" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:16:53.398" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:16:56.553" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:16:56.554" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:16:56.554" starttime="20181202 16:16:53.356"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:16:56.556" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:16:56.556" starttime="20181202 16:16:56.555"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:16:56.558" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:16:56.558" starttime="20181202 16:16:56.557"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:16:56.560" starttime="20181202 16:16:56.558"></status>
</kw>
<msg timestamp="20181202 16:16:56.560" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:16:56.560" starttime="20181202 16:16:53.355"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:16:56.562" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:16:56.562" starttime="20181202 16:16:56.561"></status>
</kw>
<status status="FAIL" endtime="20181202 16:16:56.563" starttime="20181202 16:16:53.345"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:17:26.579" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:17:26.609" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:17:29.729" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:17:29.730" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:17:29.730" starttime="20181202 16:17:26.578"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:17:29.730" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:17:29.731" starttime="20181202 16:17:29.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:17:29.731" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:17:29.731" starttime="20181202 16:17:29.731"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:17:29.732" starttime="20181202 16:17:29.731"></status>
</kw>
<msg timestamp="20181202 16:17:29.732" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:17:29.732" starttime="20181202 16:17:26.578"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:17:29.733" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:17:29.733" starttime="20181202 16:17:29.733"></status>
</kw>
<status status="FAIL" endtime="20181202 16:17:29.733" starttime="20181202 16:17:26.564"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:17:59.753" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:17:59.788" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:18:02.850" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:18:02.850" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:18:02.850" starttime="20181202 16:17:59.753"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:18:02.851" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:18:02.851" starttime="20181202 16:18:02.851"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:18:02.852" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:18:02.852" starttime="20181202 16:18:02.852"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:18:02.853" starttime="20181202 16:18:02.852"></status>
</kw>
<msg timestamp="20181202 16:18:02.853" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:18:02.853" starttime="20181202 16:17:59.752"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:18:02.854" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:18:02.854" starttime="20181202 16:18:02.853"></status>
</kw>
<status status="FAIL" endtime="20181202 16:18:02.854" starttime="20181202 16:17:59.734"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:18:32.879" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:18:32.922" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:18:35.875" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:18:35.876" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:18:35.876" starttime="20181202 16:18:32.878"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:18:35.877" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:18:35.877" starttime="20181202 16:18:35.876"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:18:35.877" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:18:35.877" starttime="20181202 16:18:35.877"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:18:35.878" starttime="20181202 16:18:35.877"></status>
</kw>
<msg timestamp="20181202 16:18:35.878" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:18:35.878" starttime="20181202 16:18:32.877"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:18:35.879" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:18:35.879" starttime="20181202 16:18:35.878"></status>
</kw>
<status status="FAIL" endtime="20181202 16:18:35.879" starttime="20181202 16:18:32.855"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:05.898" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:19:05.938" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:09.002" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:09.002" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:09.002" starttime="20181202 16:19:05.897"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:09.003" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:19:09.003" starttime="20181202 16:19:09.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:09.004" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:09.004" starttime="20181202 16:19:09.004"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:09.005" starttime="20181202 16:19:09.004"></status>
</kw>
<msg timestamp="20181202 16:19:09.005" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:19:09.005" starttime="20181202 16:19:05.896"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:19:09.006" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:19:09.006" starttime="20181202 16:19:09.005"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:09.006" starttime="20181202 16:19:05.880"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:39.026" level="INFO">Starting process:
openstack server show l3_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:19:39.057" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:42.327" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:42.328" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:42.328" starttime="20181202 16:19:39.025"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:42.329" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:19:42.329" starttime="20181202 16:19:42.328"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:42.330" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:42.330" starttime="20181202 16:19:42.329"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:42.331" starttime="20181202 16:19:42.330"></status>
</kw>
<msg timestamp="20181202 16:19:42.331" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:19:42.331" starttime="20181202 16:19:39.024"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:19:42.332" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:19:42.332" starttime="20181202 16:19:42.332"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.333" starttime="20181202 16:19:39.007"></status>
</kw>
<msg timestamp="20181202 16:19:42.333" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:19:42.333" starttime="20181202 16:09:40.815"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.333" starttime="20181202 16:09:40.814"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.333" starttime="20181202 16:09:40.814"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.334" starttime="20181202 16:09:40.814"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.334" starttime="20181202 16:09:40.813"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:42.334" starttime="20181202 16:07:14.108"></status>
</kw>
<test id="s1-s2-t1" name="Ping Vm Instance1 In net_2 From net_1 (vxlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.336" critical="yes" starttime="20181202 16:19:42.334">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t2" name="Ping Vm Instance2 In net_2 From net_1 (vxlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.338" critical="yes" starttime="20181202 16:19:42.337">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t3" name="Ping Vm Instance3 In net_2 From net_1 (vxlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.339" critical="yes" starttime="20181202 16:19:42.338">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t4" name="Ping Vm Instance1 In net_1 From net_2 (vlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.340" critical="yes" starttime="20181202 16:19:42.339">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t5" name="Ping Vm Instance2 In net_1 From net_2 (vlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.340" critical="yes" starttime="20181202 16:19:42.340">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t6" name="Ping Vm Instance3 In net_1 From net_2 (vlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.341" critical="yes" starttime="20181202 16:19:42.341">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t7" name="Ping Vm Instance1 In net_3 From net_2 (vxlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.342" critical="yes" starttime="20181202 16:19:42.342">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t8" name="Ping Vm Instance2 In net_3 From net_2 (vxlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.343" critical="yes" starttime="20181202 16:19:42.343">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t9" name="Ping Vm Instance3 In net_3 From net_2 (vxlan to vxlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<status status="FAIL" endtime="20181202 16:19:42.344" critical="yes" starttime="20181202 16:19:42.344">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t10" name="Connectivity Tests From Vm Instance1 In net_1">
<doc>Login to the VM instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:19:42.345" critical="yes" starttime="20181202 16:19:42.344">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t11" name="Connectivity Tests From Vm Instance2 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:19:42.346" critical="yes" starttime="20181202 16:19:42.345">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t12" name="Connectivity Tests From Vm Instance3 In net_1">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:19:42.347" critical="yes" starttime="20181202 16:19:42.346">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t13" name="Connectivity Tests From Vm Instance1 In net_2">
<doc>Login to the vm instance and test operations</doc>
<status status="FAIL" endtime="20181202 16:19:42.347" critical="yes" starttime="20181202 16:19:42.347">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t14" name="Connectivity Tests From Vm Instance2 In net_2">
<doc>Logging to the vm instance using generated key pair.</doc>
<status status="FAIL" endtime="20181202 16:19:42.348" critical="yes" starttime="20181202 16:19:42.348">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t15" name="Connectivity Tests From Vm Instance3 In net_2">
<doc>Logging to the vm instance using generated key pair.</doc>
<status status="FAIL" endtime="20181202 16:19:42.349" critical="yes" starttime="20181202 16:19:42.349">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t16" name="Delete Vm Instances In net_1">
<doc>Delete Vm instances using instance names in net_1.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.350" critical="yes" starttime="20181202 16:19:42.349">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t17" name="Delete Vm Instances In net_2">
<doc>Delete Vm instances using instance names in net_2.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.351" critical="yes" starttime="20181202 16:19:42.350">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t18" name="Delete Vm Instances In net_3">
<doc>Delete Vm instances using instance names in net_3.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.352" critical="yes" starttime="20181202 16:19:42.351">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t19" name="Create Vm Instances For net_4">
<doc>Create VM instances using flavor and image names for a network.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.353" critical="yes" starttime="20181202 16:19:42.352">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t20" name="Create Vm Instances For net_5">
<doc>Create VM instances using flavor and image names for a network.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.353" critical="yes" starttime="20181202 16:19:42.353">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t21" name="Create Router2">
<doc>Create Router</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.354" critical="yes" starttime="20181202 16:19:42.354">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t22" name="Add net_4 Interfaces To Router2">
<doc>Add Interfaces</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.355" critical="yes" starttime="20181202 16:19:42.355">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t23" name="Check Vm Instances on net_4 and net_5 Have Ip Address">
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.356" critical="yes" starttime="20181202 16:19:42.355">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t24" name="Add net_5 Interfaces To Router2">
<doc>Add Interfaces</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.357" critical="yes" starttime="20181202 16:19:42.356">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t25" name="Ping Vm Instance5 In net_5 From net_4 (vlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.359" critical="yes" starttime="20181202 16:19:42.357">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t26" name="Ping Vm Instance5 In net_4 From net_5 (vlan to vlan)">
<doc>Check reachability of vm instances by pinging to them after creating routers.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.360" critical="yes" starttime="20181202 16:19:42.359">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s2-t27" name="Connectivity Tests From Vm Instance4 In net_5">
<doc>Check reachability of vm instance on a different network with one vlan vm in source and destination.</doc>
<tags>
<tag>NON_GATE</tag>
</tags>
<status status="FAIL" endtime="20181202 16:19:42.361" critical="yes" starttime="20181202 16:19:42.360">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:19:42.365" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:19:42.365" starttime="20181202 16:19:42.364"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:42.367" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:19:42.976" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:19:42.976" starttime="20181202 16:19:42.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:19:42.977" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 468
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 164
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1206
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 780
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 35
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.709126
distributed-data-store.config.commit.rate_Max      = 78.001312
distributed-data-store.config.commit.rate_Mean     = 10.8654882914
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 640
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.143949
distributed-data-store.operational.commit.rate_Max      = 21.715771
distributed-data-store.operational.commit.rate_Mean     = 0.675373220996
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 2015
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:19:42.978" starttime="20181202 16:19:42.977"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:42.978" starttime="20181202 16:19:42.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:42.978" starttime="20181202 16:19:42.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:42.978" starttime="20181202 16:19:42.364"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:19:42.981" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:42.981" starttime="20181202 16:19:42.980"></status>
</kw>
<msg timestamp="20181202 16:19:42.981" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:42.981" starttime="20181202 16:19:42.980"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:19:42.982" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:42.982" starttime="20181202 16:19:42.982"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:42.984" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:19:43.261" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:19:43.261" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:19:43.261" starttime="20181202 16:19:42.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.262" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:19:43.262" starttime="20181202 16:19:43.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.263" starttime="20181202 16:19:43.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.263" starttime="20181202 16:19:42.979"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.263" starttime="20181202 16:19:42.978"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:19:43.266" level="INFO">${tmpdir} = CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:43.266" starttime="20181202 16:19:43.266"></status>
</kw>
<msg timestamp="20181202 16:19:43.266" level="INFO">${dstdir} = /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:43.266" starttime="20181202 16:19:43.265"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:19:43.267" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L3</msg>
<status status="PASS" endtime="20181202 16:19:43.267" starttime="20181202 16:19:43.266"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.269" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L3 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:19:43.557" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:19:43.557" level="INFO">${output} = 2018-12-02 16:19:43,492 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:19:43,499 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:19:43.557" starttime="20181202 16:19:43.267"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.560" level="INFO">rc: 1, output: 2018-12-02 16:19:43,492 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:19:43,499 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:19:43,508 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:19:43,530 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:c4fee035-aa6b-4397-b3cd-a54e7030192c
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:19:43.560" starttime="20181202 16:19:43.559"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:19:43.562" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:19:43.562" starttime="20181202 16:19:43.561"></status>
</kw>
<status status="FAIL" endtime="20181202 16:19:43.563" starttime="20181202 16:19:43.264"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.563" starttime="20181202 16:19:43.263"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.564" starttime="20181202 16:19:42.363"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.569" starttime="20181202 16:19:43.568"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.572" starttime="20181202 16:19:43.571"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.573" starttime="20181202 16:19:43.572"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.581" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:43.581" starttime="20181202 16:19:43.573"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.611" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.612" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:19:43.612" starttime="20181202 16:19:43.582"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.612" starttime="20181202 16:19:43.569"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.614" starttime="20181202 16:19:43.614"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.615" starttime="20181202 16:19:43.615"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.619" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:43.620" starttime="20181202 16:19:43.616"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.657" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.658" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:19:43.658" starttime="20181202 16:19:43.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.658" starttime="20181202 16:19:43.613"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.660" starttime="20181202 16:19:43.659"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.661" starttime="20181202 16:19:43.660"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.663" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:19:43.663" starttime="20181202 16:19:43.661"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.674" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.674" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:19:43.674" starttime="20181202 16:19:43.664"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.675" starttime="20181202 16:19:43.658"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.677" starttime="20181202 16:19:43.676"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.677" starttime="20181202 16:19:43.677"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.681" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:19:43.681" starttime="20181202 16:19:43.678"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.686" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.687" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:19:43.687" starttime="20181202 16:19:43.681"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.687" starttime="20181202 16:19:43.675"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.689" starttime="20181202 16:19:43.688"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.690" starttime="20181202 16:19:43.689"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.692" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:19:43.693" starttime="20181202 16:19:43.690"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.705" level="INFO">qdhcp-b9094cbd-7196-427b-8491-af99f5094c68
qdhcp-0ac50362-ecf6-43d3-83f0-2506932710e1
qdhcp-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0
qdhcp-c4fee035-aa6b-4397-b3cd-a54e7030192c
qdhcp-a76eb94a-8366-4d07-9a79-408bb2f4121c
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.706" level="INFO">${output} = qdhcp-b9094cbd-7196-427b-8491-af99f5094c68
qdhcp-0ac50362-ecf6-43d3-83f0-2506932710e1
qdhcp-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0
qdhcp-c4fee035-aa6b-4397-b3cd-a54e7030192c
qdhcp-a76eb94a-8366-4d07...</msg>
<status status="PASS" endtime="20181202 16:19:43.706" starttime="20181202 16:19:43.693"></status>
</kw>
<msg timestamp="20181202 16:19:43.706" level="INFO">${nslist} = qdhcp-b9094cbd-7196-427b-8491-af99f5094c68
qdhcp-0ac50362-ecf6-43d3-83f0-2506932710e1
qdhcp-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0
qdhcp-c4fee035-aa6b-4397-b3cd-a54e7030192c
qdhcp-a76eb94a-8366-4d07...</msg>
<status status="PASS" endtime="20181202 16:19:43.706" starttime="20181202 16:19:43.687"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:19:43.708" level="INFO">5 lines returned</msg>
<msg timestamp="20181202 16:19:43.708" level="INFO">@{lines} = [ qdhcp-b9094cbd-7196-427b-8491-af99f5094c68 | qdhcp-0ac50362-ecf6-43d3-83f0-2506932710e1 | qdhcp-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0 | qdhcp-c4fee035-aa6b-4397-b3cd-a54e7030192c | qdhcp-a76eb94a-836...</msg>
<status status="PASS" endtime="20181202 16:19:43.708" starttime="20181202 16:19:43.707"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-b9094cbd-7196-427b-8491-af99f5094c68">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.711" starttime="20181202 16:19:43.710"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.712" starttime="20181202 16:19:43.711"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.717" level="INFO">sudo ip netns exec qdhcp-b9094cbd-7196-42 7b-8491-af99f5094c68 ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:43.718" starttime="20181202 16:19:43.712"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.752" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
68: tap61505a77-d1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:0e:d1:07 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.752" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
68: tap61505a77-d1: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:19:43.752" starttime="20181202 16:19:43.718"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.752" starttime="20181202 16:19:43.709"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.753" starttime="20181202 16:19:43.753"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.754" starttime="20181202 16:19:43.754"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.757" level="INFO">sudo ip netns exec qdhcp-b9094cbd-7196-42 7b-8491-af99f5094c68 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:43.757" starttime="20181202 16:19:43.754"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.785" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
68: tap61505a77-d1    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap61505a77-d1\       valid_lft forever preferred_lft forever
68: tap61505a77-d1    inet 35.0.0.2/24 brd 35.0.0.255 scope global tap61505a77-d1\       valid_lft forever preferred_lft forever
68: tap61505a77-d1    inet6 fe80::f816:3eff:fe0e:d107/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.785" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
68: tap61505a77-d1    inet 16...</msg>
<status status="PASS" endtime="20181202 16:19:43.785" starttime="20181202 16:19:43.758"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.786" starttime="20181202 16:19:43.752"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.787" starttime="20181202 16:19:43.787"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.787" starttime="20181202 16:19:43.787"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.790" level="INFO">sudo ip netns exec qdhcp-b9094cbd-7196-42 7b-8491-af99f5094c68 ip route</msg>
<status status="PASS" endtime="20181202 16:19:43.790" starttime="20181202 16:19:43.788"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.810" level="INFO">default via 35.0.0.1 dev tap61505a77-d1 
35.0.0.0/24 dev tap61505a77-d1 proto kernel scope link src 35.0.0.2 
169.254.0.0/16 dev tap61505a77-d1 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.811" level="INFO">${output} = default via 35.0.0.1 dev tap61505a77-d1 
35.0.0.0/24 dev tap61505a77-d1 proto kernel scope link src 35.0.0.2 
169.254.0.0/16 dev tap61505a77-d1 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:19:43.811" starttime="20181202 16:19:43.790"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.811" starttime="20181202 16:19:43.786"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.811" starttime="20181202 16:19:43.709"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-0ac50362-ecf6-43d3-83f0-2506932710e1">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.812" starttime="20181202 16:19:43.812"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.813" starttime="20181202 16:19:43.813"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.815" level="INFO">sudo ip netns exec qdhcp-0ac50362-ecf6-43 d3-83f0-2506932710e1 ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:43.815" starttime="20181202 16:19:43.813"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.833" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
67: tap1438d2cd-1c: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:f4:28:58 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.833" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
67: tap1438d2cd-1c: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:19:43.834" starttime="20181202 16:19:43.816"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.834" starttime="20181202 16:19:43.811"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.835" starttime="20181202 16:19:43.835"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.835" starttime="20181202 16:19:43.835"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.838" level="INFO">sudo ip netns exec qdhcp-0ac50362-ecf6-43 d3-83f0-2506932710e1 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:43.838" starttime="20181202 16:19:43.836"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.864" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
67: tap1438d2cd-1c    inet 34.0.0.2/24 brd 34.0.0.255 scope global tap1438d2cd-1c\       valid_lft forever preferred_lft forever
67: tap1438d2cd-1c    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1438d2cd-1c\       valid_lft forever preferred_lft forever
67: tap1438d2cd-1c    inet6 fe80::f816:3eff:fef4:2858/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.865" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
67: tap1438d2cd-1c    inet 34...</msg>
<status status="PASS" endtime="20181202 16:19:43.865" starttime="20181202 16:19:43.838"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.865" starttime="20181202 16:19:43.834"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.866" starttime="20181202 16:19:43.866"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.867" starttime="20181202 16:19:43.866"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.869" level="INFO">sudo ip netns exec qdhcp-0ac50362-ecf6-43 d3-83f0-2506932710e1 ip route</msg>
<status status="PASS" endtime="20181202 16:19:43.869" starttime="20181202 16:19:43.867"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.892" level="INFO">default via 34.0.0.1 dev tap1438d2cd-1c 
34.0.0.0/24 dev tap1438d2cd-1c proto kernel scope link src 34.0.0.2 
169.254.0.0/16 dev tap1438d2cd-1c proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.892" level="INFO">${output} = default via 34.0.0.1 dev tap1438d2cd-1c 
34.0.0.0/24 dev tap1438d2cd-1c proto kernel scope link src 34.0.0.2 
169.254.0.0/16 dev tap1438d2cd-1c proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:19:43.892" starttime="20181202 16:19:43.869"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.893" starttime="20181202 16:19:43.865"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.893" starttime="20181202 16:19:43.811"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.894" starttime="20181202 16:19:43.894"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.894" starttime="20181202 16:19:43.894"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.897" level="INFO">sudo ip netns exec qdhcp-9ddfdc39-685a-4b cc-9383-e81c1c8db1a0 ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:43.897" starttime="20181202 16:19:43.895"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.914" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
66: tap8b39b8d4-45: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:e0:cb:7c brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.914" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
66: tap8b39b8d4-45: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:19:43.914" starttime="20181202 16:19:43.897"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.914" starttime="20181202 16:19:43.893"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.916" starttime="20181202 16:19:43.915"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.916" starttime="20181202 16:19:43.916"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.918" level="INFO">sudo ip netns exec qdhcp-9ddfdc39-685a-4b cc-9383-e81c1c8db1a0 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:43.918" starttime="20181202 16:19:43.916"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.934" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
66: tap8b39b8d4-45    inet 33.0.0.2/24 brd 33.0.0.255 scope global tap8b39b8d4-45\       valid_lft forever preferred_lft forever
66: tap8b39b8d4-45    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap8b39b8d4-45\       valid_lft forever preferred_lft forever
66: tap8b39b8d4-45    inet6 fe80::f816:3eff:fee0:cb7c/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.935" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
66: tap8b39b8d4-45    inet 33...</msg>
<status status="PASS" endtime="20181202 16:19:43.935" starttime="20181202 16:19:43.918"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.935" starttime="20181202 16:19:43.915"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.936" starttime="20181202 16:19:43.936"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.937" starttime="20181202 16:19:43.937"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.939" level="INFO">sudo ip netns exec qdhcp-9ddfdc39-685a-4b cc-9383-e81c1c8db1a0 ip route</msg>
<status status="PASS" endtime="20181202 16:19:43.939" starttime="20181202 16:19:43.937"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.957" level="INFO">default via 33.0.0.1 dev tap8b39b8d4-45 
33.0.0.0/24 dev tap8b39b8d4-45 proto kernel scope link src 33.0.0.2 
169.254.0.0/16 dev tap8b39b8d4-45 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.958" level="INFO">${output} = default via 33.0.0.1 dev tap8b39b8d4-45 
33.0.0.0/24 dev tap8b39b8d4-45 proto kernel scope link src 33.0.0.2 
169.254.0.0/16 dev tap8b39b8d4-45 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:19:43.958" starttime="20181202 16:19:43.939"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.958" starttime="20181202 16:19:43.935"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.958" starttime="20181202 16:19:43.893"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-c4fee035-aa6b-4397-b3cd-a54e7030192c">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.960" starttime="20181202 16:19:43.959"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.960" starttime="20181202 16:19:43.960"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.963" level="INFO">sudo ip netns exec qdhcp-c4fee035-aa6b-43 97-b3cd-a54e7030192c ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:43.963" starttime="20181202 16:19:43.960"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:43.983" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
65: tapaf91e1f9-38: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:92:c0:5d brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:43.983" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
65: tapaf91e1f9-38: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:19:43.984" starttime="20181202 16:19:43.963"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:43.984" starttime="20181202 16:19:43.958"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:43.985" starttime="20181202 16:19:43.985"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:43.985" starttime="20181202 16:19:43.985"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:43.988" level="INFO">sudo ip netns exec qdhcp-c4fee035-aa6b-43 97-b3cd-a54e7030192c ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:43.988" starttime="20181202 16:19:43.986"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.006" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
65: tapaf91e1f9-38    inet 32.0.0.2/24 brd 32.0.0.255 scope global tapaf91e1f9-38\       valid_lft forever preferred_lft forever
65: tapaf91e1f9-38    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapaf91e1f9-38\       valid_lft forever preferred_lft forever
65: tapaf91e1f9-38    inet6 fe80::f816:3eff:fe92:c05d/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.006" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
65: tapaf91e1f9-38    inet 32...</msg>
<status status="PASS" endtime="20181202 16:19:44.006" starttime="20181202 16:19:43.988"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.006" starttime="20181202 16:19:43.984"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.007" starttime="20181202 16:19:44.007"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.008" starttime="20181202 16:19:44.008"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.010" level="INFO">sudo ip netns exec qdhcp-c4fee035-aa6b-43 97-b3cd-a54e7030192c ip route</msg>
<status status="PASS" endtime="20181202 16:19:44.010" starttime="20181202 16:19:44.008"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.034" level="INFO">default via 32.0.0.1 dev tapaf91e1f9-38 
32.0.0.0/24 dev tapaf91e1f9-38 proto kernel scope link src 32.0.0.2 
169.254.0.0/16 dev tapaf91e1f9-38 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.034" level="INFO">${output} = default via 32.0.0.1 dev tapaf91e1f9-38 
32.0.0.0/24 dev tapaf91e1f9-38 proto kernel scope link src 32.0.0.2 
169.254.0.0/16 dev tapaf91e1f9-38 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:19:44.034" starttime="20181202 16:19:44.010"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.034" starttime="20181202 16:19:44.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.034" starttime="20181202 16:19:43.958"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-a76eb94a-8366-4d07-9a79-408bb2f4121c">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.035" starttime="20181202 16:19:44.035"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.035" starttime="20181202 16:19:44.035"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.037" level="INFO">sudo ip netns exec qdhcp-a76eb94a-8366-4d 07-9a79-408bb2f4121c ip -o link</msg>
<status status="PASS" endtime="20181202 16:19:44.038" starttime="20181202 16:19:44.035"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.059" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
64: tapbc7f5352-06: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:14:f5:d3 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.059" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
64: tapbc7f5352-06: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:19:44.059" starttime="20181202 16:19:44.038"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.059" starttime="20181202 16:19:44.034"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.060" starttime="20181202 16:19:44.060"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.061" starttime="20181202 16:19:44.061"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.063" level="INFO">sudo ip netns exec qdhcp-a76eb94a-8366-4d 07-9a79-408bb2f4121c ip -o addr</msg>
<status status="PASS" endtime="20181202 16:19:44.063" starttime="20181202 16:19:44.061"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.083" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
64: tapbc7f5352-06    inet 31.0.0.2/24 brd 31.0.0.255 scope global tapbc7f5352-06\       valid_lft forever preferred_lft forever
64: tapbc7f5352-06    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapbc7f5352-06\       valid_lft forever preferred_lft forever
64: tapbc7f5352-06    inet6 fe80::f816:3eff:fe14:f5d3/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.083" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
64: tapbc7f5352-06    inet 31...</msg>
<status status="PASS" endtime="20181202 16:19:44.083" starttime="20181202 16:19:44.063"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.083" starttime="20181202 16:19:44.059"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.084" starttime="20181202 16:19:44.084"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.085" starttime="20181202 16:19:44.085"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.087" level="INFO">sudo ip netns exec qdhcp-a76eb94a-8366-4d 07-9a79-408bb2f4121c ip route</msg>
<status status="PASS" endtime="20181202 16:19:44.087" starttime="20181202 16:19:44.085"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.105" level="INFO">default via 31.0.0.1 dev tapbc7f5352-06 
31.0.0.0/24 dev tapbc7f5352-06 proto kernel scope link src 31.0.0.2 
169.254.0.0/16 dev tapbc7f5352-06 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.106" level="INFO">${output} = default via 31.0.0.1 dev tapbc7f5352-06 
31.0.0.0/24 dev tapbc7f5352-06 proto kernel scope link src 31.0.0.2 
169.254.0.0/16 dev tapbc7f5352-06 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:19:44.106" starttime="20181202 16:19:44.087"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.106" starttime="20181202 16:19:44.084"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.106" starttime="20181202 16:19:44.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.106" starttime="20181202 16:19:43.708"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.107" starttime="20181202 16:19:44.107"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.108" starttime="20181202 16:19:44.108"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.109" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:19:44.109" starttime="20181202 16:19:44.108"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.134" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap8b39b8d4-45"
            tag: 4095
            Interface "tap8b39b8d4-45"
                type: internal
        Port "tap61505a77-d1"
            tag: 4095
            Interface "tap61505a77-d1"
                type: internal
        Port "tapaf91e1f9-38"
            tag: 4095
            Interface "tapaf91e1f9-38"
                type: internal
        Port "tap1438d2cd-1c"
            tag: 4095
            Interface "tap1438d2cd-1c"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
        Port "tapbc7f5352-06"
            tag: 4095
            Interface "tapbc7f5352-06"
                type: internal
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.134" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:19:44.134" starttime="20181202 16:19:44.109"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.134" starttime="20181202 16:19:44.107"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.136" starttime="20181202 16:19:44.135"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.136" starttime="20181202 16:19:44.136"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.138" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:19:44.138" starttime="20181202 16:19:44.136"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.156" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 23
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 23
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.156" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 23
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:19:44.156" starttime="20181202 16:19:44.138"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.156" starttime="20181202 16:19:44.135"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.157" starttime="20181202 16:19:44.157"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.158" starttime="20181202 16:19:44.158"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.160" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:19:44.160" starttime="20181202 16:19:44.158"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.182" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 6(tapbc7f5352-06): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 7(tapaf91e1f9-38): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 8(tap8b39b8d4-45): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 9(tap1438d2cd-1c): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 10(tap61505a77-d1): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.182" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:19:44.182" starttime="20181202 16:19:44.160"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.182" starttime="20181202 16:19:44.157"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.184" starttime="20181202 16:19:44.183"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.184" starttime="20181202 16:19:44.184"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.186" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:19:44.186" starttime="20181202 16:19:44.184"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.715" level="INFO">cookie=0x8000000, duration=1503.154s, table=0, n_packets=1502, n_bytes=81108, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=696.431s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tapbc7f5352-06",vlan_tci=0x0000/0x1fff actions=write_metadata:0x90000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=696.390s, table=0, n_packets=0, n_bytes=0, priority=10,in_port="br-ex-patch",dl_vlan=1131 actions=pop_vlan,write_metadata:0xa0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=691.272s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tapaf91e1f9-38",vlan_tci=0x0000/0x1fff actions=write_metadata:0xb0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=686.035s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap8b39b8d4-45",vlan_tci=0x0000/0x1fff actions=write_metadata:0xc0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=681s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1438d2cd-1c",vlan_tci=0x0000/0x1fff actions=write_metadata:0xd0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=680.945s, table=0, n_packets=0, n_bytes=0, priority=10,in_port="br-ex-patch",dl_vlan=1132 actions=pop_vlan,write_metadata:0xe0000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=675.688s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap61505a77-d1",vlan_tci=0x0000/0x1fff actions=write_metadata:0xf0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=675.632s, table=0, n_packets=0, n_bytes=0, priority=10,in_port="br-ex-patch",dl_vlan=1133 actions=pop_vlan,write_metadata:0x100000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1503.136s, table=17, n_packets=1502, n_bytes=81108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=695.771s, table=17, n_packets=3, n_bytes=270, priority=10,metadata=0x90000000000/0xffffff0000000000 actions=load:0x9-&gt;NXM_NX_REG1[0..19],load:0x138d-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00009138d000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=695.460s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0xa0000000000/0xffffff0000000000 actions=load:0xa-&gt;NXM_NX_REG1[0..19],load:0x138d-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000a138d000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=690.278s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0xb0000000000/0xffffff0000000000 actions=load:0xb-&gt;NXM_NX_REG1[0..19],load:0x138e-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000b138e000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=685.087s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0xc0000000000/0xffffff0000000000 actions=load:0xc-&gt;NXM_NX_REG1[0..19],load:0x138f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000c138f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=680.347s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0xd0000000000/0xffffff0000000000 actions=load:0xd-&gt;NXM_NX_REG1[0..19],load:0x1390-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000d1390000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=680.021s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0xe0000000000/0xffffff0000000000 actions=load:0xe-&gt;NXM_NX_REG1[0..19],load:0x1390-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000e1390000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=675.045s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0xf0000000000/0xffffff0000000000 actions=load:0xf-&gt;NXM_NX_REG1[0..19],load:0x1391-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0000f1391000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=674.717s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x100000000000/0xffffff0000000000 actions=load:0x10-&gt;NXM_NX_REG1[0..19],load:0x1391-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000101391000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1795.233s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1795.219s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1795.214s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1795.196s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1795.224s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1634.126s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1634.126s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1795.196s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1795.196s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1795.036s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x900138e, duration=690.297s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x52 actions=write_metadata:0x138e000000/0xfffffffff000000,goto_table:51
 cookie=0x900138f, duration=685.112s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x29 actions=write_metadata:0x138f000000/0xfffffffff000000,goto_table:51
 cookie=0x905138e, duration=691.244s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x52 actions=write_metadata:0x138e000000/0xfffffffff000000,goto_table:51
 cookie=0x905138f, duration=686.035s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x29 actions=write_metadata:0x138f000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=1794.648s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1794.640s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1795.036s, table=43, n_packets=1628, n_bytes=88668, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1795.240s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1795.165s, table=48, n_packets=1629, n_bytes=88710, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=6.488s, table=49, n_packets=5, n_bytes=270, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x805138d, duration=695.779s, table=50, n_packets=3, n_bytes=270, priority=20,metadata=0x9138d000000/0xfffffffff000000,dl_src=fa:16:3e:14:f5:d3 actions=goto_table:51
 cookie=0x805138e, duration=690.278s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0xb138e000000/0xfffffffff000000,dl_src=fa:16:3e:92:c0:5d actions=goto_table:51
 cookie=0x805138f, duration=685.097s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0xc138f000000/0xfffffffff000000,dl_src=fa:16:3e:e0:cb:7c actions=goto_table:51
 cookie=0x8051390, duration=680.347s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0xd1390000000/0xfffffffff000000,dl_src=fa:16:3e:f4:28:58 actions=goto_table:51
 cookie=0x8051391, duration=675.034s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0xf1391000000/0xfffffffff000000,dl_src=fa:16:3e:0e:d1:07 actions=goto_table:51
 cookie=0x8050001, duration=1795.036s, table=50, n_packets=1365, n_bytes=73710, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1795.165s, table=50, n_packets=139, n_bytes=7530, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1636.183s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803138d, duration=695.777s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138d000000/0xffff000000,dl_dst=fa:16:3e:14:f5:d3 actions=load:0x900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803138e, duration=690.278s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138e000000/0xffff000000,dl_dst=fa:16:3e:92:c0:5d actions=load:0xb00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803138f, duration=685.096s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138f000000/0xffff000000,dl_dst=fa:16:3e:e0:cb:7c actions=load:0xc00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031390, duration=680.347s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1390000000/0xffff000000,dl_dst=fa:16:3e:f4:28:58 actions=load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031391, duration=675.033s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1391000000/0xffff000000,dl_dst=fa:16:3e:0e:d1:07 actions=load:0xf00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1795.036s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1795.036s, table=51, n_packets=1629, n_bytes=88710, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1636.538s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1636.528s, table=52, n_packets=1608, n_bytes=86820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=695.785s, table=52, n_packets=3, n_bytes=270, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=695.782s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x870138e, duration=690.278s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138e000001/0xffff000001 actions=write_actions(group:210011)
 cookie=0x870138e, duration=690.278s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x138e000000/0xffff000001 actions=write_actions(group:210012)
 cookie=0x870138f, duration=685.109s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x138f000000/0xffff000001 actions=write_actions(group:210014)
 cookie=0x870138f, duration=685.106s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138f000001/0xffff000001 actions=write_actions(group:210013)
 cookie=0x8701390, duration=680.347s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=680.347s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701391, duration=675.039s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1391000001/0xffff000001 actions=write_actions(group:210017)
 cookie=0x8701391, duration=675.034s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1391000000/0xffff000001 actions=write_actions(group:210018)
 cookie=0x8800001, duration=1636.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x8800009, duration=695.771s, table=55, n_packets=3, n_bytes=270, priority=10,tun_id=0x9,metadata=0x90000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=695.469s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000b, duration=690.278s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0xb,metadata=0xb0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000c, duration=685.093s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0xc,metadata=0xc0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000d, duration=680.344s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0xd,metadata=0xd0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=680.015s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000f, duration=675.031s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0xf,metadata=0xf0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800010, duration=674.718s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x10,metadata=0x100000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1636.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800009, duration=695.773s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x9 actions=load:0x900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=695.475s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000b, duration=690.278s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xb actions=load:0xb00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000c, duration=685.087s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xc actions=load:0xc00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000d, duration=680.347s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xd actions=load:0xd00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=680.017s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000f, duration=675.026s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xf actions=load:0xf00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800010, duration=674.717s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x10 actions=load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1795.233s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1795.196s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1795.036s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1795.228s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1794.978s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1794.978s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1794.978s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1794.972s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1794.953s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1794.953s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1794.953s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1794.953s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1794.976s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1794.972s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1794.972s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1503.125s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=696.349s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0xa00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=680.925s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0xe00,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=675.615s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x1000,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1503.125s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=696.368s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x900 actions=output:"tapbc7f5352-06"
 cookie=0x8000007, duration=696.353s, table=220, n_packets=3, n_bytes=270, priority=9,reg6=0xa00 actions=push_vlan:0x8100,set_field:5227-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=691.205s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xb00 actions=output:"tapaf91e1f9-38"
 cookie=0x8000007, duration=686.035s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xc00 actions=output:"tap8b39b8d4-45"
 cookie=0x8000007, duration=680.969s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xd00 actions=output:"tap1438d2cd-1c"
 cookie=0x8000007, duration=680.926s, table=220, n_packets=2, n_bytes=180, priority=9,reg6=0xe00 actions=push_vlan:0x8100,set_field:5228-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x8000007, duration=675.633s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0xf00 actions=output:"tap61505a77-d1"
 cookie=0x8000007, duration=675.615s, table=220, n_packets=2, n_bytes=180, priority=9,reg6=0x1000 actions=push_vlan:0x8100,set_field:5229-&gt;vlan_vid,output:"br-ex-patch"
 cookie=0x6900000, duration=1794.953s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1794.953s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1794.953s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1794.953s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1794.953s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1794.953s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1794.953s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1794.978s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1794.976s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1794.978s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1794.978s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1794.978s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1794.978s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1794.978s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1794.953s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1794.953s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1794.953s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.716" level="INFO">${output} =  cookie=0x8000000, duration=1503.154s, table=0, n_packets=1502, n_bytes=81108, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tabl...</msg>
<status status="PASS" endtime="20181202 16:19:44.716" starttime="20181202 16:19:44.186"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.716" starttime="20181202 16:19:44.182"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.717" starttime="20181202 16:19:44.717"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.717" starttime="20181202 16:19:44.717"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.720" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:19:44.720" starttime="20181202 16:19:44.718"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.738" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210017,type=all,bucket=actions=set_field:0xf-&gt;tun_id,resubmit(,55)
 group_id=210018,type=all,bucket=actions=group:210017,bucket=actions=load:0x1000-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210013,type=all,bucket=actions=set_field:0xc-&gt;tun_id,resubmit(,55)
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210014,type=all,bucket=actions=group:210013
 group_id=210015,type=all,bucket=actions=set_field:0xd-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all,bucket=actions=set_field:0x9-&gt;tun_id,resubmit(,55)
 group_id=210012,type=all,bucket=actions=group:210011
 group_id=210011,type=all,bucket=actions=set_field:0xb-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.738" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210010,type=all,bucket=actions=group...</msg>
<status status="PASS" endtime="20181202 16:19:44.738" starttime="20181202 16:19:44.720"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.739" starttime="20181202 16:19:44.716"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:44.740" starttime="20181202 16:19:44.740"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:19:44.741" starttime="20181202 16:19:44.740"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.743" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:19:44.743" starttime="20181202 16:19:44.741"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:44.773" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210004,duration=1637.437s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=210010,duration=696.693s,ref_count=1,packet_count=3,byte_count=270,bucket0:packet_count=3,byte_count=270,bucket1:packet_count=3,byte_count=270
 group_id=210016,duration=681.242s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=210017,duration=676.243s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210018,duration=675.949s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180,bucket1:packet_count=2,byte_count=180
 group_id=210013,duration=686.598s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=1795.516s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210014,duration=686.305s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210015,duration=681.547s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=1637.756s,ref_count=1,packet_count=1609,byte_count=86874
 group_id=210009,duration=696.984s,ref_count=1,packet_count=3,byte_count=270,bucket0:packet_count=3,byte_count=270
 group_id=210012,duration=691.506s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210011,duration=691.799s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:19:44.773" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210004,duration=1637.437s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=210...</msg>
<status status="PASS" endtime="20181202 16:19:44.773" starttime="20181202 16:19:44.743"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.773" starttime="20181202 16:19:44.739"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.773" starttime="20181202 16:19:43.567"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.773" starttime="20181202 16:19:43.566"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.773" starttime="20181202 16:19:43.566"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.774" starttime="20181202 16:19:43.565"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:19:44.783" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6221887d0&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:19:44.783" starttime="20181202 16:19:44.782"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.790" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.790" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.790" starttime="20181202 16:19:44.783"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.791" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.791" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.791" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.791" starttime="20181202 16:19:44.790"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.791" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.791" starttime="20181202 16:19:44.791"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.791" starttime="20181202 16:19:44.783"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.795" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.796" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.796" starttime="20181202 16:19:44.792"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.796" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","physical-network-name":"datacentre","segmentation-id":1131,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5005,"mac-timeout":300},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","segmentation-id":41,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5007,"mac-timeout":300},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68","physical-network-name":"datacentre","segmentation-id":1133,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5009,"mac-timeout":300},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","segmentation-id":82,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5006,"mac-timeout":300},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","physical-network-name":"datacentre","segmentation-id":1132,"segment-type":"elan:segment-type-vlan","external":false,"elan-tag":5008,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:19:44.796" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.796" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:19:44.797" starttime="20181202 16:19:44.796"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.797" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "elan-tag": 5005,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1131
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "elan-tag": 5007,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 41
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                "elan-tag": 5009,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1133
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "elan-tag": 5006,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 82
            },
            {
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "elan-tag": 5008,
                "external": false,
                "mac-timeout": 300,
                "physical-network-name": "datacentre",
                "segment-type": "elan:segment-type-vlan",
                "segmentation-id": 1132
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.797" starttime="20181202 16:19:44.797"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.797" starttime="20181202 16:19:44.791"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.800" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.800" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.800" starttime="20181202 16:19:44.797"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.801" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","static-mac-entries":[{"mac-address":"fa:16:3e:e0:cb:7c","ip-prefix":"33.0.0.2"}]},{"name":"61505a77-d107-412e-81ab-1a823d3de66a","elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68","static-mac-entries":[{"mac-address":"fa:16:3e:0e:d1:07","ip-prefix":"35.0.0.2"}]},{"name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","static-mac-entries":[{"mac-address":"fa:16:3e:14:f5:d3","ip-prefix":"31.0.0.2"}]},{"name":"83659136235614:br-ex-patch:1131","elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c"},{"name":"af91e1f9-3850-46e1-987a-3342396a639a","elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","static-mac-entries":[{"mac-address":"fa:16:3e:92:c0:5d","ip-prefix":"32.0.0.2"}]},{"name":"83659136235614:br-ex-patch:1132","elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1"},{"name":"83659136235614:br-ex-patch:1133","elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","static-mac-entries":[{"mac-address":"fa:16:3e:f4:28:58","ip-prefix":"34.0.0.2"}]}]}} </msg>
<msg timestamp="20181202 16:19:44.801" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.801" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "name": "8b39b8d4-4555-4aca-bc6d-e377...</msg>
<status status="PASS" endtime="20181202 16:19:44.801" starttime="20181202 16:19:44.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.801" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "static-mac-entries": [
                    {
                        "ip-prefix": "33.0.0.2",
                        "mac-address": "fa:16:3e:e0:cb:7c"
                    }
                ]
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                "name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "static-mac-entries": [
                    {
                        "ip-prefix": "35.0.0.2",
                        "mac-address": "fa:16:3e:0e:d1:07"
                    }
                ]
            },
            {
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "static-mac-entries": [
                    {
                        "ip-prefix": "31.0.0.2",
                        "mac-address": "fa:16:3e:14:f5:d3"
                    }
                ]
            },
            {
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "name": "83659136235614:br-ex-patch:1131"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "static-mac-entries": [
                    {
                        "ip-prefix": "32.0.0.2",
                        "mac-address": "fa:16:3e:92:c0:5d"
                    }
                ]
            },
            {
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "name": "83659136235614:br-ex-patch:1132"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                "name": "83659136235614:br-ex-patch:1133"
            },
            {
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "34.0.0.2",
                        "mac-address": "fa:16:3e:f4:28:58"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.802" starttime="20181202 16:19:44.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.802" starttime="20181202 16:19:44.797"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.805" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.805" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.805" starttime="20181202 16:19:44.802"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.808" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543766908}],"id-entries":[{"id-key":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","id-value":[12]},{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","id-value":[13]},{"id-key":"61505a77-d107-412e-81ab-1a823d3de66a","id-value":[15]},{"id-key":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","id-value":[9]},{"id-key":"83659136235614:br-ex-patch:1131","id-value":[10]},{"id-key":"83659136235614:br-ex-patch:1132","id-value":[14]},{"id-key":"af91e1f9-3850-46e1-987a-3342396a639a","id-value":[11]},{"id-key":"83659136235614:br-ex-patch:1133","id-value":[16]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543766792}],"id-entries":[{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225001,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004}],"available-id-count":3,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5009,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543766904}],"id-entries":[{"id-key":"a76eb94a-8366-4d07-9a79-408bb2f4121c","id-value":[5005]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"b9094cbd-7196-427b-8491-af99f5094c68","id-value":[5009]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","id-value":[5007]},{"id-key":"0ac50362-ecf6-43d3-83f0-2506932710e1","id-value":[5008]},{"id-key":"c4fee035-aa6b-4397-b3cd-a54e7030192c","id-value":[5006]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8}],"available-id-count":7,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":16,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":4,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543766909}],"id-entries":[{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:19:44.808" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.808" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:19:44.808" starttime="20181202 16:19:44.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.809" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543766908
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "61505a77-d107-412e-81ab-1a823d3de66a",
                        "id-value": [
                            15
                        ]
                    },
                    {
                        "id-key": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "83659136235614:br-ex-patch:1131",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "83659136235614:br-ex-patch:1132",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "af91e1f9-3850-46e1-987a-3342396a639a",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "83659136235614:br-ex-patch:1133",
                        "id-value": [
                            16
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543766792
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225001,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5009,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 3,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543766904
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "id-value": [
                            5005
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "b9094cbd-7196-427b-8491-af99f5094c68",
                        "id-value": [
                            5009
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                        "id-value": [
                            5007
                        ]
                    },
                    {
                        "id-key": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "id-value": [
                            5008
                        ]
                    },
                    {
                        "id-key": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                        "id-value": [
                            5006
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 16,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 7,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 4,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543766909
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.809" starttime="20181202 16:19:44.808"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.809" starttime="20181202 16:19:44.802"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.812" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.812" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.812" starttime="20181202 16:19:44.809"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.813" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{"ace":[{"rule-name":"0dd13fff-11e9-44ef-b514-2d22acfa932c","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"85c87b5d-4ddb-4a0a-8224-eaf14107d5d4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"d1d5031e-47c5-4265-8b81-4aefb267777e","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"efe38693-0e80-420d-ab72-80dc51faa92a","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"4afd2088-2c58-4151-a470-8063e2a300d9","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"985e0c23-6533-4b84-b644-748fe3a2eff2","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"014df649-5b4f-49fe-8f84-a675b2fff058","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"feffc18d-b2a2-460a-8fd0-459249e278c7","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:19:44.814" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.814" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181202 16:19:44.814" starttime="20181202 16:19:44.812"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.814" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "0dd13fff-11e9-44ef-b514-2d22acfa932c"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "85c87b5d-4ddb-4a0a-8224-eaf14107d5d4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "d1d5031e-47c5-4265-8b81-4aefb267777e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "efe38693-0e80-420d-ab72-80dc51faa92a"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "4afd2088-2c58-4151-a470-8063e2a300d9"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "985e0c23-6533-4b84-b644-748fe3a2eff2"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "014df649-5b4f-49fe-8f84-a675b2fff058"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "feffc18d-b2a2-460a-8fd0-459249e278c7"
                        }
                    ]
                },
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.814" starttime="20181202 16:19:44.814"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.814" starttime="20181202 16:19:44.809"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.818" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.818" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.818" starttime="20181202 16:19:44.815"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.819" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapbc7f5352-06"},{"name":"af91e1f9-3850-46e1-987a-3342396a639a","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapaf91e1f9-38"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1438d2cd-1c"},{"name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap8b39b8d4-45"},{"name":"61505a77-d107-412e-81ab-1a823d3de66a","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap61505a77-d1"},{"name":"83659136235614:br-ex-patch:1133","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1133,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"83659136235614:br-ex-patch:1132","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1132,"odl-interface:l2vlan-mode":"trunk-member"},{"name":"83659136235614:br-ex-patch:1131","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch:trunk","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:vlan-id":1131,"odl-interface:l2vlan-mode":"trunk-member"}]}} </msg>
<msg timestamp="20181202 16:19:44.819" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.819" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "odl-interface:l2vlan-mode":...</msg>
<status status="PASS" endtime="20181202 16:19:44.819" starttime="20181202 16:19:44.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.820" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapbc7f5352-06",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapaf91e1f9-38",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1438d2cd-1c",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap8b39b8d4-45",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap61505a77-d1",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:1133",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1133,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:1132",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1132,
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:1131",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk-member",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch:trunk",
                "odl-interface:vlan-id": 1131,
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.820" starttime="20181202 16:19:44.819"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.820" starttime="20181202 16:19:44.814"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.824" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.825" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.825" starttime="20181202 16:19:44.820"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.828" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.83659136235614:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83969966080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5005,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":10,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0ac50362-ecf6-43d3-83f0-2506932710e1.83659136235614:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84020297728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":14,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.b9094cbd-7196-427b-8491-af99f5094c68.83659136235614:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84037074944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5009,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":16,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:1132","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:1131","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:1133","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":0,"push-vlan-action":{"ethernet-type":33024}}]}}]}]},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.9ddfdc39-685a-4bcc-9383-e81c1c8db1a0.8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84003520512,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5007,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":12,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83969966080,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5005,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":9,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.c4fee035-aa6b-4397-b3cd-a54e7030192c.af91e1f9-3850-46e1-987a-3342396a639a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83986743296,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5006,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":11,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.61505a77-d107-412e-81ab-1a823d3de66a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]}]},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]}]},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.af91e1f9-3850-46e1-987a-3342396a639a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.b9094cbd-7196-427b-8491-af99f5094c68.61505a77-d107-412e-81ab-1a823d3de66a","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84037074944,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5009,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":15,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.0ac50362-ecf6-43d3-83f0-2506932710e1.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84020297728,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":13,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]}]}} </msg>
<msg timestamp="20181202 16:19:44.828" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.829" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                       ...</msg>
<status status="PASS" endtime="20181202 16:19:44.829" starttime="20181202 16:19:44.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.829" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83969966080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5005
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 10
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.83659136235614:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84020297728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5008
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 14
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.0ac50362-ecf6-43d3-83f0-2506932710e1.83659136235614:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84037074944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5009
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 16
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.b9094cbd-7196-427b-8491-af99f5094c68.83659136235614:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1132,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:1132",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1131,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:1131",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "8"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 2,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "vlan-match": {
                                                    "vlan-id": {
                                                        "vlan-id": 1133,
                                                        "vlan-id-present": true
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 0,
                                            "push-vlan-action": {
                                                "ethernet-type": 33024
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:1133",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84003520512,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5007
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 12
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.9ddfdc39-685a-4bcc-9383-e81c1c8db1a0.8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83969966080,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5005
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 9
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83986743296,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5006
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 11
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.c4fee035-aa6b-4397-b3cd-a54e7030192c.af91e1f9-3850-46e1-987a-3342396a639a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "10"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.61505a77-d107-412e-81ab-1a823d3de66a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "9"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "6"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "7"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.af91e1f9-3850-46e1-987a-3342396a639a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84037074944,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5009
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 15
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.b9094cbd-7196-427b-8491-af99f5094c68.61505a77-d107-412e-81ab-1a823d3de66a",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84020297728,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5008
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 13
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.0ac50362-ecf6-43d3-83f0-2506932710e1.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.830" starttime="20181202 16:19:44.829"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.830" starttime="20181202 16:19:44.820"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.833" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.833" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.833" starttime="20181202 16:19:44.830"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.833" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"zone-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:19:44.833" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.834" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:19:44.834" starttime="20181202 16:19:44.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.834" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
                            },
                            {
                                "zone-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.834" starttime="20181202 16:19:44.834"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.834" starttime="20181202 16:19:44.830"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.837" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.838" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.838" starttime="20181202 16:19:44.834"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.838" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.838" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.838" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.838" starttime="20181202 16:19:44.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.839" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.839" starttime="20181202 16:19:44.839"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.839" starttime="20181202 16:19:44.834"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.842" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.842" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.842" starttime="20181202 16:19:44.839"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.842" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.842" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.842" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.843" starttime="20181202 16:19:44.842"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.843" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.843" starttime="20181202 16:19:44.843"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.843" starttime="20181202 16:19:44.839"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.846" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.846" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.846" starttime="20181202 16:19:44.843"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.847" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.847" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.847" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.847" starttime="20181202 16:19:44.846"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.847" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.847" starttime="20181202 16:19:44.847"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.847" starttime="20181202 16:19:44.843"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.850" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.850" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.850" starttime="20181202 16:19:44.848"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.850" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:19:44.851" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.851" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:19:44.851" starttime="20181202 16:19:44.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.851" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.851" starttime="20181202 16:19:44.851"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.851" starttime="20181202 16:19:44.847"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.854" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.854" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.854" starttime="20181202 16:19:44.851"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.854" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:19:44.854" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.854" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.854" starttime="20181202 16:19:44.854"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.855" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.855" starttime="20181202 16:19:44.855"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.855" starttime="20181202 16:19:44.851"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.857" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.857" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.857" starttime="20181202 16:19:44.855"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.858" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:19:44.858" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.858" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.858" starttime="20181202 16:19:44.858"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.859" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.859" starttime="20181202 16:19:44.858"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.859" starttime="20181202 16:19:44.855"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.862" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.862" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.862" starttime="20181202 16:19:44.859"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.863" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:19:44.863" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.863" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:19:44.863" starttime="20181202 16:19:44.862"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.863" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:19:44.863" starttime="20181202 16:19:44.863"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.864" starttime="20181202 16:19:44.859"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.869" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.869" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.869" starttime="20181202 16:19:44.864"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.871" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"a76eb94a-8366-4d07-9a79-408bb2f4121c","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"1131","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_1"},{"uuid":"c4fee035-aa6b-4397-b3cd-a54e7030192c","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"82","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_2"},{"uuid":"0ac50362-ecf6-43d3-83f0-2506932710e1","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"1132","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_4"},{"uuid":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"41","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_3"},{"uuid":"b9094cbd-7196-427b-8491-af99f5094c68","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"1133","neutron-provider-ext:physical-network":"datacentre","neutron-provider-ext:network-type":"neutron-networks:network-type-vlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_net_5"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"8c01151f-e277-44dc-a66c-65d754b18d4f","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"l3_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"4afd2088-2c58-4151-a470-8063e2a300d9","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"85c87b5d-4ddb-4a0a-8224-eaf14107d5d4","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f"},{"uuid":"985e0c23-6533-4b84-b644-748fe3a2eff2","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"014df649-5b4f-49fe-8f84-a675b2fff058","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"feffc18d-b2a2-460a-8fd0-459249e278c7","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"efe38693-0e80-420d-ab72-80dc51faa92a","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"d1d5031e-47c5-4265-8b81-4aefb267777e","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"0dd13fff-11e9-44ef-b514-2d22acfa932c","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"8c01151f-e277-44dc-a66c-65d754b18d4f"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","gateway-ip":"34.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"34.0.0.2","end":"34.0.0.254"}],"cidr":"34.0.0.0/24","network-id":"0ac50362-ecf6-43d3-83f0-2506932710e1","name":"l3_sub_4"},{"uuid":"cd841c39-a99e-4b66-91de-acf67fe7d868","gateway-ip":"33.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"33.0.0.2","end":"33.0.0.254"}],"cidr":"33.0.0.0/24","network-id":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","name":"l3_sub_3"},{"uuid":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","gateway-ip":"31.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"31.0.0.2","end":"31.0.0.254"}],"cidr":"31.0.0.0/24","network-id":"a76eb94a-8366-4d07-9a79-408bb2f4121c","name":"l3_sub_1"},{"uuid":"d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","gateway-ip":"35.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"35.0.0.2","end":"35.0.0.254"}],"cidr":"35.0.0.0/24","network-id":"b9094cbd-7196-427b-8491-af99f5094c68","name":"l3_sub_5"},{"uuid":"c87ccc47-7688-47e1-95b4-cf0157cb6fd0","gateway-ip":"32.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"32.0.0.2","end":"32.0.0.254"}],"cidr":"32.0.0.0/24","network-id":"c4fee035-aa6b-4397-b3cd-a54e7030192c","name":"l3_sub_2"}]},"ports":{"port":[{"uuid":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","fixed-ips":[{"subnet-id":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","ip-address":"31.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a76eb94a-8366-4d07-9a79-408bb2f4121c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:14:f5:d3","admin-state-up":true,"network-id":"a76eb94a-8366-4d07-9a79-408bb2f4121c","name":""},{"uuid":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","fixed-ips":[{"subnet-id":"cd841c39-a99e-4b66-91de-acf67fe7d868","ip-address":"33.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:e0:cb:7c","admin-state-up":true,"network-id":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","name":""},{"uuid":"61505a77-d107-412e-81ab-1a823d3de66a","fixed-ips":[{"subnet-id":"d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","ip-address":"35.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b9094cbd-7196-427b-8491-af99f5094c68","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:0e:d1:07","admin-state-up":true,"network-id":"b9094cbd-7196-427b-8491-af99f5094c68","name":""},{"uuid":"af91e1f9-3850-46e1-987a-3342396a639a","fixed-ips":[{"subnet-id":"c87ccc47-7688-47e1-95b4-cf0157cb6fd0","ip-address":"32.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c4fee035-aa6b-4397-b3cd-a54e7030192c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:92:c0:5d","admin-state-up":true,"network-id":"c4fee035-aa6b-4397-b3cd-a54e7030192c","name":""},{"uuid":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","fixed-ips":[{"subnet-id":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","ip-address":"34.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ac50362-ecf6-43d3-83f0-2506932710e1","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:f4:28:58","admin-state-up":true,"network-id":"0ac50362-ecf6-43d3-83f0-2506932710e1","name":""}]}}} </msg>
<msg timestamp="20181202 16:19:44.871" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.871" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:19:44.871" starttime="20181202 16:19:44.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.872" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1131",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "82",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_4",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1132",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "0ac50362-ecf6-43d3-83f0-2506932710e1"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_3",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "41",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_net_5",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vlan",
                    "neutron-provider-ext:physical-network": "datacentre",
                    "neutron-provider-ext:segmentation-id": "1133",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b9094cbd-7196-427b-8491-af99f5094c68"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a76eb94a-8366-4d07-9a79-408bb2f4121c",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "31.0.0.2",
                            "subnet-id": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942"
                        }
                    ],
                    "mac-address": "fa:16:3e:14:f5:d3",
                    "name": "",
                    "network-id": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "33.0.0.2",
                            "subnet-id": "cd841c39-a99e-4b66-91de-acf67fe7d868"
                        }
                    ],
                    "mac-address": "fa:16:3e:e0:cb:7c",
                    "name": "",
                    "network-id": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b9094cbd-7196-427b-8491-af99f5094c68",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "35.0.0.2",
                            "subnet-id": "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd"
                        }
                    ],
                    "mac-address": "fa:16:3e:0e:d1:07",
                    "name": "",
                    "network-id": "b9094cbd-7196-427b-8491-af99f5094c68",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "61505a77-d107-412e-81ab-1a823d3de66a"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c4fee035-aa6b-4397-b3cd-a54e7030192c",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "32.0.0.2",
                            "subnet-id": "c87ccc47-7688-47e1-95b4-cf0157cb6fd0"
                        }
                    ],
                    "mac-address": "fa:16:3e:92:c0:5d",
                    "name": "",
                    "network-id": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "af91e1f9-3850-46e1-987a-3342396a639a"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0ac50362-ecf6-43d3-83f0-2506932710e1",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "34.0.0.2",
                            "subnet-id": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374"
                        }
                    ],
                    "mac-address": "fa:16:3e:f4:28:58",
                    "name": "",
                    "network-id": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "l3_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "8c01151f-e277-44dc-a66c-65d754b18d4f"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4afd2088-2c58-4151-a470-8063e2a300d9"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "85c87b5d-4ddb-4a0a-8224-eaf14107d5d4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "985e0c23-6533-4b84-b644-748fe3a2eff2"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "014df649-5b4f-49fe-8f84-a675b2fff058"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "feffc18d-b2a2-460a-8fd0-459249e278c7"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "efe38693-0e80-420d-ab72-80dc51faa92a"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d1d5031e-47c5-4265-8b81-4aefb267777e"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "0dd13fff-11e9-44ef-b514-2d22acfa932c"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "34.0.0.254",
                            "start": "34.0.0.2"
                        }
                    ],
                    "cidr": "34.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "34.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_4",
                    "network-id": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "33.0.0.254",
                            "start": "33.0.0.2"
                        }
                    ],
                    "cidr": "33.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "33.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_3",
                    "network-id": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cd841c39-a99e-4b66-91de-acf67fe7d868"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "31.0.0.254",
                            "start": "31.0.0.2"
                        }
                    ],
                    "cidr": "31.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "31.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_1",
                    "network-id": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "35.0.0.254",
                            "start": "35.0.0.2"
                        }
                    ],
                    "cidr": "35.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "35.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_5",
                    "network-id": "b9094cbd-7196-427b-8491-af99f5094c68",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "32.0.0.254",
                            "start": "32.0.0.2"
                        }
                    ],
                    "cidr": "32.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "32.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_sub_2",
                    "network-id": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c87ccc47-7688-47e1-95b4-cf0157cb6fd0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.872" starttime="20181202 16:19:44.871"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.872" starttime="20181202 16:19:44.864"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.874" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.874" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.875" starttime="20181202 16:19:44.872"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.875" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"0ac50362-ecf6-43d3-83f0-2506932710e1","subnet-id-list":["a0ce4a3a-ebcf-4be8-ae33-9760b4abb374"]},{"network-id":"a76eb94a-8366-4d07-9a79-408bb2f4121c","subnet-id-list":["b9d1bb55-9d38-43fc-8435-bfa3e3c06942"]},{"network-id":"c4fee035-aa6b-4397-b3cd-a54e7030192c","subnet-id-list":["c87ccc47-7688-47e1-95b4-cf0157cb6fd0"]},{"network-id":"b9094cbd-7196-427b-8491-af99f5094c68","subnet-id-list":["d6e017fe-ef7e-41a2-b4b0-45b5f62009bd"]},{"network-id":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","subnet-id-list":["cd841c39-a99e-4b66-91de-acf67fe7d868"]}]}} </msg>
<msg timestamp="20181202 16:19:44.875" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.875" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "subnet-id-list": [
                    "a0ce4a3a-ebc...</msg>
<status status="PASS" endtime="20181202 16:19:44.875" starttime="20181202 16:19:44.875"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.876" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "subnet-id-list": [
                    "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374"
                ]
            },
            {
                "network-id": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "subnet-id-list": [
                    "b9d1bb55-9d38-43fc-8435-bfa3e3c06942"
                ]
            },
            {
                "network-id": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "subnet-id-list": [
                    "c87ccc47-7688-47e1-95b4-cf0157cb6fd0"
                ]
            },
            {
                "network-id": "b9094cbd-7196-427b-8491-af99f5094c68",
                "subnet-id-list": [
                    "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd"
                ]
            },
            {
                "network-id": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "subnet-id-list": [
                    "cd841c39-a99e-4b66-91de-acf67fe7d868"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.876" starttime="20181202 16:19:44.876"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.876" starttime="20181202 16:19:44.872"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.879" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.879" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.879" starttime="20181202 16:19:44.876"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.880" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.880" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.880" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.880" starttime="20181202 16:19:44.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.881" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.881" starttime="20181202 16:19:44.881"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.881" starttime="20181202 16:19:44.876"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.884" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.884" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.884" starttime="20181202 16:19:44.881"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.885" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.885" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.885" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.885" starttime="20181202 16:19:44.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.885" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.885" starttime="20181202 16:19:44.885"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.885" starttime="20181202 16:19:44.881"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.888" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.888" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.888" starttime="20181202 16:19:44.886"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.889" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"cd841c39-a99e-4b66-91de-acf67fe7d868","network-type":"VXLAN","port-list":["8b39b8d4-4555-4aca-bc6d-e377cb803f92"],"segmentation-id":41,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","subnet-ip":"33.0.0.0/24"},{"id":"d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","network-type":"VLAN","port-list":["61505a77-d107-412e-81ab-1a823d3de66a"],"segmentation-id":1133,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"b9094cbd-7196-427b-8491-af99f5094c68","subnet-ip":"35.0.0.0/24"},{"id":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","network-type":"VLAN","port-list":["1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"],"segmentation-id":1132,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"0ac50362-ecf6-43d3-83f0-2506932710e1","subnet-ip":"34.0.0.0/24"},{"id":"c87ccc47-7688-47e1-95b4-cf0157cb6fd0","network-type":"VXLAN","port-list":["af91e1f9-3850-46e1-987a-3342396a639a"],"segmentation-id":82,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"c4fee035-aa6b-4397-b3cd-a54e7030192c","subnet-ip":"32.0.0.0/24"},{"id":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","network-type":"VLAN","port-list":["bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"],"segmentation-id":1131,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"a76eb94a-8366-4d07-9a79-408bb2f4121c","subnet-ip":"31.0.0.0/24"}]}} </msg>
<msg timestamp="20181202 16:19:44.889" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.889" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "cd841c39-a99e-4b66-91de-acf67fe7d868",
                "network-id": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
         ...</msg>
<status status="PASS" endtime="20181202 16:19:44.889" starttime="20181202 16:19:44.889"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.890" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "cd841c39-a99e-4b66-91de-acf67fe7d868",
                "network-id": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "network-type": "VXLAN",
                "port-list": [
                    "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                ],
                "segmentation-id": 41,
                "subnet-ip": "33.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                "network-id": "b9094cbd-7196-427b-8491-af99f5094c68",
                "network-type": "VLAN",
                "port-list": [
                    "61505a77-d107-412e-81ab-1a823d3de66a"
                ],
                "segmentation-id": 1133,
                "subnet-ip": "35.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                "network-id": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "network-type": "VLAN",
                "port-list": [
                    "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
                ],
                "segmentation-id": 1132,
                "subnet-ip": "34.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "c87ccc47-7688-47e1-95b4-cf0157cb6fd0",
                "network-id": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "network-type": "VXLAN",
                "port-list": [
                    "af91e1f9-3850-46e1-987a-3342396a639a"
                ],
                "segmentation-id": 82,
                "subnet-ip": "32.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                "network-id": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "network-type": "VLAN",
                "port-list": [
                    "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
                ],
                "segmentation-id": 1131,
                "subnet-ip": "31.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.890" starttime="20181202 16:19:44.890"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.890" starttime="20181202 16:19:44.885"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.893" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.893" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.894" starttime="20181202 16:19:44.890"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.895" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:19:44.895" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.895" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.895" starttime="20181202 16:19:44.894"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.896" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.896" starttime="20181202 16:19:44.896"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.897" starttime="20181202 16:19:44.890"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.901" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.901" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.902" starttime="20181202 16:19:44.897"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.903" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:19:44.903" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.903" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.903" starttime="20181202 16:19:44.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.904" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.905" starttime="20181202 16:19:44.904"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.905" starttime="20181202 16:19:44.897"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.909" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.910" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.910" starttime="20181202 16:19:44.905"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.911" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tapaf91e1f9-38","interface-child-entry":[{"child-interface":"af91e1f9-3850-46e1-987a-3342396a639a"}]},{"parent-interface":"tap61505a77-d1","interface-child-entry":[{"child-interface":"61505a77-d107-412e-81ab-1a823d3de66a"}]},{"parent-interface":"tapbc7f5352-06","interface-child-entry":[{"child-interface":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"}]},{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap8b39b8d4-45","interface-child-entry":[{"child-interface":"8b39b8d4-4555-4aca-bc6d-e377cb803f92"}]},{"parent-interface":"tap1438d2cd-1c","interface-child-entry":[{"child-interface":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"}]},{"parent-interface":"83659136235614:br-ex-patch:trunk","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:1131"},{"child-interface":"83659136235614:br-ex-patch:1132"},{"child-interface":"83659136235614:br-ex-patch:1133"}]}]}} </msg>
<msg timestamp="20181202 16:19:44.912" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.912" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "af91e1f9-...</msg>
<status status="PASS" endtime="20181202 16:19:44.912" starttime="20181202 16:19:44.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.913" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "af91e1f9-3850-46e1-987a-3342396a639a"
                    }
                ],
                "parent-interface": "tapaf91e1f9-38"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "61505a77-d107-412e-81ab-1a823d3de66a"
                    }
                ],
                "parent-interface": "tap61505a77-d1"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
                    }
                ],
                "parent-interface": "tapbc7f5352-06"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                    }
                ],
                "parent-interface": "tap8b39b8d4-45"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
                    }
                ],
                "parent-interface": "tap1438d2cd-1c"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:1131"
                    },
                    {
                        "child-interface": "83659136235614:br-ex-patch:1132"
                    },
                    {
                        "child-interface": "83659136235614:br-ex-patch:1133"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.913" starttime="20181202 16:19:44.912"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.913" starttime="20181202 16:19:44.905"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.918" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.919" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.919" starttime="20181202 16:19:44.914"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.920" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.920" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.920" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.920" starttime="20181202 16:19:44.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.921" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.922" starttime="20181202 16:19:44.921"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.922" starttime="20181202 16:19:44.913"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.926" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.926" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.926" starttime="20181202 16:19:44.922"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.927" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:19:44.927" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.928" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:19:44.928" starttime="20181202 16:19:44.927"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.928" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.929" starttime="20181202 16:19:44.928"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.929" starttime="20181202 16:19:44.922"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.932" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.933" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.933" starttime="20181202 16:19:44.929"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.934" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:19:44.934" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.934" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:19:44.934" starttime="20181202 16:19:44.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.935" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.935" starttime="20181202 16:19:44.935"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.935" starttime="20181202 16:19:44.929"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.940" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.940" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.940" starttime="20181202 16:19:44.936"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.941" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.941" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.941" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.941" starttime="20181202 16:19:44.940"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.942" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.942" starttime="20181202 16:19:44.942"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.942" starttime="20181202 16:19:44.935"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.946" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.946" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.946" starttime="20181202 16:19:44.943"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.947" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:19:44.947" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.948" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.948" starttime="20181202 16:19:44.947"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.948" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.948" starttime="20181202 16:19:44.948"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.948" starttime="20181202 16:19:44.942"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.952" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.952" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.952" starttime="20181202 16:19:44.949"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.954" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:19:44.954" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.955" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.955" starttime="20181202 16:19:44.953"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.955" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:44.955" starttime="20181202 16:19:44.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.955" starttime="20181202 16:19:44.949"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.960" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.960" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.960" starttime="20181202 16:19:44.956"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.961" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.961" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.961" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.961" starttime="20181202 16:19:44.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.961" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.962" starttime="20181202 16:19:44.961"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.962" starttime="20181202 16:19:44.956"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.965" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.966" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.966" starttime="20181202 16:19:44.962"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.966" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.966" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.967" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.967" starttime="20181202 16:19:44.966"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.967" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.967" starttime="20181202 16:19:44.967"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.967" starttime="20181202 16:19:44.962"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.971" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.971" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.971" starttime="20181202 16:19:44.968"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.972" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.972" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.972" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.972" starttime="20181202 16:19:44.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.973" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.973" starttime="20181202 16:19:44.972"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.973" starttime="20181202 16:19:44.967"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.976" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.976" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.976" starttime="20181202 16:19:44.973"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.977" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.977" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.977" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.977" starttime="20181202 16:19:44.976"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.977" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.977" starttime="20181202 16:19:44.977"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.977" starttime="20181202 16:19:44.973"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.981" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.981" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.981" starttime="20181202 16:19:44.978"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:44.982" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:44.982" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:44.982" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:44.982" starttime="20181202 16:19:44.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:44.983" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:44.983" starttime="20181202 16:19:44.983"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:44.983" starttime="20181202 16:19:44.978"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:44.995" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:19:44.995" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:44.995" starttime="20181202 16:19:44.983"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.022" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:1131.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":2560}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1133.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":4096}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1131.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":2560}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1132.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":3584}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1132.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":3584}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:1133.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":4096}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"push-vlan-action":{"ethernet-type":33024}},{"order":1,"set-field":{"vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}}},{"order":2,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":3328}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"9"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.61505a77-d107-412e-81ab-1a823d3de66a.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":3840}}}]},"strict":true,"cookie":134217735,"flow-name":"default.61505a77-d107-412e-81ab-1a823d3de66a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"10"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.af91e1f9-3850-46e1-987a-3342396a639a.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":2816}}}]},"strict":true,"cookie":134217735,"flow-name":"default.af91e1f9-3850-46e1-987a-3342396a639a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"7"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.8b39b8d4-4555-4aca-bc6d-e377cb803f92.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":3072}}}]},"strict":true,"cookie":134217735,"flow-name":"default.8b39b8d4-4555-4aca-bc6d-e377cb803f92","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"8"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":2304}}}]},"strict":true,"cookie":134217735,"flow-name":"default.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"6"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3641","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":41}},"strict":false,"cookie":150999951,"flow-name":"ITM Flow Entry :5007","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84003520512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3682","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":82}},"strict":false,"cookie":150999950,"flow-name":"ITM Flow Entry :5006","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83986743296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385006","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":82}},"strict":false,"cookie":151327630,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83986743296,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385007","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":41}},"strict":false,"cookie":151327631,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84003520512,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525007true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84003520513,"metadata-mask":1099494850561}},"strict":false,"cookie":141562767,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210013}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525007false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84003520512,"metadata-mask":1099494850561}},"strict":false,"cookie":141562767,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210014}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525006true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83986743297,"metadata-mask":1099494850561}},"strict":false,"cookie":141562766,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210011}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525006false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83986743296,"metadata-mask":1099494850561}},"strict":false,"cookie":141562766,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210012}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074944,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210018}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050088365913623561413fa:16:3e:f4:28:58","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:f4:28:58"}},"metadata":{"metadata":14377671458816,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550416,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050098365913623561415fa:16:3e:0e:d1:07","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:0e:d1:07"}},"metadata":{"metadata":16576711491584,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550417,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050068365913623561411fa:16:3e:92:c0:5d","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:92:c0:5d"}},"metadata":{"metadata":12178614648832,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550414,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050078365913623561412fa:16:3e:e0:cb:7c","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:e0:cb:7c"}},"metadata":{"metadata":13278143053824,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550415,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"505005836591362356149fa:16:3e:14:f5:d3","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:14:f5:d3"}},"metadata":{"metadata":9979574616064,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550413,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150068365913623561411fa:16:3e:92:c0:5d","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:92:c0:5d"}},"metadata":{"metadata":83986743296,"metadata-mask":1099494850560}},"strict":true,"cookie":134419342,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2816,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150088365913623561413fa:16:3e:f4:28:58","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f4:28:58"}},"metadata":{"metadata":84020297728,"metadata-mask":1099494850560}},"strict":true,"cookie":134419344,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"515005836591362356149fa:16:3e:14:f5:d3","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:14:f5:d3"}},"metadata":{"metadata":83969966080,"metadata-mask":1099494850560}},"strict":true,"cookie":134419341,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150098365913623561415fa:16:3e:0e:d1:07","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:0e:d1:07"}},"metadata":{"metadata":84037074944,"metadata-mask":1099494850560}},"strict":true,"cookie":134419345,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3840,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150078365913623561412fa:16:3e:e0:cb:7c","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:cb:7c"}},"metadata":{"metadata":84003520512,"metadata-mask":1099494850560}},"strict":true,"cookie":134419343,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3072,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":13}},"strict":true,"cookie":142606349,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3328,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.16.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":17592186044416,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":16}},"strict":true,"cookie":142606352,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.15.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":15}},"strict":true,"cookie":142606351,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3840,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.11.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12094627905536,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":11}},"strict":true,"cookie":142606347,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.12.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":12}},"strict":true,"cookie":142606348,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3072,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.16.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":16}},"strict":true,"cookie":142606352,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4096,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.11.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":11}},"strict":true,"cookie":142606347,"flow-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2816,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.15.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":16492674416640,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":15}},"strict":true,"cookie":142606351,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.12.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":13194139533312,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":12}},"strict":true,"cookie":142606348,"flow-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.9.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":9}},"strict":true,"cookie":142606345,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2304,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.13.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14293651161088,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":13}},"strict":true,"cookie":142606349,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.9.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":9895604649984,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":9}},"strict":true,"cookie":142606345,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:6","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":9895604649984,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:af91e1f9-3850-46e1-987a-3342396a639a","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:7","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:af91e1f9-3850-46e1-987a-3342396a639a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":12094627905536,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:9","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":14293651161088,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:8b39b8d4-4555-4aca-bc6d-e377cb803f92","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:8","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:8b39b8d4-4555-4aca-bc6d-e377cb803f92","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":13194139533312,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:1131","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":1131,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":10995116277761,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:61505a77-d107-412e-81ab-1a823d3de66a","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:10","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:61505a77-d107-412e-81ab-1a823d3de66a","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":16492674416640,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:1133","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":1133,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":17592186044417,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:1132","priority":10,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":1132,"vlan-id-present":true}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"pop-vlan-action":{}}]}},{"order":1,"write-metadata":{"metadata":15393162788865,"metadata-mask":18446742974197923841}},{"order":2,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:1131.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.83659136235614:br-ex-patch:1131","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5005,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529226125154713600,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":9895604649984,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5005,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529225025643085824,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:1133.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":17592186044416,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.b9094cbd-7196-427b-8491-af99f5094c68.83659136235614:br-ex-patch:1133","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":16,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5009,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529232722291589120,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":14293651161088,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0ac50362-ecf6-43d3-83f0-2506932710e1.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":13,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529229423739928576,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:1132.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.0ac50362-ecf6-43d3-83f0-2506932710e1.83659136235614:br-ex-patch:1132","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":14,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529230523251556352,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.8b39b8d4-4555-4aca-bc6d-e377cb803f92.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":13194139533312,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9ddfdc39-685a-4bcc-9383-e81c1c8db1a0.8b39b8d4-4555-4aca-bc6d-e377cb803f92","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5007,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529228324211523584,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.af91e1f9-3850-46e1-987a-3342396a639a.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":12094627905536,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.c4fee035-aa6b-4397-b3cd-a54e7030192c.af91e1f9-3850-46e1-987a-3342396a639a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5006,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529227224683118592,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.61505a77-d107-412e-81ab-1a823d3de66a.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":16492674416640,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.b9094cbd-7196-427b-8491-af99f5094c68.61505a77-d107-412e-81ab-1a823d3de66a","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":15,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5009,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529231622779961344,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210014,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210013}}],"watch_port":4294967295}]},"group-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","group-type":"group-all"},{"group-id":210013,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":12}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":13}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210018,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210017}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":4096,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"b9094cbd-7196-427b-8491-af99f5094c68","group-type":"group-all"},{"group-id":210017,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":15}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"b9094cbd-7196-427b-8491-af99f5094c68","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":9}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210012,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210011}}],"watch_port":4294967295}]},"group-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","group-type":"group-all"},{"group-id":210011,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":11}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:19:45.023" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.025" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:19:45.025" starttime="20181202 16:19:44.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.027" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210013
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210014,
                        "group-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 12
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210013,
                        "group-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 13
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210017
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 4096
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210018,
                        "group-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 15
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210017,
                        "group-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 9
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210011
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210012,
                        "group-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 11
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210011,
                        "group-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1131,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2560
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1133.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 4096
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1131.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2560
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1132.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1132,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3584
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1132.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3584
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:1133.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "push-vlan-action": {
                                                            "ethernet-type": 33024
                                                        }
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "vlan-match": {
                                                                "vlan-id": {
                                                                    "vlan-id": 1133,
                                                                    "vlan-id-present": true
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "order": 2,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 4096
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "9"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3328
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.61505a77-d107-412e-81ab-1a823d3de66a",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.61505a77-d107-412e-81ab-1a823d3de66a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "10"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3840
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.af91e1f9-3850-46e1-987a-3342396a639a",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.af91e1f9-3850-46e1-987a-3342396a639a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "7"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2816
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.8b39b8d4-4555-4aca-bc6d-e377cb803f92.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "8"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 3072
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "6"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 2304
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999951,
                                "flow-name": "ITM Flow Entry :5007",
                                "hard-timeout": 0,
                                "id": "3641",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84003520512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 41
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999950,
                                "flow-name": "ITM Flow Entry :5006",
                                "hard-timeout": 0,
                                "id": "3682",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83986743296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 82
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327630,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "385006",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83986743296,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 82
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327631,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "385007",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84003520512,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 41
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562767,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "525007true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210013
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84003520513,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562767,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "525007false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210014
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84003520512,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562766,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "525006true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210011
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83986743297,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562766,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "525006false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210012
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83986743296,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210018
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074944,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550416,
                                "hard-timeout": 0,
                                "id": "5050088365913623561413fa:16:3e:f4:28:58",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:f4:28:58"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 14377671458816,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550417,
                                "hard-timeout": 0,
                                "id": "5050098365913623561415fa:16:3e:0e:d1:07",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:0e:d1:07"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 16576711491584,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550414,
                                "hard-timeout": 0,
                                "id": "5050068365913623561411fa:16:3e:92:c0:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:92:c0:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 12178614648832,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550415,
                                "hard-timeout": 0,
                                "id": "5050078365913623561412fa:16:3e:e0:cb:7c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:e0:cb:7c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 13278143053824,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550413,
                                "hard-timeout": 0,
                                "id": "505005836591362356149fa:16:3e:14:f5:d3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:14:f5:d3"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 9979574616064,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419342,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "5150068365913623561411fa:16:3e:92:c0:5d",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2816
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:92:c0:5d"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83986743296,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419344,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "5150088365913623561413fa:16:3e:f4:28:58",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3328
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f4:28:58"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419341,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "515005836591362356149fa:16:3e:14:f5:d3",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2304
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:14:f5:d3"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419345,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "5150098365913623561415fa:16:3e:0e:d1:07",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3840
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:0e:d1:07"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84037074944,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419343,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "5150078365913623561412fa:16:3e:e0:cb:7c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3072
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:e0:cb:7c"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84003520512,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606349,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.13.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3328
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 13
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606352,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "55.16.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 17592186044416,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 16
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606351,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "55.15.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3840
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 15
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606347,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "55.11.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12094627905536,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 11
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606348,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "55.12.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3072
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 12
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606352,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "55.16.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 4096
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 16
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606347,
                                "flow-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                                "hard-timeout": 0,
                                "id": "55.11.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2816
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 11
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606351,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "55.15.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 16492674416640,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 15
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606348,
                                "flow-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                                "hard-timeout": 0,
                                "id": "55.12.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 13194139533312,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 12
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606345,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.9.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2304
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 9
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606349,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.13.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14293651161088,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 13
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606345,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.9.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 9895604649984,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 9
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 9895604649984,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:6",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:af91e1f9-3850-46e1-987a-3342396a639a",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:af91e1f9-3850-46e1-987a-3342396a639a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 12094627905536,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:7",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 14293651161088,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:9",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 13194139533312,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:8",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:1131",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 10995116277761,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1131,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:61505a77-d107-412e-81ab-1a823d3de66a",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:61505a77-d107-412e-81ab-1a823d3de66a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 16492674416640,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:10",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:1133",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 17592186044417,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1133,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:1132",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "pop-vlan-action": {}
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 15393162788865,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 2
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 1132,
                                            "vlan-id-present": true
                                        }
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.83659136235614:br-ex-patch:1131",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:1131.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 10
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5005
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529226125154713600,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.a76eb94a-8366-4d07-9a79-408bb2f4121c.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.bc7f5352-06d5-4362-97c2-e9d6bae7e2cb.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 9
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5005
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529225025643085824,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 9895604649984,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.b9094cbd-7196-427b-8491-af99f5094c68.83659136235614:br-ex-patch:1133",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:1133.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 16
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5009
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529232722291589120,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 17592186044416,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0ac50362-ecf6-43d3-83f0-2506932710e1.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 13
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5008
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529229423739928576,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 14293651161088,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.0ac50362-ecf6-43d3-83f0-2506932710e1.83659136235614:br-ex-patch:1132",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:1132.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 14
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5008
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529230523251556352,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9ddfdc39-685a-4bcc-9383-e81c1c8db1a0.8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.8b39b8d4-4555-4aca-bc6d-e377cb803f92.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 12
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5007
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529228324211523584,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 13194139533312,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.c4fee035-aa6b-4397-b3cd-a54e7030192c.af91e1f9-3850-46e1-987a-3342396a639a",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.af91e1f9-3850-46e1-987a-3342396a639a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 11
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5006
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529227224683118592,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 12094627905536,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.b9094cbd-7196-427b-8491-af99f5094c68.61505a77-d107-412e-81ab-1a823d3de66a",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.61505a77-d107-412e-81ab-1a823d3de66a.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 15
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5009
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529231622779961344,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 16492674416640,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.031" starttime="20181202 16:19:45.025"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.031" starttime="20181202 16:19:44.983"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.034" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.034" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.034" starttime="20181202 16:19:45.031"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.035" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["af91e1f9-3850-46e1-987a-3342396a639a"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["61505a77-d107-412e-81ab-1a823d3de66a","83659136235614:br-ex-patch:1133"]}]},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131","bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["8b39b8d4-4555-4aca-bc6d-e377cb803f92"]}]},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:19:45.035" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.035" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:19:45.035" starttime="20181202 16:19:45.035"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.036" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "af91e1f9-3850-46e1-987a-3342396a639a"
                        ]
                    }
                ],
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "61505a77-d107-412e-81ab-1a823d3de66a",
                            "83659136235614:br-ex-patch:1133"
                        ]
                    }
                ],
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131",
                            "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                        ]
                    }
                ],
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.036" starttime="20181202 16:19:45.036"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.036" starttime="20181202 16:19:45.031"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.039" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.039" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.039" starttime="20181202 16:19:45.036"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.039" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","mac-entry":[{"mac-address":"fa:16:3e:92:c0:5d","interface":"af91e1f9-3850-46e1-987a-3342396a639a","ip-prefix":"32.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","mac-entry":[{"mac-address":"fa:16:3e:f4:28:58","interface":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","ip-prefix":"34.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","mac-entry":[{"mac-address":"fa:16:3e:e0:cb:7c","interface":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","ip-prefix":"33.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","mac-entry":[{"mac-address":"fa:16:3e:14:f5:d3","interface":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","ip-prefix":"31.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68","mac-entry":[{"mac-address":"fa:16:3e:0e:d1:07","interface":"61505a77-d107-412e-81ab-1a823d3de66a","ip-prefix":"35.0.0.2","isStaticAddress":true}]}]}} </msg>
<msg timestamp="20181202 16:19:45.040" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.040" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "mac-entry": [
                    ...</msg>
<status status="PASS" endtime="20181202 16:19:45.040" starttime="20181202 16:19:45.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.040" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c",
                "mac-entry": [
                    {
                        "interface": "af91e1f9-3850-46e1-987a-3342396a639a",
                        "ip-prefix": "32.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:92:c0:5d"
                    }
                ]
            },
            {
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                "mac-entry": [
                    {
                        "interface": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                        "ip-prefix": "34.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:f4:28:58"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0",
                "mac-entry": [
                    {
                        "interface": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                        "ip-prefix": "33.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:e0:cb:7c"
                    }
                ]
            },
            {
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                "mac-entry": [
                    {
                        "interface": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                        "ip-prefix": "31.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:14:f5:d3"
                    }
                ]
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                "mac-entry": [
                    {
                        "interface": "61505a77-d107-412e-81ab-1a823d3de66a",
                        "ip-prefix": "35.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:0e:d1:07"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.040" starttime="20181202 16:19:45.040"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.040" starttime="20181202 16:19:45.036"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.043" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.043" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.043" starttime="20181202 16:19:45.041"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.044" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.044" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.044" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.044" starttime="20181202 16:19:45.044"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.045" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.045" starttime="20181202 16:19:45.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.045" starttime="20181202 16:19:45.040"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.047" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.047" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.047" starttime="20181202 16:19:45.045"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.048" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","elan-interfaces":["bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","83659136235614:br-ex-patch:1131"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"0ac50362-ecf6-43d3-83f0-2506932710e1","elan-interfaces":["1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","83659136235614:br-ex-patch:1132"]},{"name":"c4fee035-aa6b-4397-b3cd-a54e7030192c","elan-interfaces":["af91e1f9-3850-46e1-987a-3342396a639a"]},{"name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0","elan-interfaces":["8b39b8d4-4555-4aca-bc6d-e377cb803f92"]},{"name":"b9094cbd-7196-427b-8491-af99f5094c68","elan-interfaces":["61505a77-d107-412e-81ab-1a823d3de66a","83659136235614:br-ex-patch:1133"]}]}} </msg>
<msg timestamp="20181202 16:19:45.048" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.048" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                    "83659136235614:br-ex-patch:1...</msg>
<status status="PASS" endtime="20181202 16:19:45.048" starttime="20181202 16:19:45.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.048" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                    "83659136235614:br-ex-patch:1131"
                ],
                "name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                    "83659136235614:br-ex-patch:1132"
                ],
                "name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-interfaces": [
                    "af91e1f9-3850-46e1-987a-3342396a639a"
                ],
                "name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-interfaces": [
                    "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                ],
                "name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-interfaces": [
                    "61505a77-d107-412e-81ab-1a823d3de66a",
                    "83659136235614:br-ex-patch:1133"
                ],
                "name": "b9094cbd-7196-427b-8491-af99f5094c68"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.049" starttime="20181202 16:19:45.048"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.049" starttime="20181202 16:19:45.045"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.052" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.052" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.052" starttime="20181202 16:19:45.049"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.053" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","lower-layer-if":["openflow:83659136235614:9"],"type":"iana-if-type:l2vlan","if-index":13,"statistics":{"discontinuity-time":"2018-12-02T16:08:23.169Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap61505a77-d1","lower-layer-if":["openflow:83659136235614:10"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:08:28.478Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"61505a77-d107-412e-81ab-1a823d3de66a","lower-layer-if":["openflow:83659136235614:10"],"type":"iana-if-type:l2vlan","if-index":15,"statistics":{"discontinuity-time":"2018-12-02T16:08:28.493Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapbc7f5352-06","lower-layer-if":["openflow:83659136235614:6"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:08:07.725Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapaf91e1f9-38","lower-layer-if":["openflow:83659136235614:7"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:08:12.824Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap1438d2cd-1c","lower-layer-if":["openflow:83659136235614:9"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:08:23.137Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","lower-layer-if":["openflow:83659136235614:6"],"type":"iana-if-type:l2vlan","if-index":9,"statistics":{"discontinuity-time":"2018-12-02T16:08:07.738Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"af91e1f9-3850-46e1-987a-3342396a639a","lower-layer-if":["openflow:83659136235614:7"],"type":"iana-if-type:l2vlan","if-index":11,"statistics":{"discontinuity-time":"2018-12-02T16:08:12.875Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","lower-layer-if":["openflow:83659136235614:8"],"type":"iana-if-type:l2vlan","if-index":12,"statistics":{"discontinuity-time":"2018-12-02T16:08:18.124Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap8b39b8d4-45","lower-layer-if":["openflow:83659136235614:8"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:08:18.123Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:1133","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":16,"statistics":{"discontinuity-time":"2018-12-02T16:08:28.538Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:1132","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":14,"statistics":{"discontinuity-time":"2018-12-02T16:08:23.206Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:1131","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":10,"statistics":{"discontinuity-time":"2018-12-02T16:08:07.765Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:19:45.053" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.053" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:...</msg>
<status status="PASS" endtime="20181202 16:19:45.053" starttime="20181202 16:19:45.052"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.053" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 13,
                "lower-layer-if": [
                    "openflow:83659136235614:9"
                ],
                "name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:23.169Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:10"
                ],
                "name": "tap61505a77-d1",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:28.478Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 15,
                "lower-layer-if": [
                    "openflow:83659136235614:10"
                ],
                "name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:28.493Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:6"
                ],
                "name": "tapbc7f5352-06",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:07.725Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:7"
                ],
                "name": "tapaf91e1f9-38",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:12.824Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:9"
                ],
                "name": "tap1438d2cd-1c",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:23.137Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 9,
                "lower-layer-if": [
                    "openflow:83659136235614:6"
                ],
                "name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:07.738Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 11,
                "lower-layer-if": [
                    "openflow:83659136235614:7"
                ],
                "name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:12.875Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 12,
                "lower-layer-if": [
                    "openflow:83659136235614:8"
                ],
                "name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:18.124Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:8"
                ],
                "name": "tap8b39b8d4-45",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:18.123Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 16,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:1133",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:28.538Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 14,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:1132",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:23.206Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 10,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:1131",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:08:07.765Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.054" starttime="20181202 16:19:45.053"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.054" starttime="20181202 16:19:45.049"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.058" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.058" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.058" starttime="20181202 16:19:45.054"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.059" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":9,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":11,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":12,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":13,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":10,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":14,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":15,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":16,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":13,"port-no":9,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":11,"port-no":7,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":15,"port-no":10,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":14,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":10,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":9,"port-no":6,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":12,"port-no":8,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":16,"port-no":1,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:19:45.059" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.059" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 9,
                "interface-name": "bc7f5352-...</msg>
<status status="PASS" endtime="20181202 16:19:45.059" starttime="20181202 16:19:45.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.059" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 9,
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 11,
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 12,
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 13,
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 10,
                "interface-name": "83659136235614:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 14,
                "interface-name": "83659136235614:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 15,
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 16,
                "interface-name": "83659136235614:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 13,
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 9,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 11,
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 7,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 15,
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 10,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 14,
                "interface-name": "83659136235614:br-ex-patch:1132",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 10,
                "interface-name": "83659136235614:br-ex-patch:1131",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 9,
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 6,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 12,
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 8,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 16,
                "interface-name": "83659136235614:br-ex-patch:1133",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.060" starttime="20181202 16:19:45.059"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.060" starttime="20181202 16:19:45.054"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.063" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.063" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.063" starttime="20181202 16:19:45.060"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.064" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.064" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.064" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.064" starttime="20181202 16:19:45.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.064" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.064" starttime="20181202 16:19:45.064"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.064" starttime="20181202 16:19:45.060"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.067" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.068" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.068" starttime="20181202 16:19:45.064"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.068" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.068" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.068" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.068" starttime="20181202 16:19:45.068"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.069" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.069" starttime="20181202 16:19:45.069"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.069" starttime="20181202 16:19:45.064"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.072" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.072" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.072" starttime="20181202 16:19:45.069"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.073" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.073" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.073" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.073" starttime="20181202 16:19:45.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.073" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.073" starttime="20181202 16:19:45.073"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.073" starttime="20181202 16:19:45.069"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.087" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.087" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.087" starttime="20181202 16:19:45.074"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.089" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tapbc7f5352-06","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"30cae2f6-876c-4541-a270-88918542c83b","ovsdb:name":"tapbc7f5352-06","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:14:f5:d3"},{"external-id-key":"iface-id","external-id-value":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"}],"ovsdb:port-uuid":"f7f39d0a-1bbd-461a-8647-3c5fe2523208","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":6},{"tp-id":"tap61505a77-d1","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"a7db55cf-c84d-40d2-939e-5ee6e7644b8c","ovsdb:name":"tap61505a77-d1","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:0e:d1:07"},{"external-id-key":"iface-id","external-id-value":"61505a77-d107-412e-81ab-1a823d3de66a"}],"ovsdb:port-uuid":"2624b0a7-1b32-4f97-a5ef-51044f534269","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":10},{"tp-id":"tap1438d2cd-1c","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"034fd000-367c-4acc-9e5e-bb406d8d715e","ovsdb:name":"tap1438d2cd-1c","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:f4:28:58"},{"external-id-key":"iface-id","external-id-value":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"}],"ovsdb:port-uuid":"ae4b21b1-bf57-420f-9269-46b2e2316515","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":9},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap8b39b8d4-45","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"5812005a-24fc-4a8f-9ebb-11eee478a68b","ovsdb:name":"tap8b39b8d4-45","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:e0:cb:7c"},{"external-id-key":"iface-id","external-id-value":"8b39b8d4-4555-4aca-bc6d-e377cb803f92"}],"ovsdb:port-uuid":"19ef7ba4-0ed2-476e-a21b-cc04ab15ea44","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":8},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534},{"tp-id":"tapaf91e1f9-38","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"2342af64-6c43-4a2d-adf7-2b8b563115a4","ovsdb:name":"tapaf91e1f9-38","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:92:c0:5d"},{"external-id-key":"iface-id","external-id-value":"af91e1f9-3850-46e1-987a-3342396a639a"}],"ovsdb:port-uuid":"3ead630b-aacf-42ae-ad8a-e47128529f4d","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":7}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:19:45.090" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.090" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:19:45.090" starttime="20181202 16:19:45.088"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.090" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:14:f5:d3"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "30cae2f6-876c-4541-a270-88918542c83b",
                            "ovsdb:name": "tapbc7f5352-06",
                            "ovsdb:ofport": 6,
                            "ovsdb:port-uuid": "f7f39d0a-1bbd-461a-8647-3c5fe2523208",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapbc7f5352-06"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:0e:d1:07"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "61505a77-d107-412e-81ab-1a823d3de66a"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "a7db55cf-c84d-40d2-939e-5ee6e7644b8c",
                            "ovsdb:name": "tap61505a77-d1",
                            "ovsdb:ofport": 10,
                            "ovsdb:port-uuid": "2624b0a7-1b32-4f97-a5ef-51044f534269",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap61505a77-d1"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:f4:28:58"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "034fd000-367c-4acc-9e5e-bb406d8d715e",
                            "ovsdb:name": "tap1438d2cd-1c",
                            "ovsdb:ofport": 9,
                            "ovsdb:port-uuid": "ae4b21b1-bf57-420f-9269-46b2e2316515",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1438d2cd-1c"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:e0:cb:7c"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "5812005a-24fc-4a8f-9ebb-11eee478a68b",
                            "ovsdb:name": "tap8b39b8d4-45",
                            "ovsdb:ofport": 8,
                            "ovsdb:port-uuid": "19ef7ba4-0ed2-476e-a21b-cc04ab15ea44",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap8b39b8d4-45"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:92:c0:5d"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "af91e1f9-3850-46e1-987a-3342396a639a"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "2342af64-6c43-4a2d-adf7-2b8b563115a4",
                            "ovsdb:name": "tapaf91e1f9-38",
                            "ovsdb:ofport": 7,
                            "ovsdb:port-uuid": "3ead630b-aacf-42ae-ad8a-e47128529f4d",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapaf91e1f9-38"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:19:45.091" starttime="20181202 16:19:45.090"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.091" starttime="20181202 16:19:45.073"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.094" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.094" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.094" starttime="20181202 16:19:45.091"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.095" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","status":"ACTIVE"},{"uuid":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","status":"ACTIVE"},{"uuid":"61505a77-d107-412e-81ab-1a823d3de66a","status":"ACTIVE"},{"uuid":"af91e1f9-3850-46e1-987a-3342396a639a","status":"ACTIVE"},{"uuid":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 16:19:45.095" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.095" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:19:45.095" starttime="20181202 16:19:45.094"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.095" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
            },
            {
                "status": "ACTIVE",
                "uuid": "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
            },
            {
                "status": "ACTIVE",
                "uuid": "61505a77-d107-412e-81ab-1a823d3de66a"
            },
            {
                "status": "ACTIVE",
                "uuid": "af91e1f9-3850-46e1-987a-3342396a639a"
            },
            {
                "status": "ACTIVE",
                "uuid": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.095" starttime="20181202 16:19:45.095"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.095" starttime="20181202 16:19:45.091"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.099" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.099" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.099" starttime="20181202 16:19:45.096"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.099" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.099" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.099" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.100" starttime="20181202 16:19:45.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.100" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.100" starttime="20181202 16:19:45.100"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.100" starttime="20181202 16:19:45.095"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.103" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.103" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.103" starttime="20181202 16:19:45.100"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.104" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":16,"interface-name":"83659136235614:br-ex-patch:1133"},{"if-index":15,"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a"},{"if-index":14,"interface-name":"83659136235614:br-ex-patch:1132"},{"if-index":13,"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"},{"if-index":12,"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92"},{"if-index":11,"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a"},{"if-index":10,"interface-name":"83659136235614:br-ex-patch:1131"},{"if-index":9,"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 16:19:45.104" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.104" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 16,
                "interface-name": "83659136235614:br-ex-patch:1133"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:19:45.104" starttime="20181202 16:19:45.103"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.104" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 16,
                "interface-name": "83659136235614:br-ex-patch:1133"
            },
            {
                "if-index": 15,
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a"
            },
            {
                "if-index": 14,
                "interface-name": "83659136235614:br-ex-patch:1132"
            },
            {
                "if-index": 13,
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e"
            },
            {
                "if-index": 12,
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92"
            },
            {
                "if-index": 11,
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a"
            },
            {
                "if-index": 10,
                "interface-name": "83659136235614:br-ex-patch:1131"
            },
            {
                "if-index": 9,
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.104" starttime="20181202 16:19:45.104"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.104" starttime="20181202 16:19:45.100"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.108" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.108" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.108" starttime="20181202 16:19:45.105"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.109" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.109" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.109" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.109" starttime="20181202 16:19:45.108"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.109" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.109" starttime="20181202 16:19:45.109"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.110" starttime="20181202 16:19:45.104"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.113" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.113" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.113" starttime="20181202 16:19:45.110"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.113" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.114" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.114" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.114" starttime="20181202 16:19:45.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.114" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.114" starttime="20181202 16:19:45.114"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.114" starttime="20181202 16:19:45.110"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.117" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.117" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.117" starttime="20181202 16:19:45.114"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.117" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.117" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.117" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.118" starttime="20181202 16:19:45.117"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.118" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.118" starttime="20181202 16:19:45.118"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.118" starttime="20181202 16:19:45.114"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.121" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.121" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.121" starttime="20181202 16:19:45.118"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.122" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.122" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.122" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.122" starttime="20181202 16:19:45.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.122" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.122" starttime="20181202 16:19:45.122"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.122" starttime="20181202 16:19:45.118"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.124" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.125" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.125" starttime="20181202 16:19:45.123"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.125" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:19:45.125" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.125" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:19:45.125" starttime="20181202 16:19:45.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.126" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.126" starttime="20181202 16:19:45.126"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.126" starttime="20181202 16:19:45.122"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.128" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.128" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.128" starttime="20181202 16:19:45.126"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.129" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:19:45.129" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.129" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:19:45.129" starttime="20181202 16:19:45.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.130" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.130" starttime="20181202 16:19:45.129"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.130" starttime="20181202 16:19:45.126"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.132" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.132" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.132" starttime="20181202 16:19:45.130"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.132" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:19:45.133" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.133" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:45.133" starttime="20181202 16:19:45.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.133" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:19:45.133" starttime="20181202 16:19:45.133"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.133" starttime="20181202 16:19:45.130"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.136" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.137" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.137" starttime="20181202 16:19:45.133"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.137" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:19:45.137" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.137" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:19:45.137" starttime="20181202 16:19:45.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.138" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.138" starttime="20181202 16:19:45.138"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.138" starttime="20181202 16:19:45.133"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.140" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.140" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.140" starttime="20181202 16:19:45.138"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.141" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.141" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.141" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.141" starttime="20181202 16:19:45.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.142" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.142" starttime="20181202 16:19:45.142"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.142" starttime="20181202 16:19:45.138"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.144" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.145" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.145" starttime="20181202 16:19:45.142"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.145" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.145" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.145" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.145" starttime="20181202 16:19:45.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.146" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.146" starttime="20181202 16:19:45.145"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.146" starttime="20181202 16:19:45.142"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.149" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.149" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.149" starttime="20181202 16:19:45.146"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.150" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:19:45.150" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.150" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:19:45.150" starttime="20181202 16:19:45.149"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.150" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.150" starttime="20181202 16:19:45.150"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.150" starttime="20181202 16:19:45.146"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:19:45.155" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:19:45.155" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.155" starttime="20181202 16:19:45.151"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:19:45.158" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:83659136235614:6","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapbc7f5352-06","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":6,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:7","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapaf91e1f9-38","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":7,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:8","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap8b39b8d4-45","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":8,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:9","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1438d2cd-1c","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":9,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:10","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap61505a77-d1","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":10,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:19:45.158" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:19:45.159" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:19:45.159" starttime="20181202 16:19:45.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.159" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapbc7f5352-06",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 6,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:6"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapaf91e1f9-38",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 7,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:7"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap8b39b8d4-45",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 8,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:8"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1438d2cd-1c",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 9,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:9"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap61505a77-d1",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 10,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:10"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:19:45.159" starttime="20181202 16:19:45.159"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.159" starttime="20181202 16:19:45.151"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.160" starttime="20181202 16:19:44.783"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.160" starttime="20181202 16:19:44.781"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.160" starttime="20181202 16:19:44.774"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:19:45.161" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:19:45.161" starttime="20181202 16:19:45.161"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.171" starttime="20181202 16:19:45.170"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:19:45.171" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:19:45.171" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:19:45.171" starttime="20181202 16:19:45.171"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:19:45.172" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:19:45.172" starttime="20181202 16:19:45.171"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:19:45.172" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 16:19:45.173" starttime="20181202 16:19:45.172"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:19:45.173" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:19:45.173" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:19:45.174" starttime="20181202 16:19:45.173"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.174" starttime="20181202 16:19:45.174"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.175" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:19:45.482" level="INFO">Read output: Last login: Sun Dec  2 16:08:01 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:19:45.482" starttime="20181202 16:19:45.174"></status>
</kw>
<msg timestamp="20181202 16:19:45.482" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:19:45.483" starttime="20181202 16:19:45.174"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.483" starttime="20181202 16:19:45.173"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:19:45.484" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L3/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:19:45.508" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:19:45.508" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:19:45.508" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:19:45.508" starttime="20181202 16:19:45.483"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:19:45.573" starttime="20181202 16:19:45.509"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.574" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:19:45.574" starttime="20181202 16:19:45.573"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.575" starttime="20181202 16:19:45.575"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.577" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:19:45.577" starttime="20181202 16:19:45.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.577" starttime="20181202 16:19:45.576"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.580" starttime="20181202 16:19:45.580"></status>
</kw>
<msg timestamp="20181202 16:19:45.580" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:19:45.582" starttime="20181202 16:19:45.579"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.582" starttime="20181202 16:19:45.578"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.582" starttime="20181202 16:19:45.170"></status>
</kw>
<msg timestamp="20181202 16:19:45.583" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:19:45.583" starttime="20181202 16:19:45.169"></status>
</kw>
<msg timestamp="20181202 16:19:45.583" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:19:45.583" starttime="20181202 16:19:45.169"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:19:45.585" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:19:45.585" starttime="20181202 16:19:45.584"></status>
</kw>
<msg timestamp="20181202 16:19:45.585" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:19:45.585" starttime="20181202 16:19:45.168"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:19:45.586" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:19:45.586" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:19:45.586" starttime="20181202 16:19:45.586"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.587" starttime="20181202 16:19:45.587"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:19:45.588" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:19:45.588" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:19:45.588" starttime="20181202 16:19:45.588"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.589" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:19:45.589" starttime="20181202 16:19:45.589"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.589" starttime="20181202 16:19:45.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.589" starttime="20181202 16:19:45.161"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.590" starttime="20181202 16:19:45.160"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.590" starttime="20181202 16:19:45.160"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:45.601" starttime="20181202 16:19:45.600"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.602" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:19:45.781" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:19:45.781" starttime="20181202 16:19:45.601"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.795" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:19:45.795" starttime="20181202 16:19:45.782"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:19:45.798" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:19:45.798" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.798" starttime="20181202 16:19:45.795"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:19:45.841" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:19:45.841" starttime="20181202 16:19:45.798"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:19:45.843" starttime="20181202 16:19:45.842"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:19:45.844" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:45.843"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:45.600"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:45.590"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:45.590"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:45.590"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:42.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:45.844" starttime="20181202 16:19:42.362"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:19:45.846" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:19:45.846" starttime="20181202 16:19:45.846"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:45.847" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:19:45.875" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:48.037" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:48.037" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:48.037" starttime="20181202 16:19:45.847"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:48.038" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:19:48.039" starttime="20181202 16:19:48.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:48.040" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:48.040" starttime="20181202 16:19:48.040"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:48.041" starttime="20181202 16:19:48.040"></status>
</kw>
<msg timestamp="20181202 16:19:48.041" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:19:48.041" starttime="20181202 16:19:45.846"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:19:48.041" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:19:48.041" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:19:48.041" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:19:48.042" starttime="20181202 16:19:48.041"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:19:48.042" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:19:48.042" starttime="20181202 16:19:48.042"></status>
</kw>
<msg timestamp="20181202 16:19:48.042" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:19:48.042" starttime="20181202 16:19:45.845"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:19:48.042" starttime="20181202 16:19:48.042"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:19:48.043" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:19:48.043" starttime="20181202 16:19:48.043"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:48.044" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:19:48.086" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:51.133" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:51.134" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:51.134" starttime="20181202 16:19:48.044"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:51.135" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b41382f0-b17b-4dd5-b47e-2a327891cad4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "289eab6a-0e8b-4e38-adfe-595b76f2b387", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "dc52ab8c-87db-42b0-9e93-2aaffd43aa5d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "44b4bda0-d802-476a-9c85-92a6a945ed64", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "44a32248-1571-414a-9c2f-2544eb5c5958", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "536cadc7-393b-47b0-8987-80a616f82320", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a81448be-fe75-4c02-82f3-f0bc8d1e84ba", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:19:51.135" starttime="20181202 16:19:51.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:51.136" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:51.136" starttime="20181202 16:19:51.135"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:51.137" starttime="20181202 16:19:51.136"></status>
</kw>
<msg timestamp="20181202 16:19:51.137" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b41382f0-b17b-4dd5-b47e-2a327891cad4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  ...</msg>
<status status="PASS" endtime="20181202 16:19:51.137" starttime="20181202 16:19:48.043"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:19:51.137" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b41382f0-b17b-4dd5-b47e-2a327891cad4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "289eab6a-0e8b-4e38-adfe-595b76f2b387", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "dc52ab8c-87db-42b0-9e93-2aaffd43aa5d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "44b4bda0-d802-476a-9c85-92a6a945ed64", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "44a32248-1571-414a-9c2f-2544eb5c5958", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "536cadc7-393b-47b0-8987-80a616f82320", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a81448be-fe75-4c02-82f3-f0bc8d1e84ba", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 16:19:51.138" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:19:51.138" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b41382f0-b17b-4dd5-b47e-2a327891cad4', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:19:51.138" starttime="20181202 16:19:51.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:19:51.138" level="INFO">[{u'Status': u'ERROR', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b41382f0-b17b-4dd5-b47e-2a327891cad4', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'289eab6a-0e8b-4e38-adfe-595b76f2b387', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'dc52ab8c-87db-42b0-9e93-2aaffd43aa5d', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'44b4bda0-d802-476a-9c85-92a6a945ed64', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'44a32248-1571-414a-9c2f-2544eb5c5958', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'536cadc7-393b-47b0-8987-80a616f82320', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a81448be-fe75-4c02-82f3-f0bc8d1e84ba', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 16:19:51.138" starttime="20181202 16:19:51.138"></status>
</kw>
<msg timestamp="20181202 16:19:51.139" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b41382f0-b17b-4dd5-b47e-2a327891cad4', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:19:51.139" starttime="20181202 16:19:48.043"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b41382f0-b17b-4dd5-b47e-2a327891cad4', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:51.147" level="INFO">Starting process:
openstack server show b41382f0-b17b-4dd5-b47e-2a327891cad4</msg>
<msg timestamp="20181202 16:19:51.168" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:54.247" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:54.247" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:54.247" starttime="20181202 16:19:51.147"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:54.249" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:40Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:40Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | b41382f0-b17b-4dd5-b47e-2a327891cad4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_3_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:40Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:19:54.249" starttime="20181202 16:19:54.248"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:54.250" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:54.250" starttime="20181202 16:19:54.249"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:54.250" starttime="20181202 16:19:54.250"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:54.251" starttime="20181202 16:19:51.147"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:54.260" level="INFO">Starting process:
openstack server delete b41382f0-b17b-4dd5-b47e-2a327891cad4</msg>
<msg timestamp="20181202 16:19:54.286" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:19:57.629" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:19:57.629" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:19:57.629" starttime="20181202 16:19:54.259"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:19:57.630" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:57.630" starttime="20181202 16:19:57.630"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:19:57.631" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:19:57.631" starttime="20181202 16:19:57.631"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:19:57.632" starttime="20181202 16:19:57.631"></status>
</kw>
<msg timestamp="20181202 16:19:57.632" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:19:57.632" starttime="20181202 16:19:54.259"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:57.632" starttime="20181202 16:19:54.251"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:57.632" starttime="20181202 16:19:54.251"></status>
</kw>
<status status="PASS" endtime="20181202 16:19:57.632" starttime="20181202 16:19:51.139"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'289eab6a-0e8b-4e38-adfe-595b76f2b387', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:19:57.642" level="INFO">Starting process:
openstack server show 289eab6a-0e8b-4e38-adfe-595b76f2b387</msg>
<msg timestamp="20181202 16:19:57.664" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:00.593" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:00.593" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:00.593" starttime="20181202 16:19:57.642"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:00.595" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:34Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:34Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 289eab6a-0e8b-4e38-adfe-595b76f2b387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_3_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:34Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:00.597" starttime="20181202 16:20:00.594"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:00.598" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:00.598" starttime="20181202 16:20:00.597"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:00.600" starttime="20181202 16:20:00.599"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:00.600" starttime="20181202 16:19:57.641"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:00.618" level="INFO">Starting process:
openstack server delete 289eab6a-0e8b-4e38-adfe-595b76f2b387</msg>
<msg timestamp="20181202 16:20:00.651" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:03.841" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:03.842" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:03.842" starttime="20181202 16:20:00.617"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:03.843" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:03.843" starttime="20181202 16:20:03.843"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:03.844" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:03.844" starttime="20181202 16:20:03.844"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:03.845" starttime="20181202 16:20:03.844"></status>
</kw>
<msg timestamp="20181202 16:20:03.846" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:03.846" starttime="20181202 16:20:00.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:03.846" starttime="20181202 16:20:00.602"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:03.846" starttime="20181202 16:20:00.601"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:03.846" starttime="20181202 16:19:57.633"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'dc52ab8c-87db-42b0-9e93-2aaffd43aa5d', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:03.857" level="INFO">Starting process:
openstack server show dc52ab8c-87db-42b0-9e93-2aaffd43aa5d</msg>
<msg timestamp="20181202 16:20:03.876" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:06.767" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:06.768" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:06.768" starttime="20181202 16:20:03.857"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:06.770" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:27Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:28Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | dc52ab8c-87db-42b0-9e93-2aaffd43aa5d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_3_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:27Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:06.771" starttime="20181202 16:20:06.769"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:06.772" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:06.772" starttime="20181202 16:20:06.771"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:06.773" starttime="20181202 16:20:06.772"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:06.774" starttime="20181202 16:20:03.856"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:06.795" level="INFO">Starting process:
openstack server delete dc52ab8c-87db-42b0-9e93-2aaffd43aa5d</msg>
<msg timestamp="20181202 16:20:06.821" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:10.323" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:10.324" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:10.324" starttime="20181202 16:20:06.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:10.325" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:10.325" starttime="20181202 16:20:10.325"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:10.326" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:10.326" starttime="20181202 16:20:10.326"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:10.327" starttime="20181202 16:20:10.327"></status>
</kw>
<msg timestamp="20181202 16:20:10.328" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:10.328" starttime="20181202 16:20:06.793"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:10.328" starttime="20181202 16:20:06.775"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:10.328" starttime="20181202 16:20:06.774"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:10.328" starttime="20181202 16:20:03.846"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'44b4bda0-d802-476a-9c85-92a6a945ed64', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:10.342" level="INFO">Starting process:
openstack server show 44b4bda0-d802-476a-9c85-92a6a945ed64</msg>
<msg timestamp="20181202 16:20:10.383" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:13.474" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:13.475" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:13.475" starttime="20181202 16:20:10.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:13.477" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:21Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:22Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 44b4bda0-d802-476a-9c85-92a6a945ed64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_2_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:22Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:13.478" starttime="20181202 16:20:13.476"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:13.479" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:13.479" starttime="20181202 16:20:13.478"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:13.480" starttime="20181202 16:20:13.479"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:13.481" starttime="20181202 16:20:10.340"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:13.497" level="INFO">Starting process:
openstack server delete 44b4bda0-d802-476a-9c85-92a6a945ed64</msg>
<msg timestamp="20181202 16:20:13.538" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:16.700" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:16.700" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:16.700" starttime="20181202 16:20:13.497"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:16.702" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:16.702" starttime="20181202 16:20:16.701"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:16.703" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:16.703" starttime="20181202 16:20:16.702"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:16.704" starttime="20181202 16:20:16.703"></status>
</kw>
<msg timestamp="20181202 16:20:16.704" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:16.705" starttime="20181202 16:20:13.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:16.705" starttime="20181202 16:20:13.482"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:16.705" starttime="20181202 16:20:13.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:16.705" starttime="20181202 16:20:10.329"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:16.719" level="INFO">Starting process:
openstack server show c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e</msg>
<msg timestamp="20181202 16:20:16.752" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:20.230" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:20.230" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:20.230" starttime="20181202 16:20:16.718"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:20.232" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:16Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:16Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_2_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:16Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:20.233" starttime="20181202 16:20:20.231"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:20.233" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:20.234" starttime="20181202 16:20:20.233"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:20.234" starttime="20181202 16:20:20.234"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:20.235" starttime="20181202 16:20:16.717"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:20.249" level="INFO">Starting process:
openstack server delete c3f33cbc-c8bb-40b0-9f2b-e66cbbf5e87e</msg>
<msg timestamp="20181202 16:20:20.287" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:22.941" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:22.942" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:22.942" starttime="20181202 16:20:20.249"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:22.943" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:22.944" starttime="20181202 16:20:22.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:22.944" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:22.945" starttime="20181202 16:20:22.944"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:22.946" starttime="20181202 16:20:22.945"></status>
</kw>
<msg timestamp="20181202 16:20:22.946" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:22.946" starttime="20181202 16:20:20.248"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:22.947" starttime="20181202 16:20:20.236"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:22.947" starttime="20181202 16:20:20.235"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:22.947" starttime="20181202 16:20:16.705"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'44a32248-1571-414a-9c2f-2544eb5c5958', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:22.961" level="INFO">Starting process:
openstack server show 44a32248-1571-414a-9c2f-2544eb5c5958</msg>
<msg timestamp="20181202 16:20:22.981" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:25.775" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:25.776" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:25.776" starttime="20181202 16:20:22.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:25.778" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000000a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:09Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 44a32248-1571-414a-9c2f-2544eb5c5958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:25.779" starttime="20181202 16:20:25.777"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:25.781" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:25.781" starttime="20181202 16:20:25.780"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:25.783" starttime="20181202 16:20:25.781"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:25.783" starttime="20181202 16:20:22.959"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:25.807" level="INFO">Starting process:
openstack server delete 44a32248-1571-414a-9c2f-2544eb5c5958</msg>
<msg timestamp="20181202 16:20:25.845" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:28.563" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:28.564" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:28.564" starttime="20181202 16:20:25.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:28.565" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:28.565" starttime="20181202 16:20:28.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:28.565" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:28.566" starttime="20181202 16:20:28.565"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:28.566" starttime="20181202 16:20:28.566"></status>
</kw>
<msg timestamp="20181202 16:20:28.567" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:28.567" starttime="20181202 16:20:25.805"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:28.567" starttime="20181202 16:20:25.785"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:28.567" starttime="20181202 16:20:25.784"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:28.567" starttime="20181202 16:20:22.947"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'536cadc7-393b-47b0-8987-80a616f82320', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:28.576" level="INFO">Starting process:
openstack server show 536cadc7-393b-47b0-8987-80a616f82320</msg>
<msg timestamp="20181202 16:20:28.615" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:31.524" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:31.524" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:31.524" starttime="20181202 16:20:28.575"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:31.525" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:09:03Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:09:04Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 536cadc7-393b-47b0-8987-80a616f82320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_1_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:09:04Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:31.526" starttime="20181202 16:20:31.525"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:31.526" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:31.526" starttime="20181202 16:20:31.526"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:31.527" starttime="20181202 16:20:31.527"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:31.527" starttime="20181202 16:20:28.574"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:31.536" level="INFO">Starting process:
openstack server delete 536cadc7-393b-47b0-8987-80a616f82320</msg>
<msg timestamp="20181202 16:20:31.556" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:34.270" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:34.271" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:34.271" starttime="20181202 16:20:31.536"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:34.273" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:34.273" starttime="20181202 16:20:34.272"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:34.274" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:34.274" starttime="20181202 16:20:34.273"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:34.275" starttime="20181202 16:20:34.274"></status>
</kw>
<msg timestamp="20181202 16:20:34.275" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:34.275" starttime="20181202 16:20:31.535"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:34.276" starttime="20181202 16:20:31.528"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:34.276" starttime="20181202 16:20:31.528"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:34.276" starttime="20181202 16:20:28.567"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:34.289" level="INFO">Starting process:
openstack server show 1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd</msg>
<msg timestamp="20181202 16:20:34.317" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:37.288" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:37.288" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:37.288" starttime="20181202 16:20:34.288"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:37.289" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000008                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:08:57Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:08:58Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:08:58Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:37.290" starttime="20181202 16:20:37.289"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:37.291" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:37.291" starttime="20181202 16:20:37.291"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:37.292" starttime="20181202 16:20:37.292"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:37.293" starttime="20181202 16:20:34.287"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:37.308" level="INFO">Starting process:
openstack server delete 1c0cafda-9f5e-415c-b34b-0c3e0c6f25bd</msg>
<msg timestamp="20181202 16:20:37.342" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:40.184" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:40.184" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:40.184" starttime="20181202 16:20:37.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:40.185" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:40.185" starttime="20181202 16:20:40.185"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:40.186" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:40.186" starttime="20181202 16:20:40.185"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:40.186" starttime="20181202 16:20:40.186"></status>
</kw>
<msg timestamp="20181202 16:20:40.187" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:40.187" starttime="20181202 16:20:37.306"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:40.187" starttime="20181202 16:20:37.294"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:40.187" starttime="20181202 16:20:37.293"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:40.187" starttime="20181202 16:20:34.276"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a81448be-fe75-4c02-82f3-f0bc8d1e84ba', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:40.201" level="INFO">Starting process:
openstack server show a81448be-fe75-4c02-82f3-f0bc8d1e84ba</msg>
<msg timestamp="20181202 16:20:40.230" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:43.187" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:43.188" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:43.188" starttime="20181202 16:20:40.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:43.189" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000007                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:08:51Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:08:52Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | a81448be-fe75-4c02-82f3-f0bc8d1e84ba                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:08:52Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:20:43.189" starttime="20181202 16:20:43.188"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:43.190" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:43.190" starttime="20181202 16:20:43.189"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:43.190" starttime="20181202 16:20:43.190"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:43.191" starttime="20181202 16:20:40.199"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:43.202" level="INFO">Starting process:
openstack server delete a81448be-fe75-4c02-82f3-f0bc8d1e84ba</msg>
<msg timestamp="20181202 16:20:43.239" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:46.099" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:46.100" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:46.100" starttime="20181202 16:20:43.201"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:46.102" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:46.102" starttime="20181202 16:20:46.101"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:46.103" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:46.103" starttime="20181202 16:20:46.103"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:46.104" starttime="20181202 16:20:46.103"></status>
</kw>
<msg timestamp="20181202 16:20:46.105" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:46.105" starttime="20181202 16:20:43.201"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:46.105" starttime="20181202 16:20:43.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:46.105" starttime="20181202 16:20:43.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:46.105" starttime="20181202 16:20:40.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:46.105" starttime="20181202 16:19:51.139"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:20:46.107" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:20:46.107" starttime="20181202 16:20:46.107"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:46.109" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:20:46.128" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:48.233" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:48.233" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:48.234" starttime="20181202 16:20:46.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:48.236" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:20:48.236" starttime="20181202 16:20:48.234"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:48.237" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:48.237" starttime="20181202 16:20:48.236"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:48.239" starttime="20181202 16:20:48.237"></status>
</kw>
<msg timestamp="20181202 16:20:48.239" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:20:48.239" starttime="20181202 16:20:46.108"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:20:48.240" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:20:48.241" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:20:48.241" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:20:48.241" starttime="20181202 16:20:48.240"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:20:48.242" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:20:48.242" starttime="20181202 16:20:48.241"></status>
</kw>
<msg timestamp="20181202 16:20:48.243" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:20:48.243" starttime="20181202 16:20:46.106"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:20:48.243" starttime="20181202 16:20:48.243"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:20:48.246" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:20:48.246" starttime="20181202 16:20:48.245"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:48.249" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:20:48.280" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:50.585" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:50.585" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:50.586" starttime="20181202 16:20:48.248"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:50.587" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", 
    "ID": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e", 
    "MAC Address": "fa:16:3e:f4:28:58", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.2', subnet_id='d6e017fe-ef7e-41a2-b4b0-45b5f62009bd'", 
    "ID": "61505a77-d107-412e-81ab-1a823d3de66a", 
    "MAC Address": "fa:16:3e:0e:d1:07", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.2', subnet_id='cd841c39-a99e-4b66-91de-acf67fe7d868'", 
    "ID": "8b39b8d4-4555-4aca-bc6d-e377cb803f92", 
    "MAC Address": "fa:16:3e:e0:cb:7c", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.2', subnet_id='c87ccc47-7688-47e1-95b4-cf0157cb6fd0'", 
    "ID": "af91e1f9-3850-46e1-987a-3342396a639a", 
    "MAC Address": "fa:16:3e:92:c0:5d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.2', subnet_id='b9d1bb55-9d38-43fc-8435-bfa3e3c06942'", 
    "ID": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb", 
    "MAC Address": "fa:16:3e:14:f5:d3", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:20:50.589" starttime="20181202 16:20:50.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:50.590" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:50.590" starttime="20181202 16:20:50.589"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:50.592" starttime="20181202 16:20:50.590"></status>
</kw>
<msg timestamp="20181202 16:20:50.592" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", 
    "ID": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 16:20:50.592" starttime="20181202 16:20:48.247"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:20:50.593" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", 
    "ID": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e", 
    "MAC Address": "fa:16:3e:f4:28:58", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='35.0.0.2', subnet_id='d6e017fe-ef7e-41a2-b4b0-45b5f62009bd'", 
    "ID": "61505a77-d107-412e-81ab-1a823d3de66a", 
    "MAC Address": "fa:16:3e:0e:d1:07", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='33.0.0.2', subnet_id='cd841c39-a99e-4b66-91de-acf67fe7d868'", 
    "ID": "8b39b8d4-4555-4aca-bc6d-e377cb803f92", 
    "MAC Address": "fa:16:3e:e0:cb:7c", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='32.0.0.2', subnet_id='c87ccc47-7688-47e1-95b4-cf0157cb6fd0'", 
    "ID": "af91e1f9-3850-46e1-987a-3342396a639a", 
    "MAC Address": "fa:16:3e:92:c0:5d", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='31.0.0.2', subnet_id='b9d1bb55-9d38-43fc-8435-bfa3e3c06942'", 
    "ID": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb", 
    "MAC Address": "fa:16:3e:14:f5:d3", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181202 16:20:50.593" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:20:50.594" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", u'ID': u'1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e', u'MAC Address': u'fa:16:3e:f...</msg>
<status status="PASS" endtime="20181202 16:20:50.594" starttime="20181202 16:20:50.593"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:20:50.595" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", u'ID': u'1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e', u'MAC Address': u'fa:16:3e:f4:28:58', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='35.0.0.2', subnet_id='d6e017fe-ef7e-41a2-b4b0-45b5f62009bd'", u'ID': u'61505a77-d107-412e-81ab-1a823d3de66a', u'MAC Address': u'fa:16:3e:0e:d1:07', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='33.0.0.2', subnet_id='cd841c39-a99e-4b66-91de-acf67fe7d868'", u'ID': u'8b39b8d4-4555-4aca-bc6d-e377cb803f92', u'MAC Address': u'fa:16:3e:e0:cb:7c', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='32.0.0.2', subnet_id='c87ccc47-7688-47e1-95b4-cf0157cb6fd0'", u'ID': u'af91e1f9-3850-46e1-987a-3342396a639a', u'MAC Address': u'fa:16:3e:92:c0:5d', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='31.0.0.2', subnet_id='b9d1bb55-9d38-43fc-8435-bfa3e3c06942'", u'ID': u'bc7f5352-06d5-4362-97c2-e9d6bae7e2cb', u'MAC Address': u'fa:16:3e:14:f5:d3', u'Name': u''}]</msg>
<status status="PASS" endtime="20181202 16:20:50.595" starttime="20181202 16:20:50.594"></status>
</kw>
<msg timestamp="20181202 16:20:50.595" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'", u'ID': u'1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e', u'MAC Address': u'fa:16:3e:f...</msg>
<status status="PASS" endtime="20181202 16:20:50.595" starttime="20181202 16:20:48.244"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='34.0.0.2', subnet_id='a0ce4a3a-ebcf-4be8-ae33-9760b4abb374'&quot;, u'ID': u'1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e', u'MAC Address': u'fa:16:3e:f4:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:50.622" level="INFO">Starting process:
openstack port delete 1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e</msg>
<msg timestamp="20181202 16:20:50.644" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:53.241" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:53.242" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:53.242" starttime="20181202 16:20:50.621"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:53.244" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:53.244" starttime="20181202 16:20:53.243"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:53.245" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:53.245" starttime="20181202 16:20:53.244"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:53.246" starttime="20181202 16:20:53.245"></status>
</kw>
<msg timestamp="20181202 16:20:53.246" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:53.246" starttime="20181202 16:20:50.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:53.247" starttime="20181202 16:20:50.597"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:53.247" starttime="20181202 16:20:50.596"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:53.247" starttime="20181202 16:20:50.596"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='35.0.0.2', subnet_id='d6e017fe-ef7e-41a2-b4b0-45b5f62009bd'&quot;, u'ID': u'61505a77-d107-412e-81ab-1a823d3de66a', u'MAC Address': u'fa:16:3e:0e:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:53.260" level="INFO">Starting process:
openstack port delete 61505a77-d107-412e-81ab-1a823d3de66a</msg>
<msg timestamp="20181202 16:20:53.286" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:56.022" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:56.022" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:56.023" starttime="20181202 16:20:53.259"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:56.025" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:56.025" starttime="20181202 16:20:56.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:56.026" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:56.026" starttime="20181202 16:20:56.025"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:56.028" starttime="20181202 16:20:56.027"></status>
</kw>
<msg timestamp="20181202 16:20:56.029" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:56.029" starttime="20181202 16:20:53.259"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:56.029" starttime="20181202 16:20:53.248"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:56.029" starttime="20181202 16:20:53.247"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:56.029" starttime="20181202 16:20:53.247"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='33.0.0.2', subnet_id='cd841c39-a99e-4b66-91de-acf67fe7d868'&quot;, u'ID': u'8b39b8d4-4555-4aca-bc6d-e377cb803f92', u'MAC Address': u'fa:16:3e:e0:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:56.050" level="INFO">Starting process:
openstack port delete 8b39b8d4-4555-4aca-bc6d-e377cb803f92</msg>
<msg timestamp="20181202 16:20:56.074" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:20:59.048" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:20:59.048" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:20:59.049" starttime="20181202 16:20:56.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:20:59.050" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:59.050" starttime="20181202 16:20:59.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:20:59.051" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:20:59.052" starttime="20181202 16:20:59.051"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:20:59.053" starttime="20181202 16:20:59.052"></status>
</kw>
<msg timestamp="20181202 16:20:59.053" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:20:59.054" starttime="20181202 16:20:56.048"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:59.054" starttime="20181202 16:20:56.031"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:59.054" starttime="20181202 16:20:56.030"></status>
</kw>
<status status="PASS" endtime="20181202 16:20:59.054" starttime="20181202 16:20:56.030"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='32.0.0.2', subnet_id='c87ccc47-7688-47e1-95b4-cf0157cb6fd0'&quot;, u'ID': u'af91e1f9-3850-46e1-987a-3342396a639a', u'MAC Address': u'fa:16:3e:92:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:20:59.072" level="INFO">Starting process:
openstack port delete af91e1f9-3850-46e1-987a-3342396a639a</msg>
<msg timestamp="20181202 16:20:59.095" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:01.906" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:01.906" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:01.906" starttime="20181202 16:20:59.071"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:01.907" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:01.907" starttime="20181202 16:21:01.907"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:01.908" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:01.908" starttime="20181202 16:21:01.908"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:01.909" starttime="20181202 16:21:01.908"></status>
</kw>
<msg timestamp="20181202 16:21:01.909" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:01.909" starttime="20181202 16:20:59.070"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:01.909" starttime="20181202 16:20:59.055"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:01.909" starttime="20181202 16:20:59.055"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:01.909" starttime="20181202 16:20:59.054"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='31.0.0.2', subnet_id='b9d1bb55-9d38-43fc-8435-bfa3e3c06942'&quot;, u'ID': u'bc7f5352-06d5-4362-97c2-e9d6bae7e2cb', u'MAC Address': u'fa:16:3e:14:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:01.918" level="INFO">Starting process:
openstack port delete bc7f5352-06d5-4362-97c2-e9d6bae7e2cb</msg>
<msg timestamp="20181202 16:21:01.939" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:04.687" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:04.687" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:04.687" starttime="20181202 16:21:01.918"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:04.688" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:04.688" starttime="20181202 16:21:04.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:04.689" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:04.689" starttime="20181202 16:21:04.689"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:21:04.689"></status>
</kw>
<msg timestamp="20181202 16:21:04.690" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:21:01.917"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:21:01.910"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:21:01.910"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:21:01.909"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:04.690" starttime="20181202 16:20:50.596"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:21:04.691" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:21:04.691" starttime="20181202 16:21:04.691"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:04.692" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:21:04.717" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:06.888" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:06.888" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:06.889" starttime="20181202 16:21:04.692"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:06.889" level="INFO">[
  {
    "Subnets": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374", 
    "ID": "0ac50362-ecf6-43d3-83f0-2506932710e1", 
    "Name": "l3_net_4"
  }, 
  {
    "Subnets": "cd841c39-a99e-4b66-91de-acf67fe7d868", 
    "ID": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0", 
    "Name": "l3_net_3"
  }, 
  {
    "Subnets": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942", 
    "ID": "a76eb94a-8366-4d07-9a79-408bb2f4121c", 
    "Name": "l3_net_1"
  }, 
  {
    "Subnets": "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd", 
    "ID": "b9094cbd-7196-427b-8491-af99f5094c68", 
    "Name": "l3_net_5"
  }, 
  {
    "Subnets": "c87ccc47-7688-47e1-95b4-cf0157cb6fd0", 
    "ID": "c4fee035-aa6b-4397-b3cd-a54e7030192c", 
    "Name": "l3_net_2"
  }
]</msg>
<status status="PASS" endtime="20181202 16:21:06.890" starttime="20181202 16:21:06.889"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:06.890" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:06.890" starttime="20181202 16:21:06.890"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:06.891" starttime="20181202 16:21:06.890"></status>
</kw>
<msg timestamp="20181202 16:21:06.891" level="INFO">${json} = [
  {
    "Subnets": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374", 
    "ID": "0ac50362-ecf6-43d3-83f0-2506932710e1", 
    "Name": "l3_net_4"
  }, 
  {
    "Subnets": "cd841c39-a99e-4b66-91de-acf67fe7d868",...</msg>
<status status="PASS" endtime="20181202 16:21:06.891" starttime="20181202 16:21:04.692"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:21:06.892" level="INFO">To JSON using : content=[
  {
    "Subnets": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374", 
    "ID": "0ac50362-ecf6-43d3-83f0-2506932710e1", 
    "Name": "l3_net_4"
  }, 
  {
    "Subnets": "cd841c39-a99e-4b66-91de-acf67fe7d868", 
    "ID": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0", 
    "Name": "l3_net_3"
  }, 
  {
    "Subnets": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942", 
    "ID": "a76eb94a-8366-4d07-9a79-408bb2f4121c", 
    "Name": "l3_net_1"
  }, 
  {
    "Subnets": "d6e017fe-ef7e-41a2-b4b0-45b5f62009bd", 
    "ID": "b9094cbd-7196-427b-8491-af99f5094c68", 
    "Name": "l3_net_5"
  }, 
  {
    "Subnets": "c87ccc47-7688-47e1-95b4-cf0157cb6fd0", 
    "ID": "c4fee035-aa6b-4397-b3cd-a54e7030192c", 
    "Name": "l3_net_2"
  }
] </msg>
<msg timestamp="20181202 16:21:06.892" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:21:06.892" level="INFO">@{list} = [ {u'Subnets': u'a0ce4a3a-ebcf-4be8-ae33-9760b4abb374', u'ID': u'0ac50362-ecf6-43d3-83f0-2506932710e1', u'Name': u'l3_net_4'} | {u'Subnets': u'cd841c39-a99e-4b66-91de-acf67fe7d868', u'ID': u'9ddfdc39-...</msg>
<status status="PASS" endtime="20181202 16:21:06.892" starttime="20181202 16:21:06.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:21:06.892" level="INFO">[{u'Subnets': u'a0ce4a3a-ebcf-4be8-ae33-9760b4abb374', u'ID': u'0ac50362-ecf6-43d3-83f0-2506932710e1', u'Name': u'l3_net_4'}, {u'Subnets': u'cd841c39-a99e-4b66-91de-acf67fe7d868', u'ID': u'9ddfdc39-685a-4bcc-9383-e81c1c8db1a0', u'Name': u'l3_net_3'}, {u'Subnets': u'b9d1bb55-9d38-43fc-8435-bfa3e3c06942', u'ID': u'a76eb94a-8366-4d07-9a79-408bb2f4121c', u'Name': u'l3_net_1'}, {u'Subnets': u'd6e017fe-ef7e-41a2-b4b0-45b5f62009bd', u'ID': u'b9094cbd-7196-427b-8491-af99f5094c68', u'Name': u'l3_net_5'}, {u'Subnets': u'c87ccc47-7688-47e1-95b4-cf0157cb6fd0', u'ID': u'c4fee035-aa6b-4397-b3cd-a54e7030192c', u'Name': u'l3_net_2'}]</msg>
<status status="PASS" endtime="20181202 16:21:06.892" starttime="20181202 16:21:06.892"></status>
</kw>
<msg timestamp="20181202 16:21:06.893" level="INFO">@{networks} = [ {u'Subnets': u'a0ce4a3a-ebcf-4be8-ae33-9760b4abb374', u'ID': u'0ac50362-ecf6-43d3-83f0-2506932710e1', u'Name': u'l3_net_4'} | {u'Subnets': u'cd841c39-a99e-4b66-91de-acf67fe7d868', u'ID': u'9ddfdc39-...</msg>
<status status="PASS" endtime="20181202 16:21:06.893" starttime="20181202 16:21:04.691"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'a0ce4a3a-ebcf-4be8-ae33-9760b4abb374', u'ID': u'0ac50362-ecf6-43d3-83f0-2506932710e1', u'Name': u'l3_net_4'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:06.901" level="INFO">Starting process:
openstack subnet delete a0ce4a3a-ebcf-4be8-ae33-9760b4abb374</msg>
<msg timestamp="20181202 16:21:06.933" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:10.439" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:10.440" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:10.440" starttime="20181202 16:21:06.901"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:10.441" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:10.441" starttime="20181202 16:21:10.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:10.442" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:10.442" starttime="20181202 16:21:10.442"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:10.444" starttime="20181202 16:21:10.443"></status>
</kw>
<msg timestamp="20181202 16:21:10.444" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:10.444" starttime="20181202 16:21:06.901"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:10.445" starttime="20181202 16:21:06.893"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:10.445" starttime="20181202 16:21:06.893"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:10.459" level="INFO">Starting process:
openstack network delete 0ac50362-ecf6-43d3-83f0-2506932710e1</msg>
<msg timestamp="20181202 16:21:10.500" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:13.532" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:13.533" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:13.533" starttime="20181202 16:21:10.459"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:13.534" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:13.535" starttime="20181202 16:21:13.534"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:13.536" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:13.536" starttime="20181202 16:21:13.535"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:13.537" starttime="20181202 16:21:13.536"></status>
</kw>
<msg timestamp="20181202 16:21:13.538" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:13.538" starttime="20181202 16:21:10.458"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:13.538" starttime="20181202 16:21:10.446"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:13.538" starttime="20181202 16:21:10.445"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:13.538" starttime="20181202 16:21:06.893"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'cd841c39-a99e-4b66-91de-acf67fe7d868', u'ID': u'9ddfdc39-685a-4bcc-9383-e81c1c8db1a0', u'Name': u'l3_net_3'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:13.553" level="INFO">Starting process:
openstack subnet delete cd841c39-a99e-4b66-91de-acf67fe7d868</msg>
<msg timestamp="20181202 16:21:13.590" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:16.748" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:16.748" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:16.749" starttime="20181202 16:21:13.553"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:16.751" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:16.751" starttime="20181202 16:21:16.749"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:16.752" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:16.752" starttime="20181202 16:21:16.751"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:16.754" starttime="20181202 16:21:16.753"></status>
</kw>
<msg timestamp="20181202 16:21:16.754" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:16.755" starttime="20181202 16:21:13.552"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:16.755" starttime="20181202 16:21:13.539"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:16.755" starttime="20181202 16:21:13.539"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:16.774" level="INFO">Starting process:
openstack network delete 9ddfdc39-685a-4bcc-9383-e81c1c8db1a0</msg>
<msg timestamp="20181202 16:21:16.798" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:19.800" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:19.801" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:19.801" starttime="20181202 16:21:16.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:19.802" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:19.802" starttime="20181202 16:21:19.801"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:19.802" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:19.802" starttime="20181202 16:21:19.802"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:19.803" starttime="20181202 16:21:19.802"></status>
</kw>
<msg timestamp="20181202 16:21:19.803" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:19.803" starttime="20181202 16:21:16.773"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:19.803" starttime="20181202 16:21:16.756"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:19.803" starttime="20181202 16:21:16.755"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:19.803" starttime="20181202 16:21:13.539"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'b9d1bb55-9d38-43fc-8435-bfa3e3c06942', u'ID': u'a76eb94a-8366-4d07-9a79-408bb2f4121c', u'Name': u'l3_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:19.812" level="INFO">Starting process:
openstack subnet delete b9d1bb55-9d38-43fc-8435-bfa3e3c06942</msg>
<msg timestamp="20181202 16:21:19.844" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:23.477" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:23.477" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:23.477" starttime="20181202 16:21:19.812"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:23.478" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:23.479" starttime="20181202 16:21:23.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:23.479" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:23.479" starttime="20181202 16:21:23.479"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:23.480" starttime="20181202 16:21:23.479"></status>
</kw>
<msg timestamp="20181202 16:21:23.481" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:23.481" starttime="20181202 16:21:19.812"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:23.481" starttime="20181202 16:21:19.804"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:23.481" starttime="20181202 16:21:19.804"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:23.494" level="INFO">Starting process:
openstack network delete a76eb94a-8366-4d07-9a79-408bb2f4121c</msg>
<msg timestamp="20181202 16:21:23.533" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:26.166" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:26.166" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:26.166" starttime="20181202 16:21:23.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:26.168" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:26.168" starttime="20181202 16:21:26.167"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:26.169" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:26.169" starttime="20181202 16:21:26.168"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:26.170" starttime="20181202 16:21:26.169"></status>
</kw>
<msg timestamp="20181202 16:21:26.170" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:26.170" starttime="20181202 16:21:23.493"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:26.170" starttime="20181202 16:21:23.482"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:26.170" starttime="20181202 16:21:23.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:26.170" starttime="20181202 16:21:19.804"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'd6e017fe-ef7e-41a2-b4b0-45b5f62009bd', u'ID': u'b9094cbd-7196-427b-8491-af99f5094c68', u'Name': u'l3_net_5'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:26.182" level="INFO">Starting process:
openstack subnet delete d6e017fe-ef7e-41a2-b4b0-45b5f62009bd</msg>
<msg timestamp="20181202 16:21:26.210" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:29.511" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:29.512" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:29.512" starttime="20181202 16:21:26.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:29.513" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:29.513" starttime="20181202 16:21:29.512"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:29.514" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:29.514" starttime="20181202 16:21:29.513"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:29.514" starttime="20181202 16:21:29.514"></status>
</kw>
<msg timestamp="20181202 16:21:29.515" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:29.515" starttime="20181202 16:21:26.181"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:29.515" starttime="20181202 16:21:26.172"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:29.515" starttime="20181202 16:21:26.171"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:29.525" level="INFO">Starting process:
openstack network delete b9094cbd-7196-427b-8491-af99f5094c68</msg>
<msg timestamp="20181202 16:21:29.549" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:32.595" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:32.596" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:32.596" starttime="20181202 16:21:29.524"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:32.597" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:32.597" starttime="20181202 16:21:32.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:32.598" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:32.598" starttime="20181202 16:21:32.598"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:32.599" starttime="20181202 16:21:32.599"></status>
</kw>
<msg timestamp="20181202 16:21:32.600" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:32.600" starttime="20181202 16:21:29.524"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:32.600" starttime="20181202 16:21:29.516"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:32.600" starttime="20181202 16:21:29.515"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:32.600" starttime="20181202 16:21:26.171"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'c87ccc47-7688-47e1-95b4-cf0157cb6fd0', u'ID': u'c4fee035-aa6b-4397-b3cd-a54e7030192c', u'Name': u'l3_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:32.612" level="INFO">Starting process:
openstack subnet delete c87ccc47-7688-47e1-95b4-cf0157cb6fd0</msg>
<msg timestamp="20181202 16:21:32.647" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:36.118" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:36.119" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:36.119" starttime="20181202 16:21:32.612"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:36.121" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:36.121" starttime="20181202 16:21:36.120"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:36.123" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:36.123" starttime="20181202 16:21:36.122"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:36.125" starttime="20181202 16:21:36.123"></status>
</kw>
<msg timestamp="20181202 16:21:36.125" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:36.125" starttime="20181202 16:21:32.611"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:36.126" starttime="20181202 16:21:32.602"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:36.126" starttime="20181202 16:21:32.601"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:36.144" level="INFO">Starting process:
openstack network delete c4fee035-aa6b-4397-b3cd-a54e7030192c</msg>
<msg timestamp="20181202 16:21:36.170" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:39.069" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:39.070" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:39.070" starttime="20181202 16:21:36.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:39.072" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:39.072" starttime="20181202 16:21:39.071"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:39.074" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:39.074" starttime="20181202 16:21:39.073"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:39.075" starttime="20181202 16:21:39.074"></status>
</kw>
<msg timestamp="20181202 16:21:39.076" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:39.076" starttime="20181202 16:21:36.142"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:39.076" starttime="20181202 16:21:36.127"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:39.077" starttime="20181202 16:21:36.127"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:39.077" starttime="20181202 16:21:32.601"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:39.077" starttime="20181202 16:21:06.893"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:21:39.079" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:21:39.079" starttime="20181202 16:21:39.079"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:39.081" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:21:39.107" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:41.176" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:41.177" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:41.177" starttime="20181202 16:21:39.081"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:41.179" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l3_sg", 
    "ID": "8c01151f-e277-44dc-a66c-65d754b18d4f", 
    "Name": "l3_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:21:41.179" starttime="20181202 16:21:41.178"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:41.180" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:41.180" starttime="20181202 16:21:41.180"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:41.182" starttime="20181202 16:21:41.181"></status>
</kw>
<msg timestamp="20181202 16:21:41.183" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:21:41.183" starttime="20181202 16:21:39.080"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:21:41.184" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l3_sg", 
    "ID": "8c01151f-e277-44dc-a66c-65d754b18d4f", 
    "Name": "l3_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:21:41.184" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:21:41.184" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:21:41.184" starttime="20181202 16:21:41.183"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:21:41.185" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l3_sg', u'Description': u'l3_sg', u'ID': u'8c01151f-e277-44dc-a66c-65d754b18d4f'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:21:41.185" starttime="20181202 16:21:41.185"></status>
</kw>
<msg timestamp="20181202 16:21:41.186" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:21:41.186" starttime="20181202 16:21:39.077"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:41.188" starttime="20181202 16:21:41.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:41.188" starttime="20181202 16:21:41.186"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l3_sg', u'Description': u'l3_sg', u'ID': u'8c01151f-e277-44dc-a66c-65d754b18d4f'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:41.206" level="INFO">Starting process:
openstack security group delete 8c01151f-e277-44dc-a66c-65d754b18d4f</msg>
<msg timestamp="20181202 16:21:41.249" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:43.563" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:43.563" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:43.563" starttime="20181202 16:21:41.206"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:43.566" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:43.566" starttime="20181202 16:21:43.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:43.567" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:43.567" starttime="20181202 16:21:43.566"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:43.568" starttime="20181202 16:21:43.567"></status>
</kw>
<msg timestamp="20181202 16:21:43.569" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:43.569" starttime="20181202 16:21:41.205"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.569" starttime="20181202 16:21:41.190"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.569" starttime="20181202 16:21:41.189"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.569" starttime="20181202 16:21:41.188"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.569" starttime="20181202 16:21:41.188"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:43.570" starttime="20181202 16:21:43.570"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.571" starttime="20181202 16:21:43.569"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:43.571" starttime="20181202 16:21:41.186"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:21:43.574" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:21:43.574" starttime="20181202 16:21:43.573"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:43.589" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:21:43.623" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:46.301" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:46.301" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:46.301" starttime="20181202 16:21:43.588"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:46.302" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:46.302" starttime="20181202 16:21:46.302"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:46.303" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:46.303" starttime="20181202 16:21:46.302"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:46.303" starttime="20181202 16:21:46.303"></status>
</kw>
<msg timestamp="20181202 16:21:46.304" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:46.304" starttime="20181202 16:21:43.587"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:46.304" starttime="20181202 16:21:43.575"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:46.312" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:21:46.340" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:48.469" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:48.469" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:48.469" starttime="20181202 16:21:46.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:48.470" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:48.470" starttime="20181202 16:21:48.470"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:48.471" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:48.471" starttime="20181202 16:21:48.470"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:48.471" starttime="20181202 16:21:48.471"></status>
</kw>
<msg timestamp="20181202 16:21:48.472" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:48.472" starttime="20181202 16:21:46.311"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:48.472" starttime="20181202 16:21:46.304"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:48.479" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:21:48.521" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:50.668" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:50.669" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:50.669" starttime="20181202 16:21:48.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:50.670" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:50.670" starttime="20181202 16:21:50.669"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:50.670" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:50.670" starttime="20181202 16:21:50.670"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:50.671" starttime="20181202 16:21:50.671"></status>
</kw>
<msg timestamp="20181202 16:21:50.671" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:50.672" starttime="20181202 16:21:48.479"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:50.672" starttime="20181202 16:21:48.472"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:50.680" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:21:50.711" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:53.048" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:53.048" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:53.048" starttime="20181202 16:21:50.680"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:53.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:53.049" starttime="20181202 16:21:53.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:53.050" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:53.050" starttime="20181202 16:21:53.049"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:53.050" starttime="20181202 16:21:53.050"></status>
</kw>
<msg timestamp="20181202 16:21:53.051" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:53.051" starttime="20181202 16:21:50.679"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:53.051" starttime="20181202 16:21:50.672"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:53.059" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:21:53.098" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:55.199" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:55.200" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:55.200" starttime="20181202 16:21:53.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:55.201" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:21:55.201" starttime="20181202 16:21:55.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:55.201" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:55.201" starttime="20181202 16:21:55.201"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:55.202" starttime="20181202 16:21:55.201"></status>
</kw>
<msg timestamp="20181202 16:21:55.202" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:21:55.202" starttime="20181202 16:21:53.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:55.202" starttime="20181202 16:21:53.051"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:55.210" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:21:55.242" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:57.390" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:57.391" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:57.391" starttime="20181202 16:21:55.210"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:57.393" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:21:57.393" starttime="20181202 16:21:57.392"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:57.394" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:57.394" starttime="20181202 16:21:57.393"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:57.395" starttime="20181202 16:21:57.394"></status>
</kw>
<msg timestamp="20181202 16:21:57.396" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:21:57.396" starttime="20181202 16:21:55.209"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:57.396" starttime="20181202 16:21:55.202"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:57.413" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:21:57.452" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:21:59.645" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:21:59.645" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:21:59.645" starttime="20181202 16:21:57.413"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:21:59.646" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:59.646" starttime="20181202 16:21:59.646"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:21:59.647" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:21:59.647" starttime="20181202 16:21:59.647"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:21:59.648" starttime="20181202 16:21:59.647"></status>
</kw>
<msg timestamp="20181202 16:21:59.648" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:21:59.648" starttime="20181202 16:21:57.412"></status>
</kw>
<status status="PASS" endtime="20181202 16:21:59.648" starttime="20181202 16:21:57.396"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:21:59.658" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:21:59.681" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:01.931" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:01.931" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:01.931" starttime="20181202 16:21:59.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:01.932" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:01.933" starttime="20181202 16:22:01.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:01.933" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:01.933" starttime="20181202 16:22:01.933"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:01.934" starttime="20181202 16:22:01.934"></status>
</kw>
<msg timestamp="20181202 16:22:01.935" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:01.935" starttime="20181202 16:21:59.657"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:01.935" starttime="20181202 16:21:59.648"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:01.935" starttime="20181202 16:21:43.575"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:01.935" starttime="20181202 16:21:43.571"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:01.935" starttime="20181202 16:19:45.845"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:01.938" starttime="20181202 16:22:01.938"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:22:01.939" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 16:22:02.047" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:22:02.048" level="INFO">${stdout} = 4 S root      135488  135468  0  80   0 - 55154 poll_s 16:07 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
4 S tcpdump   135497  1...</msg>
<status status="PASS" endtime="20181202 16:22:02.048" starttime="20181202 16:22:01.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.048" level="INFO">4 S root      135488  135468  0  80   0 - 55154 poll_s 16:07 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
4 S tcpdump   135497  135488  0  80   0 -  8196 poll_s 16:07 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
0 S heat-ad+  200412  135468  0  80   0 - 28293 do_wai 16:22 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  200422  200412  0  80   0 - 28177 pipe_w 16:22 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 16:22:02.049" starttime="20181202 16:22:02.048"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:22:02.049" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 16:22:02.187" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:22:02.187" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:22:02.187" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:22:02.187" starttime="20181202 16:22:02.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.189" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:02.189" starttime="20181202 16:22:02.188"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.190" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:02.190" starttime="20181202 16:22:02.189"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:22:02.191" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 16:22:02.319" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 16:22:02.320" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 16:22:02.320" starttime="20181202 16:22:02.190"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.320" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:02.321" starttime="20181202 16:22:02.320"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:22:02.321" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 16:22:02.428" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:22:02.428" level="INFO">${stdout} = total 48
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 16:22:02.428" starttime="20181202 16:22:02.321"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.429" level="INFO">total 48
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 16:22:02.429" starttime="20181202 16:22:02.429"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:02.429" starttime="20181202 16:22:01.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:02.429" starttime="20181202 16:22:01.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:02.429" starttime="20181202 16:22:01.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:02.430" starttime="20181202 16:22:01.936"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:02.430" starttime="20181202 16:22:01.935"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 16:22:02.549" starttime="20181202 16:22:02.430"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:02.565" starttime="20181202 16:22:02.564"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.565" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:22:02.775" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:22:02.775" starttime="20181202 16:22:02.565"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:02.837" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 16:22:02.837" starttime="20181202 16:22:02.775"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:03.010" level="INFO">[?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:22:03.010" level="INFO">${output} = [?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:03.010" starttime="20181202 16:22:02.838"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:22:03.063" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:22:03.063" starttime="20181202 16:22:03.011"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.065" starttime="20181202 16:22:03.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.065" level="INFO">[?1l&gt;[?2004l     285    285
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:03.065" starttime="20181202 16:22:03.065"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.065" starttime="20181202 16:22:02.563"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.066" starttime="20181202 16:22:02.550"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.066" starttime="20181202 16:22:02.549"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.066" starttime="20181202 16:19:42.362"></status>
</kw>
<doc>Test suite to check connectivity in L3 using routers.</doc>
<status status="FAIL" endtime="20181202 16:22:03.066" starttime="20181202 16:07:14.013">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/external_network.robot" id="s1-s3" name="External Network">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 16:22:03.170" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 16:22:03.170" starttime="20181202 16:22:03.162"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.170" starttime="20181202 16:22:03.162"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 16:22:03.177" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 16:22:03.177" starttime="20181202 16:22:03.171"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.178" starttime="20181202 16:22:03.177"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 16:22:03.178" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 16:22:03.178" starttime="20181202 16:22:03.178"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 16:22:03.178" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 16:22:03.179" starttime="20181202 16:22:03.178"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.179" starttime="20181202 16:22:03.179"></status>
</kw>
<msg timestamp="20181202 16:22:03.179" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:22:03.179" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:22:03.180" starttime="20181202 16:22:03.179"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 16:22:03.180" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:22:03.180" starttime="20181202 16:22:03.180"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 16:22:03.181" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:03.181" starttime="20181202 16:22:03.181"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 16:22:03.181" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:03.181" starttime="20181202 16:22:03.181"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 16:22:03.182" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 16:22:03.182" starttime="20181202 16:22:03.182"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.184" starttime="20181202 16:22:03.183"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:22:03.184" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:03.184" starttime="20181202 16:22:03.184"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.185" starttime="20181202 16:22:03.184"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 16:22:03.185" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:22:03.185" starttime="20181202 16:22:03.185"></status>
</kw>
<msg timestamp="20181202 16:22:03.186" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:22:03.186" starttime="20181202 16:22:03.185"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.186" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6225b4d50&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:22:03.187" starttime="20181202 16:22:03.186"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.187" starttime="20181202 16:22:03.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.187" starttime="20181202 16:22:03.183"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.187" starttime="20181202 16:22:03.182"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.187" starttime="20181202 16:22:03.182"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.188" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.188" starttime="20181202 16:22:03.188"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.188" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 16:22:03.188" starttime="20181202 16:22:03.188"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.189" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 16:22:03.189" starttime="20181202 16:22:03.189"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.189" starttime="20181202 16:22:03.180"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.189" starttime="20181202 16:22:03.170"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:22:03.192" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.192" starttime="20181202 16:22:03.192"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:22:03.193" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.193" starttime="20181202 16:22:03.192"></status>
</kw>
<msg timestamp="20181202 16:22:03.193" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.193" starttime="20181202 16:22:03.190"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:22:03.194" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:03.194" starttime="20181202 16:22:03.194"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:22:03.195" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:03.195" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:03.195" starttime="20181202 16:22:03.195"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.198" starttime="20181202 16:22:03.198"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:22:03.198" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:03.199" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:03.199" starttime="20181202 16:22:03.198"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:22:03.199" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:22:03.199" starttime="20181202 16:22:03.199"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:22:03.200" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 16:22:03.200" starttime="20181202 16:22:03.199"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:22:03.201" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:22:03.201" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:22:03.201" starttime="20181202 16:22:03.201"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.201" starttime="20181202 16:22:03.201"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.203" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:22:03.542" level="INFO">Read output: Last login: Sun Dec  2 16:19:45 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:03.543" starttime="20181202 16:22:03.202"></status>
</kw>
<msg timestamp="20181202 16:22:03.543" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:03.543" starttime="20181202 16:22:03.202"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.543" starttime="20181202 16:22:03.200"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:22:03.544" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 16:22:03.558" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 16:22:03.558" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:22:03.558" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:22:03.558" starttime="20181202 16:22:03.544"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.623" starttime="20181202 16:22:03.559"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.624" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:22:03.624" starttime="20181202 16:22:03.624"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.625" starttime="20181202 16:22:03.625"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.627" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:03.628" starttime="20181202 16:22:03.627"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.628" starttime="20181202 16:22:03.626"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.631" starttime="20181202 16:22:03.630"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.632" starttime="20181202 16:22:03.631"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.633" starttime="20181202 16:22:03.632"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.633" starttime="20181202 16:22:03.628"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.633" starttime="20181202 16:22:03.197"></status>
</kw>
<msg timestamp="20181202 16:22:03.633" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:03.634" starttime="20181202 16:22:03.197"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.634" starttime="20181202 16:22:03.196"></status>
</kw>
<msg timestamp="20181202 16:22:03.634" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:03.634" starttime="20181202 16:22:03.196"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.636" starttime="20181202 16:22:03.636"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.637" starttime="20181202 16:22:03.637"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.638" starttime="20181202 16:22:03.638"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.638" starttime="20181202 16:22:03.635"></status>
</kw>
<msg timestamp="20181202 16:22:03.639" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:03.639" starttime="20181202 16:22:03.194"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.640" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:03.640" starttime="20181202 16:22:03.639"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.640" starttime="20181202 16:22:03.193"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.640" starttime="20181202 16:22:03.193"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.640" starttime="20181202 16:22:03.193"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.641" starttime="20181202 16:22:03.189"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.641" starttime="20181202 16:22:03.641"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 16:22:03.677" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:03.678" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:03.678" starttime="20181202 16:22:03.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.678" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 16:22:03.678" starttime="20181202 16:22:03.678"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.679" level="INFO">1</msg>
<status status="PASS" endtime="20181202 16:22:03.679" starttime="20181202 16:22:03.678"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.680" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 16:22:03.680" starttime="20181202 16:22:03.680"></status>
</kw>
<msg timestamp="20181202 16:22:03.680" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:22:03.680" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 16:22:03.680" starttime="20181202 16:22:03.679"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.681" starttime="20181202 16:22:03.681"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 16:22:03.682" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:03.682" starttime="20181202 16:22:03.682"></status>
</kw>
<msg timestamp="20181202 16:22:03.683" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:03.683" starttime="20181202 16:22:03.681"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.684" starttime="20181202 16:22:03.683"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 16:22:03.684" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 16:22:03.684" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 16:22:03.684" starttime="20181202 16:22:03.684"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.685" starttime="20181202 16:22:03.685"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.686" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:22:03.826" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:22:03.827" starttime="20181202 16:22:03.685"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.828" starttime="20181202 16:22:03.828"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.829" starttime="20181202 16:22:03.829"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.829"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.827"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.676"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.643"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.642"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.642"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.642"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.830" starttime="20181202 16:22:03.170"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:22:03.844" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.844" starttime="20181202 16:22:03.843"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:22:03.844" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.844" starttime="20181202 16:22:03.844"></status>
</kw>
<msg timestamp="20181202 16:22:03.845" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.845" starttime="20181202 16:22:03.843"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:22:03.857" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:22:03.857" starttime="20181202 16:22:03.856"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:22:03.857" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:22:03.858" starttime="20181202 16:22:03.857"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.895" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 16:22:03.896" starttime="20181202 16:22:03.858"></status>
</kw>
<msg timestamp="20181202 16:22:03.896" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:22:03.896" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 16:22:03.896" starttime="20181202 16:22:03.858"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.945" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "e "x "t "e "r "n "a "l "_ "n "e "t "w "o "r "k ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:03.945" starttime="20181202 16:22:03.897"></status>
</kw>
<msg timestamp="20181202 16:22:03.945" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:22:03.945" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:22:03.945" starttime="20181202 16:22:03.896"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.946" starttime="20181202 16:22:03.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.946" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "e "x "t "e "r "n "a "l "_ "n "e "t "w "o "r "k ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:03.946" starttime="20181202 16:22:03.946"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.947" starttime="20181202 16:22:03.947"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.948" starttime="20181202 16:22:03.948"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.949" starttime="20181202 16:22:03.948"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:03.949" starttime="20181202 16:22:03.949"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.949" starttime="20181202 16:22:03.947"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.949" starttime="20181202 16:22:03.856"></status>
</kw>
<msg timestamp="20181202 16:22:03.949" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:22:03.949" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:22:03.949" starttime="20181202 16:22:03.855"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.950" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:03.950" starttime="20181202 16:22:03.950"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.950" starttime="20181202 16:22:03.855"></status>
</kw>
<msg timestamp="20181202 16:22:03.950" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:22:03.950" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:22:03.950" starttime="20181202 16:22:03.845"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.950"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.842"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.831"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.830"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:03.951" starttime="20181202 16:22:03.161"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 16:22:03.952" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 16:22:03.952" starttime="20181202 16:22:03.951"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:22:03.954" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.954" starttime="20181202 16:22:03.954"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:22:03.955" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.955" starttime="20181202 16:22:03.954"></status>
</kw>
<msg timestamp="20181202 16:22:03.955" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:03.955" starttime="20181202 16:22:03.953"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:22:03.956" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:03.956" starttime="20181202 16:22:03.955"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:22:03.958" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:03.958" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:03.958" starttime="20181202 16:22:03.958"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:03.966" starttime="20181202 16:22:03.966"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:22:03.966" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:22:04.156" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:22:04.157" starttime="20181202 16:22:03.966"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.217" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 16:22:04.217" starttime="20181202 16:22:04.157"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:04.218" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:22:04.219" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:04.219" starttime="20181202 16:22:04.217"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:22:04.261" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:22:04.261" starttime="20181202 16:22:04.219"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:04.263" starttime="20181202 16:22:04.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.264" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:04.264" starttime="20181202 16:22:04.263"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.264" starttime="20181202 16:22:03.965"></status>
</kw>
<msg timestamp="20181202 16:22:04.264" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:04.264" starttime="20181202 16:22:03.958"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.265" starttime="20181202 16:22:04.265"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.266" starttime="20181202 16:22:04.265"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:04.266" starttime="20181202 16:22:04.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.266" starttime="20181202 16:22:04.264"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.266" starttime="20181202 16:22:03.957"></status>
</kw>
<msg timestamp="20181202 16:22:04.266" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:04.266" starttime="20181202 16:22:03.957"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.267" starttime="20181202 16:22:03.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.267" starttime="20181202 16:22:03.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.267" starttime="20181202 16:22:03.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.267" starttime="20181202 16:22:03.953"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.267" starttime="20181202 16:22:03.952"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:22:04.268" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:04.269" starttime="20181202 16:22:04.268"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:22:04.269" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:04.269" starttime="20181202 16:22:04.269"></status>
</kw>
<msg timestamp="20181202 16:22:04.269" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:22:04.269" starttime="20181202 16:22:04.268"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:22:04.270" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:04.270" starttime="20181202 16:22:04.270"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:22:04.273" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:04.273" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:04.273" starttime="20181202 16:22:04.272"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.281" starttime="20181202 16:22:04.280"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.281" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:22:04.484" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:22:04.484" starttime="20181202 16:22:04.281"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.536" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 16:22:04.536" starttime="20181202 16:22:04.485"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:04.539" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:22:04.539" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:04.539" starttime="20181202 16:22:04.536"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:22:04.583" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:22:04.583" starttime="20181202 16:22:04.539"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:04.585" starttime="20181202 16:22:04.584"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.586" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:04.586" starttime="20181202 16:22:04.585"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.586" starttime="20181202 16:22:04.279"></status>
</kw>
<msg timestamp="20181202 16:22:04.586" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:04.586" starttime="20181202 16:22:04.273"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.587" starttime="20181202 16:22:04.587"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.587"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.586"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.271"></status>
</kw>
<msg timestamp="20181202 16:22:04.588" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.271"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.270"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.269"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.588" starttime="20181202 16:22:04.269"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.589" starttime="20181202 16:22:04.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.589" starttime="20181202 16:22:04.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.589" starttime="20181202 16:22:03.952"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.589" starttime="20181202 16:22:03.952"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.590" starttime="20181202 16:22:04.589"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.591" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:04.591" starttime="20181202 16:22:04.590"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:22:04.592" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 16:22:04.592" starttime="20181202 16:22:04.591"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:22:04.593" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:22:04.593" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:22:04.593" starttime="20181202 16:22:04.592"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:04.593" starttime="20181202 16:22:04.593"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.594" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:22:04.938" level="INFO">Read output: Last login: Sun Dec  2 16:22:03 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:04.938" starttime="20181202 16:22:04.594"></status>
</kw>
<msg timestamp="20181202 16:22:04.938" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:04.938" starttime="20181202 16:22:04.593"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.938" starttime="20181202 16:22:04.592"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.939" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:22:04.939" starttime="20181202 16:22:04.939"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.939" starttime="20181202 16:22:04.591"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.941" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:04.941" starttime="20181202 16:22:04.941"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.942" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:04.942" starttime="20181202 16:22:04.942"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.943" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:22:04.943" starttime="20181202 16:22:04.942"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.944" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:22:04.944" starttime="20181202 16:22:04.943"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.945" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:22:04.945" starttime="20181202 16:22:04.944"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.946" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:22:04.946" starttime="20181202 16:22:04.945"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.952" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:22:04.952" starttime="20181202 16:22:04.946"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.958" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:22:04.958" starttime="20181202 16:22:04.953"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.958" starttime="20181202 16:22:04.940"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:04.958" starttime="20181202 16:22:04.940"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 16:22:04.958" level="INFO">Length is 1</msg>
<msg timestamp="20181202 16:22:04.958" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:22:04.958" starttime="20181202 16:22:04.958"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 16:22:04.959" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:22:04.959" starttime="20181202 16:22:04.959"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:04.968" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:22:04.996" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:06.992" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:06.993" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:06.993" starttime="20181202 16:22:04.968"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:06.994" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:06.994" starttime="20181202 16:22:06.993"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:06.995" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:06.995" starttime="20181202 16:22:06.994"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:06.996" starttime="20181202 16:22:06.995"></status>
</kw>
<msg timestamp="20181202 16:22:06.997" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:06.997" starttime="20181202 16:22:04.967"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:07.006" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:22:07.050" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:09.339" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:09.339" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:09.340" starttime="20181202 16:22:07.006"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:09.341" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:09.341" starttime="20181202 16:22:09.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:09.342" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:09.342" starttime="20181202 16:22:09.341"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:09.343" starttime="20181202 16:22:09.342"></status>
</kw>
<msg timestamp="20181202 16:22:09.343" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:22:09.343" starttime="20181202 16:22:07.005"></status>
</kw>
<msg timestamp="20181202 16:22:09.343" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:09.343" starttime="20181202 16:22:04.960"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:09.353" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:22:09.387" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:11.421" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:11.421" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:11.421" starttime="20181202 16:22:09.353"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:11.423" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:11.423" starttime="20181202 16:22:11.422"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:11.424" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:11.424" starttime="20181202 16:22:11.424"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:11.425" starttime="20181202 16:22:11.424"></status>
</kw>
<msg timestamp="20181202 16:22:11.426" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:11.426" starttime="20181202 16:22:09.353"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:11.439" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:22:11.477" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:13.604" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:13.605" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:13.605" starttime="20181202 16:22:11.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:13.606" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:13.607" starttime="20181202 16:22:13.606"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:13.607" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:13.608" starttime="20181202 16:22:13.607"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:13.609" starttime="20181202 16:22:13.608"></status>
</kw>
<msg timestamp="20181202 16:22:13.609" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:22:13.609" starttime="20181202 16:22:11.438"></status>
</kw>
<msg timestamp="20181202 16:22:13.610" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:13.610" starttime="20181202 16:22:09.344"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:13.624" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:22:13.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:15.938" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:15.938" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:15.938" starttime="20181202 16:22:13.623"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:15.939" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:15.939" starttime="20181202 16:22:15.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:15.939" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:15.940" starttime="20181202 16:22:15.939"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:15.940" starttime="20181202 16:22:15.940"></status>
</kw>
<msg timestamp="20181202 16:22:15.941" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:15.941" starttime="20181202 16:22:13.622"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:15.948" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:22:15.991" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:18.036" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:18.036" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:18.037" starttime="20181202 16:22:15.948"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.039" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:18.039" starttime="20181202 16:22:18.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.040" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:18.040" starttime="20181202 16:22:18.039"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:18.042" starttime="20181202 16:22:18.041"></status>
</kw>
<msg timestamp="20181202 16:22:18.043" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:22:18.043" starttime="20181202 16:22:15.947"></status>
</kw>
<msg timestamp="20181202 16:22:18.043" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:18.043" starttime="20181202 16:22:13.610"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.045" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:18.045" starttime="20181202 16:22:18.044"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.046" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:18.046" starttime="20181202 16:22:18.045"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.047" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:22:18.048" starttime="20181202 16:22:18.047"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.048" starttime="20181202 16:22:04.959"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:18.052" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 16:22:18.052" starttime="20181202 16:22:18.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.053" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 16:22:18.053" starttime="20181202 16:22:18.052"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.053" starttime="20181202 16:22:18.048"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.053" starttime="20181202 16:22:04.590"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.055" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62284ded0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:22:18.056" starttime="20181202 16:22:18.054"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.056" starttime="20181202 16:22:04.589"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 16:22:18.059" level="INFO">${suite_} = CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:22:18.059" starttime="20181202 16:22:18.058"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 16:22:18.060" level="INFO">${tag_} = tcpdump_port_6653__CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:22:18.060" starttime="20181202 16:22:18.060"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 16:22:18.063" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:18.063" starttime="20181202 16:22:18.063"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 16:22:18.065" level="INFO">${fname} = tcpdump_port_6653__CSIT_External_Network__192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:22:18.065" starttime="20181202 16:22:18.065"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:22:18.069" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:18.069" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:18.069" starttime="20181202 16:22:18.067"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:22:18.071" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:22:18.071" starttime="20181202 16:22:18.070"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:22:18.072" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:22:18.073" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:22:18.073" starttime="20181202 16:22:18.072"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:18.074" starttime="20181202 16:22:18.073"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.076" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:22:18.379" level="INFO">Read output: Last login: Sun Dec  2 16:22:04 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:18.380" starttime="20181202 16:22:18.075"></status>
</kw>
<msg timestamp="20181202 16:22:18.380" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:18.380" starttime="20181202 16:22:18.074"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.380" starttime="20181202 16:22:18.071"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:22:18.381" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 16:22:18.381" starttime="20181202 16:22:18.380"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:22:18.381" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 16:22:18.385" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 16:22:18.385" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 16:22:18.385" starttime="20181202 16:22:18.381"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.386" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:22:18.386" starttime="20181202 16:22:18.386"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.387" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:22:18.387" starttime="20181202 16:22:18.386"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:18.388" starttime="20181202 16:22:18.388"></status>
</kw>
<msg timestamp="20181202 16:22:18.388" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:18.388" starttime="20181202 16:22:18.388"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.387"></status>
</kw>
<msg timestamp="20181202 16:22:18.389" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.066"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.389"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.064"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.064"></status>
</kw>
<msg timestamp="20181202 16:22:18.389" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:22:18.389" starttime="20181202 16:22:18.061"></status>
</kw>
<msg timestamp="20181202 16:22:18.390" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:22:18.390" starttime="20181202 16:22:18.057"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 16:22:18.390" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:22:18.390" starttime="20181202 16:22:18.390"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:18.392" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:18.392" starttime="20181202 16:22:18.392"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:18.394" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:22:18.433" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:20.425" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:20.425" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:20.425" starttime="20181202 16:22:18.392"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:20.427" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:20.427" starttime="20181202 16:22:20.426"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:20.427" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:20.427" starttime="20181202 16:22:20.427"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:20.428" starttime="20181202 16:22:20.428"></status>
</kw>
<msg timestamp="20181202 16:22:20.429" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:22:20.429" starttime="20181202 16:22:18.392"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:20.430" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:22:20.430" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:20.430" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:20.430" starttime="20181202 16:22:20.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:20.430" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:20.430" starttime="20181202 16:22:20.430"></status>
</kw>
<msg timestamp="20181202 16:22:20.431" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:20.431" starttime="20181202 16:22:18.391"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:22:20.431" starttime="20181202 16:22:20.431"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:20.433" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:20.433" starttime="20181202 16:22:20.432"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:20.434" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:22:20.457" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:22.935" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:22.935" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:22.936" starttime="20181202 16:22:20.434"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:22.937" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:22.937" starttime="20181202 16:22:22.936"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:22.938" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:22.938" starttime="20181202 16:22:22.937"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:22.939" starttime="20181202 16:22:22.938"></status>
</kw>
<msg timestamp="20181202 16:22:22.939" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:22:22.939" starttime="20181202 16:22:20.433"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:22.940" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:22:22.940" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:22.940" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:22.940" starttime="20181202 16:22:22.940"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:22.941" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:22.941" starttime="20181202 16:22:22.940"></status>
</kw>
<msg timestamp="20181202 16:22:22.941" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:22.941" starttime="20181202 16:22:20.431"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:22:22.941" starttime="20181202 16:22:22.941"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:22.943" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:22.943" starttime="20181202 16:22:22.942"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:22.944" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:22:22.985" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:25.163" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:25.163" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:25.163" starttime="20181202 16:22:22.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:25.164" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:25.164" starttime="20181202 16:22:25.164"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:25.165" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:25.165" starttime="20181202 16:22:25.164"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:25.165" starttime="20181202 16:22:25.165"></status>
</kw>
<msg timestamp="20181202 16:22:25.166" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:22:25.166" starttime="20181202 16:22:22.943"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:25.166" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:22:25.166" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:25.166" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:25.166" starttime="20181202 16:22:25.166"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:25.167" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:25.167" starttime="20181202 16:22:25.166"></status>
</kw>
<msg timestamp="20181202 16:22:25.167" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:25.167" starttime="20181202 16:22:22.942"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:22:25.167" starttime="20181202 16:22:25.167"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:25.168" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:25.168" starttime="20181202 16:22:25.168"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:25.170" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:22:25.189" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:27.215" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:27.216" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:27.216" starttime="20181202 16:22:25.169"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:27.217" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:27.217" starttime="20181202 16:22:27.216"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:27.218" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:27.218" starttime="20181202 16:22:27.217"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:27.218" starttime="20181202 16:22:27.218"></status>
</kw>
<msg timestamp="20181202 16:22:27.219" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:22:27.219" starttime="20181202 16:22:25.168"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:27.219" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:22:27.219" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:27.220" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:27.220" starttime="20181202 16:22:27.219"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:27.220" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:27.220" starttime="20181202 16:22:27.220"></status>
</kw>
<msg timestamp="20181202 16:22:27.220" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:27.220" starttime="20181202 16:22:25.167"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 16:22:27.221" starttime="20181202 16:22:27.220"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:27.222" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:27.222" starttime="20181202 16:22:27.221"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:27.223" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:22:27.262" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:29.318" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:29.318" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:29.318" starttime="20181202 16:22:27.222"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:29.319" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:29.319" starttime="20181202 16:22:29.319"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:29.320" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:29.320" starttime="20181202 16:22:29.319"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:29.320" starttime="20181202 16:22:29.320"></status>
</kw>
<msg timestamp="20181202 16:22:29.321" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:22:29.321" starttime="20181202 16:22:27.222"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:29.321" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:22:29.321" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:29.321" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:29.321" starttime="20181202 16:22:29.321"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:29.322" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:22:29.322" starttime="20181202 16:22:29.321"></status>
</kw>
<msg timestamp="20181202 16:22:29.322" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:29.322" starttime="20181202 16:22:27.221"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 16:22:29.322" starttime="20181202 16:22:29.322"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:29.323" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:22:29.323" starttime="20181202 16:22:29.323"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:29.324" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:22:29.359" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:31.415" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:31.416" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:31.416" starttime="20181202 16:22:29.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:31.417" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:22:31.417" starttime="20181202 16:22:31.416"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:31.418" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:31.418" starttime="20181202 16:22:31.417"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:31.419" starttime="20181202 16:22:31.418"></status>
</kw>
<msg timestamp="20181202 16:22:31.419" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:22:31.419" starttime="20181202 16:22:29.323"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:22:31.420" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:22:31.420" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:22:31.420" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:22:31.420" starttime="20181202 16:22:31.420"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:22:31.420" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:22:31.420" starttime="20181202 16:22:31.420"></status>
</kw>
<msg timestamp="20181202 16:22:31.421" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:22:31.421" starttime="20181202 16:22:29.322"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:31.422" starttime="20181202 16:22:31.421"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:31.422" starttime="20181202 16:22:31.421"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:31.422" starttime="20181202 16:22:31.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:31.422" starttime="20181202 16:22:31.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:31.422" starttime="20181202 16:22:31.421"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:22:31.423" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:22:31.423" starttime="20181202 16:22:31.423"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:31.431" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:22:31.464" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:33.950" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:33.950" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:33.950" starttime="20181202 16:22:31.431"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:33.952" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:33.952" starttime="20181202 16:22:33.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:33.952" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:33.952" starttime="20181202 16:22:33.952"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:33.953" starttime="20181202 16:22:33.953"></status>
</kw>
<msg timestamp="20181202 16:22:33.953" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:33.954" starttime="20181202 16:22:31.430"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:33.954" starttime="20181202 16:22:31.424"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:33.963" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:22:33.989" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:36.120" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:36.121" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:36.121" starttime="20181202 16:22:33.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:36.122" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:36.122" starttime="20181202 16:22:36.122"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:36.123" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:36.123" starttime="20181202 16:22:36.122"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:36.124" starttime="20181202 16:22:36.123"></status>
</kw>
<msg timestamp="20181202 16:22:36.124" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:36.124" starttime="20181202 16:22:33.962"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:36.124" starttime="20181202 16:22:33.954"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:36.132" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:22:36.159" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:38.230" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:38.231" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:38.231" starttime="20181202 16:22:36.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:38.232" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:38.232" starttime="20181202 16:22:38.231"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:38.232" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:38.232" starttime="20181202 16:22:38.232"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:38.233" starttime="20181202 16:22:38.233"></status>
</kw>
<msg timestamp="20181202 16:22:38.233" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:38.234" starttime="20181202 16:22:36.131"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:38.234" starttime="20181202 16:22:36.124"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:38.242" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:22:38.272" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:40.369" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:40.370" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:40.370" starttime="20181202 16:22:38.242"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:40.372" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:40.372" starttime="20181202 16:22:40.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:40.372" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:40.373" starttime="20181202 16:22:40.372"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:40.374" starttime="20181202 16:22:40.373"></status>
</kw>
<msg timestamp="20181202 16:22:40.374" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:40.374" starttime="20181202 16:22:38.242"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:40.374" starttime="20181202 16:22:38.234"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:40.389" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:22:40.414" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:42.686" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:42.686" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:42.686" starttime="20181202 16:22:40.389"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:42.687" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:22:42.687" starttime="20181202 16:22:42.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:42.688" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:42.688" starttime="20181202 16:22:42.687"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:42.689" starttime="20181202 16:22:42.688"></status>
</kw>
<msg timestamp="20181202 16:22:42.689" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:22:42.689" starttime="20181202 16:22:40.388"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:42.689" starttime="20181202 16:22:40.375"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:42.699" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:22:42.717" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:44.835" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:44.836" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:44.836" starttime="20181202 16:22:42.698"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:44.837" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:22:44.837" starttime="20181202 16:22:44.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:44.837" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:44.837" starttime="20181202 16:22:44.837"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:44.838" starttime="20181202 16:22:44.837"></status>
</kw>
<msg timestamp="20181202 16:22:44.838" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:22:44.838" starttime="20181202 16:22:42.698"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:44.838" starttime="20181202 16:22:42.689"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:44.846" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:22:44.888" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:47.153" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:47.154" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:47.154" starttime="20181202 16:22:44.846"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:47.156" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:47.156" starttime="20181202 16:22:47.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:47.157" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:47.157" starttime="20181202 16:22:47.156"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:47.158" starttime="20181202 16:22:47.157"></status>
</kw>
<msg timestamp="20181202 16:22:47.159" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:47.159" starttime="20181202 16:22:44.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:47.159" starttime="20181202 16:22:44.838"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:47.183" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:22:47.212" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:49.217" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:49.217" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:49.217" starttime="20181202 16:22:47.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.218" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:49.218" starttime="20181202 16:22:49.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.219" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:49.219" starttime="20181202 16:22:49.219"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:49.219"></status>
</kw>
<msg timestamp="20181202 16:22:49.220" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:47.181"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:47.159"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:31.423"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:31.423"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:18.391"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.220" starttime="20181202 16:22:18.390"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.222" starttime="20181202 16:22:49.222"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:22:49.223" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 16:22:49.223" starttime="20181202 16:22:49.222"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.224" starttime="20181202 16:22:49.224"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.224" starttime="20181202 16:22:49.224"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.229" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.229" starttime="20181202 16:22:49.225"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.244" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.244" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.244" starttime="20181202 16:22:49.230"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.244" starttime="20181202 16:22:49.223"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.244" starttime="20181202 16:22:49.223"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.247" starttime="20181202 16:22:49.246"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.248" starttime="20181202 16:22:49.247"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.251" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.251" starttime="20181202 16:22:49.248"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.261" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.261" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.261" starttime="20181202 16:22:49.252"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.262" starttime="20181202 16:22:49.245"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.262" starttime="20181202 16:22:49.245"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.265" starttime="20181202 16:22:49.263"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.265" starttime="20181202 16:22:49.265"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.269" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.269" starttime="20181202 16:22:49.266"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.279" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.279" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.279" starttime="20181202 16:22:49.269"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.279" starttime="20181202 16:22:49.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.279" starttime="20181202 16:22:49.262"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.281" starttime="20181202 16:22:49.281"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.282" starttime="20181202 16:22:49.282"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.285" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.285" starttime="20181202 16:22:49.282"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.295" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.295" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.295" starttime="20181202 16:22:49.286"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.295" starttime="20181202 16:22:49.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.295" starttime="20181202 16:22:49.280"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.297" starttime="20181202 16:22:49.297"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.298" starttime="20181202 16:22:49.297"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.301" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.301" starttime="20181202 16:22:49.298"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.315" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.315" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.315" starttime="20181202 16:22:49.302"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.316" starttime="20181202 16:22:49.296"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.316" starttime="20181202 16:22:49.296"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.318" starttime="20181202 16:22:49.318"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.319" starttime="20181202 16:22:49.319"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.322" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.323" starttime="20181202 16:22:49.319"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.332" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.332" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.332" starttime="20181202 16:22:49.323"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.332" starttime="20181202 16:22:49.316"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.333" starttime="20181202 16:22:49.316"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.335" starttime="20181202 16:22:49.334"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.335" starttime="20181202 16:22:49.335"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.339" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.340" starttime="20181202 16:22:49.336"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.348" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.349" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.349" starttime="20181202 16:22:49.340"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.349" starttime="20181202 16:22:49.333"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.349" starttime="20181202 16:22:49.333"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.351" starttime="20181202 16:22:49.351"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.352" starttime="20181202 16:22:49.352"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.355" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.355" starttime="20181202 16:22:49.352"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.366" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.366" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.366" starttime="20181202 16:22:49.355"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.366" starttime="20181202 16:22:49.350"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.366" starttime="20181202 16:22:49.349"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.368" starttime="20181202 16:22:49.367"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.369" starttime="20181202 16:22:49.368"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.372" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.372" starttime="20181202 16:22:49.369"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.383" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.383" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.383" starttime="20181202 16:22:49.373"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.383" starttime="20181202 16:22:49.367"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.383" starttime="20181202 16:22:49.366"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.385" starttime="20181202 16:22:49.385"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.386" starttime="20181202 16:22:49.386"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.389" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:22:49.389" starttime="20181202 16:22:49.386"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.399" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.400" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:49.400" starttime="20181202 16:22:49.390"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.400" starttime="20181202 16:22:49.384"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.400" starttime="20181202 16:22:49.384"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.400" starttime="20181202 16:22:49.223"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.402" starttime="20181202 16:22:49.401"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:22:49.402" starttime="20181202 16:22:49.402"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.405" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 16:22:49.405" starttime="20181202 16:22:49.402"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.475" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:22:49.475" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 16:22:49.475" starttime="20181202 16:22:49.405"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.475" starttime="20181202 16:22:49.400"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.476" starttime="20181202 16:22:49.221"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.476" starttime="20181202 16:22:49.221"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.476" starttime="20181202 16:22:49.221"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.476" starttime="20181202 16:22:49.221"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.486" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:22:49.486" starttime="20181202 16:22:49.485"></status>
</kw>
<msg timestamp="20181202 16:22:49.486" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:49.486" starttime="20181202 16:22:49.485"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.486" starttime="20181202 16:22:49.486"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:22:49.487" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:22:49.487" starttime="20181202 16:22:49.487"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.487" starttime="20181202 16:22:49.484"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.499" starttime="20181202 16:22:49.499"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.500" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:22:49.677" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:22:49.677" starttime="20181202 16:22:49.499"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.704" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 16:22:49.704" starttime="20181202 16:22:49.678"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:22:49.713" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:22:49 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:22:49.714" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:22:49 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:22:49.714" starttime="20181202 16:22:49.705"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:22:49.758" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:22:49.758" starttime="20181202 16:22:49.714"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:49.760" starttime="20181202 16:22:49.759"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.761" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:22:49 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:22:49.761" starttime="20181202 16:22:49.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.761" starttime="20181202 16:22:49.498"></status>
</kw>
<msg timestamp="20181202 16:22:49.761" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:22:49 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:22:49.761" starttime="20181202 16:22:49.490"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.762" starttime="20181202 16:22:49.762"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.763" starttime="20181202 16:22:49.763"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.763" starttime="20181202 16:22:49.762"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.764" starttime="20181202 16:22:49.763"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.764" starttime="20181202 16:22:49.763"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.764" starttime="20181202 16:22:49.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.765" starttime="20181202 16:22:49.764"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.765" starttime="20181202 16:22:49.765"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.765" starttime="20181202 16:22:49.765"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.766" starttime="20181202 16:22:49.766"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.766" starttime="20181202 16:22:49.765"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.766"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.766"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.762"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.490"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.490"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.767" starttime="20181202 16:22:49.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.768" starttime="20181202 16:22:49.488"></status>
</kw>
<msg timestamp="20181202 16:22:49.768" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:49.768" starttime="20181202 16:22:49.488"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.780" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:22:49.781" starttime="20181202 16:22:49.780"></status>
</kw>
<msg timestamp="20181202 16:22:49.781" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:49.781" starttime="20181202 16:22:49.780"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.781" starttime="20181202 16:22:49.781"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:22:49.782" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:22:49.782" starttime="20181202 16:22:49.782"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.782" starttime="20181202 16:22:49.779"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.782" starttime="20181202 16:22:49.768"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.782" starttime="20181202 16:22:49.487"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 16:22:49.784" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 16:22:49.784" starttime="20181202 16:22:49.784"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.794" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 16:22:49.795" starttime="20181202 16:22:49.785"></status>
</kw>
<msg timestamp="20181202 16:22:49.795" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:22:49.795" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 16:22:49.795" starttime="20181202 16:22:49.785"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.796" starttime="20181202 16:22:49.795"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.796" starttime="20181202 16:22:49.785"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.796" starttime="20181202 16:22:49.785"></status>
</kw>
<msg timestamp="20181202 16:22:49.796" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 16:22:49.796" starttime="20181202 16:22:49.784"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.796" starttime="20181202 16:22:49.796"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.797" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:49.797" starttime="20181202 16:22:49.797"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.797" starttime="20181202 16:22:49.783"></status>
</kw>
<msg timestamp="20181202 16:22:49.797" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:49.797" starttime="20181202 16:22:49.783"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.806" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:22:49.807" starttime="20181202 16:22:49.806"></status>
</kw>
<msg timestamp="20181202 16:22:49.807" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:49.807" starttime="20181202 16:22:49.806"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.807" starttime="20181202 16:22:49.807"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:22:49.808" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:22:49.808" starttime="20181202 16:22:49.807"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.808" starttime="20181202 16:22:49.805"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.808" starttime="20181202 16:22:49.798"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.808" starttime="20181202 16:22:49.782"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:22:49.819" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:22:49.819" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:22:49.819" starttime="20181202 16:22:49.809"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 16:22:49.838" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:22:49.839" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 16:22:49.839" starttime="20181202 16:22:49.821"></status>
</kw>
<msg timestamp="20181202 16:22:49.840" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:22:49.840" starttime="20181202 16:22:49.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.841" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:22:49.843" starttime="20181202 16:22:49.840"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:49.844" starttime="20181202 16:22:49.819"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 16:22:49.844" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 16:22:49.844" starttime="20181202 16:22:49.844"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.846" starttime="20181202 16:22:49.846"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:22:49.847" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:22:49.847" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:22:49.847" starttime="20181202 16:22:49.846"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:22:49.847" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:22:49.848" starttime="20181202 16:22:49.847"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:22:49.848" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 16:22:49.848" starttime="20181202 16:22:49.848"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:22:49.849" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:22:49.849" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:22:49.849" starttime="20181202 16:22:49.849"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:49.850" starttime="20181202 16:22:49.850"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:22:49.851" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:22:50.214" level="INFO">Read output: Last login: Sun Dec  2 16:22:18 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:22:50.214" starttime="20181202 16:22:49.850"></status>
</kw>
<msg timestamp="20181202 16:22:50.214" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:50.214" starttime="20181202 16:22:49.850"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.215" starttime="20181202 16:22:49.849"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:22:50.216" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 16:22:50.261" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:22:50.261" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xff...</msg>
<msg timestamp="20181202 16:22:50.261" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:22:50.261" starttime="20181202 16:22:50.215"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:50.294" starttime="20181202 16:22:50.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:50.296" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:50.296" starttime="20181202 16:22:50.295"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.297" starttime="20181202 16:22:50.296"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:50.299" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:22:50.300" starttime="20181202 16:22:50.299"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.300" starttime="20181202 16:22:50.298"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.304" starttime="20181202 16:22:50.302"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.305" starttime="20181202 16:22:50.305"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:22:50.306" starttime="20181202 16:22:50.306"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.306" starttime="20181202 16:22:50.301"></status>
</kw>
<msg timestamp="20181202 16:22:50.307" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xff...</msg>
<status status="PASS" endtime="20181202 16:22:50.307" starttime="20181202 16:22:49.845"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 16:22:50.308" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 16:22:50.308" starttime="20181202 16:22:50.307"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 16:22:50.309" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:22:50.309" starttime="20181202 16:22:50.309"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.313" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.314" starttime="20181202 16:22:50.311"></status>
</kw>
<msg timestamp="20181202 16:22:50.314" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.314" starttime="20181202 16:22:50.310"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.315" starttime="20181202 16:22:50.314"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.315" starttime="20181202 16:22:50.310"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.319" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.319" starttime="20181202 16:22:50.316"></status>
</kw>
<msg timestamp="20181202 16:22:50.319" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.319" starttime="20181202 16:22:50.316"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.320" starttime="20181202 16:22:50.320"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.320" starttime="20181202 16:22:50.315"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.324" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.324" starttime="20181202 16:22:50.322"></status>
</kw>
<msg timestamp="20181202 16:22:50.324" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.325" starttime="20181202 16:22:50.321"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.325" starttime="20181202 16:22:50.325"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.325" starttime="20181202 16:22:50.321"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.329" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.329" starttime="20181202 16:22:50.327"></status>
</kw>
<msg timestamp="20181202 16:22:50.329" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.329" starttime="20181202 16:22:50.326"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.330" starttime="20181202 16:22:50.330"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.330" starttime="20181202 16:22:50.326"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.332" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.332" starttime="20181202 16:22:50.331"></status>
</kw>
<msg timestamp="20181202 16:22:50.332" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.332" starttime="20181202 16:22:50.331"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.333" starttime="20181202 16:22:50.333"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.333" starttime="20181202 16:22:50.330"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.334" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.335" starttime="20181202 16:22:50.333"></status>
</kw>
<msg timestamp="20181202 16:22:50.335" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.335" starttime="20181202 16:22:50.333"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.335" starttime="20181202 16:22:50.335"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.335" starttime="20181202 16:22:50.333"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.337" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.338" starttime="20181202 16:22:50.336"></status>
</kw>
<msg timestamp="20181202 16:22:50.338" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.338" starttime="20181202 16:22:50.336"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.338" starttime="20181202 16:22:50.338"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.338" starttime="20181202 16:22:50.336"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.340" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.340" starttime="20181202 16:22:50.339"></status>
</kw>
<msg timestamp="20181202 16:22:50.340" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.340" starttime="20181202 16:22:50.339"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.341" starttime="20181202 16:22:50.341"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.341" starttime="20181202 16:22:50.338"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.343" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.343" starttime="20181202 16:22:50.341"></status>
</kw>
<msg timestamp="20181202 16:22:50.343" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.343" starttime="20181202 16:22:50.341"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.343" starttime="20181202 16:22:50.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.343" starttime="20181202 16:22:50.341"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.345" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.345" starttime="20181202 16:22:50.344"></status>
</kw>
<msg timestamp="20181202 16:22:50.345" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.345" starttime="20181202 16:22:50.344"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.346" starttime="20181202 16:22:50.346"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.346" starttime="20181202 16:22:50.343"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.348" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.348" starttime="20181202 16:22:50.347"></status>
</kw>
<msg timestamp="20181202 16:22:50.349" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.349" starttime="20181202 16:22:50.346"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.349" starttime="20181202 16:22:50.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.349" starttime="20181202 16:22:50.346"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.352" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.352" starttime="20181202 16:22:50.350"></status>
</kw>
<msg timestamp="20181202 16:22:50.352" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.352" starttime="20181202 16:22:50.349"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.352" starttime="20181202 16:22:50.352"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.352" starttime="20181202 16:22:50.349"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.355" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.355" starttime="20181202 16:22:50.353"></status>
</kw>
<msg timestamp="20181202 16:22:50.355" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.355" starttime="20181202 16:22:50.353"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.355" starttime="20181202 16:22:50.355"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.355" starttime="20181202 16:22:50.352"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.358" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.358" starttime="20181202 16:22:50.356"></status>
</kw>
<msg timestamp="20181202 16:22:50.358" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.358" starttime="20181202 16:22:50.356"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.359" starttime="20181202 16:22:50.359"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.359" starttime="20181202 16:22:50.355"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.361" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.362" starttime="20181202 16:22:50.359"></status>
</kw>
<msg timestamp="20181202 16:22:50.362" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.362" starttime="20181202 16:22:50.359"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.362" starttime="20181202 16:22:50.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.362" starttime="20181202 16:22:50.359"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.365" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.365" starttime="20181202 16:22:50.363"></status>
</kw>
<msg timestamp="20181202 16:22:50.365" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.365" starttime="20181202 16:22:50.362"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.365" starttime="20181202 16:22:50.365"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.366" starttime="20181202 16:22:50.362"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.368" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.369" starttime="20181202 16:22:50.366"></status>
</kw>
<msg timestamp="20181202 16:22:50.369" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.369" starttime="20181202 16:22:50.366"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.369" starttime="20181202 16:22:50.369"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.369" starttime="20181202 16:22:50.366"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.372" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.372" starttime="20181202 16:22:50.370"></status>
</kw>
<msg timestamp="20181202 16:22:50.372" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.372" starttime="20181202 16:22:50.369"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.373" starttime="20181202 16:22:50.373"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.373" starttime="20181202 16:22:50.369"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.376" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.376" starttime="20181202 16:22:50.373"></status>
</kw>
<msg timestamp="20181202 16:22:50.376" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.376" starttime="20181202 16:22:50.373"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.377" starttime="20181202 16:22:50.376"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.377" starttime="20181202 16:22:50.373"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.385" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.385" starttime="20181202 16:22:50.378"></status>
</kw>
<msg timestamp="20181202 16:22:50.385" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.385" starttime="20181202 16:22:50.377"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.386" starttime="20181202 16:22:50.386"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.386" starttime="20181202 16:22:50.377"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.394" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.394" starttime="20181202 16:22:50.388"></status>
</kw>
<msg timestamp="20181202 16:22:50.394" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.394" starttime="20181202 16:22:50.387"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.395" starttime="20181202 16:22:50.395"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.395" starttime="20181202 16:22:50.387"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.402" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.402" starttime="20181202 16:22:50.397"></status>
</kw>
<msg timestamp="20181202 16:22:50.403" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.403" starttime="20181202 16:22:50.396"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.404" starttime="20181202 16:22:50.403"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.404" starttime="20181202 16:22:50.396"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.410" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.411" starttime="20181202 16:22:50.405"></status>
</kw>
<msg timestamp="20181202 16:22:50.411" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.411" starttime="20181202 16:22:50.404"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.412" starttime="20181202 16:22:50.411"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.412" starttime="20181202 16:22:50.404"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.419" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.419" starttime="20181202 16:22:50.413"></status>
</kw>
<msg timestamp="20181202 16:22:50.419" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.419" starttime="20181202 16:22:50.412"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.420" starttime="20181202 16:22:50.420"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.420" starttime="20181202 16:22:50.412"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.427" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.427" starttime="20181202 16:22:50.422"></status>
</kw>
<msg timestamp="20181202 16:22:50.428" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.428" starttime="20181202 16:22:50.421"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.428" starttime="20181202 16:22:50.428"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.429" starttime="20181202 16:22:50.420"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.435" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.435" starttime="20181202 16:22:50.430"></status>
</kw>
<msg timestamp="20181202 16:22:50.436" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.436" starttime="20181202 16:22:50.429"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.436" starttime="20181202 16:22:50.436"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.436" starttime="20181202 16:22:50.429"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.443" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.443" starttime="20181202 16:22:50.438"></status>
</kw>
<msg timestamp="20181202 16:22:50.443" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.443" starttime="20181202 16:22:50.437"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.444" starttime="20181202 16:22:50.443"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.444" starttime="20181202 16:22:50.437"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.450" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.450" starttime="20181202 16:22:50.445"></status>
</kw>
<msg timestamp="20181202 16:22:50.450" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.450" starttime="20181202 16:22:50.444"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.451" starttime="20181202 16:22:50.451"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.451" starttime="20181202 16:22:50.444"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.457" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.457" starttime="20181202 16:22:50.452"></status>
</kw>
<msg timestamp="20181202 16:22:50.458" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.458" starttime="20181202 16:22:50.451"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.458" starttime="20181202 16:22:50.458"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.458" starttime="20181202 16:22:50.451"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.464" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.464" starttime="20181202 16:22:50.459"></status>
</kw>
<msg timestamp="20181202 16:22:50.464" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.464" starttime="20181202 16:22:50.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.465" starttime="20181202 16:22:50.465"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.465" starttime="20181202 16:22:50.458"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.471" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.472" starttime="20181202 16:22:50.466"></status>
</kw>
<msg timestamp="20181202 16:22:50.472" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.472" starttime="20181202 16:22:50.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.473" starttime="20181202 16:22:50.472"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.473" starttime="20181202 16:22:50.465"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:22:50.478" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=1689.208s, table=0, n_packets=1688, n_bytes=91152, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=1689.190s, table=17, n_packets=1688, n_bytes=91152, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=1981.287s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=1981.273s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=1981.268s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.250s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.278s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=1820.180s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=1820.180s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=1981.250s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=1981.250s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=1981.090s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=1980.702s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=1980.694s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=1981.090s, table=43, n_packets=1832, n_bytes=100296, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=1981.294s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=1981.219s, table=48, n_packets=1833, n_bytes=100338, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.239s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=1981.090s, table=50, n_packets=1534, n_bytes=82836, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=1981.219s, table=50, n_packets=157, n_bytes=8526, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=1822.237s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=1981.090s, table=51, n_packets=1833, n_bytes=100338, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=1822.592s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=1822.582s, table=52, n_packets=1794, n_bytes=96864, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=881.839s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=881.836s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=866.401s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=1822.577s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=881.523s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=866.069s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=1822.580s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=881.529s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=866.071s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=1981.287s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=1981.250s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=1981.090s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=1981.282s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=1981.032s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=1981.032s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=1981.026s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=1981.007s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.007s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.030s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.026s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=1689.179s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=1981.007s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=1981.007s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=1981.007s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=1981.032s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.030s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=1981.032s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=1981.032s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=1981.007s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:22:50.478" starttime="20181202 16:22:50.473"></status>
</kw>
<msg timestamp="20181202 16:22:50.478" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:22:50.479" starttime="20181202 16:22:50.473"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.479" starttime="20181202 16:22:50.479"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.479" starttime="20181202 16:22:50.473"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.479" starttime="20181202 16:22:50.309"></status>
</kw>
<msg timestamp="20181202 16:22:50.480" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:22:50.480" starttime="20181202 16:22:49.844"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 16:22:50.480" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:22:50.480" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 16:22:50.480" starttime="20181202 16:22:50.480"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.481" starttime="20181202 16:22:50.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.481" starttime="20181202 16:22:49.844"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.481" starttime="20181202 16:22:49.844"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 16:22:50.482" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 16:22:50.482" starttime="20181202 16:22:50.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.482" starttime="20181202 16:22:49.809"></status>
</kw>
<msg timestamp="20181202 16:22:50.482" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:50.482" starttime="20181202 16:22:49.808"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:22:50.494" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:22:50.494" starttime="20181202 16:22:50.493"></status>
</kw>
<msg timestamp="20181202 16:22:50.494" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:22:50.494" starttime="20181202 16:22:50.493"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:50.495" starttime="20181202 16:22:50.494"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:22:50.495" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:50.495"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:50.492"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:50.482"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:49.808"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:49.487"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:49.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:50.496" starttime="20181202 16:22:03.161"></status>
</kw>
<kw type="for" name="${network} IN [ @{NETWORKS} ]">
<kw type="foritem" name="${network} = l3_ext_net_1">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:50.507" level="INFO">Starting process:
openstack network create l3_ext_net_1 </msg>
<msg timestamp="20181202 16:22:50.533" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:53.164" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:53.164" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:53.164" starttime="20181202 16:22:50.506"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:53.166" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:22:52Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 454e514a-2014-4f05-b826-e15836f1638d |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_ext_net_1                         |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 48                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:22:52Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:22:53.166" starttime="20181202 16:22:53.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:53.167" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:53.167" starttime="20181202 16:22:53.166"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:53.168" starttime="20181202 16:22:53.167"></status>
</kw>
<msg timestamp="20181202 16:22:53.168" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:22:53.168" starttime="20181202 16:22:50.506"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:53.169" starttime="20181202 16:22:50.497"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:53.169" starttime="20181202 16:22:50.496"></status>
</kw>
<kw type="foritem" name="${network} = l3_ext_net_2">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:53.181" level="INFO">Starting process:
openstack network create l3_ext_net_2 </msg>
<msg timestamp="20181202 16:22:53.213" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:55.584" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:55.585" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:55.585" starttime="20181202 16:22:53.180"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:55.586" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:22:55Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 82d95093-0dbf-4205-8894-295a4deba59c |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l3_ext_net_2                         |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 63                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:22:55Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:22:55.586" starttime="20181202 16:22:55.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:55.586" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:55.586" starttime="20181202 16:22:55.586"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:55.587" starttime="20181202 16:22:55.586"></status>
</kw>
<msg timestamp="20181202 16:22:55.587" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:22:55.587" starttime="20181202 16:22:53.180"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:55.587" starttime="20181202 16:22:53.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:55.587" starttime="20181202 16:22:53.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:55.588" starttime="20181202 16:22:50.496"></status>
</kw>
<kw type="for" name="${network} | ${subnet} | ${cidr} IN ZIP [ ${NETWORKS} | ${SUBNETS} | ${SUBNET_CIDRS} ]">
<kw type="foritem" name="${network} = l3_ext_net_1, ${subnet} = l3_ext_sub_1, ${cidr} = 41.0.0.0/24">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network}</arg>
<arg>${subnet}</arg>
<arg>${cidr}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:55.596" level="INFO">Starting process:
openstack subnet create --network l3_ext_net_1 --subnet-range 41.0.0.0/24 l3_ext_sub_1 </msg>
<msg timestamp="20181202 16:22:55.641" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:22:58.438" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:22:58.438" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:22:58.438" starttime="20181202 16:22:55.596"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:22:58.441" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 41.0.0.2-41.0.0.254                  |
| cidr              | 41.0.0.0/24                          |
| created_at        | 2018-12-02T16:22:57Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 41.0.0.1                             |
| host_routes       |                                      |
| id                | ca62fe28-d63d-48d8-96df-93a66bba0757 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_ext_sub_1                         |
| network_id        | 454e514a-2014-4f05-b826-e15836f1638d |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:22:57Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:22:58.441" starttime="20181202 16:22:58.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:22:58.442" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:22:58.442" starttime="20181202 16:22:58.441"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:22:58.444" starttime="20181202 16:22:58.443"></status>
</kw>
<msg timestamp="20181202 16:22:58.445" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:22:58.445" starttime="20181202 16:22:55.596"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:58.446" starttime="20181202 16:22:55.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:22:58.446" starttime="20181202 16:22:55.588"></status>
</kw>
<kw type="foritem" name="${network} = l3_ext_net_2, ${subnet} = l3_ext_sub_2, ${cidr} = 42.0.0.0/24">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network}</arg>
<arg>${subnet}</arg>
<arg>${cidr}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:22:58.473" level="INFO">Starting process:
openstack subnet create --network l3_ext_net_2 --subnet-range 42.0.0.0/24 l3_ext_sub_2 </msg>
<msg timestamp="20181202 16:22:58.497" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:01.192" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:01.192" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:01.192" starttime="20181202 16:22:58.472"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:01.193" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 42.0.0.2-42.0.0.254                  |
| cidr              | 42.0.0.0/24                          |
| created_at        | 2018-12-02T16:23:00Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 42.0.0.1                             |
| host_routes       |                                      |
| id                | 52ed238b-0a3c-4fa4-b393-e738b5c552ba |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l3_ext_sub_2                         |
| network_id        | 82d95093-0dbf-4205-8894-295a4deba59c |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:23:00Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:01.193" starttime="20181202 16:23:01.193"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:01.194" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:01.194" starttime="20181202 16:23:01.194"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:01.195" starttime="20181202 16:23:01.194"></status>
</kw>
<msg timestamp="20181202 16:23:01.195" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:23:01.195" starttime="20181202 16:22:58.471"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:01.195" starttime="20181202 16:22:58.447"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:01.195" starttime="20181202 16:22:58.446"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:01.195" starttime="20181202 16:22:55.588"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:01.198" starttime="20181202 16:23:01.197"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:01.198" starttime="20181202 16:23:01.197"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:01.208" level="INFO">Starting process:
openstack security group create l3_ext_sg </msg>
<msg timestamp="20181202 16:23:01.230" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:03.419" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:03.419" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:03.420" starttime="20181202 16:23:01.208"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:03.421" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:23:03Z                                                                                                                                  |
| description     | l3_ext_sg                                                                                                                                             |
| id              | 7786f8f7-2f91-41c8-9093-947ed3ccc495                                                                                                                  |
| name            | l3_ext_sg                                                                                                                                             |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:23:03Z', direction='egress', ethertype='IPv6', id='22a127e1-28a7-4714-a62e-4a505b98426b', updated_at='2018-12-02T16:23:03Z' |
|                 | created_at='2018-12-02T16:23:03Z', direction='egress', ethertype='IPv4', id='6e5aad71-5504-463f-ab86-561527419697', updated_at='2018-12-02T16:23:03Z' |
| updated_at      | 2018-12-02T16:23:03Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:03.421" starttime="20181202 16:23:03.420"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:03.422" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:03.422" starttime="20181202 16:23:03.421"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.423" starttime="20181202 16:23:03.422"></status>
</kw>
<msg timestamp="20181202 16:23:03.423" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:23:03.423" starttime="20181202 16:23:01.207"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:23:03.424" level="INFO">${sgp_id} = 7786f8f7-2f91-41c8-9093-947ed3ccc495</msg>
<status status="PASS" endtime="20181202 16:23:03.424" starttime="20181202 16:23:03.424"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:03.425" starttime="20181202 16:23:01.196"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:03.462" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:23:03.462" starttime="20181202 16:23:03.462"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:03.462" starttime="20181202 16:23:03.461"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.463" starttime="20181202 16:23:03.463"></status>
</kw>
<msg timestamp="20181202 16:23:03.463" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:03.463" starttime="20181202 16:23:03.462"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.464" starttime="20181202 16:23:03.464"></status>
</kw>
<msg timestamp="20181202 16:23:03.464" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:23:03.464" starttime="20181202 16:23:03.463"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.465" starttime="20181202 16:23:03.465"></status>
</kw>
<msg timestamp="20181202 16:23:03.465" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:03.465" starttime="20181202 16:23:03.464"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.466" starttime="20181202 16:23:03.466"></status>
</kw>
<msg timestamp="20181202 16:23:03.466" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:23:03.466" starttime="20181202 16:23:03.465"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.467" starttime="20181202 16:23:03.467"></status>
</kw>
<msg timestamp="20181202 16:23:03.467" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:23:03.467" starttime="20181202 16:23:03.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.468" starttime="20181202 16:23:03.468"></status>
</kw>
<msg timestamp="20181202 16:23:03.468" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:23:03.468" starttime="20181202 16:23:03.467"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:03.468" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:03.469" starttime="20181202 16:23:03.468"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:03.469" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:03.469" starttime="20181202 16:23:03.469"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:03.469" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:03.469" starttime="20181202 16:23:03.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.470" starttime="20181202 16:23:03.470"></status>
</kw>
<msg timestamp="20181202 16:23:03.470" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:03.470" starttime="20181202 16:23:03.470"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.471" starttime="20181202 16:23:03.471"></status>
</kw>
<msg timestamp="20181202 16:23:03.471" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:23:03.472" starttime="20181202 16:23:03.471"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.472" starttime="20181202 16:23:03.472"></status>
</kw>
<msg timestamp="20181202 16:23:03.472" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:03.473" starttime="20181202 16:23:03.472"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.474" starttime="20181202 16:23:03.473"></status>
</kw>
<msg timestamp="20181202 16:23:03.474" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:23:03.474" starttime="20181202 16:23:03.473"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.476" starttime="20181202 16:23:03.475"></status>
</kw>
<msg timestamp="20181202 16:23:03.476" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:03.476" starttime="20181202 16:23:03.475"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.477" starttime="20181202 16:23:03.476"></status>
</kw>
<msg timestamp="20181202 16:23:03.477" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:03.477" starttime="20181202 16:23:03.476"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:03.478" starttime="20181202 16:23:03.477"></status>
</kw>
<msg timestamp="20181202 16:23:03.478" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:03.478" starttime="20181202 16:23:03.477"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:03.479" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:23:03.520" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:05.986" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:05.987" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:05.987" starttime="20181202 16:23:03.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:05.988" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:05Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 51e039d7-bc2a-47b7-ae44-b93639c0d3ea |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:05Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:05.988" starttime="20181202 16:23:05.988"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:05.989" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:05.989" starttime="20181202 16:23:05.989"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:05.990" starttime="20181202 16:23:05.990"></status>
</kw>
<msg timestamp="20181202 16:23:05.991" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:05.991" starttime="20181202 16:23:03.478"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:05.992" level="INFO">${rule_id} = 51e039d7-bc2a-47b7-ae44-b93639c0d3ea</msg>
<status status="PASS" endtime="20181202 16:23:05.992" starttime="20181202 16:23:05.991"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:05.992" starttime="20181202 16:23:03.460"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:06.050" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:23:06.050" starttime="20181202 16:23:06.050"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:06.050" starttime="20181202 16:23:06.049"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.051" starttime="20181202 16:23:06.051"></status>
</kw>
<msg timestamp="20181202 16:23:06.051" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:06.051" starttime="20181202 16:23:06.050"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.052" starttime="20181202 16:23:06.052"></status>
</kw>
<msg timestamp="20181202 16:23:06.052" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:23:06.053" starttime="20181202 16:23:06.052"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.054" starttime="20181202 16:23:06.053"></status>
</kw>
<msg timestamp="20181202 16:23:06.054" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:06.054" starttime="20181202 16:23:06.053"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.055" starttime="20181202 16:23:06.055"></status>
</kw>
<msg timestamp="20181202 16:23:06.055" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:23:06.055" starttime="20181202 16:23:06.054"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.056" starttime="20181202 16:23:06.056"></status>
</kw>
<msg timestamp="20181202 16:23:06.056" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:23:06.056" starttime="20181202 16:23:06.055"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.057" starttime="20181202 16:23:06.057"></status>
</kw>
<msg timestamp="20181202 16:23:06.057" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:23:06.057" starttime="20181202 16:23:06.056"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:06.058" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:06.058" starttime="20181202 16:23:06.057"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:06.058" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:06.058" starttime="20181202 16:23:06.058"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:06.059" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:06.059" starttime="20181202 16:23:06.059"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.060" starttime="20181202 16:23:06.060"></status>
</kw>
<msg timestamp="20181202 16:23:06.060" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:06.060" starttime="20181202 16:23:06.059"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.061" starttime="20181202 16:23:06.061"></status>
</kw>
<msg timestamp="20181202 16:23:06.061" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress</msg>
<status status="PASS" endtime="20181202 16:23:06.061" starttime="20181202 16:23:06.060"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.062" starttime="20181202 16:23:06.062"></status>
</kw>
<msg timestamp="20181202 16:23:06.063" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:06.063" starttime="20181202 16:23:06.062"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.064" starttime="20181202 16:23:06.064"></status>
</kw>
<msg timestamp="20181202 16:23:06.064" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:23:06.064" starttime="20181202 16:23:06.063"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.065" starttime="20181202 16:23:06.065"></status>
</kw>
<msg timestamp="20181202 16:23:06.065" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:06.065" starttime="20181202 16:23:06.064"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.066" starttime="20181202 16:23:06.066"></status>
</kw>
<msg timestamp="20181202 16:23:06.066" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:06.066" starttime="20181202 16:23:06.066"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:06.067" starttime="20181202 16:23:06.067"></status>
</kw>
<msg timestamp="20181202 16:23:06.068" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:23:06.068" starttime="20181202 16:23:06.067"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:06.069" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:23:06.107" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:08.660" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:08.661" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:08.661" starttime="20181202 16:23:06.069"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:08.662" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:08Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | a10f9991-5496-49b9-8ac5-03752e162b7f |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:08Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:08.662" starttime="20181202 16:23:08.661"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:08.663" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:08.663" starttime="20181202 16:23:08.662"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.664" starttime="20181202 16:23:08.663"></status>
</kw>
<msg timestamp="20181202 16:23:08.664" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:08.664" starttime="20181202 16:23:06.068"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:08.665" level="INFO">${rule_id} = a10f9991-5496-49b9-8ac5-03752e162b7f</msg>
<status status="PASS" endtime="20181202 16:23:08.665" starttime="20181202 16:23:08.664"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:08.665" starttime="20181202 16:23:06.048"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:08.706" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:23:08.706" starttime="20181202 16:23:08.706"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:08.706" starttime="20181202 16:23:08.705"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.707" starttime="20181202 16:23:08.707"></status>
</kw>
<msg timestamp="20181202 16:23:08.708" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:08.708" starttime="20181202 16:23:08.707"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.708" starttime="20181202 16:23:08.708"></status>
</kw>
<msg timestamp="20181202 16:23:08.708" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:23:08.709" starttime="20181202 16:23:08.708"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.709" starttime="20181202 16:23:08.709"></status>
</kw>
<msg timestamp="20181202 16:23:08.709" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:08.709" starttime="20181202 16:23:08.709"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.710" starttime="20181202 16:23:08.710"></status>
</kw>
<msg timestamp="20181202 16:23:08.710" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:23:08.710" starttime="20181202 16:23:08.710"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.711" starttime="20181202 16:23:08.711"></status>
</kw>
<msg timestamp="20181202 16:23:08.711" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:23:08.711" starttime="20181202 16:23:08.711"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.712" starttime="20181202 16:23:08.712"></status>
</kw>
<msg timestamp="20181202 16:23:08.712" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:23:08.712" starttime="20181202 16:23:08.711"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:08.713" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:08.713" starttime="20181202 16:23:08.712"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:08.713" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:08.713" starttime="20181202 16:23:08.713"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:08.714" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:08.714" starttime="20181202 16:23:08.713"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.714" starttime="20181202 16:23:08.714"></status>
</kw>
<msg timestamp="20181202 16:23:08.715" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:08.715" starttime="20181202 16:23:08.714"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.715" starttime="20181202 16:23:08.715"></status>
</kw>
<msg timestamp="20181202 16:23:08.716" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:23:08.716" starttime="20181202 16:23:08.715"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.716" starttime="20181202 16:23:08.716"></status>
</kw>
<msg timestamp="20181202 16:23:08.717" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:08.717" starttime="20181202 16:23:08.716"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.718" starttime="20181202 16:23:08.717"></status>
</kw>
<msg timestamp="20181202 16:23:08.718" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:08.718" starttime="20181202 16:23:08.717"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.720" starttime="20181202 16:23:08.719"></status>
</kw>
<msg timestamp="20181202 16:23:08.720" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:08.720" starttime="20181202 16:23:08.718"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.720" starttime="20181202 16:23:08.720"></status>
</kw>
<msg timestamp="20181202 16:23:08.721" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:08.721" starttime="20181202 16:23:08.720"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:08.721" starttime="20181202 16:23:08.721"></status>
</kw>
<msg timestamp="20181202 16:23:08.721" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:08.722" starttime="20181202 16:23:08.721"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:08.723" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:23:08.743" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:11.102" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:11.102" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:11.103" starttime="20181202 16:23:08.722"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:11.104" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:11Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | bec2e2ba-279b-490e-b8a5-3ae2513d77c5 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:11Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:11.104" starttime="20181202 16:23:11.103"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:11.104" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:11.104" starttime="20181202 16:23:11.104"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.105" starttime="20181202 16:23:11.104"></status>
</kw>
<msg timestamp="20181202 16:23:11.105" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:11.105" starttime="20181202 16:23:08.722"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:11.106" level="INFO">${rule_id} = bec2e2ba-279b-490e-b8a5-3ae2513d77c5</msg>
<status status="PASS" endtime="20181202 16:23:11.106" starttime="20181202 16:23:11.106"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:11.106" starttime="20181202 16:23:08.704"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:11.139" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:23:11.139" starttime="20181202 16:23:11.138"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:11.139" starttime="20181202 16:23:11.138"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.140" starttime="20181202 16:23:11.139"></status>
</kw>
<msg timestamp="20181202 16:23:11.140" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:11.140" starttime="20181202 16:23:11.139"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.141" starttime="20181202 16:23:11.140"></status>
</kw>
<msg timestamp="20181202 16:23:11.141" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:23:11.141" starttime="20181202 16:23:11.140"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.141" starttime="20181202 16:23:11.141"></status>
</kw>
<msg timestamp="20181202 16:23:11.142" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:11.142" starttime="20181202 16:23:11.141"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.142" starttime="20181202 16:23:11.142"></status>
</kw>
<msg timestamp="20181202 16:23:11.142" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:23:11.142" starttime="20181202 16:23:11.142"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.143" starttime="20181202 16:23:11.143"></status>
</kw>
<msg timestamp="20181202 16:23:11.143" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:23:11.143" starttime="20181202 16:23:11.143"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.144" starttime="20181202 16:23:11.144"></status>
</kw>
<msg timestamp="20181202 16:23:11.144" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:23:11.144" starttime="20181202 16:23:11.144"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:11.145" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:11.145" starttime="20181202 16:23:11.145"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:11.145" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:11.145" starttime="20181202 16:23:11.145"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:11.146" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:11.146" starttime="20181202 16:23:11.146"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.147" starttime="20181202 16:23:11.147"></status>
</kw>
<msg timestamp="20181202 16:23:11.147" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:11.147" starttime="20181202 16:23:11.146"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.148" starttime="20181202 16:23:11.147"></status>
</kw>
<msg timestamp="20181202 16:23:11.148" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress</msg>
<status status="PASS" endtime="20181202 16:23:11.148" starttime="20181202 16:23:11.147"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.149" starttime="20181202 16:23:11.148"></status>
</kw>
<msg timestamp="20181202 16:23:11.149" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:11.149" starttime="20181202 16:23:11.148"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.150" starttime="20181202 16:23:11.150"></status>
</kw>
<msg timestamp="20181202 16:23:11.150" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:11.150" starttime="20181202 16:23:11.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.151" starttime="20181202 16:23:11.151"></status>
</kw>
<msg timestamp="20181202 16:23:11.151" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:11.151" starttime="20181202 16:23:11.150"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.152" starttime="20181202 16:23:11.152"></status>
</kw>
<msg timestamp="20181202 16:23:11.152" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:11.152" starttime="20181202 16:23:11.151"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:11.153" starttime="20181202 16:23:11.153"></status>
</kw>
<msg timestamp="20181202 16:23:11.153" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:23:11.153" starttime="20181202 16:23:11.152"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:11.154" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:23:11.196" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:13.513" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:13.513" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:13.514" starttime="20181202 16:23:11.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:13.515" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:13Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | a8dfb8d1-a80f-4c81-aeda-8f5a1b267334 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:13Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:13.515" starttime="20181202 16:23:13.514"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:13.515" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:13.516" starttime="20181202 16:23:13.515"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.517" starttime="20181202 16:23:13.516"></status>
</kw>
<msg timestamp="20181202 16:23:13.517" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:13.517" starttime="20181202 16:23:11.153"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:13.518" level="INFO">${rule_id} = a8dfb8d1-a80f-4c81-aeda-8f5a1b267334</msg>
<status status="PASS" endtime="20181202 16:23:13.518" starttime="20181202 16:23:13.518"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:13.519" starttime="20181202 16:23:11.137"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:13.559" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:23:13.559" starttime="20181202 16:23:13.559"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:13.559" starttime="20181202 16:23:13.558"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.560" starttime="20181202 16:23:13.560"></status>
</kw>
<msg timestamp="20181202 16:23:13.560" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:13.561" starttime="20181202 16:23:13.559"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.561" starttime="20181202 16:23:13.561"></status>
</kw>
<msg timestamp="20181202 16:23:13.562" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:23:13.562" starttime="20181202 16:23:13.561"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.562" starttime="20181202 16:23:13.562"></status>
</kw>
<msg timestamp="20181202 16:23:13.563" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:13.563" starttime="20181202 16:23:13.562"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.563" starttime="20181202 16:23:13.563"></status>
</kw>
<msg timestamp="20181202 16:23:13.564" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:23:13.564" starttime="20181202 16:23:13.563"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.565" starttime="20181202 16:23:13.564"></status>
</kw>
<msg timestamp="20181202 16:23:13.565" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:23:13.565" starttime="20181202 16:23:13.564"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.566" starttime="20181202 16:23:13.565"></status>
</kw>
<msg timestamp="20181202 16:23:13.566" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:23:13.566" starttime="20181202 16:23:13.565"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:13.566" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:13.566" starttime="20181202 16:23:13.566"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:13.567" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:13.567" starttime="20181202 16:23:13.567"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:13.568" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:13.568" starttime="20181202 16:23:13.567"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.569" starttime="20181202 16:23:13.568"></status>
</kw>
<msg timestamp="20181202 16:23:13.569" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:13.569" starttime="20181202 16:23:13.568"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.570" starttime="20181202 16:23:13.570"></status>
</kw>
<msg timestamp="20181202 16:23:13.570" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:23:13.570" starttime="20181202 16:23:13.569"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.571" starttime="20181202 16:23:13.571"></status>
</kw>
<msg timestamp="20181202 16:23:13.571" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:13.571" starttime="20181202 16:23:13.570"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.572" starttime="20181202 16:23:13.572"></status>
</kw>
<msg timestamp="20181202 16:23:13.572" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:23:13.572" starttime="20181202 16:23:13.571"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.574" starttime="20181202 16:23:13.573"></status>
</kw>
<msg timestamp="20181202 16:23:13.574" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:13.574" starttime="20181202 16:23:13.573"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.575" starttime="20181202 16:23:13.575"></status>
</kw>
<msg timestamp="20181202 16:23:13.575" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:13.575" starttime="20181202 16:23:13.574"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:13.576" starttime="20181202 16:23:13.576"></status>
</kw>
<msg timestamp="20181202 16:23:13.576" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:13.576" starttime="20181202 16:23:13.575"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:13.578" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:23:13.596" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:15.824" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:15.824" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:15.824" starttime="20181202 16:23:13.577"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:15.825" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:15Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 185b7541-5c4e-4be9-902b-de8197b5432f |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:15Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:15.825" starttime="20181202 16:23:15.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:15.826" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:15.826" starttime="20181202 16:23:15.826"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.827" starttime="20181202 16:23:15.826"></status>
</kw>
<msg timestamp="20181202 16:23:15.827" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:15.827" starttime="20181202 16:23:13.577"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:15.828" level="INFO">${rule_id} = 185b7541-5c4e-4be9-902b-de8197b5432f</msg>
<status status="PASS" endtime="20181202 16:23:15.828" starttime="20181202 16:23:15.827"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:15.828" starttime="20181202 16:23:13.556"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:23:15.857" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:23:15.857" starttime="20181202 16:23:15.856"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:15.857" starttime="20181202 16:23:15.856"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.858" starttime="20181202 16:23:15.857"></status>
</kw>
<msg timestamp="20181202 16:23:15.858" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:23:15.858" starttime="20181202 16:23:15.857"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.859" starttime="20181202 16:23:15.858"></status>
</kw>
<msg timestamp="20181202 16:23:15.859" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:23:15.859" starttime="20181202 16:23:15.858"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.860" starttime="20181202 16:23:15.859"></status>
</kw>
<msg timestamp="20181202 16:23:15.860" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:23:15.860" starttime="20181202 16:23:15.859"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.861" starttime="20181202 16:23:15.860"></status>
</kw>
<msg timestamp="20181202 16:23:15.861" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:23:15.861" starttime="20181202 16:23:15.860"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.861" starttime="20181202 16:23:15.861"></status>
</kw>
<msg timestamp="20181202 16:23:15.862" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:23:15.862" starttime="20181202 16:23:15.861"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.862" starttime="20181202 16:23:15.862"></status>
</kw>
<msg timestamp="20181202 16:23:15.862" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:23:15.862" starttime="20181202 16:23:15.862"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:23:15.863" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:23:15.863" starttime="20181202 16:23:15.863"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:23:15.863" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:23:15.863" starttime="20181202 16:23:15.863"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:23:15.864" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:15.864" starttime="20181202 16:23:15.864"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.865" starttime="20181202 16:23:15.865"></status>
</kw>
<msg timestamp="20181202 16:23:15.865" level="INFO">${cmd} = openstack security group rule create l3_ext_sg</msg>
<status status="PASS" endtime="20181202 16:23:15.865" starttime="20181202 16:23:15.864"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.866" starttime="20181202 16:23:15.866"></status>
</kw>
<msg timestamp="20181202 16:23:15.866" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress</msg>
<status status="PASS" endtime="20181202 16:23:15.866" starttime="20181202 16:23:15.865"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.867" starttime="20181202 16:23:15.866"></status>
</kw>
<msg timestamp="20181202 16:23:15.867" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:23:15.867" starttime="20181202 16:23:15.866"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.868" starttime="20181202 16:23:15.868"></status>
</kw>
<msg timestamp="20181202 16:23:15.868" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:23:15.868" starttime="20181202 16:23:15.867"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.869" starttime="20181202 16:23:15.869"></status>
</kw>
<msg timestamp="20181202 16:23:15.869" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:15.869" starttime="20181202 16:23:15.868"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.870" starttime="20181202 16:23:15.870"></status>
</kw>
<msg timestamp="20181202 16:23:15.870" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:15.870" starttime="20181202 16:23:15.869"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:15.871" starttime="20181202 16:23:15.871"></status>
</kw>
<msg timestamp="20181202 16:23:15.871" level="INFO">${cmd} = openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:23:15.871" starttime="20181202 16:23:15.870"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:15.872" level="INFO">Starting process:
openstack security group rule create l3_ext_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:23:15.916" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:18.312" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:18.312" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:18.312" starttime="20181202 16:23:15.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:18.313" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:23:18Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 98948945-45e6-4171-8a57-6b29e648d12c |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 7786f8f7-2f91-41c8-9093-947ed3ccc495 |
| updated_at        | 2018-12-02T16:23:18Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:18.314" starttime="20181202 16:23:18.313"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:18.314" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:18.314" starttime="20181202 16:23:18.314"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:18.315" starttime="20181202 16:23:18.314"></status>
</kw>
<msg timestamp="20181202 16:23:18.315" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:23:18.315" starttime="20181202 16:23:15.871"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:23:18.316" level="INFO">${rule_id} = 98948945-45e6-4171-8a57-6b29e648d12c</msg>
<status status="PASS" endtime="20181202 16:23:18.316" starttime="20181202 16:23:18.315"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:18.316" starttime="20181202 16:23:15.855"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:18.317" starttime="20181202 16:23:18.316"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:18.317" starttime="20181202 16:23:01.196"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET1_FIP_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:18.318" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:18.318" starttime="20181202 16:23:18.318"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:18.326" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:18.362" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:20.616" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:20.617" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:20.617" starttime="20181202 16:23:18.326"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:20.619" level="INFO">454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:20.619" starttime="20181202 16:23:20.618"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:20.620" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:20.620" starttime="20181202 16:23:20.619"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:20.621" starttime="20181202 16:23:20.620"></status>
</kw>
<msg timestamp="20181202 16:23:20.622" level="INFO">${output} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:20.622" starttime="20181202 16:23:18.326"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:20.623" level="INFO">${splitted_output} = [u'454e514a-2014-4f05-b826-e15836f1638d']</msg>
<status status="PASS" endtime="20181202 16:23:20.623" starttime="20181202 16:23:20.623"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:20.624" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:20.625" starttime="20181202 16:23:20.624"></status>
</kw>
<msg timestamp="20181202 16:23:20.625" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:20.625" starttime="20181202 16:23:18.319"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:20.645" level="INFO">Starting process:
openstack server create l3_ext_net_1_fip_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=454e514a-2014-4f05-b826-e15836f1638d --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:20.666" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:26.127" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:26.127" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:26.127" starttime="20181202 16:23:20.645"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:26.129" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 5RKT4ysbKVRZ                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:24Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 26a3843b-af17-4ed6-a9de-73917d0610d4                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_1_fip_vm_1                                           |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:25Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:26.129" starttime="20181202 16:23:26.128"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:26.130" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:26.130" starttime="20181202 16:23:26.130"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:26.132" starttime="20181202 16:23:26.131"></status>
</kw>
<msg timestamp="20181202 16:23:26.132" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:26.132" starttime="20181202 16:23:20.643"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:26.132" starttime="20181202 16:23:18.317"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET1_FIP_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:26.135" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:26.135" starttime="20181202 16:23:26.134"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:26.151" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:26.193" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:28.522" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:28.523" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:28.523" starttime="20181202 16:23:26.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:28.524" level="INFO">454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:28.524" starttime="20181202 16:23:28.523"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:28.524" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:28.524" starttime="20181202 16:23:28.524"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:28.525" starttime="20181202 16:23:28.525"></status>
</kw>
<msg timestamp="20181202 16:23:28.525" level="INFO">${output} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:28.526" starttime="20181202 16:23:26.149"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:28.526" level="INFO">${splitted_output} = [u'454e514a-2014-4f05-b826-e15836f1638d']</msg>
<status status="PASS" endtime="20181202 16:23:28.526" starttime="20181202 16:23:28.526"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:28.527" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:28.527" starttime="20181202 16:23:28.526"></status>
</kw>
<msg timestamp="20181202 16:23:28.527" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:28.527" starttime="20181202 16:23:26.136"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:28.535" level="INFO">Starting process:
openstack server create l3_ext_net_1_fip_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=454e514a-2014-4f05-b826-e15836f1638d --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:28.573" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:32.650" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:32.650" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:32.650" starttime="20181202 16:23:28.535"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:32.651" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | JKKX34hM5C6a                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:32Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 62821ef1-b417-407e-8192-fff305b354ce                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_1_fip_vm_2                                           |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:32Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:32.652" starttime="20181202 16:23:32.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:32.652" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:32.652" starttime="20181202 16:23:32.652"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:32.653" starttime="20181202 16:23:32.653"></status>
</kw>
<msg timestamp="20181202 16:23:32.654" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:32.654" starttime="20181202 16:23:28.534"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:32.654" starttime="20181202 16:23:26.133"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET1_FIP_VMS}[2]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:32.656" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:32.656" starttime="20181202 16:23:32.655"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:32.668" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:32.694" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:34.982" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:34.983" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:34.983" starttime="20181202 16:23:32.668"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:34.984" level="INFO">454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:34.985" starttime="20181202 16:23:34.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:34.986" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:34.986" starttime="20181202 16:23:34.985"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:34.988" starttime="20181202 16:23:34.987"></status>
</kw>
<msg timestamp="20181202 16:23:34.988" level="INFO">${output} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:34.988" starttime="20181202 16:23:32.667"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:34.990" level="INFO">${splitted_output} = [u'454e514a-2014-4f05-b826-e15836f1638d']</msg>
<status status="PASS" endtime="20181202 16:23:34.990" starttime="20181202 16:23:34.989"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:34.991" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:34.991" starttime="20181202 16:23:34.990"></status>
</kw>
<msg timestamp="20181202 16:23:34.991" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:34.991" starttime="20181202 16:23:32.656"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:35.010" level="INFO">Starting process:
openstack server create l3_ext_net_1_fip_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=454e514a-2014-4f05-b826-e15836f1638d --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:35.035" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:39.066" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:39.066" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:39.066" starttime="20181202 16:23:35.009"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:39.067" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | xmNfaxMwFG5X                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:38Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 4d4e5d94-dbb4-42a6-870c-255cbf192c31                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_1_fip_vm_3                                           |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:38Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:39.068" starttime="20181202 16:23:39.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:39.068" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:39.068" starttime="20181202 16:23:39.068"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:39.069" starttime="20181202 16:23:39.068"></status>
</kw>
<msg timestamp="20181202 16:23:39.069" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:39.069" starttime="20181202 16:23:35.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:39.069" starttime="20181202 16:23:32.654"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_SNAT_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:39.071" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:39.071" starttime="20181202 16:23:39.070"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:39.080" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:39.102" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:41.371" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:41.371" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:41.371" starttime="20181202 16:23:39.079"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:41.373" level="INFO">454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:41.374" starttime="20181202 16:23:41.373"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:41.375" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:41.375" starttime="20181202 16:23:41.374"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:41.376" starttime="20181202 16:23:41.375"></status>
</kw>
<msg timestamp="20181202 16:23:41.377" level="INFO">${output} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:41.377" starttime="20181202 16:23:39.079"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:41.378" level="INFO">${splitted_output} = [u'454e514a-2014-4f05-b826-e15836f1638d']</msg>
<status status="PASS" endtime="20181202 16:23:41.378" starttime="20181202 16:23:41.377"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:41.379" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:41.379" starttime="20181202 16:23:41.379"></status>
</kw>
<msg timestamp="20181202 16:23:41.380" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:41.380" starttime="20181202 16:23:39.071"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:41.401" level="INFO">Starting process:
openstack server create l3_ext_net_1_snat_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=454e514a-2014-4f05-b826-e15836f1638d --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:41.426" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:45.673" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:45.673" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:45.673" starttime="20181202 16:23:41.400"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:45.675" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | fU5jNAJpFYh9                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:45Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 05d521af-52b3-4a61-a32e-bc663443a651                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_1_snat_vm_1                                          |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:45Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:45.675" starttime="20181202 16:23:45.674"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:45.676" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:45.676" starttime="20181202 16:23:45.675"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:45.676" starttime="20181202 16:23:45.676"></status>
</kw>
<msg timestamp="20181202 16:23:45.677" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:45.677" starttime="20181202 16:23:41.398"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:45.677" starttime="20181202 16:23:39.069"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_SNAT_VMS}[1]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:45.680" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:45.680" starttime="20181202 16:23:45.679"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:45.695" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:45.724" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:47.857" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:47.857" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:47.857" starttime="20181202 16:23:45.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:47.859" level="INFO">454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:47.859" starttime="20181202 16:23:47.858"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:47.860" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:47.860" starttime="20181202 16:23:47.860"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:47.862" starttime="20181202 16:23:47.861"></status>
</kw>
<msg timestamp="20181202 16:23:47.862" level="INFO">${output} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:47.862" starttime="20181202 16:23:45.693"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:47.863" level="INFO">${splitted_output} = [u'454e514a-2014-4f05-b826-e15836f1638d']</msg>
<status status="PASS" endtime="20181202 16:23:47.863" starttime="20181202 16:23:47.863"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:47.864" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:47.865" starttime="20181202 16:23:47.864"></status>
</kw>
<msg timestamp="20181202 16:23:47.865" level="INFO">${net_id} = 454e514a-2014-4f05-b826-e15836f1638d</msg>
<status status="PASS" endtime="20181202 16:23:47.865" starttime="20181202 16:23:45.680"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:47.881" level="INFO">Starting process:
openstack server create l3_ext_net_1_snat_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=454e514a-2014-4f05-b826-e15836f1638d --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:47.907" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:52.408" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:52.409" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:52.409" starttime="20181202 16:23:47.881"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:52.410" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | cdmApQ3gpmgZ                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:52Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 77e37915-fe3c-45fd-91db-1fade838aded                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_1_snat_vm_2                                          |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:52Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:52.410" starttime="20181202 16:23:52.409"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:52.411" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:52.411" starttime="20181202 16:23:52.411"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:52.412" starttime="20181202 16:23:52.411"></status>
</kw>
<msg timestamp="20181202 16:23:52.412" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:52.412" starttime="20181202 16:23:47.879"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:52.412" starttime="20181202 16:23:45.677"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_SNAT_VMS}[0]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:23:52.416" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:23:52.416" starttime="20181202 16:23:52.415"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:52.425" level="INFO">Starting process:
openstack network list | grep "l3_ext_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:23:52.446" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:54.734" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:54.735" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:54.735" starttime="20181202 16:23:52.425"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:54.736" level="INFO">82d95093-0dbf-4205-8894-295a4deba59c</msg>
<status status="PASS" endtime="20181202 16:23:54.736" starttime="20181202 16:23:54.735"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:54.737" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:54.737" starttime="20181202 16:23:54.736"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:54.738" starttime="20181202 16:23:54.737"></status>
</kw>
<msg timestamp="20181202 16:23:54.738" level="INFO">${output} = 82d95093-0dbf-4205-8894-295a4deba59c</msg>
<status status="PASS" endtime="20181202 16:23:54.738" starttime="20181202 16:23:52.424"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:23:54.739" level="INFO">${splitted_output} = [u'82d95093-0dbf-4205-8894-295a4deba59c']</msg>
<status status="PASS" endtime="20181202 16:23:54.739" starttime="20181202 16:23:54.738"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:23:54.739" level="INFO">${net_id} = 82d95093-0dbf-4205-8894-295a4deba59c</msg>
<status status="PASS" endtime="20181202 16:23:54.739" starttime="20181202 16:23:54.739"></status>
</kw>
<msg timestamp="20181202 16:23:54.740" level="INFO">${net_id} = 82d95093-0dbf-4205-8894-295a4deba59c</msg>
<status status="PASS" endtime="20181202 16:23:54.740" starttime="20181202 16:23:52.416"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:54.748" level="INFO">Starting process:
openstack server create l3_ext_net_2_snat_vm_3 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=82d95093-0dbf-4205-8894-295a4deba59c --security-group l3_ext_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:23:54.785" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:23:58.657" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:23:58.657" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:23:58.657" starttime="20181202 16:23:54.748"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:23:58.659" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | Wox7qXfrKZAq                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:23:58Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | a5172b46-51ac-4fc6-95f2-72bc4f96639e                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l3_ext_net_2_snat_vm_3                                          |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='7786f8f7-2f91-41c8-9093-947ed3ccc495'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:23:58Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:23:58.659" starttime="20181202 16:23:58.658"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:23:58.660" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:23:58.660" starttime="20181202 16:23:58.659"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:23:58.661" starttime="20181202 16:23:58.660"></status>
</kw>
<msg timestamp="20181202 16:23:58.661" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:23:58.661" starttime="20181202 16:23:54.747"></status>
</kw>
<status status="PASS" endtime="20181202 16:23:58.661" starttime="20181202 16:23:52.413"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET1_FIP_VMS}</arg>
</arguments>
<assign>
<var>@{NET1_FIP_VM_IPS}</var>
<var>${NET1_FIP_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 16:23:58.663" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:23:58.663" starttime="20181202 16:23:58.663"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l3_ext_net_1_fip_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:23:58.683" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:23:58.721" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:24:01.672" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:24:01.672" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:24:01.672" starttime="20181202 16:23:58.683"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:24:01.674" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:24:01.674" starttime="20181202 16:24:01.673"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:24:01.674" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:24:01.674" starttime="20181202 16:24:01.674"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:24:01.675" starttime="20181202 16:24:01.675"></status>
</kw>
<msg timestamp="20181202 16:24:01.675" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:24:01.675" starttime="20181202 16:23:58.682"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:24:01.676" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:24:01.676" starttime="20181202 16:24:01.676"></status>
</kw>
<status status="FAIL" endtime="20181202 16:24:01.676" starttime="20181202 16:23:58.665"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:24:31.701" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:24:31.733" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:24:34.998" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:24:34.998" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:24:34.998" starttime="20181202 16:24:31.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:24:35.000" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:24:35.000" starttime="20181202 16:24:34.999"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:24:35.000" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:24:35.001" starttime="20181202 16:24:35.000"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:24:35.001" starttime="20181202 16:24:35.001"></status>
</kw>
<msg timestamp="20181202 16:24:35.002" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:24:35.002" starttime="20181202 16:24:31.699"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:24:35.003" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:24:35.003" starttime="20181202 16:24:35.002"></status>
</kw>
<status status="FAIL" endtime="20181202 16:24:35.003" starttime="20181202 16:24:31.677"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:25:05.031" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:25:05.076" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:25:08.280" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:25:08.281" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:25:08.281" starttime="20181202 16:25:05.030"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:25:08.282" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:25:08.282" starttime="20181202 16:25:08.281"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:25:08.283" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:25:08.283" starttime="20181202 16:25:08.282"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:25:08.283" starttime="20181202 16:25:08.283"></status>
</kw>
<msg timestamp="20181202 16:25:08.284" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:25:08.284" starttime="20181202 16:25:05.029"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:25:08.284" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:25:08.285" starttime="20181202 16:25:08.284"></status>
</kw>
<status status="FAIL" endtime="20181202 16:25:08.285" starttime="20181202 16:25:05.004"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:25:38.305" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:25:38.349" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:25:41.440" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:25:41.440" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:25:41.440" starttime="20181202 16:25:38.304"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:25:41.441" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:25:41.441" starttime="20181202 16:25:41.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:25:41.442" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:25:41.442" starttime="20181202 16:25:41.442"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:25:41.443" starttime="20181202 16:25:41.442"></status>
</kw>
<msg timestamp="20181202 16:25:41.443" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:25:41.443" starttime="20181202 16:25:38.304"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:25:41.444" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:25:41.444" starttime="20181202 16:25:41.443"></status>
</kw>
<status status="FAIL" endtime="20181202 16:25:41.444" starttime="20181202 16:25:38.286"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:26:11.466" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:26:11.497" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:26:14.749" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:26:14.749" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:26:14.749" starttime="20181202 16:26:11.465"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:26:14.750" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:26:14.750" starttime="20181202 16:26:14.750"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:26:14.751" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:26:14.751" starttime="20181202 16:26:14.750"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:26:14.751" starttime="20181202 16:26:14.751"></status>
</kw>
<msg timestamp="20181202 16:26:14.752" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:26:14.752" starttime="20181202 16:26:11.464"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:26:14.752" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:26:14.752" starttime="20181202 16:26:14.752"></status>
</kw>
<status status="FAIL" endtime="20181202 16:26:14.753" starttime="20181202 16:26:11.445"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:26:44.777" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:26:44.818" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:26:48.224" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:26:48.225" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:26:48.225" starttime="20181202 16:26:44.776"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:26:48.227" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:26:48.228" starttime="20181202 16:26:48.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:26:48.229" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:26:48.229" starttime="20181202 16:26:48.228"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:26:48.231" starttime="20181202 16:26:48.230"></status>
</kw>
<msg timestamp="20181202 16:26:48.232" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:26:48.232" starttime="20181202 16:26:44.774"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:26:48.233" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:26:48.234" starttime="20181202 16:26:48.232"></status>
</kw>
<status status="FAIL" endtime="20181202 16:26:48.234" starttime="20181202 16:26:44.755"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:27:18.258" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:27:18.298" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:27:21.579" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:27:21.580" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:27:21.580" starttime="20181202 16:27:18.257"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:27:21.581" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:27:21.581" starttime="20181202 16:27:21.580"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:27:21.581" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:27:21.581" starttime="20181202 16:27:21.581"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:27:21.582" starttime="20181202 16:27:21.582"></status>
</kw>
<msg timestamp="20181202 16:27:21.582" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:27:21.582" starttime="20181202 16:27:18.256"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:27:21.583" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:27:21.583" starttime="20181202 16:27:21.583"></status>
</kw>
<status status="FAIL" endtime="20181202 16:27:21.583" starttime="20181202 16:27:18.235"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:27:51.606" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:27:51.642" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:27:55.006" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:27:55.007" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:27:55.007" starttime="20181202 16:27:51.605"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:27:55.009" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:27:55.010" starttime="20181202 16:27:55.008"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:27:55.011" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:27:55.011" starttime="20181202 16:27:55.010"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:27:55.013" starttime="20181202 16:27:55.012"></status>
</kw>
<msg timestamp="20181202 16:27:55.014" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:27:55.014" starttime="20181202 16:27:51.603"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:27:55.016" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:27:55.017" starttime="20181202 16:27:55.015"></status>
</kw>
<status status="FAIL" endtime="20181202 16:27:55.017" starttime="20181202 16:27:51.585"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:28:25.040" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:28:25.062" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:28:28.256" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:28:28.256" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:28:28.256" starttime="20181202 16:28:25.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:28:28.258" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:28:28.258" starttime="20181202 16:28:28.257"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:28:28.259" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:28:28.259" starttime="20181202 16:28:28.258"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:28:28.260" starttime="20181202 16:28:28.259"></status>
</kw>
<msg timestamp="20181202 16:28:28.260" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:28:28.260" starttime="20181202 16:28:25.038"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:28:28.261" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:28:28.261" starttime="20181202 16:28:28.261"></status>
</kw>
<status status="FAIL" endtime="20181202 16:28:28.262" starttime="20181202 16:28:25.018"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:28:58.284" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:28:58.321" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:29:01.559" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:29:01.560" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:29:01.560" starttime="20181202 16:28:58.283"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:29:01.561" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:29:01.562" starttime="20181202 16:29:01.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:29:01.563" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:29:01.563" starttime="20181202 16:29:01.562"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:29:01.564" starttime="20181202 16:29:01.563"></status>
</kw>
<msg timestamp="20181202 16:29:01.565" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:29:01.565" starttime="20181202 16:28:58.282"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:29:01.566" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:29:01.566" starttime="20181202 16:29:01.565"></status>
</kw>
<status status="FAIL" endtime="20181202 16:29:01.566" starttime="20181202 16:28:58.263"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:29:31.595" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:29:31.640" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:29:34.807" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:29:34.808" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:29:34.808" starttime="20181202 16:29:31.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:29:34.809" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:29:34.809" starttime="20181202 16:29:34.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:29:34.809" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:29:34.809" starttime="20181202 16:29:34.809"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:29:34.810" starttime="20181202 16:29:34.810"></status>
</kw>
<msg timestamp="20181202 16:29:34.810" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:29:34.810" starttime="20181202 16:29:31.593"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:29:34.811" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:29:34.811" starttime="20181202 16:29:34.811"></status>
</kw>
<status status="FAIL" endtime="20181202 16:29:34.811" starttime="20181202 16:29:31.567"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:30:04.831" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:30:04.869" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:30:07.979" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:30:07.979" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:30:07.980" starttime="20181202 16:30:04.830"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:30:07.982" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:30:07.982" starttime="20181202 16:30:07.981"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:30:07.983" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:30:07.983" starttime="20181202 16:30:07.983"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:30:07.985" starttime="20181202 16:30:07.984"></status>
</kw>
<msg timestamp="20181202 16:30:07.986" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:30:07.986" starttime="20181202 16:30:04.829"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:30:07.987" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:30:07.988" starttime="20181202 16:30:07.987"></status>
</kw>
<status status="FAIL" endtime="20181202 16:30:07.988" starttime="20181202 16:30:04.812"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:30:38.011" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:30:38.031" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:30:41.704" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:30:41.704" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:30:41.704" starttime="20181202 16:30:38.010"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:30:41.706" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:30:41.706" starttime="20181202 16:30:41.705"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:30:41.707" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:30:41.707" starttime="20181202 16:30:41.707"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:30:41.709" starttime="20181202 16:30:41.708"></status>
</kw>
<msg timestamp="20181202 16:30:41.709" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:30:41.709" starttime="20181202 16:30:38.009"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:30:41.711" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:30:41.711" starttime="20181202 16:30:41.710"></status>
</kw>
<status status="FAIL" endtime="20181202 16:30:41.711" starttime="20181202 16:30:37.989"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:31:11.737" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:31:11.758" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:31:15.134" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:31:15.134" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:31:15.134" starttime="20181202 16:31:11.736"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:31:15.135" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:31:15.135" starttime="20181202 16:31:15.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:31:15.136" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:31:15.136" starttime="20181202 16:31:15.135"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:31:15.136" starttime="20181202 16:31:15.136"></status>
</kw>
<msg timestamp="20181202 16:31:15.137" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:31:15.137" starttime="20181202 16:31:11.734"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:31:15.137" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:31:15.137" starttime="20181202 16:31:15.137"></status>
</kw>
<status status="FAIL" endtime="20181202 16:31:15.138" starttime="20181202 16:31:11.713"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:31:45.152" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:31:45.196" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:31:48.638" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:31:48.639" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:31:48.639" starttime="20181202 16:31:45.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:31:48.640" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:31:48.641" starttime="20181202 16:31:48.640"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:31:48.641" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:31:48.642" starttime="20181202 16:31:48.641"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:31:48.643" starttime="20181202 16:31:48.642"></status>
</kw>
<msg timestamp="20181202 16:31:48.643" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:31:48.643" starttime="20181202 16:31:45.151"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:31:48.644" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:31:48.645" starttime="20181202 16:31:48.644"></status>
</kw>
<status status="FAIL" endtime="20181202 16:31:48.645" starttime="20181202 16:31:45.138"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:32:18.667" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:32:18.703" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:32:21.877" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:32:21.877" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:32:21.877" starttime="20181202 16:32:18.667"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:32:21.878" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:32:21.878" starttime="20181202 16:32:21.878"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:32:21.879" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:32:21.879" starttime="20181202 16:32:21.878"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:32:21.879" starttime="20181202 16:32:21.879"></status>
</kw>
<msg timestamp="20181202 16:32:21.880" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:32:21.880" starttime="20181202 16:32:18.665"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:32:21.880" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:32:21.881" starttime="20181202 16:32:21.880"></status>
</kw>
<status status="FAIL" endtime="20181202 16:32:21.881" starttime="20181202 16:32:18.646"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:32:51.903" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:32:51.925" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:32:55.107" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:32:55.108" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:32:55.108" starttime="20181202 16:32:51.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:32:55.110" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:32:55.110" starttime="20181202 16:32:55.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:32:55.111" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:32:55.112" starttime="20181202 16:32:55.111"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:32:55.113" starttime="20181202 16:32:55.112"></status>
</kw>
<msg timestamp="20181202 16:32:55.114" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:32:55.114" starttime="20181202 16:32:51.901"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:32:55.116" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:32:55.116" starttime="20181202 16:32:55.115"></status>
</kw>
<status status="FAIL" endtime="20181202 16:32:55.116" starttime="20181202 16:32:51.882"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:33:25.146" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:33:25.171" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:33:28.613" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:33:28.613" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:33:28.613" starttime="20181202 16:33:25.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:33:28.615" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:33:28.615" starttime="20181202 16:33:28.614"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:33:28.616" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:33:28.616" starttime="20181202 16:33:28.615"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:33:28.617" starttime="20181202 16:33:28.616"></status>
</kw>
<msg timestamp="20181202 16:33:28.617" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:33:28.618" starttime="20181202 16:33:25.144"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:33:28.618" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:33:28.619" starttime="20181202 16:33:28.618"></status>
</kw>
<status status="FAIL" endtime="20181202 16:33:28.619" starttime="20181202 16:33:25.117"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:33:58.631" level="INFO">Starting process:
openstack server show l3_ext_net_1_fip_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:33:58.671" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:01.819" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:01.819" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:01.819" starttime="20181202 16:33:58.631"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:01.821" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:34:01.821" starttime="20181202 16:34:01.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:01.821" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:01.822" starttime="20181202 16:34:01.821"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:01.822" starttime="20181202 16:34:01.822"></status>
</kw>
<msg timestamp="20181202 16:34:01.823" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:34:01.823" starttime="20181202 16:33:58.630"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:34:01.824" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:34:01.824" starttime="20181202 16:34:01.823"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.824" starttime="20181202 16:33:58.620"></status>
</kw>
<msg timestamp="20181202 16:34:01.825" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:34:01.825" starttime="20181202 16:23:58.665"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.825" starttime="20181202 16:23:58.664"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.825" starttime="20181202 16:23:58.663"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.825" starttime="20181202 16:23:58.663"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.825" starttime="20181202 16:23:58.662"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:01.826" starttime="20181202 16:22:03.160"></status>
</kw>
<test id="s1-s3-t1" name="Initial Ping To External Network PNF from Vm Instance 1">
<doc>Check reachability of External Network PNF from VM instance (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.828" critical="yes" starttime="20181202 16:34:01.826">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t2" name="Initial Ping To External Network PNF from Vm Instance 2">
<doc>Check reachability of External Network PNF from VM instance (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.830" critical="yes" starttime="20181202 16:34:01.829">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t3" name="Create And Associate Floating IPs for VMs">
<doc>Create and associate a floating IP for the VM</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.831" critical="yes" starttime="20181202 16:34:01.830">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t4" name="Ping External Gateway From Control Node">
<doc>Check reachability of external gateway by pinging it from the control node.</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.832" critical="yes" starttime="20181202 16:34:01.831">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t5" name="Ping Vm Instance1 Floating IP From Control Node">
<doc>Check reachability of VM instance through floating IP by pinging them.</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.834" critical="yes" starttime="20181202 16:34:01.833">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t6" name="Ping Vm Instance2 Floating IP From Control Node">
<doc>Check reachability of VM instance through floating IP by pinging them.</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.835" critical="yes" starttime="20181202 16:34:01.834">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t7" name="Ping Vm Instance2 Floating IP From Vm Instance1 With Floating IP (Hairpinning)">
<doc>Check reachability of VM instance floating IP from another VM instance with FIP (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.836" critical="yes" starttime="20181202 16:34:01.836">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t8" name="Connectivity Tests To Vm Instance2 Floating IP From Vm Instance3 With Floating IP (FIP-FIP in the same compute node)">
<doc>Check reachability of VM instance floating IP from another VM instance with FIP (FIP-FIP in the same compute node)</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.838" critical="yes" starttime="20181202 16:34:01.837">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t9" name="Ping Vm Instance1 Floating IP From SNAT VM Instance1">
<doc>Check reachability of VM instance floating IP from another VM without Floating IP</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.839" critical="yes" starttime="20181202 16:34:01.838">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t10" name="Ping Vm Instance1 Floating IP From SNAT VM Instance2">
<doc>Check reachability of VM instance floating IP from another VM without Floating IP</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.841" critical="yes" starttime="20181202 16:34:01.840">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t11" name="Ping Vm Instance2 Floating IP From SNAT VM Instance1">
<doc>Check reachability of VM instance floating IP from another VM without Floating IP</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.842" critical="yes" starttime="20181202 16:34:01.841">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t12" name="Ping Vm Instance2 Floating IP From SNAT VM Instance2">
<doc>Check reachability of VM instance floating IP from another VM without Floating IP</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.844" critical="yes" starttime="20181202 16:34:01.843">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t13" name="Ping External Network PNF from Vm Instance 1 After Floating IP Assignment">
<doc>Check reachability of External Network PNF from VM instance (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.845" critical="yes" starttime="20181202 16:34:01.844">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t14" name="SNAT - TCP connection to External Gateway From SNAT VM Instance1">
<doc>Login to the VM instance and test TCP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.846" critical="yes" starttime="20181202 16:34:01.845">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t15" name="SNAT - UDP connection to External Gateway From SNAT VM Instance1">
<doc>Login to the VM instance and test UDP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.848" critical="yes" starttime="20181202 16:34:01.847">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t16" name="SNAT - TCP connection to External Gateway From SNAT VM Instance2">
<doc>Login to the VM instance and test TCP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.849" critical="yes" starttime="20181202 16:34:01.848">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t17" name="SNAT - UDP connection to External Gateway From SNAT VM Instance2">
<doc>Login to the VM instance and test UDP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.851" critical="yes" starttime="20181202 16:34:01.850">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t18" name="SNAT - TCP connection to External Gateway From SNAT VM Instance3">
<doc>Login to the VM instance and test TCP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.852" critical="yes" starttime="20181202 16:34:01.851">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t19" name="SNAT - UDP connection to External Gateway From SNAT VM Instance3">
<doc>Login to the VM instance and test UDP connection to the controller via SNAT</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.854" critical="yes" starttime="20181202 16:34:01.853">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t20" name="Ping External Network PNF from SNAT VM Instance1">
<doc>Check reachability of External Network PNF from SNAT VM Instance1</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.855" critical="yes" starttime="20181202 16:34:01.854">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t21" name="Ping External Network PNF from SNAT VM Instance2">
<doc>Check reachability of External Network PNF from SNAT VM Instance2</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.856" critical="yes" starttime="20181202 16:34:01.856">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t22" name="Remove Floating Ip from VM Instance 1">
<doc>Delete FIP from VM Instance 1</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.858" critical="yes" starttime="20181202 16:34:01.857">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t23" name="Remove Floating Ip from VM Instance 2">
<doc>Delete FIP from VM Instance 2</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.860" critical="yes" starttime="20181202 16:34:01.859">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t24" name="Ping External Network PNF from Vm Instance 1 After Floating IP Removal">
<doc>Check reachability of External Network PNF from VM instance (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.861" critical="yes" starttime="20181202 16:34:01.860">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s3-t25" name="Ping External Network PNF from Vm Instance 2 After Floating IP Removal">
<doc>Check reachability of External Network PNF from VM instance (with ttl=1 to make sure no router hops)</doc>
<tags>
<tag>NON_GATE</tag>
<tag>skip_if_conntrack</tag>
</tags>
<status status="FAIL" endtime="20181202 16:34:01.862" critical="yes" starttime="20181202 16:34:01.862">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:34:01.869" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:34:01.869" starttime="20181202 16:34:01.868"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:01.872" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:34:02.408" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:34:02.408" starttime="20181202 16:34:01.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:34:02.409" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 806
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 295
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1956
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1178
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 75
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.679803
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 9.19559434172
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1109
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.119544
distributed-data-store.operational.commit.rate_Max      = 39.798771
distributed-data-store.operational.commit.rate_Mean     = 0.590939994039
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 3195
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:34:02.409" starttime="20181202 16:34:02.408"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:02.409" starttime="20181202 16:34:01.868"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:02.409" starttime="20181202 16:34:01.867"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:02.409" starttime="20181202 16:34:01.867"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:34:02.413" level="INFO">${tmpdir} = CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.413" starttime="20181202 16:34:02.412"></status>
</kw>
<msg timestamp="20181202 16:34:02.413" level="INFO">${dstdir} = /tmp/CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.413" starttime="20181202 16:34:02.411"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:34:02.414" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.414" starttime="20181202 16:34:02.413"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:02.417" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_External_Network 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:34:02.707" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:34:02.707" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:34:02.707" starttime="20181202 16:34:02.414"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:34:02.708" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:34:02.708" starttime="20181202 16:34:02.707"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:02.709" starttime="20181202 16:34:02.708"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:02.709" starttime="20181202 16:34:02.410"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:02.709" starttime="20181202 16:34:02.410"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:34:02.712" level="INFO">${tmpdir} = CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.712" starttime="20181202 16:34:02.711"></status>
</kw>
<msg timestamp="20181202 16:34:02.712" level="INFO">${dstdir} = /tmp/CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.712" starttime="20181202 16:34:02.711"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:34:02.712" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_External_Network</msg>
<status status="PASS" endtime="20181202 16:34:02.712" starttime="20181202 16:34:02.712"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:02.715" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_External_Network 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:34:03.006" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:34:03.006" level="INFO">${output} = 2018-12-02 16:34:02,963 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:34:02,967 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:34:03.006" starttime="20181202 16:34:02.713"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.008" level="INFO">rc: 1, output: 2018-12-02 16:34:02,963 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:34:02,967 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:34:02,971 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:34:02,980 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:82d95093-0dbf-4205-8894-295a4deba59c
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:34:03.008" starttime="20181202 16:34:03.007"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:34:03.010" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:34:03.010" starttime="20181202 16:34:03.009"></status>
</kw>
<status status="FAIL" endtime="20181202 16:34:03.011" starttime="20181202 16:34:02.709"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.011" starttime="20181202 16:34:02.709"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.011" starttime="20181202 16:34:01.866"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.015" starttime="20181202 16:34:03.014"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.016" starttime="20181202 16:34:03.016"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.017" starttime="20181202 16:34:03.017"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.024" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:34:03.024" starttime="20181202 16:34:03.018"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.042" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.042" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:34:03.042" starttime="20181202 16:34:03.025"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.043" starttime="20181202 16:34:03.015"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.044" starttime="20181202 16:34:03.044"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.044" starttime="20181202 16:34:03.044"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.046" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:34:03.046" starttime="20181202 16:34:03.045"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.062" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.063" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:34:03.063" starttime="20181202 16:34:03.046"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.063" starttime="20181202 16:34:03.043"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.064" starttime="20181202 16:34:03.064"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.065" starttime="20181202 16:34:03.065"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.067" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:34:03.067" starttime="20181202 16:34:03.065"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.075" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.075" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:34:03.075" starttime="20181202 16:34:03.067"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.076" starttime="20181202 16:34:03.063"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.077" starttime="20181202 16:34:03.077"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.079" starttime="20181202 16:34:03.077"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.081" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:34:03.081" starttime="20181202 16:34:03.079"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.086" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.087" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:34:03.087" starttime="20181202 16:34:03.081"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.087" starttime="20181202 16:34:03.076"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.088" starttime="20181202 16:34:03.088"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.088" starttime="20181202 16:34:03.088"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.093" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:34:03.093" starttime="20181202 16:34:03.088"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.102" level="INFO">qdhcp-82d95093-0dbf-4205-8894-295a4deba59c
qdhcp-454e514a-2014-4f05-b826-e15836f1638d
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.102" level="INFO">${output} = qdhcp-82d95093-0dbf-4205-8894-295a4deba59c
qdhcp-454e514a-2014-4f05-b826-e15836f1638d
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:34:03.102" starttime="20181202 16:34:03.093"></status>
</kw>
<msg timestamp="20181202 16:34:03.102" level="INFO">${nslist} = qdhcp-82d95093-0dbf-4205-8894-295a4deba59c
qdhcp-454e514a-2014-4f05-b826-e15836f1638d
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:34:03.102" starttime="20181202 16:34:03.087"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:34:03.103" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 16:34:03.103" level="INFO">@{lines} = [ qdhcp-82d95093-0dbf-4205-8894-295a4deba59c | qdhcp-454e514a-2014-4f05-b826-e15836f1638d ]</msg>
<status status="PASS" endtime="20181202 16:34:03.103" starttime="20181202 16:34:03.103"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-82d95093-0dbf-4205-8894-295a4deba59c">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.104" starttime="20181202 16:34:03.104"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.105" starttime="20181202 16:34:03.105"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.107" level="INFO">sudo ip netns exec qdhcp-82d95093-0dbf-42 05-8894-295a4deba59c ip -o link</msg>
<status status="PASS" endtime="20181202 16:34:03.107" starttime="20181202 16:34:03.105"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.132" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
75: tap4f6c9095-5a: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:a4:43:2b brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.132" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
75: tap4f6c9095-5a: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:34:03.132" starttime="20181202 16:34:03.107"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.133" starttime="20181202 16:34:03.104"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.134" starttime="20181202 16:34:03.134"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.134" starttime="20181202 16:34:03.134"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.136" level="INFO">sudo ip netns exec qdhcp-82d95093-0dbf-42 05-8894-295a4deba59c ip -o addr</msg>
<status status="PASS" endtime="20181202 16:34:03.137" starttime="20181202 16:34:03.134"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.158" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
75: tap4f6c9095-5a    inet 42.0.0.2/24 brd 42.0.0.255 scope global tap4f6c9095-5a\       valid_lft forever preferred_lft forever
75: tap4f6c9095-5a    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap4f6c9095-5a\       valid_lft forever preferred_lft forever
75: tap4f6c9095-5a    inet6 fe80::f816:3eff:fea4:432b/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.158" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
75: tap4f6c9095-5a    inet 42...</msg>
<status status="PASS" endtime="20181202 16:34:03.158" starttime="20181202 16:34:03.137"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.159" starttime="20181202 16:34:03.133"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.160" starttime="20181202 16:34:03.160"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.160" starttime="20181202 16:34:03.160"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.162" level="INFO">sudo ip netns exec qdhcp-82d95093-0dbf-42 05-8894-295a4deba59c ip route</msg>
<status status="PASS" endtime="20181202 16:34:03.162" starttime="20181202 16:34:03.160"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.182" level="INFO">default via 42.0.0.1 dev tap4f6c9095-5a 
42.0.0.0/24 dev tap4f6c9095-5a proto kernel scope link src 42.0.0.2 
169.254.0.0/16 dev tap4f6c9095-5a proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.182" level="INFO">${output} = default via 42.0.0.1 dev tap4f6c9095-5a 
42.0.0.0/24 dev tap4f6c9095-5a proto kernel scope link src 42.0.0.2 
169.254.0.0/16 dev tap4f6c9095-5a proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:34:03.182" starttime="20181202 16:34:03.163"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.183" starttime="20181202 16:34:03.159"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.183" starttime="20181202 16:34:03.103"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-454e514a-2014-4f05-b826-e15836f1638d">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.184" starttime="20181202 16:34:03.184"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.184" starttime="20181202 16:34:03.184"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.187" level="INFO">sudo ip netns exec qdhcp-454e514a-2014-4f 05-b826-e15836f1638d ip -o link</msg>
<status status="PASS" endtime="20181202 16:34:03.187" starttime="20181202 16:34:03.185"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.211" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
74: tap01d34cb7-46: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:f4:59:eb brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.211" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
74: tap01d34cb7-46: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:34:03.211" starttime="20181202 16:34:03.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.212" starttime="20181202 16:34:03.183"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.213" starttime="20181202 16:34:03.213"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.213" starttime="20181202 16:34:03.213"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.215" level="INFO">sudo ip netns exec qdhcp-454e514a-2014-4f 05-b826-e15836f1638d ip -o addr</msg>
<status status="PASS" endtime="20181202 16:34:03.216" starttime="20181202 16:34:03.213"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.236" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
74: tap01d34cb7-46    inet 41.0.0.2/24 brd 41.0.0.255 scope global tap01d34cb7-46\       valid_lft forever preferred_lft forever
74: tap01d34cb7-46    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap01d34cb7-46\       valid_lft forever preferred_lft forever
74: tap01d34cb7-46    inet6 fe80::f816:3eff:fef4:59eb/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.237" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
74: tap01d34cb7-46    inet 41...</msg>
<status status="PASS" endtime="20181202 16:34:03.237" starttime="20181202 16:34:03.216"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.237" starttime="20181202 16:34:03.212"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.238" starttime="20181202 16:34:03.238"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.238" starttime="20181202 16:34:03.238"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.241" level="INFO">sudo ip netns exec qdhcp-454e514a-2014-4f 05-b826-e15836f1638d ip route</msg>
<status status="PASS" endtime="20181202 16:34:03.241" starttime="20181202 16:34:03.239"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.263" level="INFO">default via 41.0.0.1 dev tap01d34cb7-46 
41.0.0.0/24 dev tap01d34cb7-46 proto kernel scope link src 41.0.0.2 
169.254.0.0/16 dev tap01d34cb7-46 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.263" level="INFO">${output} = default via 41.0.0.1 dev tap01d34cb7-46 
41.0.0.0/24 dev tap01d34cb7-46 proto kernel scope link src 41.0.0.2 
169.254.0.0/16 dev tap01d34cb7-46 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:34:03.263" starttime="20181202 16:34:03.241"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.263" starttime="20181202 16:34:03.237"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.263" starttime="20181202 16:34:03.183"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.263" starttime="20181202 16:34:03.103"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.265" starttime="20181202 16:34:03.264"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.265" starttime="20181202 16:34:03.265"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.266" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:34:03.266" starttime="20181202 16:34:03.265"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.288" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap01d34cb7-46"
            tag: 4095
            Interface "tap01d34cb7-46"
                type: internal
        Port "tap4f6c9095-5a"
            tag: 4095
            Interface "tap4f6c9095-5a"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.288" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:34:03.288" starttime="20181202 16:34:03.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.289" starttime="20181202 16:34:03.264"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.290" starttime="20181202 16:34:03.290"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.291" starttime="20181202 16:34:03.290"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.292" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:34:03.293" starttime="20181202 16:34:03.291"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.312" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 40
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 40
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.312" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 40
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:34:03.312" starttime="20181202 16:34:03.293"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.312" starttime="20181202 16:34:03.289"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.314" starttime="20181202 16:34:03.313"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.314" starttime="20181202 16:34:03.314"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.316" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:34:03.316" starttime="20181202 16:34:03.314"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.332" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 16(tap01d34cb7-46): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 17(tap4f6c9095-5a): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.332" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:34:03.332" starttime="20181202 16:34:03.317"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.333" starttime="20181202 16:34:03.313"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.334" starttime="20181202 16:34:03.334"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.335" starttime="20181202 16:34:03.334"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.337" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:34:03.337" starttime="20181202 16:34:03.335"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.634" level="INFO">cookie=0x8000000, duration=2362.304s, table=0, n_packets=2360, n_bytes=127440, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=663.678s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap01d34cb7-46",vlan_tci=0x0000/0x1fff actions=write_metadata:0x170000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=660.198s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap4f6c9095-5a",vlan_tci=0x0000/0x1fff actions=write_metadata:0x180000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2362.286s, table=17, n_packets=2360, n_bytes=127440, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=662.801s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x170000000000/0xffffff0000000000 actions=load:0x17-&gt;NXM_NX_REG1[0..19],load:0x1392-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000171392000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=659.259s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x180000000000/0xffffff0000000000 actions=load:0x18-&gt;NXM_NX_REG1[0..19],load:0x1393-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000181393000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2654.383s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2654.369s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2654.364s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2654.346s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2654.374s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2493.276s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2493.276s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2654.346s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2654.346s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2654.186s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001392, duration=662.801s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x30 actions=write_metadata:0x1392000000/0xfffffffff000000,goto_table:51
 cookie=0x9001393, duration=659.294s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x3f actions=write_metadata:0x1393000000/0xfffffffff000000,goto_table:51
 cookie=0x9051392, duration=663.678s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x30 actions=write_metadata:0x1392000000/0xfffffffff000000,goto_table:51
 cookie=0x9051393, duration=660.189s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x3f actions=write_metadata:0x1393000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=2653.798s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2653.790s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2654.186s, table=43, n_packets=2508, n_bytes=136944, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2654.390s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2654.315s, table=48, n_packets=2509, n_bytes=136986, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=6.918s, table=49, n_packets=5, n_bytes=270, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051392, duration=662.783s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x171392000000/0xfffffffff000000,dl_src=fa:16:3e:f4:59:eb actions=goto_table:51
 cookie=0x8051393, duration=659.271s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x181393000000/0xfffffffff000000,dl_src=fa:16:3e:a4:43:2b actions=goto_table:51
 cookie=0x8050001, duration=2654.186s, table=50, n_packets=2145, n_bytes=115830, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2654.315s, table=50, n_packets=218, n_bytes=11820, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2495.333s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031392, duration=662.783s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1392000000/0xffff000000,dl_dst=fa:16:3e:f4:59:eb actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031393, duration=659.271s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1393000000/0xffff000000,dl_dst=fa:16:3e:a4:43:2b actions=load:0x1800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2654.186s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2654.186s, table=51, n_packets=2509, n_bytes=136986, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2495.688s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2495.678s, table=52, n_packets=2466, n_bytes=133152, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1554.935s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1554.932s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1539.497s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1539.497s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701392, duration=662.796s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1392000001/0xffff000001 actions=write_actions(group:210019)
 cookie=0x8701392, duration=662.794s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1392000000/0xffff000001 actions=write_actions(group:210020)
 cookie=0x8701393, duration=659.290s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1393000000/0xffff000001 actions=write_actions(group:210022)
 cookie=0x8701393, duration=659.281s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1393000001/0xffff000001 actions=write_actions(group:210021)
 cookie=0x8800001, duration=2495.673s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1554.619s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1539.165s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800017, duration=662.777s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x17,metadata=0x170000000000/0xfffff0000000000 actions=drop
 cookie=0x8800018, duration=659.271s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x18,metadata=0x180000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2495.676s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1554.625s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1539.167s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800017, duration=662.777s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x17 actions=load:0x1700-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800018, duration=659.264s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x18 actions=load:0x1800-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2654.383s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2654.346s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2654.186s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2654.378s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2654.128s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2654.128s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2654.128s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2654.122s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2654.103s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2654.103s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2654.103s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2654.103s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2654.126s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2654.122s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2654.122s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2362.275s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2362.275s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=663.678s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1700 actions=output:"tap01d34cb7-46"
 cookie=0x8000007, duration=660.189s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1800 actions=output:"tap4f6c9095-5a"
 cookie=0x6900000, duration=2654.103s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2654.103s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2654.103s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2654.103s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2654.103s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2654.103s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2654.103s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2654.128s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2654.126s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2654.128s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2654.128s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2654.128s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2654.128s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2654.128s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2654.103s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2654.103s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2654.103s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.635" level="INFO">${output} =  cookie=0x8000000, duration=2362.304s, table=0, n_packets=2360, n_bytes=127440, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:34:03.635" starttime="20181202 16:34:03.337"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.635" starttime="20181202 16:34:03.333"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.636" starttime="20181202 16:34:03.636"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.637" starttime="20181202 16:34:03.637"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.639" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:34:03.639" starttime="20181202 16:34:03.637"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.657" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210019,type=all,bucket=actions=set_field:0x17-&gt;tun_id,resubmit(,55)
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210021,type=all,bucket=actions=set_field:0x18-&gt;tun_id,resubmit(,55)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210020,type=all,bucket=actions=group:210019
 group_id=210022,type=all,bucket=actions=group:210021
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.657" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210019,type=all,bucket=actions=set_field:0x17-&gt;tun_id,resubmit(,55)
 group_id=5000,type=all,bucket=...</msg>
<status status="PASS" endtime="20181202 16:34:03.657" starttime="20181202 16:34:03.639"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.657" starttime="20181202 16:34:03.635"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:03.658" starttime="20181202 16:34:03.658"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:34:03.659" starttime="20181202 16:34:03.658"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.660" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:34:03.661" starttime="20181202 16:34:03.659"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:03.708" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=790.385s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210019,duration=664.011s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=2654.436s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=1540.467s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=1555.613s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210021,duration=660.522s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=2496.357s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=779.133s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210020,duration=663.765s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210022,duration=660.238s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=2496.676s,ref_count=1,packet_count=2467,byte_count=133206
 group_id=210009,duration=1555.904s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=1540.162s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:34:03.708" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=790.385s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210019,duration=664.011s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:34:03.708" starttime="20181202 16:34:03.661"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.709" starttime="20181202 16:34:03.657"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.709" starttime="20181202 16:34:03.013"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.709" starttime="20181202 16:34:03.013"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.709" starttime="20181202 16:34:03.013"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.709" starttime="20181202 16:34:03.012"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:34:03.727" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622776090&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:34:03.728" starttime="20181202 16:34:03.726"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.737" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.738" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.738" starttime="20181202 16:34:03.729"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.739" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.739" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.739" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.739" starttime="20181202 16:34:03.738"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.740" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.740" starttime="20181202 16:34:03.740"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.740" starttime="20181202 16:34:03.728"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.744" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.744" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.744" starttime="20181202 16:34:03.740"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.745" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d","segmentation-id":48,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5010,"mac-timeout":300},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c","segmentation-id":63,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5011,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:34:03.745" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.745" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:34:03.745" starttime="20181202 16:34:03.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.746" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d",
                "elan-tag": 5010,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 48
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                "elan-tag": 5011,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 63
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.746" starttime="20181202 16:34:03.745"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.746" starttime="20181202 16:34:03.740"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.749" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.749" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.749" starttime="20181202 16:34:03.746"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.750" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c","static-mac-entries":[{"mac-address":"fa:16:3e:a4:43:2b","ip-prefix":"42.0.0.2"}]},{"name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d","static-mac-entries":[{"mac-address":"fa:16:3e:f4:59:eb","ip-prefix":"41.0.0.2"}]}]}} </msg>
<msg timestamp="20181202 16:34:03.750" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.750" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                "name": "4f6c9095-5a7c-4fe1-9f5d-9086...</msg>
<status status="PASS" endtime="20181202 16:34:03.750" starttime="20181202 16:34:03.749"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.751" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                "name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "static-mac-entries": [
                    {
                        "ip-prefix": "42.0.0.2",
                        "mac-address": "fa:16:3e:a4:43:2b"
                    }
                ]
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d",
                "name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "41.0.0.2",
                        "mac-address": "fa:16:3e:f4:59:eb"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.751" starttime="20181202 16:34:03.750"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.751" starttime="20181202 16:34:03.746"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.756" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.756" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.756" starttime="20181202 16:34:03.751"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.760" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543767783}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","id-value":[23]},{"id-key":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","id-value":[24]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006}],"available-id-count":8,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5011,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543767775}],"id-entries":[{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"454e514a-2014-4f05-b826-e15836f1638d","id-value":[5010]},{"id-key":"82d95093-0dbf-4205-8894-295a4deba59c","id-value":[5011]},{"id-key":"arp.responder.group.id","id-value":[5000]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21}],"available-id-count":21,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":24,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":5,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543767783}],"id-entries":[{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:34:03.760" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.761" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:34:03.761" starttime="20181202 16:34:03.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.761" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543767783
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                        "id-value": [
                            23
                        ]
                    },
                    {
                        "id-key": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                        "id-value": [
                            24
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5011,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 8,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543767775
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "454e514a-2014-4f05-b826-e15836f1638d",
                        "id-value": [
                            5010
                        ]
                    },
                    {
                        "id-key": "82d95093-0dbf-4205-8894-295a4deba59c",
                        "id-value": [
                            5011
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 21,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543767783
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.762" starttime="20181202 16:34:03.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.762" starttime="20181202 16:34:03.751"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.766" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.766" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.766" starttime="20181202 16:34:03.762"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.768" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{"ace":[{"rule-name":"22a127e1-28a7-4714-a62e-4a505b98426b","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6e5aad71-5504-463f-ab86-561527419697","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"51e039d7-bc2a-47b7-ae44-b93639c0d3ea","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"a10f9991-5496-49b9-8ac5-03752e162b7f","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"bec2e2ba-279b-490e-b8a5-3ae2513d77c5","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"a8dfb8d1-a80f-4c81-aeda-8f5a1b267334","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"185b7541-5c4e-4be9-902b-de8197b5432f","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"98948945-45e6-4171-8a57-6b29e648d12c","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 16:34:03.768" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.769" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181202 16:34:03.769" starttime="20181202 16:34:03.766"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.769" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "22a127e1-28a7-4714-a62e-4a505b98426b"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "6e5aad71-5504-463f-ab86-561527419697"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51e039d7-bc2a-47b7-ae44-b93639c0d3ea"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "a10f9991-5496-49b9-8ac5-03752e162b7f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "bec2e2ba-279b-490e-b8a5-3ae2513d77c5"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "a8dfb8d1-a80f-4c81-aeda-8f5a1b267334"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "185b7541-5c4e-4be9-902b-de8197b5432f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "98948945-45e6-4171-8a57-6b29e648d12c"
                        }
                    ]
                },
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.770" starttime="20181202 16:34:03.769"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.770" starttime="20181202 16:34:03.762"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.773" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.773" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.773" starttime="20181202 16:34:03.770"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.774" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap01d34cb7-46"},{"name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap4f6c9095-5a"}]}} </msg>
<msg timestamp="20181202 16:34:03.774" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.774" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
...</msg>
<status status="PASS" endtime="20181202 16:34:03.774" starttime="20181202 16:34:03.773"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.775" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap01d34cb7-46",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap4f6c9095-5a",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.775" starttime="20181202 16:34:03.775"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.775" starttime="20181202 16:34:03.770"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.778" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.779" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.779" starttime="20181202 16:34:03.775"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.780" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"17"}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.82d95093-0dbf-4205-8894-295a4deba59c.4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84070629376,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5011,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":24,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.454e514a-2014-4f05-b826-e15836f1638d.01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84053852160,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5010,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":23,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"16"}}]}}]}]},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"}]}} </msg>
<msg timestamp="20181202 16:34:03.781" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.781" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:se...</msg>
<status status="PASS" endtime="20181202 16:34:03.781" starttime="20181202 16:34:03.779"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.781" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "17"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84070629376,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5011
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 24
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.82d95093-0dbf-4205-8894-295a4deba59c.4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84053852160,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5010
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 23
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.454e514a-2014-4f05-b826-e15836f1638d.01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "16"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.782" starttime="20181202 16:34:03.781"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.782" starttime="20181202 16:34:03.775"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.784" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.784" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.784" starttime="20181202 16:34:03.782"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.785" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"zone-name":"82d95093-0dbf-4205-8894-295a4deba59c"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:34:03.785" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.785" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:34:03.785" starttime="20181202 16:34:03.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.786" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "454e514a-2014-4f05-b826-e15836f1638d"
                            },
                            {
                                "zone-name": "82d95093-0dbf-4205-8894-295a4deba59c"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.786" starttime="20181202 16:34:03.785"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.786" starttime="20181202 16:34:03.782"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.789" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.789" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.789" starttime="20181202 16:34:03.786"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.790" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.790" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.790" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.790" starttime="20181202 16:34:03.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.790" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.790" starttime="20181202 16:34:03.790"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.790" starttime="20181202 16:34:03.786"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.793" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.794" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.794" starttime="20181202 16:34:03.791"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.794" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.794" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.794" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.794" starttime="20181202 16:34:03.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.795" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.795" starttime="20181202 16:34:03.795"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.795" starttime="20181202 16:34:03.790"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.798" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.799" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.799" starttime="20181202 16:34:03.795"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.799" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.799" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.799" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.799" starttime="20181202 16:34:03.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.800" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.800" starttime="20181202 16:34:03.800"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.800" starttime="20181202 16:34:03.795"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.803" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.803" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.803" starttime="20181202 16:34:03.800"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.804" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"454e514a-2014-4f05-b826-e15836f1638d","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"82d95093-0dbf-4205-8894-295a4deba59c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:34:03.804" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.804" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:34:03.804" starttime="20181202 16:34:03.804"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.805" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.805" starttime="20181202 16:34:03.804"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.805" starttime="20181202 16:34:03.800"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.808" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.808" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.808" starttime="20181202 16:34:03.805"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.808" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:34:03.808" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.808" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.808" starttime="20181202 16:34:03.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.809" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.809" starttime="20181202 16:34:03.809"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.809" starttime="20181202 16:34:03.805"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.812" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.812" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.812" starttime="20181202 16:34:03.809"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.813" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:34:03.813" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.813" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.813" starttime="20181202 16:34:03.812"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.813" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.813" starttime="20181202 16:34:03.813"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.813" starttime="20181202 16:34:03.809"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.817" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.817" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.817" starttime="20181202 16:34:03.813"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.818" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:34:03.818" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.818" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:34:03.818" starttime="20181202 16:34:03.817"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.819" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:34:03.819" starttime="20181202 16:34:03.819"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.819" starttime="20181202 16:34:03.813"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.822" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.823" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.823" starttime="20181202 16:34:03.819"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.824" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"454e514a-2014-4f05-b826-e15836f1638d","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"48","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_ext_net_1"},{"uuid":"82d95093-0dbf-4205-8894-295a4deba59c","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"63","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l3_ext_net_2"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"7786f8f7-2f91-41c8-9093-947ed3ccc495","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"l3_ext_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"185b7541-5c4e-4be9-902b-de8197b5432f","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"51e039d7-bc2a-47b7-ae44-b93639c0d3ea","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"a8dfb8d1-a80f-4c81-aeda-8f5a1b267334","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"98948945-45e6-4171-8a57-6b29e648d12c","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"a10f9991-5496-49b9-8ac5-03752e162b7f","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"22a127e1-28a7-4714-a62e-4a505b98426b","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6e5aad71-5504-463f-ab86-561527419697","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495"},{"uuid":"bec2e2ba-279b-490e-b8a5-3ae2513d77c5","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"7786f8f7-2f91-41c8-9093-947ed3ccc495","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"52ed238b-0a3c-4fa4-b393-e738b5c552ba","gateway-ip":"42.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"42.0.0.2","end":"42.0.0.254"}],"cidr":"42.0.0.0/24","network-id":"82d95093-0dbf-4205-8894-295a4deba59c","name":"l3_ext_sub_2"},{"uuid":"ca62fe28-d63d-48d8-96df-93a66bba0757","gateway-ip":"41.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"41.0.0.2","end":"41.0.0.254"}],"cidr":"41.0.0.0/24","network-id":"454e514a-2014-4f05-b826-e15836f1638d","name":"l3_ext_sub_1"}]},"ports":{"port":[{"uuid":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","fixed-ips":[{"subnet-id":"ca62fe28-d63d-48d8-96df-93a66bba0757","ip-address":"41.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-454e514a-2014-4f05-b826-e15836f1638d","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:f4:59:eb","admin-state-up":true,"network-id":"454e514a-2014-4f05-b826-e15836f1638d","name":""},{"uuid":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","fixed-ips":[{"subnet-id":"52ed238b-0a3c-4fa4-b393-e738b5c552ba","ip-address":"42.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-82d95093-0dbf-4205-8894-295a4deba59c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:a4:43:2b","admin-state-up":true,"network-id":"82d95093-0dbf-4205-8894-295a4deba59c","name":""}]}}} </msg>
<msg timestamp="20181202 16:34:03.824" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.824" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:34:03.825" starttime="20181202 16:34:03.823"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.825" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_ext_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "48",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "454e514a-2014-4f05-b826-e15836f1638d"
                },
                {
                    "admin-state-up": true,
                    "name": "l3_ext_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "63",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "82d95093-0dbf-4205-8894-295a4deba59c"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-454e514a-2014-4f05-b826-e15836f1638d",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "41.0.0.2",
                            "subnet-id": "ca62fe28-d63d-48d8-96df-93a66bba0757"
                        }
                    ],
                    "mac-address": "fa:16:3e:f4:59:eb",
                    "name": "",
                    "network-id": "454e514a-2014-4f05-b826-e15836f1638d",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-82d95093-0dbf-4205-8894-295a4deba59c",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "42.0.0.2",
                            "subnet-id": "52ed238b-0a3c-4fa4-b393-e738b5c552ba"
                        }
                    ],
                    "mac-address": "fa:16:3e:a4:43:2b",
                    "name": "",
                    "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "l3_ext_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7786f8f7-2f91-41c8-9093-947ed3ccc495"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "185b7541-5c4e-4be9-902b-de8197b5432f"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "51e039d7-bc2a-47b7-ae44-b93639c0d3ea"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a8dfb8d1-a80f-4c81-aeda-8f5a1b267334"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "98948945-45e6-4171-8a57-6b29e648d12c"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a10f9991-5496-49b9-8ac5-03752e162b7f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "22a127e1-28a7-4714-a62e-4a505b98426b"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6e5aad71-5504-463f-ab86-561527419697"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "bec2e2ba-279b-490e-b8a5-3ae2513d77c5"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "42.0.0.254",
                            "start": "42.0.0.2"
                        }
                    ],
                    "cidr": "42.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "42.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_ext_sub_2",
                    "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "52ed238b-0a3c-4fa4-b393-e738b5c552ba"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "41.0.0.254",
                            "start": "41.0.0.2"
                        }
                    ],
                    "cidr": "41.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "41.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l3_ext_sub_1",
                    "network-id": "454e514a-2014-4f05-b826-e15836f1638d",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "ca62fe28-d63d-48d8-96df-93a66bba0757"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.825" starttime="20181202 16:34:03.825"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.825" starttime="20181202 16:34:03.819"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.828" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.828" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.828" starttime="20181202 16:34:03.825"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.828" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"82d95093-0dbf-4205-8894-295a4deba59c","subnet-id-list":["52ed238b-0a3c-4fa4-b393-e738b5c552ba"]},{"network-id":"454e514a-2014-4f05-b826-e15836f1638d","subnet-id-list":["ca62fe28-d63d-48d8-96df-93a66bba0757"]}]}} </msg>
<msg timestamp="20181202 16:34:03.828" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.829" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
                "subnet-id-list": [
                    "52ed238b-0a3...</msg>
<status status="PASS" endtime="20181202 16:34:03.829" starttime="20181202 16:34:03.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.829" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
                "subnet-id-list": [
                    "52ed238b-0a3c-4fa4-b393-e738b5c552ba"
                ]
            },
            {
                "network-id": "454e514a-2014-4f05-b826-e15836f1638d",
                "subnet-id-list": [
                    "ca62fe28-d63d-48d8-96df-93a66bba0757"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.829" starttime="20181202 16:34:03.829"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.829" starttime="20181202 16:34:03.825"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.833" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.833" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.833" starttime="20181202 16:34:03.829"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.833" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.833" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.833" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.833" starttime="20181202 16:34:03.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.834" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.834" starttime="20181202 16:34:03.834"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.834" starttime="20181202 16:34:03.829"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.842" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.842" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.842" starttime="20181202 16:34:03.834"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.843" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.843" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.843" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.843" starttime="20181202 16:34:03.843"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.844" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.844" starttime="20181202 16:34:03.843"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.844" starttime="20181202 16:34:03.834"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.846" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.847" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.847" starttime="20181202 16:34:03.844"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.847" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"52ed238b-0a3c-4fa4-b393-e738b5c552ba","network-type":"VXLAN","port-list":["4f6c9095-5a7c-4fe1-9f5d-9086263aca35"],"segmentation-id":63,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"82d95093-0dbf-4205-8894-295a4deba59c","subnet-ip":"42.0.0.0/24"},{"id":"ca62fe28-d63d-48d8-96df-93a66bba0757","network-type":"VXLAN","port-list":["01d34cb7-46a5-4f2b-ab71-a5516f34218c"],"segmentation-id":48,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"454e514a-2014-4f05-b826-e15836f1638d","subnet-ip":"41.0.0.0/24"}]}} </msg>
<msg timestamp="20181202 16:34:03.847" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.847" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "52ed238b-0a3c-4fa4-b393-e738b5c552ba",
                "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
         ...</msg>
<status status="PASS" endtime="20181202 16:34:03.848" starttime="20181202 16:34:03.847"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.848" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "52ed238b-0a3c-4fa4-b393-e738b5c552ba",
                "network-id": "82d95093-0dbf-4205-8894-295a4deba59c",
                "network-type": "VXLAN",
                "port-list": [
                    "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                ],
                "segmentation-id": 63,
                "subnet-ip": "42.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "ca62fe28-d63d-48d8-96df-93a66bba0757",
                "network-id": "454e514a-2014-4f05-b826-e15836f1638d",
                "network-type": "VXLAN",
                "port-list": [
                    "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                ],
                "segmentation-id": 48,
                "subnet-ip": "41.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.848" starttime="20181202 16:34:03.848"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.848" starttime="20181202 16:34:03.844"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.851" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.851" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.851" starttime="20181202 16:34:03.848"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.851" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:34:03.851" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.851" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.851" starttime="20181202 16:34:03.851"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.852" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.852" starttime="20181202 16:34:03.852"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.852" starttime="20181202 16:34:03.848"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.854" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.854" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.854" starttime="20181202 16:34:03.852"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.855" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:34:03.855" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.855" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.855" starttime="20181202 16:34:03.854"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.855" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.855" starttime="20181202 16:34:03.855"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.855" starttime="20181202 16:34:03.852"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.858" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.858" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.858" starttime="20181202 16:34:03.856"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.859" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tap01d34cb7-46","interface-child-entry":[{"child-interface":"01d34cb7-46a5-4f2b-ab71-a5516f34218c"}]},{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap4f6c9095-5a","interface-child-entry":[{"child-interface":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35"}]}]}} </msg>
<msg timestamp="20181202 16:34:03.859" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.859" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "01d34cb7-...</msg>
<status status="PASS" endtime="20181202 16:34:03.859" starttime="20181202 16:34:03.858"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.859" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                    }
                ],
                "parent-interface": "tap01d34cb7-46"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                    }
                ],
                "parent-interface": "tap4f6c9095-5a"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.859" starttime="20181202 16:34:03.859"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.859" starttime="20181202 16:34:03.855"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.864" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.864" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.864" starttime="20181202 16:34:03.859"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.864" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.864" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.864" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.864" starttime="20181202 16:34:03.864"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.865" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.865" starttime="20181202 16:34:03.865"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.865" starttime="20181202 16:34:03.859"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.867" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.867" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.868" starttime="20181202 16:34:03.865"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.868" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:34:03.868" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.868" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:34:03.868" starttime="20181202 16:34:03.868"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.869" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.869" starttime="20181202 16:34:03.868"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.869" starttime="20181202 16:34:03.865"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.871" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.871" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.871" starttime="20181202 16:34:03.869"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.872" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:34:03.872" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.872" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:34:03.872" starttime="20181202 16:34:03.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.873" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.873" starttime="20181202 16:34:03.872"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.873" starttime="20181202 16:34:03.869"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.876" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.876" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.876" starttime="20181202 16:34:03.873"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.877" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.877" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.877" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.877" starttime="20181202 16:34:03.876"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.877" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.877" starttime="20181202 16:34:03.877"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.877" starttime="20181202 16:34:03.873"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.879" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.880" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.880" starttime="20181202 16:34:03.878"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.880" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:34:03.880" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.880" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.880" starttime="20181202 16:34:03.880"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.881" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.881" starttime="20181202 16:34:03.881"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.881" starttime="20181202 16:34:03.877"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.883" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.884" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.884" starttime="20181202 16:34:03.881"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.884" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:34:03.884" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.884" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.884" starttime="20181202 16:34:03.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.885" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:03.885" starttime="20181202 16:34:03.884"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.885" starttime="20181202 16:34:03.881"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.888" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.888" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.888" starttime="20181202 16:34:03.885"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.889" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.889" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.889" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.889" starttime="20181202 16:34:03.888"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.889" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.889" starttime="20181202 16:34:03.889"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.889" starttime="20181202 16:34:03.885"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.892" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.893" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.893" starttime="20181202 16:34:03.890"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.893" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.893" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.894" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.894" starttime="20181202 16:34:03.893"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.894" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.894" starttime="20181202 16:34:03.894"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.894" starttime="20181202 16:34:03.889"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.897" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.897" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.897" starttime="20181202 16:34:03.894"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.898" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.898" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.898" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.898" starttime="20181202 16:34:03.898"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.898" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.899" starttime="20181202 16:34:03.898"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.899" starttime="20181202 16:34:03.894"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.901" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.902" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.902" starttime="20181202 16:34:03.899"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.902" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.902" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.902" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.902" starttime="20181202 16:34:03.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.903" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.903" starttime="20181202 16:34:03.902"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.903" starttime="20181202 16:34:03.899"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.905" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.906" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.906" starttime="20181202 16:34:03.903"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.906" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.906" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.906" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.906" starttime="20181202 16:34:03.906"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.907" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.907" starttime="20181202 16:34:03.907"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.907" starttime="20181202 16:34:03.903"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.916" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.916" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.916" starttime="20181202 16:34:03.907"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.944" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.4f6c9095-5a7c-4fe1-9f5d-9086263aca35.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":6144}}}]},"strict":true,"cookie":134217735,"flow-name":"default.4f6c9095-5a7c-4fe1-9f5d-9086263aca35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"17"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.01d34cb7-46a5-4f2b-ab71-a5516f34218c.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":5888}}}]},"strict":true,"cookie":134217735,"flow-name":"default.01d34cb7-46a5-4f2b-ab71-a5516f34218c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"16"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3663","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":63}},"strict":false,"cookie":150999955,"flow-name":"ITM Flow Entry :5011","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84070629376,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3648","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":48}},"strict":false,"cookie":150999954,"flow-name":"ITM Flow Entry :5010","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84053852160,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385010","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":48}},"strict":false,"cookie":151327634,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84053852160,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385011","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":63}},"strict":false,"cookie":151327635,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84070629376,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525011false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84070629376,"metadata-mask":1099494850561}},"strict":false,"cookie":141562771,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210022}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525011true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84070629377,"metadata-mask":1099494850561}},"strict":false,"cookie":141562771,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210021}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525010true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84053852161,"metadata-mask":1099494850561}},"strict":false,"cookie":141562770,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210019}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525010false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84053852160,"metadata-mask":1099494850561}},"strict":false,"cookie":141562770,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210020}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050108365913623561423fa:16:3e:f4:59:eb","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:f4:59:eb"}},"metadata":{"metadata":25372821291008,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550418,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050118365913623561424fa:16:3e:a4:43:2b","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:a4:43:2b"}},"metadata":{"metadata":26472349696000,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550419,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150108365913623561423fa:16:3e:f4:59:eb","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:f4:59:eb"}},"metadata":{"metadata":84053852160,"metadata-mask":1099494850560}},"strict":true,"cookie":134419346,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5888,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150118365913623561424fa:16:3e:a4:43:2b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:a4:43:2b"}},"metadata":{"metadata":84070629376,"metadata-mask":1099494850560}},"strict":true,"cookie":134419347,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6144,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.24.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.23.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":23}},"strict":true,"cookie":142606359,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5888,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.23.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":25288767438848,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":23}},"strict":true,"cookie":142606359,"flow-name":"454e514a-2014-4f05-b826-e15836f1638d","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.24.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":24}},"strict":true,"cookie":142606360,"flow-name":"82d95093-0dbf-4205-8894-295a4deba59c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6144,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:4f6c9095-5a7c-4fe1-9f5d-9086263aca35","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:17","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:4f6c9095-5a7c-4fe1-9f5d-9086263aca35","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":26388279066624,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:01d34cb7-46a5-4f2b-ab71-a5516f34218c","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:16","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:01d34cb7-46a5-4f2b-ab71-a5516f34218c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":25288767438848,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.01d34cb7-46a5-4f2b-ab71-a5516f34218c.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":25288767438848,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.454e514a-2014-4f05-b826-e15836f1638d.01d34cb7-46a5-4f2b-ab71-a5516f34218c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":23,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5010,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529240418889760768,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.4f6c9095-5a7c-4fe1-9f5d-9086263aca35.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":26388279066624,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.82d95093-0dbf-4205-8894-295a4deba59c.4f6c9095-5a7c-4fe1-9f5d-9086263aca35","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":24,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5011,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529241518418165760,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210022,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210021}}],"watch_port":4294967295}]},"group-name":"82d95093-0dbf-4205-8894-295a4deba59c","group-type":"group-all"},{"group-id":210021,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":24}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"82d95093-0dbf-4205-8894-295a4deba59c","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210020,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210019}}],"watch_port":4294967295}]},"group-name":"454e514a-2014-4f05-b826-e15836f1638d","group-type":"group-all"},{"group-id":210019,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":23}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"454e514a-2014-4f05-b826-e15836f1638d","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:34:03.945" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.946" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:34:03.946" starttime="20181202 16:34:03.917"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.948" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210021
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210022,
                        "group-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 24
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210021,
                        "group-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210019
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210020,
                        "group-name": "454e514a-2014-4f05-b826-e15836f1638d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 23
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210019,
                        "group-name": "454e514a-2014-4f05-b826-e15836f1638d",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.4f6c9095-5a7c-4fe1-9f5d-9086263aca35.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "17"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 6144
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.01d34cb7-46a5-4f2b-ab71-a5516f34218c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "16"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 5888
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999955,
                                "flow-name": "ITM Flow Entry :5011",
                                "hard-timeout": 0,
                                "id": "3663",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84070629376,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 63
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999954,
                                "flow-name": "ITM Flow Entry :5010",
                                "hard-timeout": 0,
                                "id": "3648",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84053852160,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 48
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327634,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "385010",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84053852160,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 48
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327635,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "385011",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84070629376,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 63
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562771,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "525011false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210022
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84070629376,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562771,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "525011true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210021
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84070629377,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562770,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "525010true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210019
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84053852161,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562770,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "525010false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210020
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84053852160,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550418,
                                "hard-timeout": 0,
                                "id": "5050108365913623561423fa:16:3e:f4:59:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:f4:59:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 25372821291008,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550419,
                                "hard-timeout": 0,
                                "id": "5050118365913623561424fa:16:3e:a4:43:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:a4:43:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 26472349696000,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419346,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "5150108365913623561423fa:16:3e:f4:59:eb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 5888
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:f4:59:eb"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84053852160,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419347,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "5150118365913623561424fa:16:3e:a4:43:2b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:a4:43:2b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84070629376,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "55.24.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606359,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "55.23.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 5888
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 23
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606359,
                                "flow-name": "454e514a-2014-4f05-b826-e15836f1638d",
                                "hard-timeout": 0,
                                "id": "55.23.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 25288767438848,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 23
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606360,
                                "flow-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                                "hard-timeout": 0,
                                "id": "55.24.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6144
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 24
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 26388279066624,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:17",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 25288767438848,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:16",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.454e514a-2014-4f05-b826-e15836f1638d.01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.01d34cb7-46a5-4f2b-ab71-a5516f34218c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 23
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5010
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529240418889760768,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 25288767438848,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.82d95093-0dbf-4205-8894-295a4deba59c.4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.4f6c9095-5a7c-4fe1-9f5d-9086263aca35.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 24
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5011
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529241518418165760,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 26388279066624,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.950" starttime="20181202 16:34:03.946"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.950" starttime="20181202 16:34:03.907"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.953" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.953" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.953" starttime="20181202 16:34:03.950"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.954" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["01d34cb7-46a5-4f2b-ab71-a5516f34218c"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["4f6c9095-5a7c-4fe1-9f5d-9086263aca35"]}]},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:34:03.954" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.954" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:34:03.954" starttime="20181202 16:34:03.953"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.955" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                        ]
                    }
                ],
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                        ]
                    }
                ],
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.955" starttime="20181202 16:34:03.954"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.955" starttime="20181202 16:34:03.950"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.957" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.957" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.957" starttime="20181202 16:34:03.955"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.958" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c","mac-entry":[{"mac-address":"fa:16:3e:a4:43:2b","interface":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","ip-prefix":"42.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d","mac-entry":[{"mac-address":"fa:16:3e:f4:59:eb","interface":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","ip-prefix":"41.0.0.2","isStaticAddress":true}]}]}} </msg>
<msg timestamp="20181202 16:34:03.958" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.958" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:34:03.958" starttime="20181202 16:34:03.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.959" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c",
                "mac-entry": [
                    {
                        "interface": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                        "ip-prefix": "42.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:a4:43:2b"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d",
                "mac-entry": [
                    {
                        "interface": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                        "ip-prefix": "41.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:f4:59:eb"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.959" starttime="20181202 16:34:03.958"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.959" starttime="20181202 16:34:03.955"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.962" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.962" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.962" starttime="20181202 16:34:03.959"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.963" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.963" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.963" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.963" starttime="20181202 16:34:03.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.963" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.964" starttime="20181202 16:34:03.963"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.964" starttime="20181202 16:34:03.959"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.966" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.966" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.966" starttime="20181202 16:34:03.964"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.967" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"454e514a-2014-4f05-b826-e15836f1638d","elan-interfaces":["01d34cb7-46a5-4f2b-ab71-a5516f34218c"]},{"name":"82d95093-0dbf-4205-8894-295a4deba59c","elan-interfaces":["4f6c9095-5a7c-4fe1-9f5d-9086263aca35"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:34:03.967" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.967" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                ],
                "name": "454e51...</msg>
<status status="PASS" endtime="20181202 16:34:03.967" starttime="20181202 16:34:03.966"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.967" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                ],
                "name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-interfaces": [
                    "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                ],
                "name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.967" starttime="20181202 16:34:03.967"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.967" starttime="20181202 16:34:03.964"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.970" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.971" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.971" starttime="20181202 16:34:03.968"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.972" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap01d34cb7-46","lower-layer-if":["openflow:83659136235614:16"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:22:59.561Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap4f6c9095-5a","lower-layer-if":["openflow:83659136235614:17"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:23:03.078Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","lower-layer-if":["openflow:83659136235614:17"],"type":"iana-if-type:l2vlan","if-index":24,"statistics":{"discontinuity-time":"2018-12-02T16:23:03.112Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","lower-layer-if":["openflow:83659136235614:16"],"type":"iana-if-type:l2vlan","if-index":23,"statistics":{"discontinuity-time":"2018-12-02T16:22:59.568Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:34:03.972" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.973" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:34:03.973" starttime="20181202 16:34:03.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.974" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:16"
                ],
                "name": "tap01d34cb7-46",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:22:59.561Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:17"
                ],
                "name": "tap4f6c9095-5a",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:23:03.078Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 24,
                "lower-layer-if": [
                    "openflow:83659136235614:17"
                ],
                "name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:23:03.112Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 23,
                "lower-layer-if": [
                    "openflow:83659136235614:16"
                ],
                "name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:22:59.568Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.974" starttime="20181202 16:34:03.973"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.974" starttime="20181202 16:34:03.967"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.979" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.979" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.979" starttime="20181202 16:34:03.975"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.981" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":24,"port-no":17,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":23,"port-no":16,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":24,"port-no":17,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":23,"port-no":16,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:34:03.981" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.981" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 24,
                "interface-name": "4f6c9095...</msg>
<status status="PASS" endtime="20181202 16:34:03.981" starttime="20181202 16:34:03.980"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.982" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 24,
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 17,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 23,
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 16,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 24,
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 17,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 23,
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 16,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.982" starttime="20181202 16:34:03.982"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.983" starttime="20181202 16:34:03.974"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.990" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.990" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.990" starttime="20181202 16:34:03.983"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.991" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.991" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.992" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.992" starttime="20181202 16:34:03.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:03.992" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:03.993" starttime="20181202 16:34:03.992"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:03.993" starttime="20181202 16:34:03.983"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:03.997" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:34:03.997" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:03.998" starttime="20181202 16:34:03.993"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:03.999" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:03.999" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:03.999" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:03.999" starttime="20181202 16:34:03.998"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.000" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.000" starttime="20181202 16:34:04.000"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.000" starttime="20181202 16:34:03.993"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.004" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.005" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.005" starttime="20181202 16:34:04.001"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.006" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.006" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.006" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.006" starttime="20181202 16:34:04.005"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.007" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.007" starttime="20181202 16:34:04.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.007" starttime="20181202 16:34:04.000"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.012" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.012" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.012" starttime="20181202 16:34:04.008"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.015" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap01d34cb7-46","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"6c10eaed-9592-4ecd-a0d8-6610271a96a3","ovsdb:name":"tap01d34cb7-46","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:f4:59:eb"},{"external-id-key":"iface-id","external-id-value":"01d34cb7-46a5-4f2b-ab71-a5516f34218c"}],"ovsdb:port-uuid":"dbda13d3-3990-4989-9449-f6e406b96763","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":16},{"tp-id":"tap4f6c9095-5a","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"de091a4e-0055-4448-91cf-b7d5f20778e4","ovsdb:name":"tap4f6c9095-5a","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:a4:43:2b"},{"external-id-key":"iface-id","external-id-value":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35"}],"ovsdb:port-uuid":"eae462e1-1f55-4976-b9fe-effb8f85f8a8","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":17},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:34:04.015" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.016" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:34:04.016" starttime="20181202 16:34:04.013"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.017" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:f4:59:eb"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "6c10eaed-9592-4ecd-a0d8-6610271a96a3",
                            "ovsdb:name": "tap01d34cb7-46",
                            "ovsdb:ofport": 16,
                            "ovsdb:port-uuid": "dbda13d3-3990-4989-9449-f6e406b96763",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap01d34cb7-46"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:a4:43:2b"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "de091a4e-0055-4448-91cf-b7d5f20778e4",
                            "ovsdb:name": "tap4f6c9095-5a",
                            "ovsdb:ofport": 17,
                            "ovsdb:port-uuid": "eae462e1-1f55-4976-b9fe-effb8f85f8a8",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap4f6c9095-5a"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:34:04.017" starttime="20181202 16:34:04.016"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.017" starttime="20181202 16:34:04.007"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.021" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.021" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.021" starttime="20181202 16:34:04.018"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.023" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","status":"ACTIVE"},{"uuid":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 16:34:04.023" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.023" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:34:04.023" starttime="20181202 16:34:04.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.024" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
            },
            {
                "status": "ACTIVE",
                "uuid": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.024" starttime="20181202 16:34:04.023"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.024" starttime="20181202 16:34:04.017"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.028" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.028" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.028" starttime="20181202 16:34:04.024"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.029" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.030" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.030" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.030" starttime="20181202 16:34:04.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.031" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.031" starttime="20181202 16:34:04.030"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.031" starttime="20181202 16:34:04.024"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.034" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.035" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.035" starttime="20181202 16:34:04.031"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.036" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":24,"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":23,"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c"}]}} </msg>
<msg timestamp="20181202 16:34:04.036" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.036" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 24,
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
            }...</msg>
<status status="PASS" endtime="20181202 16:34:04.036" starttime="20181202 16:34:04.035"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.037" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 24,
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 23,
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.037" starttime="20181202 16:34:04.036"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.037" starttime="20181202 16:34:04.031"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.041" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.041" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.042" starttime="20181202 16:34:04.037"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.043" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.043" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.043" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.043" starttime="20181202 16:34:04.042"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.043" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.044" starttime="20181202 16:34:04.043"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.044" starttime="20181202 16:34:04.037"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.048" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.048" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.048" starttime="20181202 16:34:04.044"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.049" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.049" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.049" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.049" starttime="20181202 16:34:04.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.050" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.050" starttime="20181202 16:34:04.050"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.050" starttime="20181202 16:34:04.044"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.054" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.054" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.054" starttime="20181202 16:34:04.050"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.055" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.055" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.055" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.055" starttime="20181202 16:34:04.054"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.056" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.056" starttime="20181202 16:34:04.056"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.056" starttime="20181202 16:34:04.050"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.060" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.060" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.060" starttime="20181202 16:34:04.056"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.061" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.061" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.061" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.061" starttime="20181202 16:34:04.061"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.062" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.062" starttime="20181202 16:34:04.062"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.062" starttime="20181202 16:34:04.056"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.065" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.066" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.066" starttime="20181202 16:34:04.063"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.067" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:34:04.067" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.067" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:34:04.067" starttime="20181202 16:34:04.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.068" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.068" starttime="20181202 16:34:04.067"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.068" starttime="20181202 16:34:04.062"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.071" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.071" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.071" starttime="20181202 16:34:04.068"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.072" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:34:04.072" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.072" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:34:04.072" starttime="20181202 16:34:04.071"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.073" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.073" starttime="20181202 16:34:04.073"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.073" starttime="20181202 16:34:04.068"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.076" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.077" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.077" starttime="20181202 16:34:04.073"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.078" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:34:04.078" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.078" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:04.078" starttime="20181202 16:34:04.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.078" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:34:04.079" starttime="20181202 16:34:04.078"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.079" starttime="20181202 16:34:04.073"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.082" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.082" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.082" starttime="20181202 16:34:04.079"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.083" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:34:04.083" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.083" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:34:04.083" starttime="20181202 16:34:04.082"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.084" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.084" starttime="20181202 16:34:04.084"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.084" starttime="20181202 16:34:04.079"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.088" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.088" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.088" starttime="20181202 16:34:04.085"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.089" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.090" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.090" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.090" starttime="20181202 16:34:04.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.090" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.090" starttime="20181202 16:34:04.090"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.091" starttime="20181202 16:34:04.085"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.094" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.094" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.094" starttime="20181202 16:34:04.091"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.095" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.095" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.095" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.095" starttime="20181202 16:34:04.095"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.096" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.096" starttime="20181202 16:34:04.096"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.096" starttime="20181202 16:34:04.091"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.099" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.100" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.100" starttime="20181202 16:34:04.096"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.101" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:34:04.101" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.101" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:34:04.101" starttime="20181202 16:34:04.100"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.101" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.102" starttime="20181202 16:34:04.101"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.102" starttime="20181202 16:34:04.096"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:34:04.107" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:34:04.108" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.108" starttime="20181202 16:34:04.102"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:34:04.112" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:16","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap01d34cb7-46","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":16,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:17","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap4f6c9095-5a","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":17,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:34:04.112" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:34:04.112" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:34:04.112" starttime="20181202 16:34:04.108"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.113" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap01d34cb7-46",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 16,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:16"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap4f6c9095-5a",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 17,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:17"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:34:04.113" starttime="20181202 16:34:04.112"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.113" starttime="20181202 16:34:04.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.113" starttime="20181202 16:34:03.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.113" starttime="20181202 16:34:03.725"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.114" starttime="20181202 16:34:03.710"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:34:04.115" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.External Network/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:34:04.116" starttime="20181202 16:34:04.115"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.128" starttime="20181202 16:34:04.128"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:34:04.129" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:34:04.129" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:34:04.129" starttime="20181202 16:34:04.128"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:34:04.129" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.External Network/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:34:04.130" starttime="20181202 16:34:04.129"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:34:04.130" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 16:34:04.130" starttime="20181202 16:34:04.130"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:34:04.132" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:34:04.132" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:34:04.132" starttime="20181202 16:34:04.131"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.132" starttime="20181202 16:34:04.132"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.133" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:34:04.443" level="INFO">Read output: Last login: Sun Dec  2 16:22:50 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:34:04.443" starttime="20181202 16:34:04.133"></status>
</kw>
<msg timestamp="20181202 16:34:04.443" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:34:04.444" starttime="20181202 16:34:04.133"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.444" starttime="20181202 16:34:04.131"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:34:04.445" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.External Network/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:34:04.469" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:34:04.469" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:34:04.469" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:34:04.469" starttime="20181202 16:34:04.444"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:34:04.534" starttime="20181202 16:34:04.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.535" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:34:04.535" starttime="20181202 16:34:04.534"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.536" starttime="20181202 16:34:04.535"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.538" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:34:04.539" starttime="20181202 16:34:04.538"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.539" starttime="20181202 16:34:04.537"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.544" starttime="20181202 16:34:04.543"></status>
</kw>
<msg timestamp="20181202 16:34:04.544" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:34:04.544" starttime="20181202 16:34:04.542"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.545" starttime="20181202 16:34:04.540"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.545" starttime="20181202 16:34:04.127"></status>
</kw>
<msg timestamp="20181202 16:34:04.545" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:34:04.545" starttime="20181202 16:34:04.126"></status>
</kw>
<msg timestamp="20181202 16:34:04.546" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:04.546" starttime="20181202 16:34:04.125"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:34:04.547" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:34:04.547" starttime="20181202 16:34:04.546"></status>
</kw>
<msg timestamp="20181202 16:34:04.548" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:34:04.548" starttime="20181202 16:34:04.124"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:34:04.549" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:34:04.549" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:34:04.549" starttime="20181202 16:34:04.549"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.551" starttime="20181202 16:34:04.550"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:34:04.552" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:34:04.552" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:34:04.552" starttime="20181202 16:34:04.551"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.554" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:34:04.554" starttime="20181202 16:34:04.554"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.554" starttime="20181202 16:34:04.552"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.554" starttime="20181202 16:34:04.115"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.554" starttime="20181202 16:34:04.114"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.555" starttime="20181202 16:34:04.114"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:04.573" starttime="20181202 16:34:04.572"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.574" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:34:04.725" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:34:04.726" starttime="20181202 16:34:04.573"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.743" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:34:04.743" starttime="20181202 16:34:04.726"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:34:04.746" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:34:04.746" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.746" starttime="20181202 16:34:04.743"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:34:04.790" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:34:04.791" starttime="20181202 16:34:04.746"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:34:04.792" starttime="20181202 16:34:04.791"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:34:04.793" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:34:04.793" starttime="20181202 16:34:04.793"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.793" starttime="20181202 16:34:04.571"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.793" starttime="20181202 16:34:04.556"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.793" starttime="20181202 16:34:04.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.793" starttime="20181202 16:34:04.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.794" starttime="20181202 16:34:01.865"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:04.794" starttime="20181202 16:34:01.865"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:04.796" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:04.796" starttime="20181202 16:34:04.795"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:04.797" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:34:04.816" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:06.938" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:06.938" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:06.938" starttime="20181202 16:34:04.797"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:06.940" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:34:06.941" starttime="20181202 16:34:06.939"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:06.942" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:06.942" starttime="20181202 16:34:06.941"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:06.943" starttime="20181202 16:34:06.942"></status>
</kw>
<msg timestamp="20181202 16:34:06.943" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:34:06.943" starttime="20181202 16:34:04.796"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:06.944" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:34:06.944" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:34:06.944" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:06.944" starttime="20181202 16:34:06.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:34:06.945" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:34:06.945" starttime="20181202 16:34:06.944"></status>
</kw>
<msg timestamp="20181202 16:34:06.945" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:06.945" starttime="20181202 16:34:04.795"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:34:06.945" starttime="20181202 16:34:06.945"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:06.947" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:06.947" starttime="20181202 16:34:06.946"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:06.948" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:34:06.989" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:09.821" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:09.821" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:09.821" starttime="20181202 16:34:06.948"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:09.822" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_2_snat_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a5172b46-51ac-4fc6-95f2-72bc4f96639e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_snat_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "77e37915-fe3c-45fd-91db-1fade838aded", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_snat_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "05d521af-52b3-4a61-a32e-bc663443a651", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4d4e5d94-dbb4-42a6-870c-255cbf192c31", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "62821ef1-b417-407e-8192-fff305b354ce", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "26a3843b-af17-4ed6-a9de-73917d0610d4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:34:09.822" starttime="20181202 16:34:09.822"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:09.823" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:09.823" starttime="20181202 16:34:09.822"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:09.823" starttime="20181202 16:34:09.823"></status>
</kw>
<msg timestamp="20181202 16:34:09.824" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_2_snat_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a5172b46-51ac-4fc6-95f2-72bc4f96639e", 
    "Flavor": "m1.nano", 
    "Network...</msg>
<status status="PASS" endtime="20181202 16:34:09.824" starttime="20181202 16:34:06.947"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:09.824" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_2_snat_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a5172b46-51ac-4fc6-95f2-72bc4f96639e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_snat_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "77e37915-fe3c-45fd-91db-1fade838aded", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_snat_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "05d521af-52b3-4a61-a32e-bc663443a651", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "4d4e5d94-dbb4-42a6-870c-255cbf192c31", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "62821ef1-b417-407e-8192-fff305b354ce", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l3_ext_net_1_fip_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "26a3843b-af17-4ed6-a9de-73917d0610d4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 16:34:09.824" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:34:09.824" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'l3_ext_net_2_snat_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a5172b46-51ac-4fc6-95f2-72bc4f96639e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status'...</msg>
<status status="PASS" endtime="20181202 16:34:09.825" starttime="20181202 16:34:09.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:34:09.825" level="INFO">[{u'Status': u'ERROR', u'Name': u'l3_ext_net_2_snat_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a5172b46-51ac-4fc6-95f2-72bc4f96639e', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_snat_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'77e37915-fe3c-45fd-91db-1fade838aded', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_snat_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'05d521af-52b3-4a61-a32e-bc663443a651', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4d4e5d94-dbb4-42a6-870c-255cbf192c31', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'62821ef1-b417-407e-8192-fff305b354ce', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'26a3843b-af17-4ed6-a9de-73917d0610d4', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 16:34:09.825" starttime="20181202 16:34:09.825"></status>
</kw>
<msg timestamp="20181202 16:34:09.825" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'l3_ext_net_2_snat_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a5172b46-51ac-4fc6-95f2-72bc4f96639e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status'...</msg>
<status status="PASS" endtime="20181202 16:34:09.825" starttime="20181202 16:34:06.946"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_2_snat_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a5172b46-51ac-4fc6-95f2-72bc4f96639e', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:09.833" level="INFO">Starting process:
openstack server show a5172b46-51ac-4fc6-95f2-72bc4f96639e</msg>
<msg timestamp="20181202 16:34:09.873" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:13.263" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:13.263" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:13.263" starttime="20181202 16:34:09.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:13.264" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000015                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:58Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:58Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | a5172b46-51ac-4fc6-95f2-72bc4f96639e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_2_snat_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:58Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:13.265" starttime="20181202 16:34:13.264"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:13.265" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:13.265" starttime="20181202 16:34:13.265"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:13.266" starttime="20181202 16:34:13.265"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:13.266" starttime="20181202 16:34:09.832"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:13.275" level="INFO">Starting process:
openstack server delete a5172b46-51ac-4fc6-95f2-72bc4f96639e</msg>
<msg timestamp="20181202 16:34:13.313" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:17.988" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:17.988" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:17.988" starttime="20181202 16:34:13.275"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:17.989" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:17.989" starttime="20181202 16:34:17.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:17.990" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:17.990" starttime="20181202 16:34:17.989"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:17.991" starttime="20181202 16:34:17.990"></status>
</kw>
<msg timestamp="20181202 16:34:17.991" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:17.991" starttime="20181202 16:34:13.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:17.991" starttime="20181202 16:34:13.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:17.992" starttime="20181202 16:34:13.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:17.992" starttime="20181202 16:34:09.826"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_snat_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'77e37915-fe3c-45fd-91db-1fade838aded', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:18.000" level="INFO">Starting process:
openstack server show 77e37915-fe3c-45fd-91db-1fade838aded</msg>
<msg timestamp="20181202 16:34:18.044" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:21.182" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:21.183" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:21.183" starttime="20181202 16:34:18.000"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:21.185" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:52Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:52Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 77e37915-fe3c-45fd-91db-1fade838aded                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_1_snat_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:52Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:21.187" starttime="20181202 16:34:21.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:21.188" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:21.188" starttime="20181202 16:34:21.187"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:21.190" starttime="20181202 16:34:21.189"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:21.190" starttime="20181202 16:34:17.999"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:21.210" level="INFO">Starting process:
openstack server delete 77e37915-fe3c-45fd-91db-1fade838aded</msg>
<msg timestamp="20181202 16:34:21.240" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:24.035" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:24.036" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:24.036" starttime="20181202 16:34:21.209"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:24.037" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:24.037" starttime="20181202 16:34:24.036"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:24.038" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:24.038" starttime="20181202 16:34:24.037"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:24.039" starttime="20181202 16:34:24.038"></status>
</kw>
<msg timestamp="20181202 16:34:24.040" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:24.040" starttime="20181202 16:34:21.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:24.040" starttime="20181202 16:34:21.192"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:24.040" starttime="20181202 16:34:21.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:24.040" starttime="20181202 16:34:17.992"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_snat_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'05d521af-52b3-4a61-a32e-bc663443a651', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:24.051" level="INFO">Starting process:
openstack server show 05d521af-52b3-4a61-a32e-bc663443a651</msg>
<msg timestamp="20181202 16:34:24.093" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:27.344" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:27.344" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:27.345" starttime="20181202 16:34:24.050"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:27.346" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000013                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:45Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:45Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 05d521af-52b3-4a61-a32e-bc663443a651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_1_snat_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:45Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:27.346" starttime="20181202 16:34:27.345"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:27.347" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:27.347" starttime="20181202 16:34:27.347"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:27.348" starttime="20181202 16:34:27.347"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:27.348" starttime="20181202 16:34:24.049"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:27.358" level="INFO">Starting process:
openstack server delete 05d521af-52b3-4a61-a32e-bc663443a651</msg>
<msg timestamp="20181202 16:34:27.387" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:30.139" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:30.140" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:30.140" starttime="20181202 16:34:27.357"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:30.142" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:30.142" starttime="20181202 16:34:30.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:30.143" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:30.143" starttime="20181202 16:34:30.142"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:30.144" starttime="20181202 16:34:30.143"></status>
</kw>
<msg timestamp="20181202 16:34:30.145" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:30.145" starttime="20181202 16:34:27.357"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:30.145" starttime="20181202 16:34:27.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:30.146" starttime="20181202 16:34:27.348"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:30.146" starttime="20181202 16:34:24.040"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'4d4e5d94-dbb4-42a6-870c-255cbf192c31', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:30.162" level="INFO">Starting process:
openstack server show 4d4e5d94-dbb4-42a6-870c-255cbf192c31</msg>
<msg timestamp="20181202 16:34:30.184" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:33.051" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:33.052" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:33.052" starttime="20181202 16:34:30.162"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:33.054" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:38Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:39Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 4d4e5d94-dbb4-42a6-870c-255cbf192c31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_1_fip_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:39Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:33.055" starttime="20181202 16:34:33.053"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:33.056" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:33.056" starttime="20181202 16:34:33.055"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:33.057" starttime="20181202 16:34:33.056"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:33.058" starttime="20181202 16:34:30.161"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:33.074" level="INFO">Starting process:
openstack server delete 4d4e5d94-dbb4-42a6-870c-255cbf192c31</msg>
<msg timestamp="20181202 16:34:33.099" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:35.761" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:35.762" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:35.762" starttime="20181202 16:34:33.073"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:35.764" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:35.764" starttime="20181202 16:34:35.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:35.765" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:35.765" starttime="20181202 16:34:35.764"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:35.767" starttime="20181202 16:34:35.766"></status>
</kw>
<msg timestamp="20181202 16:34:35.767" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:35.767" starttime="20181202 16:34:33.073"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:35.768" starttime="20181202 16:34:33.059"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:35.768" starttime="20181202 16:34:33.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:35.768" starttime="20181202 16:34:30.146"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'62821ef1-b417-407e-8192-fff305b354ce', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:35.785" level="INFO">Starting process:
openstack server show 62821ef1-b417-407e-8192-fff305b354ce</msg>
<msg timestamp="20181202 16:34:35.805" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:38.678" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:38.679" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:38.679" starttime="20181202 16:34:35.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:38.680" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000011                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:32Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:33Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 62821ef1-b417-407e-8192-fff305b354ce                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_1_fip_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:32Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:38.680" starttime="20181202 16:34:38.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:38.681" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:38.681" starttime="20181202 16:34:38.680"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:38.681" starttime="20181202 16:34:38.681"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:38.682" starttime="20181202 16:34:35.784"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:38.690" level="INFO">Starting process:
openstack server delete 62821ef1-b417-407e-8192-fff305b354ce</msg>
<msg timestamp="20181202 16:34:38.733" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:41.824" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:41.824" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:41.824" starttime="20181202 16:34:38.690"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:41.825" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:41.825" starttime="20181202 16:34:41.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:41.826" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:41.826" starttime="20181202 16:34:41.825"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:41.826" starttime="20181202 16:34:41.826"></status>
</kw>
<msg timestamp="20181202 16:34:41.827" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:41.827" starttime="20181202 16:34:38.689"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:41.827" starttime="20181202 16:34:38.682"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:41.827" starttime="20181202 16:34:38.682"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:41.827" starttime="20181202 16:34:35.768"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l3_ext_net_1_fip_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'26a3843b-af17-4ed6-a9de-73917d0610d4', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:41.836" level="INFO">Starting process:
openstack server show 26a3843b-af17-4ed6-a9de-73917d0610d4</msg>
<msg timestamp="20181202 16:34:41.855" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:44.753" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:44.754" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:44.754" starttime="20181202 16:34:41.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:44.755" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000010                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:23:24Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:23:26Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 26a3843b-af17-4ed6-a9de-73917d0610d4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l3_ext_net_1_fip_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:23:26Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:34:44.755" starttime="20181202 16:34:44.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:44.756" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:44.756" starttime="20181202 16:34:44.755"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:44.756" starttime="20181202 16:34:44.756"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:44.757" starttime="20181202 16:34:41.835"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:44.768" level="INFO">Starting process:
openstack server delete 26a3843b-af17-4ed6-a9de-73917d0610d4</msg>
<msg timestamp="20181202 16:34:44.791" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:47.564" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:47.565" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:47.565" starttime="20181202 16:34:44.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:47.566" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:47.566" starttime="20181202 16:34:47.565"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:47.566" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:47.566" starttime="20181202 16:34:47.566"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:47.566"></status>
</kw>
<msg timestamp="20181202 16:34:47.567" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:44.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:44.757"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:44.757"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:41.827"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:47.567" starttime="20181202 16:34:09.825"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:47.568" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:47.568" starttime="20181202 16:34:47.568"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:47.569" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:34:47.608" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:49.806" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:49.806" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:49.806" starttime="20181202 16:34:47.569"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:49.807" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:34:49.807" starttime="20181202 16:34:49.807"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:49.808" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:49.808" starttime="20181202 16:34:49.808"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:49.809" starttime="20181202 16:34:49.808"></status>
</kw>
<msg timestamp="20181202 16:34:49.809" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:34:49.809" starttime="20181202 16:34:47.569"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:49.810" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:34:49.810" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:34:49.810" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:49.810" starttime="20181202 16:34:49.809"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:34:49.810" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:34:49.811" starttime="20181202 16:34:49.810"></status>
</kw>
<msg timestamp="20181202 16:34:49.811" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:49.811" starttime="20181202 16:34:47.568"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:34:49.811" starttime="20181202 16:34:49.811"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:49.812" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:49.812" starttime="20181202 16:34:49.812"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:49.814" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:34:49.835" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:52.076" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:52.077" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:52.077" starttime="20181202 16:34:49.813"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:52.078" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", 
    "ID": "01d34cb7-46a5-4f2b-ab71-a5516f34218c", 
    "MAC Address": "fa:16:3e:f4:59:eb", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='42.0.0.2', subnet_id='52ed238b-0a3c-4fa4-b393-e738b5c552ba'", 
    "ID": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35", 
    "MAC Address": "fa:16:3e:a4:43:2b", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:34:52.080" starttime="20181202 16:34:52.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:52.080" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:52.081" starttime="20181202 16:34:52.080"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:52.082" starttime="20181202 16:34:52.081"></status>
</kw>
<msg timestamp="20181202 16:34:52.082" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", 
    "ID": "01d34cb7-46a5-4f2b-ab71-a5516f34218c", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 16:34:52.082" starttime="20181202 16:34:49.813"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:52.083" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", 
    "ID": "01d34cb7-46a5-4f2b-ab71-a5516f34218c", 
    "MAC Address": "fa:16:3e:f4:59:eb", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='42.0.0.2', subnet_id='52ed238b-0a3c-4fa4-b393-e738b5c552ba'", 
    "ID": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35", 
    "MAC Address": "fa:16:3e:a4:43:2b", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181202 16:34:52.083" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:34:52.083" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", u'ID': u'01d34cb7-46a5-4f2b-ab71-a5516f34218c', u'MAC Address': u'fa:16:3e:f...</msg>
<status status="PASS" endtime="20181202 16:34:52.084" starttime="20181202 16:34:52.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:34:52.084" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", u'ID': u'01d34cb7-46a5-4f2b-ab71-a5516f34218c', u'MAC Address': u'fa:16:3e:f4:59:eb', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='42.0.0.2', subnet_id='52ed238b-0a3c-4fa4-b393-e738b5c552ba'", u'ID': u'4f6c9095-5a7c-4fe1-9f5d-9086263aca35', u'MAC Address': u'fa:16:3e:a4:43:2b', u'Name': u''}]</msg>
<status status="PASS" endtime="20181202 16:34:52.084" starttime="20181202 16:34:52.084"></status>
</kw>
<msg timestamp="20181202 16:34:52.085" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'", u'ID': u'01d34cb7-46a5-4f2b-ab71-a5516f34218c', u'MAC Address': u'fa:16:3e:f...</msg>
<status status="PASS" endtime="20181202 16:34:52.085" starttime="20181202 16:34:49.811"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='41.0.0.2', subnet_id='ca62fe28-d63d-48d8-96df-93a66bba0757'&quot;, u'ID': u'01d34cb7-46a5-4f2b-ab71-a5516f34218c', u'MAC Address': u'fa:16:3e:f4:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:52.101" level="INFO">Starting process:
openstack port delete 01d34cb7-46a5-4f2b-ab71-a5516f34218c</msg>
<msg timestamp="20181202 16:34:52.147" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:55.020" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:55.021" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:55.021" starttime="20181202 16:34:52.100"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:55.022" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:55.022" starttime="20181202 16:34:55.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:55.023" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:55.023" starttime="20181202 16:34:55.023"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:55.024" starttime="20181202 16:34:55.024"></status>
</kw>
<msg timestamp="20181202 16:34:55.025" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:55.025" starttime="20181202 16:34:52.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:55.025" starttime="20181202 16:34:52.086"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:55.025" starttime="20181202 16:34:52.086"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:55.025" starttime="20181202 16:34:52.085"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='42.0.0.2', subnet_id='52ed238b-0a3c-4fa4-b393-e738b5c552ba'&quot;, u'ID': u'4f6c9095-5a7c-4fe1-9f5d-9086263aca35', u'MAC Address': u'fa:16:3e:a4:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:55.041" level="INFO">Starting process:
openstack port delete 4f6c9095-5a7c-4fe1-9f5d-9086263aca35</msg>
<msg timestamp="20181202 16:34:55.083" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:34:57.882" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:34:57.883" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:34:57.883" starttime="20181202 16:34:55.040"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:34:57.885" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:57.885" starttime="20181202 16:34:57.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:34:57.886" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:34:57.886" starttime="20181202 16:34:57.885"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:34:57.888" starttime="20181202 16:34:57.887"></status>
</kw>
<msg timestamp="20181202 16:34:57.889" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:34:57.889" starttime="20181202 16:34:55.039"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:57.889" starttime="20181202 16:34:55.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:57.889" starttime="20181202 16:34:55.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:57.889" starttime="20181202 16:34:55.025"></status>
</kw>
<status status="PASS" endtime="20181202 16:34:57.889" starttime="20181202 16:34:52.085"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:34:57.892" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:34:57.892" starttime="20181202 16:34:57.891"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:34:57.895" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:34:57.917" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:00.193" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:00.193" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:00.193" starttime="20181202 16:34:57.894"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:00.195" level="INFO">[
  {
    "Subnets": "ca62fe28-d63d-48d8-96df-93a66bba0757", 
    "ID": "454e514a-2014-4f05-b826-e15836f1638d", 
    "Name": "l3_ext_net_1"
  }, 
  {
    "Subnets": "52ed238b-0a3c-4fa4-b393-e738b5c552ba", 
    "ID": "82d95093-0dbf-4205-8894-295a4deba59c", 
    "Name": "l3_ext_net_2"
  }
]</msg>
<status status="PASS" endtime="20181202 16:35:00.195" starttime="20181202 16:35:00.194"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:00.196" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:00.197" starttime="20181202 16:35:00.196"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:00.198" starttime="20181202 16:35:00.197"></status>
</kw>
<msg timestamp="20181202 16:35:00.199" level="INFO">${json} = [
  {
    "Subnets": "ca62fe28-d63d-48d8-96df-93a66bba0757", 
    "ID": "454e514a-2014-4f05-b826-e15836f1638d", 
    "Name": "l3_ext_net_1"
  }, 
  {
    "Subnets": "52ed238b-0a3c-4fa4-b393-e738b5c552...</msg>
<status status="PASS" endtime="20181202 16:35:00.199" starttime="20181202 16:34:57.893"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:00.200" level="INFO">To JSON using : content=[
  {
    "Subnets": "ca62fe28-d63d-48d8-96df-93a66bba0757", 
    "ID": "454e514a-2014-4f05-b826-e15836f1638d", 
    "Name": "l3_ext_net_1"
  }, 
  {
    "Subnets": "52ed238b-0a3c-4fa4-b393-e738b5c552ba", 
    "ID": "82d95093-0dbf-4205-8894-295a4deba59c", 
    "Name": "l3_ext_net_2"
  }
] </msg>
<msg timestamp="20181202 16:35:00.200" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:35:00.200" level="INFO">@{list} = [ {u'Subnets': u'ca62fe28-d63d-48d8-96df-93a66bba0757', u'ID': u'454e514a-2014-4f05-b826-e15836f1638d', u'Name': u'l3_ext_net_1'} | {u'Subnets': u'52ed238b-0a3c-4fa4-b393-e738b5c552ba', u'ID': u'82d95...</msg>
<status status="PASS" endtime="20181202 16:35:00.200" starttime="20181202 16:35:00.199"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:35:00.201" level="INFO">[{u'Subnets': u'ca62fe28-d63d-48d8-96df-93a66bba0757', u'ID': u'454e514a-2014-4f05-b826-e15836f1638d', u'Name': u'l3_ext_net_1'}, {u'Subnets': u'52ed238b-0a3c-4fa4-b393-e738b5c552ba', u'ID': u'82d95093-0dbf-4205-8894-295a4deba59c', u'Name': u'l3_ext_net_2'}]</msg>
<status status="PASS" endtime="20181202 16:35:00.202" starttime="20181202 16:35:00.201"></status>
</kw>
<msg timestamp="20181202 16:35:00.202" level="INFO">@{networks} = [ {u'Subnets': u'ca62fe28-d63d-48d8-96df-93a66bba0757', u'ID': u'454e514a-2014-4f05-b826-e15836f1638d', u'Name': u'l3_ext_net_1'} | {u'Subnets': u'52ed238b-0a3c-4fa4-b393-e738b5c552ba', u'ID': u'82d95...</msg>
<status status="PASS" endtime="20181202 16:35:00.202" starttime="20181202 16:34:57.890"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'ca62fe28-d63d-48d8-96df-93a66bba0757', u'ID': u'454e514a-2014-4f05-b826-e15836f1638d', u'Name': u'l3_ext_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:00.224" level="INFO">Starting process:
openstack subnet delete ca62fe28-d63d-48d8-96df-93a66bba0757</msg>
<msg timestamp="20181202 16:35:00.249" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:03.477" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:03.478" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:03.478" starttime="20181202 16:35:00.224"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:03.480" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:03.480" starttime="20181202 16:35:03.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:03.481" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:03.481" starttime="20181202 16:35:03.480"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:03.482" starttime="20181202 16:35:03.481"></status>
</kw>
<msg timestamp="20181202 16:35:03.483" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:03.483" starttime="20181202 16:35:00.223"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:03.483" starttime="20181202 16:35:00.204"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:03.484" starttime="20181202 16:35:00.203"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:03.502" level="INFO">Starting process:
openstack network delete 454e514a-2014-4f05-b826-e15836f1638d</msg>
<msg timestamp="20181202 16:35:03.524" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:06.250" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:06.251" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:06.251" starttime="20181202 16:35:03.501"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:06.253" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:06.254" starttime="20181202 16:35:06.252"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:06.255" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:06.255" starttime="20181202 16:35:06.254"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:06.257" starttime="20181202 16:35:06.255"></status>
</kw>
<msg timestamp="20181202 16:35:06.258" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:06.258" starttime="20181202 16:35:03.500"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:06.258" starttime="20181202 16:35:03.485"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:06.259" starttime="20181202 16:35:03.484"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:06.259" starttime="20181202 16:35:00.203"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'52ed238b-0a3c-4fa4-b393-e738b5c552ba', u'ID': u'82d95093-0dbf-4205-8894-295a4deba59c', u'Name': u'l3_ext_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:06.280" level="INFO">Starting process:
openstack subnet delete 52ed238b-0a3c-4fa4-b393-e738b5c552ba</msg>
<msg timestamp="20181202 16:35:06.301" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:09.492" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:09.493" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:09.493" starttime="20181202 16:35:06.279"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:09.494" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:09.494" starttime="20181202 16:35:09.493"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:09.494" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:09.494" starttime="20181202 16:35:09.494"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:09.495" starttime="20181202 16:35:09.494"></status>
</kw>
<msg timestamp="20181202 16:35:09.495" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:09.495" starttime="20181202 16:35:06.278"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:09.495" starttime="20181202 16:35:06.260"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:09.495" starttime="20181202 16:35:06.259"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:09.504" level="INFO">Starting process:
openstack network delete 82d95093-0dbf-4205-8894-295a4deba59c</msg>
<msg timestamp="20181202 16:35:09.540" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:12.142" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:12.143" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:12.143" starttime="20181202 16:35:09.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:12.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:12.144" starttime="20181202 16:35:12.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:12.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:12.144" starttime="20181202 16:35:12.144"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:12.145" starttime="20181202 16:35:12.145"></status>
</kw>
<msg timestamp="20181202 16:35:12.145" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:12.146" starttime="20181202 16:35:09.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:12.146" starttime="20181202 16:35:09.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:12.146" starttime="20181202 16:35:09.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:12.146" starttime="20181202 16:35:06.259"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:12.146" starttime="20181202 16:35:00.202"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:12.147" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:12.147" starttime="20181202 16:35:12.147"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:12.148" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:35:12.187" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:14.363" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:14.364" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:14.364" starttime="20181202 16:35:12.148"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:14.366" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l3_ext_sg", 
    "ID": "7786f8f7-2f91-41c8-9093-947ed3ccc495", 
    "Name": "l3_ext_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:35:14.366" starttime="20181202 16:35:14.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:14.367" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:14.368" starttime="20181202 16:35:14.367"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:14.369" starttime="20181202 16:35:14.368"></status>
</kw>
<msg timestamp="20181202 16:35:14.370" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:35:14.370" starttime="20181202 16:35:12.147"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:14.371" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l3_ext_sg", 
    "ID": "7786f8f7-2f91-41c8-9093-947ed3ccc495", 
    "Name": "l3_ext_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:35:14.372" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:35:14.372" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:35:14.372" starttime="20181202 16:35:14.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:35:14.373" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l3_ext_sg', u'Description': u'l3_ext_sg', u'ID': u'7786f8f7-2f91-41c8-9093-947ed3ccc495'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:35:14.373" starttime="20181202 16:35:14.373"></status>
</kw>
<msg timestamp="20181202 16:35:14.374" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:35:14.374" starttime="20181202 16:35:12.146"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:14.376" starttime="20181202 16:35:14.375"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:14.376" starttime="20181202 16:35:14.375"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l3_ext_sg', u'Description': u'l3_ext_sg', u'ID': u'7786f8f7-2f91-41c8-9093-947ed3ccc495'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:14.399" level="INFO">Starting process:
openstack security group delete 7786f8f7-2f91-41c8-9093-947ed3ccc495</msg>
<msg timestamp="20181202 16:35:14.420" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:16.837" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:16.838" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:16.838" starttime="20181202 16:35:14.398"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:16.839" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:16.839" starttime="20181202 16:35:16.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:16.840" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:16.840" starttime="20181202 16:35:16.839"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:16.841" starttime="20181202 16:35:16.840"></status>
</kw>
<msg timestamp="20181202 16:35:16.841" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:16.841" starttime="20181202 16:35:14.397"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.841" starttime="20181202 16:35:14.379"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.842" starttime="20181202 16:35:14.378"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.842" starttime="20181202 16:35:14.377"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.842" starttime="20181202 16:35:14.377"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:16.843" starttime="20181202 16:35:16.842"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.843" starttime="20181202 16:35:16.842"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:16.843" starttime="20181202 16:35:14.374"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:35:16.844" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:35:16.844" starttime="20181202 16:35:16.844"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:16.854" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:35:16.875" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:19.781" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:19.781" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:19.781" starttime="20181202 16:35:16.853"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:19.782" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:19.782" starttime="20181202 16:35:19.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:19.783" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:19.783" starttime="20181202 16:35:19.782"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:19.784" starttime="20181202 16:35:19.783"></status>
</kw>
<msg timestamp="20181202 16:35:19.784" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:19.784" starttime="20181202 16:35:16.853"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:19.784" starttime="20181202 16:35:16.844"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:19.794" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:35:19.830" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:21.822" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:21.822" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:21.822" starttime="20181202 16:35:19.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:21.825" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:21.825" starttime="20181202 16:35:21.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:21.826" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:21.826" starttime="20181202 16:35:21.825"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:21.827" starttime="20181202 16:35:21.826"></status>
</kw>
<msg timestamp="20181202 16:35:21.828" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:21.828" starttime="20181202 16:35:19.793"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:21.828" starttime="20181202 16:35:19.784"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:21.842" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:35:21.868" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:24.078" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:24.079" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:24.079" starttime="20181202 16:35:21.841"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:24.080" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:24.080" starttime="20181202 16:35:24.079"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:24.080" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:24.080" starttime="20181202 16:35:24.080"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:24.081" starttime="20181202 16:35:24.081"></status>
</kw>
<msg timestamp="20181202 16:35:24.081" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:24.081" starttime="20181202 16:35:21.840"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:24.081" starttime="20181202 16:35:21.828"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:24.089" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:35:24.115" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:26.339" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:26.340" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:26.340" starttime="20181202 16:35:24.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:26.341" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:26.341" starttime="20181202 16:35:26.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:26.342" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:26.342" starttime="20181202 16:35:26.341"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:26.343" starttime="20181202 16:35:26.342"></status>
</kw>
<msg timestamp="20181202 16:35:26.343" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:26.343" starttime="20181202 16:35:24.088"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:26.343" starttime="20181202 16:35:24.081"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:26.355" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:35:26.386" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:28.594" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:28.595" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:28.595" starttime="20181202 16:35:26.354"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:28.596" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:35:28.596" starttime="20181202 16:35:28.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:28.597" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:28.597" starttime="20181202 16:35:28.597"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:28.598" starttime="20181202 16:35:28.598"></status>
</kw>
<msg timestamp="20181202 16:35:28.599" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:35:28.599" starttime="20181202 16:35:26.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:28.599" starttime="20181202 16:35:26.343"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:28.614" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:35:28.654" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:30.959" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:30.960" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:30.960" starttime="20181202 16:35:28.613"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:30.961" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:35:30.961" starttime="20181202 16:35:30.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:30.961" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:30.961" starttime="20181202 16:35:30.961"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:30.962" starttime="20181202 16:35:30.961"></status>
</kw>
<msg timestamp="20181202 16:35:30.962" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:35:30.962" starttime="20181202 16:35:28.612"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:30.962" starttime="20181202 16:35:28.599"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:30.970" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:35:31.011" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:33.047" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:33.047" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:33.047" starttime="20181202 16:35:30.970"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:33.048" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:33.048" starttime="20181202 16:35:33.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:33.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:33.049" starttime="20181202 16:35:33.048"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:33.049" starttime="20181202 16:35:33.049"></status>
</kw>
<msg timestamp="20181202 16:35:33.050" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:33.050" starttime="20181202 16:35:30.969"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:33.050" starttime="20181202 16:35:30.962"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:33.058" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:35:33.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:35.344" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:35.344" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:35.345" starttime="20181202 16:35:33.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.346" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:35.346" starttime="20181202 16:35:35.345"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.347" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:35.347" starttime="20181202 16:35:35.347"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:35.349" starttime="20181202 16:35:35.348"></status>
</kw>
<msg timestamp="20181202 16:35:35.349" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:35.349" starttime="20181202 16:35:33.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.349" starttime="20181202 16:35:33.050"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.349" starttime="20181202 16:35:16.844"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.350" starttime="20181202 16:35:16.843"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.350" starttime="20181202 16:34:04.794"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:35.355" starttime="20181202 16:35:35.354"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:35:35.356" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 16:35:35.456" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:35:35.456" level="INFO">${stdout} = 4 S root      201207  201187  0  80   0 - 55154 poll_s 16:22 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
4 S tcpdu...</msg>
<status status="PASS" endtime="20181202 16:35:35.456" starttime="20181202 16:35:35.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.457" level="INFO">4 S root      201207  201187  0  80   0 - 55154 poll_s 16:22 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
4 S tcpdump   201216  201207  0  80   0 -  8196 poll_s 16:22 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
0 S heat-ad+  244670  201187  0  80   0 - 28293 do_wai 16:35 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 R heat-ad+  244681  244670  0  80   0 - 28176 -      16:35 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 16:35:35.457" starttime="20181202 16:35:35.456"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:35:35.457" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 16:35:35.594" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:35:35.595" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:35:35.595" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:35:35.595" starttime="20181202 16:35:35.457"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.596" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:35.596" starttime="20181202 16:35:35.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.596" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:35.597" starttime="20181202 16:35:35.596"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:35:35.597" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 16:35:35.751" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 16:35:35.751" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 16:35:35.751" starttime="20181202 16:35:35.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.752" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:35.753" starttime="20181202 16:35:35.752"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:35:35.753" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 16:35:35.850" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:35:35.851" level="INFO">${stdout} = total 56
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 16:35:35.851" starttime="20181202 16:35:35.753"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.852" level="INFO">total 56
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 16:35:35.852" starttime="20181202 16:35:35.852"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.853" starttime="20181202 16:35:35.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.853" starttime="20181202 16:35:35.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.853" starttime="20181202 16:35:35.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.853" starttime="20181202 16:35:35.352"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:35.853" starttime="20181202 16:35:35.351"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 16:35:35.903" starttime="20181202 16:35:35.854"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:35.923" starttime="20181202 16:35:35.922"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:35:35.924" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:35:36.131" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:35:36.131" starttime="20181202 16:35:35.924"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.184" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 16:35:36.184" starttime="20181202 16:35:36.132"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:35:36.390" level="INFO">[?1l&gt;[?2004l     286    286
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:35:36.390" level="INFO">${output} = [?1l&gt;[?2004l     286    286
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:36.390" starttime="20181202 16:35:36.185"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:35:36.438" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:35:36.438" starttime="20181202 16:35:36.390"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:36.440" starttime="20181202 16:35:36.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.441" level="INFO">[?1l&gt;[?2004l     286    286
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:36.441" starttime="20181202 16:35:36.441"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.441" starttime="20181202 16:35:35.920"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.442" starttime="20181202 16:35:35.904"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.442" starttime="20181202 16:35:35.903"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.442" starttime="20181202 16:34:01.864"></status>
</kw>
<doc>Test suite to check North-South connectivity in L3 using a router and an external network</doc>
<status status="FAIL" endtime="20181202 16:35:36.442" starttime="20181202 16:22:03.074">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/connectivity/security_group.robot" id="s1-s4" name="Security Group">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 16:35:36.598" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 16:35:36.598" starttime="20181202 16:35:36.591"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.598" starttime="20181202 16:35:36.590"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 16:35:36.605" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 16:35:36.605" starttime="20181202 16:35:36.599"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.605" starttime="20181202 16:35:36.605"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 16:35:36.606" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 16:35:36.606" starttime="20181202 16:35:36.606"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 16:35:36.606" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 16:35:36.606" starttime="20181202 16:35:36.606"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.607" starttime="20181202 16:35:36.607"></status>
</kw>
<msg timestamp="20181202 16:35:36.607" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:35:36.607" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:35:36.607" starttime="20181202 16:35:36.607"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 16:35:36.608" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:35:36.608" starttime="20181202 16:35:36.608"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 16:35:36.609" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:36.609" starttime="20181202 16:35:36.609"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 16:35:36.609" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:36.609" starttime="20181202 16:35:36.609"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 16:35:36.610" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 16:35:36.610" starttime="20181202 16:35:36.609"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.611" starttime="20181202 16:35:36.611"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:35:36.612" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:36.612" starttime="20181202 16:35:36.611"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.612" starttime="20181202 16:35:36.612"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 16:35:36.613" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:35:36.613" starttime="20181202 16:35:36.613"></status>
</kw>
<msg timestamp="20181202 16:35:36.613" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:35:36.613" starttime="20181202 16:35:36.612"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.614" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62261e3d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:35:36.614" starttime="20181202 16:35:36.614"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.615" starttime="20181202 16:35:36.614"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.615" starttime="20181202 16:35:36.610"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.615" starttime="20181202 16:35:36.610"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.615" starttime="20181202 16:35:36.610"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.615" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:36.615" starttime="20181202 16:35:36.615"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.616" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 16:35:36.616" starttime="20181202 16:35:36.616"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.617" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 16:35:36.617" starttime="20181202 16:35:36.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.617" starttime="20181202 16:35:36.608"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.617" starttime="20181202 16:35:36.598"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:35:36.619" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:36.619" starttime="20181202 16:35:36.619"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:35:36.620" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:36.620" starttime="20181202 16:35:36.620"></status>
</kw>
<msg timestamp="20181202 16:35:36.620" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:36.620" starttime="20181202 16:35:36.618"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:35:36.621" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:36.621" starttime="20181202 16:35:36.621"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:35:36.622" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:36.622" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:36.623" starttime="20181202 16:35:36.622"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.625" starttime="20181202 16:35:36.625"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:35:36.625" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:36.626" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:36.626" starttime="20181202 16:35:36.625"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:35:36.626" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:35:36.626" starttime="20181202 16:35:36.626"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:35:36.627" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 16:35:36.627" starttime="20181202 16:35:36.626"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:35:36.628" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:35:36.628" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:35:36.628" starttime="20181202 16:35:36.628"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:36.628" starttime="20181202 16:35:36.628"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:35:36.629" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:35:36.966" level="INFO">Read output: Last login: Sun Dec  2 16:34:04 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:35:36.966" starttime="20181202 16:35:36.629"></status>
</kw>
<msg timestamp="20181202 16:35:36.966" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:36.966" starttime="20181202 16:35:36.629"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:36.967" starttime="20181202 16:35:36.627"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:35:36.967" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 16:35:36.981" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 16:35:36.981" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:35:36.981" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:35:36.981" starttime="20181202 16:35:36.967"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.046" starttime="20181202 16:35:36.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.046" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:35:37.047" starttime="20181202 16:35:37.046"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.048" starttime="20181202 16:35:37.047"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.049" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.049" starttime="20181202 16:35:37.049"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.049" starttime="20181202 16:35:37.048"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.052" starttime="20181202 16:35:37.051"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.053" starttime="20181202 16:35:37.052"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.053" starttime="20181202 16:35:37.053"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.054" starttime="20181202 16:35:37.050"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.054" starttime="20181202 16:35:36.624"></status>
</kw>
<msg timestamp="20181202 16:35:37.054" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.054" starttime="20181202 16:35:36.624"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.054" starttime="20181202 16:35:36.623"></status>
</kw>
<msg timestamp="20181202 16:35:37.054" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.055" starttime="20181202 16:35:36.623"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.057" starttime="20181202 16:35:37.056"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.058" starttime="20181202 16:35:37.057"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.058" starttime="20181202 16:35:37.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.058" starttime="20181202 16:35:37.055"></status>
</kw>
<msg timestamp="20181202 16:35:37.059" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:37.059" starttime="20181202 16:35:36.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.059" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:37.060" starttime="20181202 16:35:37.059"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.060" starttime="20181202 16:35:36.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.060" starttime="20181202 16:35:36.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.060" starttime="20181202 16:35:36.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.060" starttime="20181202 16:35:36.617"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.061" starttime="20181202 16:35:37.061"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 16:35:37.100" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:37.101" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:37.101" starttime="20181202 16:35:37.100"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.101" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 16:35:37.101" starttime="20181202 16:35:37.101"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.102" level="INFO">1</msg>
<status status="PASS" endtime="20181202 16:35:37.102" starttime="20181202 16:35:37.102"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.103" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 16:35:37.104" starttime="20181202 16:35:37.103"></status>
</kw>
<msg timestamp="20181202 16:35:37.104" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:35:37.104" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 16:35:37.104" starttime="20181202 16:35:37.102"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.105" starttime="20181202 16:35:37.104"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 16:35:37.106" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:37.106" starttime="20181202 16:35:37.106"></status>
</kw>
<msg timestamp="20181202 16:35:37.106" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:37.106" starttime="20181202 16:35:37.105"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.107" starttime="20181202 16:35:37.107"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 16:35:37.108" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 16:35:37.108" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 16:35:37.108" starttime="20181202 16:35:37.108"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.109" starttime="20181202 16:35:37.108"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.110" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:35:37.248" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:35:37.249" starttime="20181202 16:35:37.109"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.251" starttime="20181202 16:35:37.250"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.251" starttime="20181202 16:35:37.251"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.251"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.249"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.062"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.062"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.061"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:37.061"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.252" starttime="20181202 16:35:36.598"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:35:37.265" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.265" starttime="20181202 16:35:37.264"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:35:37.265" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.265" starttime="20181202 16:35:37.265"></status>
</kw>
<msg timestamp="20181202 16:35:37.266" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.266" starttime="20181202 16:35:37.264"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:35:37.277" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:35:37.277" starttime="20181202 16:35:37.277"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:35:37.278" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:35:37.278" starttime="20181202 16:35:37.277"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.309" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 16:35:37.309" starttime="20181202 16:35:37.278"></status>
</kw>
<msg timestamp="20181202 16:35:37.309" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:35:37.309" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 16:35:37.309" starttime="20181202 16:35:37.278"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.352" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.352" starttime="20181202 16:35:37.310"></status>
</kw>
<msg timestamp="20181202 16:35:37.353" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:35:37.353" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:35:37.353" starttime="20181202 16:35:37.310"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.353" starttime="20181202 16:35:37.353"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.354" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v "i "t "y "/ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.354" starttime="20181202 16:35:37.353"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.354" starttime="20181202 16:35:37.354"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.355" starttime="20181202 16:35:37.355"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.356" starttime="20181202 16:35:37.356"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.356" starttime="20181202 16:35:37.356"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.356" starttime="20181202 16:35:37.355"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.356" starttime="20181202 16:35:37.276"></status>
</kw>
<msg timestamp="20181202 16:35:37.356" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:35:37.357" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:35:37.357" starttime="20181202 16:35:37.276"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.357" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.357" starttime="20181202 16:35:37.357"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.357" starttime="20181202 16:35:37.275"></status>
</kw>
<msg timestamp="20181202 16:35:37.357" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:35:37.357" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "c "o "n "n "e "c "t "i "v ...</msg>
<status status="PASS" endtime="20181202 16:35:37.357" starttime="20181202 16:35:37.266"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.358"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.263"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.253"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:37.252"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.358" starttime="20181202 16:35:36.590"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 16:35:37.359" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 16:35:37.359" starttime="20181202 16:35:37.358"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:35:37.361" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.361" starttime="20181202 16:35:37.361"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:35:37.362" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.362" starttime="20181202 16:35:37.361"></status>
</kw>
<msg timestamp="20181202 16:35:37.362" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.362" starttime="20181202 16:35:37.360"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:35:37.363" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:37.363" starttime="20181202 16:35:37.362"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:35:37.365" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:37.365" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:37.365" starttime="20181202 16:35:37.365"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.373" starttime="20181202 16:35:37.373"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.374" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:35:37.477" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:35:37.477" starttime="20181202 16:35:37.373"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.529" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 16:35:37.529" starttime="20181202 16:35:37.477"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:35:37.531" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:35:37.531" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.532" starttime="20181202 16:35:37.530"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:35:37.585" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:35:37.585" starttime="20181202 16:35:37.532"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.587" starttime="20181202 16:35:37.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.588" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.588" starttime="20181202 16:35:37.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.588" starttime="20181202 16:35:37.372"></status>
</kw>
<msg timestamp="20181202 16:35:37.588" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.588" starttime="20181202 16:35:37.365"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.590" starttime="20181202 16:35:37.589"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.590" starttime="20181202 16:35:37.590"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.590" starttime="20181202 16:35:37.590"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.589"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.364"></status>
</kw>
<msg timestamp="20181202 16:35:37.591" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.360"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.591" starttime="20181202 16:35:37.359"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:35:37.593" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.593" starttime="20181202 16:35:37.593"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:35:37.593" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.594" starttime="20181202 16:35:37.593"></status>
</kw>
<msg timestamp="20181202 16:35:37.594" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:35:37.594" starttime="20181202 16:35:37.592"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:35:37.594" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:37.595" starttime="20181202 16:35:37.594"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:35:37.597" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:37.597" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:37.597" starttime="20181202 16:35:37.597"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.605" starttime="20181202 16:35:37.605"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.606" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:35:37.736" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:35:37.736" starttime="20181202 16:35:37.605"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.755" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 16:35:37.756" starttime="20181202 16:35:37.736"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:35:37.792" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:35:37.792" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.792" starttime="20181202 16:35:37.756"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:35:37.836" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:35:37.836" starttime="20181202 16:35:37.793"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.838" starttime="20181202 16:35:37.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.838" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:35:37.838" starttime="20181202 16:35:37.838"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.838" starttime="20181202 16:35:37.604"></status>
</kw>
<msg timestamp="20181202 16:35:37.838" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.839" starttime="20181202 16:35:37.597"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.840" starttime="20181202 16:35:37.840"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.840" starttime="20181202 16:35:37.840"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.840"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.839"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.596"></status>
</kw>
<msg timestamp="20181202 16:35:37.841" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.595"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.595"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.594"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.594"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.592"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.591"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.359"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:37.841" starttime="20181202 16:35:37.359"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.842" starttime="20181202 16:35:37.842"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.843" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:37.843" starttime="20181202 16:35:37.843"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:35:37.844" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 16:35:37.844" starttime="20181202 16:35:37.844"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:35:37.845" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:35:37.845" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:35:37.845" starttime="20181202 16:35:37.845"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:37.846" starttime="20181202 16:35:37.846"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:35:37.847" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:35:38.193" level="INFO">Read output: Last login: Sun Dec  2 16:35:36 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:35:38.193" starttime="20181202 16:35:37.846"></status>
</kw>
<msg timestamp="20181202 16:35:38.194" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:38.194" starttime="20181202 16:35:37.846"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:38.194" starttime="20181202 16:35:37.844"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.195" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:35:38.195" starttime="20181202 16:35:38.194"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:38.196" starttime="20181202 16:35:37.843"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.198" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:38.198" starttime="20181202 16:35:38.198"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.199" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:38.199" starttime="20181202 16:35:38.199"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.200" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:35:38.200" starttime="20181202 16:35:38.200"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.201" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:35:38.202" starttime="20181202 16:35:38.201"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.202" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:35:38.203" starttime="20181202 16:35:38.202"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.203" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:35:38.204" starttime="20181202 16:35:38.203"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.209" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:35:38.209" starttime="20181202 16:35:38.204"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.215" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:35:38.215" starttime="20181202 16:35:38.210"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:38.215" starttime="20181202 16:35:38.197"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:38.215" starttime="20181202 16:35:38.196"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 16:35:38.216" level="INFO">Length is 1</msg>
<msg timestamp="20181202 16:35:38.216" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:35:38.216" starttime="20181202 16:35:38.215"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 16:35:38.217" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:35:38.217" starttime="20181202 16:35:38.216"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:38.230" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:35:38.264" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:40.543" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:40.544" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:40.544" starttime="20181202 16:35:38.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:40.545" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:40.545" starttime="20181202 16:35:40.545"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:40.546" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:40.546" starttime="20181202 16:35:40.546"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:40.547" starttime="20181202 16:35:40.546"></status>
</kw>
<msg timestamp="20181202 16:35:40.548" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:40.548" starttime="20181202 16:35:38.229"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:40.561" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:35:40.583" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:42.737" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:42.737" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:42.737" starttime="20181202 16:35:40.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:42.738" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:42.739" starttime="20181202 16:35:42.738"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:42.739" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:42.739" starttime="20181202 16:35:42.739"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:42.740" starttime="20181202 16:35:42.739"></status>
</kw>
<msg timestamp="20181202 16:35:42.740" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:35:42.740" starttime="20181202 16:35:40.560"></status>
</kw>
<msg timestamp="20181202 16:35:42.741" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:42.741" starttime="20181202 16:35:38.218"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:42.750" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:35:42.771" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:44.969" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:44.969" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:44.969" starttime="20181202 16:35:42.750"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:44.970" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:44.970" starttime="20181202 16:35:44.970"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:44.971" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:44.971" starttime="20181202 16:35:44.970"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:44.971" starttime="20181202 16:35:44.971"></status>
</kw>
<msg timestamp="20181202 16:35:44.972" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:44.972" starttime="20181202 16:35:42.749"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:44.979" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:35:45.020" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:47.317" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:47.318" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:47.318" starttime="20181202 16:35:44.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:47.319" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:47.319" starttime="20181202 16:35:47.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:47.320" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:47.320" starttime="20181202 16:35:47.319"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:47.320" starttime="20181202 16:35:47.320"></status>
</kw>
<msg timestamp="20181202 16:35:47.321" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:35:47.321" starttime="20181202 16:35:44.979"></status>
</kw>
<msg timestamp="20181202 16:35:47.321" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:47.321" starttime="20181202 16:35:42.741"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:47.329" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:35:47.361" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:49.571" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:49.571" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:49.571" starttime="20181202 16:35:47.329"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:49.572" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:49.572" starttime="20181202 16:35:49.572"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:49.573" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:49.573" starttime="20181202 16:35:49.573"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:49.574" starttime="20181202 16:35:49.573"></status>
</kw>
<msg timestamp="20181202 16:35:49.574" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:35:49.574" starttime="20181202 16:35:47.328"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:49.585" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:35:49.628" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:51.941" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:51.942" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:51.942" starttime="20181202 16:35:49.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.944" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:51.944" starttime="20181202 16:35:51.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.945" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:51.945" starttime="20181202 16:35:51.944"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:51.946" starttime="20181202 16:35:51.945"></status>
</kw>
<msg timestamp="20181202 16:35:51.947" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:35:51.947" starttime="20181202 16:35:49.584"></status>
</kw>
<msg timestamp="20181202 16:35:51.947" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:51.947" starttime="20181202 16:35:47.321"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.948" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:51.948" starttime="20181202 16:35:51.947"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.949" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:51.949" starttime="20181202 16:35:51.948"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.950" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:35:51.950" starttime="20181202 16:35:51.949"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:51.950" starttime="20181202 16:35:38.217"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:35:51.953" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 16:35:51.953" starttime="20181202 16:35:51.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.954" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 16:35:51.954" starttime="20181202 16:35:51.954"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:51.954" starttime="20181202 16:35:51.951"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:51.954" starttime="20181202 16:35:37.842"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.955" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6226316d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:35:51.956" starttime="20181202 16:35:51.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:51.957" starttime="20181202 16:35:37.841"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 16:35:51.959" level="INFO">${suite_} = CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:35:51.959" starttime="20181202 16:35:51.958"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 16:35:51.959" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:35:51.960" starttime="20181202 16:35:51.959"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 16:35:51.961" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:51.961" starttime="20181202 16:35:51.961"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 16:35:51.963" level="INFO">${fname} = tcpdump_port_6653__CSIT_Security_Group__192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:35:51.963" starttime="20181202 16:35:51.962"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:35:51.965" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:35:51.966" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:35:51.966" starttime="20181202 16:35:51.964"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:35:51.967" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:35:51.967" starttime="20181202 16:35:51.966"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:35:51.969" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:35:51.969" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:35:51.969" starttime="20181202 16:35:51.968"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:51.970" starttime="20181202 16:35:51.969"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:35:51.971" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:35:52.348" level="INFO">Read output: Last login: Sun Dec  2 16:35:38 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:35:52.348" starttime="20181202 16:35:51.970"></status>
</kw>
<msg timestamp="20181202 16:35:52.348" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:52.348" starttime="20181202 16:35:51.970"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:52.348" starttime="20181202 16:35:51.967"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:35:52.349" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 16:35:52.349" starttime="20181202 16:35:52.349"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:35:52.350" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 16:35:52.353" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 16:35:52.353" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 16:35:52.353" starttime="20181202 16:35:52.349"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:52.354" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:35:52.354" starttime="20181202 16:35:52.354"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:52.354" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:35:52.354" starttime="20181202 16:35:52.354"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:52.356" starttime="20181202 16:35:52.356"></status>
</kw>
<msg timestamp="20181202 16:35:52.357" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:35:52.357" starttime="20181202 16:35:52.356"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:52.357" starttime="20181202 16:35:52.355"></status>
</kw>
<msg timestamp="20181202 16:35:52.357" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:35:52.357" starttime="20181202 16:35:51.963"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:52.357" starttime="20181202 16:35:52.357"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:52.357" starttime="20181202 16:35:51.962"></status>
</kw>
<status status="PASS" endtime="20181202 16:35:52.358" starttime="20181202 16:35:51.962"></status>
</kw>
<msg timestamp="20181202 16:35:52.358" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:35:52.358" starttime="20181202 16:35:51.960"></status>
</kw>
<msg timestamp="20181202 16:35:52.358" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:35:52.358" starttime="20181202 16:35:51.957"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 16:35:52.359" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:35:52.359" starttime="20181202 16:35:52.358"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:52.362" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:52.362" starttime="20181202 16:35:52.360"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:52.363" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:35:52.407" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:54.519" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:54.519" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:54.519" starttime="20181202 16:35:52.363"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:54.520" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:54.520" starttime="20181202 16:35:54.520"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:54.521" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:54.521" starttime="20181202 16:35:54.521"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:54.521" starttime="20181202 16:35:54.521"></status>
</kw>
<msg timestamp="20181202 16:35:54.522" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:35:54.522" starttime="20181202 16:35:52.363"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:54.522" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:35:54.522" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:35:54.522" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:54.522" starttime="20181202 16:35:54.522"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:35:54.523" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:54.523" starttime="20181202 16:35:54.523"></status>
</kw>
<msg timestamp="20181202 16:35:54.523" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:54.523" starttime="20181202 16:35:52.360"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:35:54.523" starttime="20181202 16:35:54.523"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:54.525" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:54.525" starttime="20181202 16:35:54.524"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:54.526" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:35:54.568" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:57.174" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:57.174" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:57.174" starttime="20181202 16:35:54.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:57.175" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:57.176" starttime="20181202 16:35:57.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:57.176" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:57.176" starttime="20181202 16:35:57.176"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:57.177" starttime="20181202 16:35:57.176"></status>
</kw>
<msg timestamp="20181202 16:35:57.177" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:35:57.177" starttime="20181202 16:35:54.525"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:57.178" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:35:57.178" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:35:57.178" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:57.178" starttime="20181202 16:35:57.177"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:35:57.178" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:57.178" starttime="20181202 16:35:57.178"></status>
</kw>
<msg timestamp="20181202 16:35:57.179" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:57.179" starttime="20181202 16:35:54.524"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:35:57.179" starttime="20181202 16:35:57.179"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:57.180" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:57.180" starttime="20181202 16:35:57.180"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:57.181" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:35:57.223" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:35:59.330" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:35:59.331" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:35:59.331" starttime="20181202 16:35:57.181"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:35:59.332" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:59.332" starttime="20181202 16:35:59.332"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:35:59.333" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:35:59.333" starttime="20181202 16:35:59.332"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:35:59.333" starttime="20181202 16:35:59.333"></status>
</kw>
<msg timestamp="20181202 16:35:59.334" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:35:59.334" starttime="20181202 16:35:57.180"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:59.334" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:35:59.334" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:35:59.334" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:59.334" starttime="20181202 16:35:59.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:35:59.335" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:35:59.335" starttime="20181202 16:35:59.335"></status>
</kw>
<msg timestamp="20181202 16:35:59.335" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:59.335" starttime="20181202 16:35:57.179"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:35:59.335" starttime="20181202 16:35:59.335"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:35:59.337" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:35:59.337" starttime="20181202 16:35:59.336"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:35:59.339" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:35:59.383" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:01.363" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:01.364" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:01.364" starttime="20181202 16:35:59.338"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:01.365" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:36:01.365" starttime="20181202 16:36:01.364"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:01.365" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:01.365" starttime="20181202 16:36:01.365"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:01.366" starttime="20181202 16:36:01.365"></status>
</kw>
<msg timestamp="20181202 16:36:01.366" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:36:01.366" starttime="20181202 16:35:59.338"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:36:01.367" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:36:01.367" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:36:01.367" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:01.367" starttime="20181202 16:36:01.366"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:36:01.367" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:36:01.367" starttime="20181202 16:36:01.367"></status>
</kw>
<msg timestamp="20181202 16:36:01.367" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:01.367" starttime="20181202 16:35:59.336"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 16:36:01.368" starttime="20181202 16:36:01.367"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:36:01.369" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:01.369" starttime="20181202 16:36:01.368"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:01.370" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:36:01.392" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:03.406" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:03.406" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:03.406" starttime="20181202 16:36:01.369"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:03.407" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:36:03.407" starttime="20181202 16:36:03.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:03.408" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:03.408" starttime="20181202 16:36:03.408"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:03.409" starttime="20181202 16:36:03.408"></status>
</kw>
<msg timestamp="20181202 16:36:03.409" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:36:03.409" starttime="20181202 16:36:01.369"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:36:03.410" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:36:03.410" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:36:03.410" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:03.410" starttime="20181202 16:36:03.410"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:36:03.410" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:36:03.410" starttime="20181202 16:36:03.410"></status>
</kw>
<msg timestamp="20181202 16:36:03.411" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:03.411" starttime="20181202 16:36:01.368"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 16:36:03.411" starttime="20181202 16:36:03.411"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:36:03.412" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:36:03.412" starttime="20181202 16:36:03.412"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:03.413" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:36:03.455" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:05.606" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:05.606" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:05.606" starttime="20181202 16:36:03.413"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:05.608" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:36:05.609" starttime="20181202 16:36:05.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:05.610" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:05.610" starttime="20181202 16:36:05.609"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:05.611" starttime="20181202 16:36:05.610"></status>
</kw>
<msg timestamp="20181202 16:36:05.612" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:36:05.612" starttime="20181202 16:36:03.412"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:36:05.613" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:36:05.613" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:36:05.613" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:36:05.613" starttime="20181202 16:36:05.612"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:36:05.614" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:36:05.614" starttime="20181202 16:36:05.614"></status>
</kw>
<msg timestamp="20181202 16:36:05.615" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:36:05.615" starttime="20181202 16:36:03.411"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:05.617" starttime="20181202 16:36:05.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:05.617" starttime="20181202 16:36:05.616"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:05.618" starttime="20181202 16:36:05.617"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:05.618" starttime="20181202 16:36:05.617"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:05.618" starttime="20181202 16:36:05.615"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:36:05.619" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:36:05.619" starttime="20181202 16:36:05.619"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:05.628" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:36:05.661" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:08.136" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:08.137" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:08.137" starttime="20181202 16:36:05.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:08.138" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:08.138" starttime="20181202 16:36:08.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:08.139" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:08.139" starttime="20181202 16:36:08.139"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:08.140" starttime="20181202 16:36:08.139"></status>
</kw>
<msg timestamp="20181202 16:36:08.140" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:08.140" starttime="20181202 16:36:05.627"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:08.140" starttime="20181202 16:36:05.619"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:08.150" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:36:08.175" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:10.340" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:10.341" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:10.341" starttime="20181202 16:36:08.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:10.343" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:10.344" starttime="20181202 16:36:10.342"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:10.345" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:10.345" starttime="20181202 16:36:10.344"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:10.347" starttime="20181202 16:36:10.345"></status>
</kw>
<msg timestamp="20181202 16:36:10.347" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:10.347" starttime="20181202 16:36:08.149"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:10.347" starttime="20181202 16:36:08.140"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:10.366" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:36:10.390" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:12.685" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:12.686" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:12.686" starttime="20181202 16:36:10.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:12.687" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:12.688" starttime="20181202 16:36:12.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:12.689" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:12.689" starttime="20181202 16:36:12.688"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:12.690" starttime="20181202 16:36:12.689"></status>
</kw>
<msg timestamp="20181202 16:36:12.690" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:12.691" starttime="20181202 16:36:10.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:12.691" starttime="20181202 16:36:10.348"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:12.709" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:36:12.740" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:14.991" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:14.992" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:14.992" starttime="20181202 16:36:12.708"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:14.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:14.993" starttime="20181202 16:36:14.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:14.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:14.993" starttime="20181202 16:36:14.993"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:14.994" starttime="20181202 16:36:14.993"></status>
</kw>
<msg timestamp="20181202 16:36:14.994" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:14.994" starttime="20181202 16:36:12.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:14.994" starttime="20181202 16:36:12.691"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:15.002" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:36:15.047" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:17.312" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:17.312" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:17.313" starttime="20181202 16:36:15.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:17.314" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:17.314" starttime="20181202 16:36:17.313"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:17.315" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:17.315" starttime="20181202 16:36:17.315"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:17.316" starttime="20181202 16:36:17.315"></status>
</kw>
<msg timestamp="20181202 16:36:17.317" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:36:17.317" starttime="20181202 16:36:15.001"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:17.317" starttime="20181202 16:36:14.994"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:17.327" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:36:17.360" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:19.513" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:19.513" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:19.514" starttime="20181202 16:36:17.327"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:19.516" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:19.516" starttime="20181202 16:36:19.515"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:19.518" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:19.518" starttime="20181202 16:36:19.517"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:19.520" starttime="20181202 16:36:19.518"></status>
</kw>
<msg timestamp="20181202 16:36:19.521" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:36:19.521" starttime="20181202 16:36:17.327"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:19.521" starttime="20181202 16:36:17.317"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:19.540" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:36:19.562" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:21.691" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:21.692" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:21.692" starttime="20181202 16:36:19.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:21.694" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:21.694" starttime="20181202 16:36:21.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:21.695" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:21.695" starttime="20181202 16:36:21.694"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:21.697" starttime="20181202 16:36:21.696"></status>
</kw>
<msg timestamp="20181202 16:36:21.698" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:21.698" starttime="20181202 16:36:19.538"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:21.698" starttime="20181202 16:36:19.521"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:21.716" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:36:21.755" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:24.014" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:24.015" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:24.015" starttime="20181202 16:36:21.716"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.016" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:24.016" starttime="20181202 16:36:24.016"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.017" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:24.018" starttime="20181202 16:36:24.017"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.019" starttime="20181202 16:36:24.018"></status>
</kw>
<msg timestamp="20181202 16:36:24.019" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:24.019" starttime="20181202 16:36:21.715"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.019" starttime="20181202 16:36:21.698"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.019" starttime="20181202 16:36:05.619"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.020" starttime="20181202 16:36:05.618"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.020" starttime="20181202 16:35:52.359"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.020" starttime="20181202 16:35:52.359"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.024" starttime="20181202 16:36:24.023"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:36:24.025" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 16:36:24.025" starttime="20181202 16:36:24.024"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.027" starttime="20181202 16:36:24.026"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.028" starttime="20181202 16:36:24.028"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.036" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.036" starttime="20181202 16:36:24.028"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.056" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.056" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.056" starttime="20181202 16:36:24.036"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.057" starttime="20181202 16:36:24.025"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.057" starttime="20181202 16:36:24.025"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.059" starttime="20181202 16:36:24.058"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.059" starttime="20181202 16:36:24.059"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.062" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.062" starttime="20181202 16:36:24.059"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.074" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.074" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.074" starttime="20181202 16:36:24.063"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.074" starttime="20181202 16:36:24.057"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.074" starttime="20181202 16:36:24.057"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.076" starttime="20181202 16:36:24.076"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.076" starttime="20181202 16:36:24.076"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.080" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.080" starttime="20181202 16:36:24.077"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.091" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.091" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.091" starttime="20181202 16:36:24.080"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.091" starttime="20181202 16:36:24.075"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.091" starttime="20181202 16:36:24.075"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.093" starttime="20181202 16:36:24.092"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.094" starttime="20181202 16:36:24.093"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.099" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.099" starttime="20181202 16:36:24.094"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.109" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.110" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.110" starttime="20181202 16:36:24.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.110" starttime="20181202 16:36:24.092"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.110" starttime="20181202 16:36:24.091"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.111" starttime="20181202 16:36:24.111"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.111" starttime="20181202 16:36:24.111"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.114" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.114" starttime="20181202 16:36:24.112"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.128" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.128" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.128" starttime="20181202 16:36:24.115"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.128" starttime="20181202 16:36:24.110"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.128" starttime="20181202 16:36:24.110"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.129" starttime="20181202 16:36:24.129"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.130" starttime="20181202 16:36:24.129"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.133" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.133" starttime="20181202 16:36:24.130"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.143" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.143" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.143" starttime="20181202 16:36:24.133"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.143" starttime="20181202 16:36:24.128"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.143" starttime="20181202 16:36:24.128"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.144" starttime="20181202 16:36:24.144"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.145" starttime="20181202 16:36:24.145"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.147" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.148" starttime="20181202 16:36:24.145"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.158" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.158" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.158" starttime="20181202 16:36:24.148"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.158" starttime="20181202 16:36:24.144"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.158" starttime="20181202 16:36:24.143"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.159" starttime="20181202 16:36:24.159"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.159" starttime="20181202 16:36:24.159"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.162" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.162" starttime="20181202 16:36:24.160"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.172" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.172" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.172" starttime="20181202 16:36:24.162"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.173" starttime="20181202 16:36:24.158"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.173" starttime="20181202 16:36:24.158"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.174" starttime="20181202 16:36:24.173"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.174" starttime="20181202 16:36:24.174"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.176" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.176" starttime="20181202 16:36:24.174"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.187" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.187" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.187" starttime="20181202 16:36:24.177"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.187" starttime="20181202 16:36:24.173"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.187" starttime="20181202 16:36:24.173"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.188" starttime="20181202 16:36:24.188"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.189" starttime="20181202 16:36:24.189"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.191" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:36:24.191" starttime="20181202 16:36:24.189"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.208" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.208" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.208" starttime="20181202 16:36:24.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.208" starttime="20181202 16:36:24.188"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.208" starttime="20181202 16:36:24.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.208" starttime="20181202 16:36:24.025"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.209" starttime="20181202 16:36:24.209"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:36:24.209" starttime="20181202 16:36:24.209"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.211" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 16:36:24.212" starttime="20181202 16:36:24.210"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.268" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:36:24.268" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 16:36:24.268" starttime="20181202 16:36:24.212"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.268" starttime="20181202 16:36:24.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.268" starttime="20181202 16:36:24.022"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.268" starttime="20181202 16:36:24.021"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.269" starttime="20181202 16:36:24.021"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.269" starttime="20181202 16:36:24.021"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.276" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:36:24.276" starttime="20181202 16:36:24.276"></status>
</kw>
<msg timestamp="20181202 16:36:24.277" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:24.277" starttime="20181202 16:36:24.276"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.277" starttime="20181202 16:36:24.277"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:36:24.278" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:36:24.278" starttime="20181202 16:36:24.277"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.278" starttime="20181202 16:36:24.275"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.288" starttime="20181202 16:36:24.288"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.289" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:36:24.471" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:36:24.472" starttime="20181202 16:36:24.289"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.499" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 16:36:24.499" starttime="20181202 16:36:24.472"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:36:24.504" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:36:24 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:36:24.504" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:36:24 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:36:24.504" starttime="20181202 16:36:24.500"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:36:24.548" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:36:24.548" starttime="20181202 16:36:24.504"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:36:24.550" starttime="20181202 16:36:24.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.551" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:36:24 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:36:24.551" starttime="20181202 16:36:24.550"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.551" starttime="20181202 16:36:24.287"></status>
</kw>
<msg timestamp="20181202 16:36:24.551" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:36:24 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:36:24.551" starttime="20181202 16:36:24.281"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.552" starttime="20181202 16:36:24.551"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.552" starttime="20181202 16:36:24.552"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.552" starttime="20181202 16:36:24.552"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.553" starttime="20181202 16:36:24.553"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.553" starttime="20181202 16:36:24.552"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.554" starttime="20181202 16:36:24.553"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.554" starttime="20181202 16:36:24.553"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.554" starttime="20181202 16:36:24.554"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.554" starttime="20181202 16:36:24.554"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.555" starttime="20181202 16:36:24.554"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.555" starttime="20181202 16:36:24.554"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.555" starttime="20181202 16:36:24.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.555" starttime="20181202 16:36:24.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.555" starttime="20181202 16:36:24.552"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.279"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.279"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.279"></status>
</kw>
<msg timestamp="20181202 16:36:24.556" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:24.556" starttime="20181202 16:36:24.278"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.565" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:36:24.565" starttime="20181202 16:36:24.564"></status>
</kw>
<msg timestamp="20181202 16:36:24.565" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:24.565" starttime="20181202 16:36:24.564"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.565" starttime="20181202 16:36:24.565"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:36:24.566" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:36:24.566" starttime="20181202 16:36:24.566"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.566" starttime="20181202 16:36:24.564"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.566" starttime="20181202 16:36:24.556"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.566" starttime="20181202 16:36:24.278"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 16:36:24.567" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 16:36:24.568" starttime="20181202 16:36:24.567"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.576" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 16:36:24.576" starttime="20181202 16:36:24.569"></status>
</kw>
<msg timestamp="20181202 16:36:24.576" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:36:24.576" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 16:36:24.576" starttime="20181202 16:36:24.568"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.576" starttime="20181202 16:36:24.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.576" starttime="20181202 16:36:24.568"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.576" starttime="20181202 16:36:24.568"></status>
</kw>
<msg timestamp="20181202 16:36:24.577" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 16:36:24.577" starttime="20181202 16:36:24.568"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.577" starttime="20181202 16:36:24.577"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.578" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:36:24.578" starttime="20181202 16:36:24.577"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.578" starttime="20181202 16:36:24.567"></status>
</kw>
<msg timestamp="20181202 16:36:24.578" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:24.578" starttime="20181202 16:36:24.567"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.585" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:36:24.585" starttime="20181202 16:36:24.585"></status>
</kw>
<msg timestamp="20181202 16:36:24.585" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:24.585" starttime="20181202 16:36:24.585"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.586" starttime="20181202 16:36:24.586"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:36:24.586" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:36:24.586" starttime="20181202 16:36:24.586"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.587" starttime="20181202 16:36:24.584"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.587" starttime="20181202 16:36:24.578"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.587" starttime="20181202 16:36:24.566"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:36:24.597" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:36:24.597" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:36:24.597" starttime="20181202 16:36:24.588"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 16:36:24.618" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:36:24.618" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 16:36:24.618" starttime="20181202 16:36:24.600"></status>
</kw>
<msg timestamp="20181202 16:36:24.620" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:36:24.620" starttime="20181202 16:36:24.599"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.621" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:36:24.623" starttime="20181202 16:36:24.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.624" starttime="20181202 16:36:24.597"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 16:36:24.624" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 16:36:24.624" starttime="20181202 16:36:24.624"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.626" starttime="20181202 16:36:24.626"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:36:24.627" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:36:24.628" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:36:24.628" starttime="20181202 16:36:24.627"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:36:24.629" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:36:24.629" starttime="20181202 16:36:24.628"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:36:24.630" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 16:36:24.630" starttime="20181202 16:36:24.629"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:36:24.632" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:36:24.632" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:36:24.632" starttime="20181202 16:36:24.631"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:24.632" starttime="20181202 16:36:24.632"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:36:24.633" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:36:24.975" level="INFO">Read output: Last login: Sun Dec  2 16:35:52 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:36:24.975" starttime="20181202 16:36:24.633"></status>
</kw>
<msg timestamp="20181202 16:36:24.976" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:36:24.976" starttime="20181202 16:36:24.633"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:24.976" starttime="20181202 16:36:24.630"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:36:24.977" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 16:36:25.021" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:36:25.022" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 16:36:25.022" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:36:25.022" starttime="20181202 16:36:24.976"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:36:25.087" starttime="20181202 16:36:25.023"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:25.089" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:25.089" starttime="20181202 16:36:25.088"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.090" starttime="20181202 16:36:25.089"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:25.092" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:36:25.093" starttime="20181202 16:36:25.092"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.093" starttime="20181202 16:36:25.091"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.097" starttime="20181202 16:36:25.095"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.098" starttime="20181202 16:36:25.098"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:36:25.099" starttime="20181202 16:36:25.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.099" starttime="20181202 16:36:25.094"></status>
</kw>
<msg timestamp="20181202 16:36:25.100" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 16:36:25.100" starttime="20181202 16:36:24.625"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 16:36:25.101" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 16:36:25.101" starttime="20181202 16:36:25.100"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 16:36:25.102" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:36:25.102" starttime="20181202 16:36:25.102"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.106" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.107" starttime="20181202 16:36:25.104"></status>
</kw>
<msg timestamp="20181202 16:36:25.107" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.107" starttime="20181202 16:36:25.103"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.108" starttime="20181202 16:36:25.108"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.108" starttime="20181202 16:36:25.103"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.111" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.112" starttime="20181202 16:36:25.109"></status>
</kw>
<msg timestamp="20181202 16:36:25.112" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.112" starttime="20181202 16:36:25.109"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.113" starttime="20181202 16:36:25.113"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.113" starttime="20181202 16:36:25.108"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.116" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.117" starttime="20181202 16:36:25.114"></status>
</kw>
<msg timestamp="20181202 16:36:25.117" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.117" starttime="20181202 16:36:25.114"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.118" starttime="20181202 16:36:25.118"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.118" starttime="20181202 16:36:25.113"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.122" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.122" starttime="20181202 16:36:25.119"></status>
</kw>
<msg timestamp="20181202 16:36:25.122" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.122" starttime="20181202 16:36:25.119"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.123" starttime="20181202 16:36:25.123"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.123" starttime="20181202 16:36:25.118"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.128" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.128" starttime="20181202 16:36:25.125"></status>
</kw>
<msg timestamp="20181202 16:36:25.129" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.129" starttime="20181202 16:36:25.124"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.130" starttime="20181202 16:36:25.129"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.130" starttime="20181202 16:36:25.123"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.133" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.134" starttime="20181202 16:36:25.131"></status>
</kw>
<msg timestamp="20181202 16:36:25.134" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.134" starttime="20181202 16:36:25.130"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.135" starttime="20181202 16:36:25.135"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.135" starttime="20181202 16:36:25.130"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.139" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.139" starttime="20181202 16:36:25.136"></status>
</kw>
<msg timestamp="20181202 16:36:25.140" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.140" starttime="20181202 16:36:25.136"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.141" starttime="20181202 16:36:25.140"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.141" starttime="20181202 16:36:25.135"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.144" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.145" starttime="20181202 16:36:25.142"></status>
</kw>
<msg timestamp="20181202 16:36:25.145" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.145" starttime="20181202 16:36:25.141"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.146" starttime="20181202 16:36:25.146"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.146" starttime="20181202 16:36:25.141"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.150" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.150" starttime="20181202 16:36:25.147"></status>
</kw>
<msg timestamp="20181202 16:36:25.150" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.150" starttime="20181202 16:36:25.147"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.151" starttime="20181202 16:36:25.151"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.151" starttime="20181202 16:36:25.146"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.156" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.156" starttime="20181202 16:36:25.153"></status>
</kw>
<msg timestamp="20181202 16:36:25.157" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.157" starttime="20181202 16:36:25.152"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.158" starttime="20181202 16:36:25.157"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.158" starttime="20181202 16:36:25.151"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.162" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.162" starttime="20181202 16:36:25.159"></status>
</kw>
<msg timestamp="20181202 16:36:25.162" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.162" starttime="20181202 16:36:25.158"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.163" starttime="20181202 16:36:25.163"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.163" starttime="20181202 16:36:25.158"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.168" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.168" starttime="20181202 16:36:25.164"></status>
</kw>
<msg timestamp="20181202 16:36:25.168" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.168" starttime="20181202 16:36:25.164"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.169" starttime="20181202 16:36:25.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.169" starttime="20181202 16:36:25.163"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.173" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.174" starttime="20181202 16:36:25.170"></status>
</kw>
<msg timestamp="20181202 16:36:25.174" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.174" starttime="20181202 16:36:25.170"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.175" starttime="20181202 16:36:25.174"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.175" starttime="20181202 16:36:25.169"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.179" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.179" starttime="20181202 16:36:25.176"></status>
</kw>
<msg timestamp="20181202 16:36:25.179" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.180" starttime="20181202 16:36:25.175"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.180" starttime="20181202 16:36:25.180"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.180" starttime="20181202 16:36:25.175"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.184" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.185" starttime="20181202 16:36:25.181"></status>
</kw>
<msg timestamp="20181202 16:36:25.185" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.185" starttime="20181202 16:36:25.181"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.186" starttime="20181202 16:36:25.185"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.186" starttime="20181202 16:36:25.180"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.190" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.191" starttime="20181202 16:36:25.187"></status>
</kw>
<msg timestamp="20181202 16:36:25.191" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.191" starttime="20181202 16:36:25.186"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.192" starttime="20181202 16:36:25.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.192" starttime="20181202 16:36:25.186"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.196" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.197" starttime="20181202 16:36:25.192"></status>
</kw>
<msg timestamp="20181202 16:36:25.197" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.197" starttime="20181202 16:36:25.192"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.197" starttime="20181202 16:36:25.197"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.197" starttime="20181202 16:36:25.192"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.202" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.202" starttime="20181202 16:36:25.198"></status>
</kw>
<msg timestamp="20181202 16:36:25.202" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.202" starttime="20181202 16:36:25.198"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.203" starttime="20181202 16:36:25.203"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.203" starttime="20181202 16:36:25.198"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.208" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.208" starttime="20181202 16:36:25.204"></status>
</kw>
<msg timestamp="20181202 16:36:25.208" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.208" starttime="20181202 16:36:25.204"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.209" starttime="20181202 16:36:25.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.209" starttime="20181202 16:36:25.203"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.213" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.214" starttime="20181202 16:36:25.210"></status>
</kw>
<msg timestamp="20181202 16:36:25.214" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.214" starttime="20181202 16:36:25.209"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.214" starttime="20181202 16:36:25.214"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.214" starttime="20181202 16:36:25.209"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.219" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.219" starttime="20181202 16:36:25.215"></status>
</kw>
<msg timestamp="20181202 16:36:25.219" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.219" starttime="20181202 16:36:25.215"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.220" starttime="20181202 16:36:25.220"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.220" starttime="20181202 16:36:25.214"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.224" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.225" starttime="20181202 16:36:25.221"></status>
</kw>
<msg timestamp="20181202 16:36:25.225" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.225" starttime="20181202 16:36:25.220"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.225" starttime="20181202 16:36:25.225"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.225" starttime="20181202 16:36:25.220"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.230" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.231" starttime="20181202 16:36:25.226"></status>
</kw>
<msg timestamp="20181202 16:36:25.231" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.231" starttime="20181202 16:36:25.226"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.232" starttime="20181202 16:36:25.232"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.233" starttime="20181202 16:36:25.226"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.242" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.242" starttime="20181202 16:36:25.234"></status>
</kw>
<msg timestamp="20181202 16:36:25.242" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.242" starttime="20181202 16:36:25.233"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.243" starttime="20181202 16:36:25.243"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.243" starttime="20181202 16:36:25.233"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.252" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.252" starttime="20181202 16:36:25.245"></status>
</kw>
<msg timestamp="20181202 16:36:25.252" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.253" starttime="20181202 16:36:25.244"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.253" starttime="20181202 16:36:25.253"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.254" starttime="20181202 16:36:25.244"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.262" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.262" starttime="20181202 16:36:25.255"></status>
</kw>
<msg timestamp="20181202 16:36:25.262" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.262" starttime="20181202 16:36:25.254"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.263" starttime="20181202 16:36:25.263"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.263" starttime="20181202 16:36:25.254"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.271" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.271" starttime="20181202 16:36:25.265"></status>
</kw>
<msg timestamp="20181202 16:36:25.271" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.272" starttime="20181202 16:36:25.264"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.272" starttime="20181202 16:36:25.272"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.272" starttime="20181202 16:36:25.263"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.279" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.280" starttime="20181202 16:36:25.274"></status>
</kw>
<msg timestamp="20181202 16:36:25.280" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.280" starttime="20181202 16:36:25.273"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.281" starttime="20181202 16:36:25.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.281" starttime="20181202 16:36:25.273"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.288" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.288" starttime="20181202 16:36:25.282"></status>
</kw>
<msg timestamp="20181202 16:36:25.288" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.289" starttime="20181202 16:36:25.281"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.289" starttime="20181202 16:36:25.289"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.289" starttime="20181202 16:36:25.281"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.296" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.296" starttime="20181202 16:36:25.290"></status>
</kw>
<msg timestamp="20181202 16:36:25.297" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.297" starttime="20181202 16:36:25.290"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.297" starttime="20181202 16:36:25.297"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.297" starttime="20181202 16:36:25.289"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.304" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.304" starttime="20181202 16:36:25.298"></status>
</kw>
<msg timestamp="20181202 16:36:25.304" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.304" starttime="20181202 16:36:25.298"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.305" starttime="20181202 16:36:25.305"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.305" starttime="20181202 16:36:25.298"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:36:25.312" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=2503.973s, table=0, n_packets=2502, n_bytes=135108, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=2503.955s, table=17, n_packets=2502, n_bytes=135108, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=2796.052s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=2796.038s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=2796.033s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=2796.015s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.043s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=2634.945s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=2634.945s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=2796.015s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=2796.015s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=2795.855s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=2795.467s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=2795.459s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=2795.855s, table=43, n_packets=2655, n_bytes=145062, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=2796.059s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=2795.984s, table=48, n_packets=2656, n_bytes=145104, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.042s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=2795.855s, table=50, n_packets=2274, n_bytes=122796, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=2795.984s, table=50, n_packets=232, n_bytes=12612, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=2637.002s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=2795.855s, table=51, n_packets=2656, n_bytes=145104, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=2637.357s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=2637.347s, table=52, n_packets=2608, n_bytes=140820, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=1696.604s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=1696.601s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=1681.166s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=2637.342s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=1696.288s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=1680.834s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=2637.345s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=1696.294s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=1680.836s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=2796.052s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=2796.015s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=2795.855s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=2796.047s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=2795.797s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=2795.797s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=2795.791s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=2795.772s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.772s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.795s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.791s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=2503.944s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=2795.772s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=2795.772s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=2795.772s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=2795.797s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.795s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=2795.797s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=2795.797s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=2795.772s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:36:25.312" starttime="20181202 16:36:25.306"></status>
</kw>
<msg timestamp="20181202 16:36:25.312" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:36:25.312" starttime="20181202 16:36:25.306"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.313" starttime="20181202 16:36:25.312"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.313" starttime="20181202 16:36:25.305"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.313" starttime="20181202 16:36:25.102"></status>
</kw>
<msg timestamp="20181202 16:36:25.313" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:36:25.313" starttime="20181202 16:36:24.625"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 16:36:25.314" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:36:25.314" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 16:36:25.314" starttime="20181202 16:36:25.313"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.315" starttime="20181202 16:36:25.314"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.315" starttime="20181202 16:36:24.624"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.315" starttime="20181202 16:36:24.624"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 16:36:25.316" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 16:36:25.316" starttime="20181202 16:36:25.315"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.316" starttime="20181202 16:36:24.587"></status>
</kw>
<msg timestamp="20181202 16:36:25.316" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:25.316" starttime="20181202 16:36:24.587"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:36:25.332" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:36:25.332" starttime="20181202 16:36:25.332"></status>
</kw>
<msg timestamp="20181202 16:36:25.333" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:36:25.333" starttime="20181202 16:36:25.330"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:25.334" starttime="20181202 16:36:25.333"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:36:25.335" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:25.334"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:25.329"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:25.316"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:24.587"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:24.278"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.336" starttime="20181202 16:36:24.269"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:25.337" starttime="20181202 16:35:36.589"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:25.355" level="INFO">Starting process:
openstack network create sg_net_1 </msg>
<msg timestamp="20181202 16:36:25.382" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:27.701" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:27.701" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:27.701" starttime="20181202 16:36:25.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:27.702" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:36:27Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | b70e14d7-4b29-4751-b1e5-078ce2c77df2 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | sg_net_1                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 36                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:36:27Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:27.702" starttime="20181202 16:36:27.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:27.703" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:27.703" starttime="20181202 16:36:27.702"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:27.703" starttime="20181202 16:36:27.703"></status>
</kw>
<msg timestamp="20181202 16:36:27.704" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:36:27.704" starttime="20181202 16:36:25.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:27.704" starttime="20181202 16:36:25.337"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:27.712" level="INFO">Starting process:
openstack network create sg_net_2 </msg>
<msg timestamp="20181202 16:36:27.735" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:29.945" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:29.946" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:29.946" starttime="20181202 16:36:27.712"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:29.947" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:36:29Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 9ea68c85-0168-479c-821f-02c1afa1a750 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | sg_net_2                             |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 29                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:36:29Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:29.947" starttime="20181202 16:36:29.947"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:29.948" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:29.948" starttime="20181202 16:36:29.948"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:29.949" starttime="20181202 16:36:29.949"></status>
</kw>
<msg timestamp="20181202 16:36:29.950" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:36:29.950" starttime="20181202 16:36:27.711"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.950" starttime="20181202 16:36:27.704"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${NETWORK_URL}</arg>
<arg>${NETWORKS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${NETWORK_URL}</arg>
<arg>${NETWORKS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:36:29.979" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/networks, headers=None json=None</msg>
<msg timestamp="20181202 16:36:29.979" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:36:29.979" starttime="20181202 16:36:29.973"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:36:29.981" level="INFO">{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"9ea68c85-0168-479c-821f-02c1afa1a750","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"29","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sg_net_2"},{"uuid":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"36","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sg_net_1"}]}}</msg>
<status status="PASS" endtime="20181202 16:36:29.981" starttime="20181202 16:36:29.980"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.981" starttime="20181202 16:36:29.980"></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="20181202 16:36:29.982" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:36:29.982" starttime="20181202 16:36:29.982"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sg_net_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:29.983" starttime="20181202 16:36:29.983"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.984" starttime="20181202 16:36:29.983"></status>
</kw>
<kw type="foritem" name="${i} = sg_net_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:29.984" starttime="20181202 16:36:29.984"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.984" starttime="20181202 16:36:29.984"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.984" starttime="20181202 16:36:29.982"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.985" starttime="20181202 16:36:29.972"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:29.985" starttime="20181202 16:36:29.950"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS}[0]</arg>
<arg>@{SUBNET_CIDRS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:29.997" level="INFO">Starting process:
openstack subnet create --network sg_net_1 --subnet-range 51.0.0.0/24 sg_sub_1 </msg>
<msg timestamp="20181202 16:36:30.039" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:32.924" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:32.925" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:32.925" starttime="20181202 16:36:29.997"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:32.926" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 51.0.0.2-51.0.0.254                  |
| cidr              | 51.0.0.0/24                          |
| created_at        | 2018-12-02T16:36:32Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 51.0.0.1                             |
| host_routes       |                                      |
| id                | 2b349d47-f6df-474e-9f81-c7bb676b07ad |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | sg_sub_1                             |
| network_id        | b70e14d7-4b29-4751-b1e5-078ce2c77df2 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:36:32Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:32.926" starttime="20181202 16:36:32.925"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:32.926" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:32.926" starttime="20181202 16:36:32.926"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:32.927" starttime="20181202 16:36:32.927"></status>
</kw>
<msg timestamp="20181202 16:36:32.928" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:36:32.928" starttime="20181202 16:36:29.996"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:32.928" starttime="20181202 16:36:29.985"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{SUBNETS}[1]</arg>
<arg>@{SUBNET_CIDRS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:32.939" level="INFO">Starting process:
openstack subnet create --network sg_net_2 --subnet-range 52.0.0.0/24 sg_sub_2 </msg>
<msg timestamp="20181202 16:36:32.976" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:35.526" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:35.527" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:35.527" starttime="20181202 16:36:32.939"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:35.528" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 52.0.0.2-52.0.0.254                  |
| cidr              | 52.0.0.0/24                          |
| created_at        | 2018-12-02T16:36:35Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 52.0.0.1                             |
| host_routes       |                                      |
| id                | 4d2c273f-b4d2-4fdb-9604-a3aac2459e02 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | sg_sub_2                             |
| network_id        | 9ea68c85-0168-479c-821f-02c1afa1a750 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:36:35Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:35.528" starttime="20181202 16:36:35.527"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:35.529" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:35.529" starttime="20181202 16:36:35.529"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:35.531" starttime="20181202 16:36:35.530"></status>
</kw>
<msg timestamp="20181202 16:36:35.531" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:36:35.531" starttime="20181202 16:36:32.938"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.531" starttime="20181202 16:36:32.928"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SUBNETWORK_URL}</arg>
<arg>${SUBNETS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SUBNETWORK_URL}</arg>
<arg>${SUBNETS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:36:35.571" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/subnets/, headers=None json=None</msg>
<msg timestamp="20181202 16:36:35.571" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:36:35.571" starttime="20181202 16:36:35.566"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:36:35.573" level="INFO">{"subnets":{"subnet":[{"uuid":"2b349d47-f6df-474e-9f81-c7bb676b07ad","gateway-ip":"51.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"51.0.0.2","end":"51.0.0.254"}],"cidr":"51.0.0.0/24","network-id":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","name":"sg_sub_1"},{"uuid":"4d2c273f-b4d2-4fdb-9604-a3aac2459e02","gateway-ip":"52.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"52.0.0.2","end":"52.0.0.254"}],"cidr":"52.0.0.0/24","network-id":"9ea68c85-0168-479c-821f-02c1afa1a750","name":"sg_sub_2"}]}}</msg>
<status status="PASS" endtime="20181202 16:36:35.573" starttime="20181202 16:36:35.573"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.573" starttime="20181202 16:36:35.572"></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="20181202 16:36:35.574" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:36:35.574" starttime="20181202 16:36:35.574"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sg_sub_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:35.576" starttime="20181202 16:36:35.575"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.576" starttime="20181202 16:36:35.575"></status>
</kw>
<kw type="foritem" name="${i} = sg_sub_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:35.577" starttime="20181202 16:36:35.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.577" starttime="20181202 16:36:35.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.577" starttime="20181202 16:36:35.575"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.577" starttime="20181202 16:36:35.565"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.577" starttime="20181202 16:36:35.532"></status>
</kw>
<kw name="Security Group Create Without Default Security Rules" library="OpenStackOperations">
<doc>Create Neutron Security Group with no default rules, using specified name and optional arguments.</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>${additional_args}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:35.581" starttime="20181202 16:36:35.580"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:35.581" starttime="20181202 16:36:35.579"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:35.595" level="INFO">Starting process:
openstack security group create sg_sg </msg>
<msg timestamp="20181202 16:36:35.623" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:37.786" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:37.786" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:37.787" starttime="20181202 16:36:35.594"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:37.788" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:36:37Z                                                                                                                                  |
| description     | sg_sg                                                                                                                                                 |
| id              | 717073d8-8081-497c-9e0a-9b19862ef021                                                                                                                  |
| name            | sg_sg                                                                                                                                                 |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:36:37Z', direction='egress', ethertype='IPv6', id='3128e5c3-e580-48dd-9c2f-960eb6ea0644', updated_at='2018-12-02T16:36:37Z' |
|                 | created_at='2018-12-02T16:36:37Z', direction='egress', ethertype='IPv4', id='4e8efce1-5bf4-431f-9063-23c5b224006f', updated_at='2018-12-02T16:36:37Z' |
| updated_at      | 2018-12-02T16:36:37Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:37.788" starttime="20181202 16:36:37.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:37.789" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:37.789" starttime="20181202 16:36:37.788"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:37.789" starttime="20181202 16:36:37.789"></status>
</kw>
<msg timestamp="20181202 16:36:37.790" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:36:37.790" starttime="20181202 16:36:35.593"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:36:37.790" level="INFO">${sgp_id} = 717073d8-8081-497c-9e0a-9b19862ef021</msg>
<status status="PASS" endtime="20181202 16:36:37.790" starttime="20181202 16:36:37.790"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:37.791" starttime="20181202 16:36:35.579"></status>
</kw>
<kw name="Delete All Security Group Rules" library="OpenStackOperations">
<doc>Delete all security rules from a specified security group</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group rule list ${sg_name} -cID -fvalue</arg>
</arguments>
<assign>
<var>${sg_rules_output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:37.802" level="INFO">Starting process:
openstack security group rule list sg_sg -cID -fvalue</msg>
<msg timestamp="20181202 16:36:37.834" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:40.056" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:40.056" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:40.056" starttime="20181202 16:36:37.802"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:40.057" level="INFO">3128e5c3-e580-48dd-9c2f-960eb6ea0644
4e8efce1-5bf4-431f-9063-23c5b224006f</msg>
<status status="PASS" endtime="20181202 16:36:40.057" starttime="20181202 16:36:40.057"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:40.058" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:40.058" starttime="20181202 16:36:40.058"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:40.059" starttime="20181202 16:36:40.058"></status>
</kw>
<msg timestamp="20181202 16:36:40.059" level="INFO">${sg_rules_output} = 3128e5c3-e580-48dd-9c2f-960eb6ea0644
4e8efce1-5bf4-431f-9063-23c5b224006f</msg>
<status status="PASS" endtime="20181202 16:36:40.059" starttime="20181202 16:36:37.801"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${sg_rules_output}</arg>
<arg>\n</arg>
</arguments>
<assign>
<var>@{sg_rules}</var>
</assign>
<msg timestamp="20181202 16:36:40.060" level="INFO">@{sg_rules} = [ 3128e5c3-e580-48dd-9c2f-960eb6ea0644 | 4e8efce1-5bf4-431f-9063-23c5b224006f ]</msg>
<status status="PASS" endtime="20181202 16:36:40.060" starttime="20181202 16:36:40.060"></status>
</kw>
<kw type="for" name="${rule} IN [ @{sg_rules} ]">
<kw type="foritem" name="${rule} = 3128e5c3-e580-48dd-9c2f-960eb6ea0644">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group rule delete ${rule}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:40.073" level="INFO">Starting process:
openstack security group rule delete 3128e5c3-e580-48dd-9c2f-960eb6ea0644</msg>
<msg timestamp="20181202 16:36:40.115" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:42.377" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:42.378" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:42.378" starttime="20181202 16:36:40.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:42.379" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:42.379" starttime="20181202 16:36:42.378"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:42.380" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:42.380" starttime="20181202 16:36:42.379"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:42.380" starttime="20181202 16:36:42.380"></status>
</kw>
<msg timestamp="20181202 16:36:42.381" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:42.381" starttime="20181202 16:36:40.071"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:42.381" starttime="20181202 16:36:40.061"></status>
</kw>
<kw type="foritem" name="${rule} = 4e8efce1-5bf4-431f-9063-23c5b224006f">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group rule delete ${rule}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:42.391" level="INFO">Starting process:
openstack security group rule delete 4e8efce1-5bf4-431f-9063-23c5b224006f</msg>
<msg timestamp="20181202 16:36:42.433" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:44.468" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:44.469" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:44.469" starttime="20181202 16:36:42.391"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:44.470" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:44.470" starttime="20181202 16:36:44.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:44.470" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:44.470" starttime="20181202 16:36:44.470"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.471" starttime="20181202 16:36:44.470"></status>
</kw>
<msg timestamp="20181202 16:36:44.471" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:36:44.471" starttime="20181202 16:36:42.390"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:44.471" starttime="20181202 16:36:42.381"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:44.471" starttime="20181202 16:36:40.060"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:44.471" starttime="20181202 16:36:37.791"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:44.472" starttime="20181202 16:36:35.578"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
<arg>direction=ingress</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:36:44.500" level="INFO">{u'direction': u'ingress', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:36:44.501" starttime="20181202 16:36:44.500"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:44.501" starttime="20181202 16:36:44.500"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.501" starttime="20181202 16:36:44.501"></status>
</kw>
<msg timestamp="20181202 16:36:44.502" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:36:44.502" starttime="20181202 16:36:44.501"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.502" starttime="20181202 16:36:44.502"></status>
</kw>
<msg timestamp="20181202 16:36:44.502" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:36:44.503" starttime="20181202 16:36:44.502"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.503" starttime="20181202 16:36:44.503"></status>
</kw>
<msg timestamp="20181202 16:36:44.503" level="INFO">${ethertype} = None</msg>
<status status="PASS" endtime="20181202 16:36:44.503" starttime="20181202 16:36:44.503"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.504" starttime="20181202 16:36:44.504"></status>
</kw>
<msg timestamp="20181202 16:36:44.504" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:36:44.504" starttime="20181202 16:36:44.504"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.505" starttime="20181202 16:36:44.505"></status>
</kw>
<msg timestamp="20181202 16:36:44.505" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:36:44.505" starttime="20181202 16:36:44.505"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.506" starttime="20181202 16:36:44.506"></status>
</kw>
<msg timestamp="20181202 16:36:44.506" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:36:44.506" starttime="20181202 16:36:44.505"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:36:44.507" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:36:44.507" starttime="20181202 16:36:44.506"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:36:44.507" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:36:44.507" starttime="20181202 16:36:44.507"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:36:44.508" level="INFO">${cmd} = openstack security group rule create sg_sg</msg>
<status status="PASS" endtime="20181202 16:36:44.508" starttime="20181202 16:36:44.507"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.509" starttime="20181202 16:36:44.508"></status>
</kw>
<msg timestamp="20181202 16:36:44.509" level="INFO">${cmd} = openstack security group rule create sg_sg</msg>
<status status="PASS" endtime="20181202 16:36:44.509" starttime="20181202 16:36:44.508"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.510" starttime="20181202 16:36:44.509"></status>
</kw>
<msg timestamp="20181202 16:36:44.510" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:36:44.510" starttime="20181202 16:36:44.509"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.510" starttime="20181202 16:36:44.510"></status>
</kw>
<msg timestamp="20181202 16:36:44.511" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress</msg>
<status status="PASS" endtime="20181202 16:36:44.511" starttime="20181202 16:36:44.510"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.512" starttime="20181202 16:36:44.511"></status>
</kw>
<msg timestamp="20181202 16:36:44.512" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:36:44.512" starttime="20181202 16:36:44.511"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.513" starttime="20181202 16:36:44.512"></status>
</kw>
<msg timestamp="20181202 16:36:44.513" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:44.513" starttime="20181202 16:36:44.512"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.514" starttime="20181202 16:36:44.513"></status>
</kw>
<msg timestamp="20181202 16:36:44.514" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:44.514" starttime="20181202 16:36:44.513"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:44.514" starttime="20181202 16:36:44.514"></status>
</kw>
<msg timestamp="20181202 16:36:44.515" level="INFO">${cmd} = openstack security group rule create sg_sg --ingress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:44.515" starttime="20181202 16:36:44.514"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sg_sg --ingress --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:44.516" level="INFO">Starting process:
openstack security group rule create sg_sg --ingress --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:36:44.557" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:46.769" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:46.769" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:46.769" starttime="20181202 16:36:44.516"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:46.771" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:36:46Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 66a8aa82-8c05-4e3d-b83c-f88583ff2246 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 717073d8-8081-497c-9e0a-9b19862ef021 |
| updated_at        | 2018-12-02T16:36:46Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:46.771" starttime="20181202 16:36:46.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:46.771" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:46.771" starttime="20181202 16:36:46.771"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.772" starttime="20181202 16:36:46.772"></status>
</kw>
<msg timestamp="20181202 16:36:46.772" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:36:46.773" starttime="20181202 16:36:44.515"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:36:46.773" level="INFO">${rule_id} = 66a8aa82-8c05-4e3d-b83c-f88583ff2246</msg>
<status status="PASS" endtime="20181202 16:36:46.773" starttime="20181202 16:36:46.773"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:46.773" starttime="20181202 16:36:44.499"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
<arg>direction=egress</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:36:46.805" level="INFO">{u'direction': u'egress', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:36:46.805" starttime="20181202 16:36:46.805"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:46.805" starttime="20181202 16:36:46.805"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.806" starttime="20181202 16:36:46.806"></status>
</kw>
<msg timestamp="20181202 16:36:46.806" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:36:46.806" starttime="20181202 16:36:46.806"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.807" starttime="20181202 16:36:46.807"></status>
</kw>
<msg timestamp="20181202 16:36:46.807" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:36:46.808" starttime="20181202 16:36:46.807"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.809" starttime="20181202 16:36:46.808"></status>
</kw>
<msg timestamp="20181202 16:36:46.809" level="INFO">${ethertype} = None</msg>
<status status="PASS" endtime="20181202 16:36:46.809" starttime="20181202 16:36:46.808"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.810" starttime="20181202 16:36:46.809"></status>
</kw>
<msg timestamp="20181202 16:36:46.810" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:36:46.810" starttime="20181202 16:36:46.809"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.811" starttime="20181202 16:36:46.810"></status>
</kw>
<msg timestamp="20181202 16:36:46.811" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:36:46.811" starttime="20181202 16:36:46.810"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.812" starttime="20181202 16:36:46.811"></status>
</kw>
<msg timestamp="20181202 16:36:46.812" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:36:46.812" starttime="20181202 16:36:46.811"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:36:46.812" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:36:46.812" starttime="20181202 16:36:46.812"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:36:46.813" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:36:46.813" starttime="20181202 16:36:46.813"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:36:46.814" level="INFO">${cmd} = openstack security group rule create sg_sg</msg>
<status status="PASS" endtime="20181202 16:36:46.814" starttime="20181202 16:36:46.813"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.815" starttime="20181202 16:36:46.814"></status>
</kw>
<msg timestamp="20181202 16:36:46.815" level="INFO">${cmd} = openstack security group rule create sg_sg</msg>
<status status="PASS" endtime="20181202 16:36:46.815" starttime="20181202 16:36:46.814"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.816" starttime="20181202 16:36:46.815"></status>
</kw>
<msg timestamp="20181202 16:36:46.816" level="INFO">${cmd} = openstack security group rule create sg_sg --egress</msg>
<status status="PASS" endtime="20181202 16:36:46.816" starttime="20181202 16:36:46.815"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.817" starttime="20181202 16:36:46.816"></status>
</kw>
<msg timestamp="20181202 16:36:46.817" level="INFO">${cmd} = openstack security group rule create sg_sg --egress</msg>
<status status="PASS" endtime="20181202 16:36:46.817" starttime="20181202 16:36:46.816"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.818" starttime="20181202 16:36:46.818"></status>
</kw>
<msg timestamp="20181202 16:36:46.818" level="INFO">${cmd} = openstack security group rule create sg_sg --egress --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:36:46.818" starttime="20181202 16:36:46.817"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.819" starttime="20181202 16:36:46.819"></status>
</kw>
<msg timestamp="20181202 16:36:46.819" level="INFO">${cmd} = openstack security group rule create sg_sg --egress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:46.819" starttime="20181202 16:36:46.818"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.820" starttime="20181202 16:36:46.820"></status>
</kw>
<msg timestamp="20181202 16:36:46.820" level="INFO">${cmd} = openstack security group rule create sg_sg --egress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:46.820" starttime="20181202 16:36:46.820"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:46.821" starttime="20181202 16:36:46.821"></status>
</kw>
<msg timestamp="20181202 16:36:46.821" level="INFO">${cmd} = openstack security group rule create sg_sg --egress --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:36:46.821" starttime="20181202 16:36:46.821"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sg_sg --egress --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:46.823" level="INFO">Starting process:
openstack security group rule create sg_sg --egress --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:36:46.850" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:49.157" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:49.157" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:49.157" starttime="20181202 16:36:46.822"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:49.159" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:36:49Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 58d58bc4-5d3e-4c29-8755-af9f11ffe1b1 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 717073d8-8081-497c-9e0a-9b19862ef021 |
| updated_at        | 2018-12-02T16:36:49Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:49.159" starttime="20181202 16:36:49.158"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:49.160" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:49.160" starttime="20181202 16:36:49.159"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:49.161" starttime="20181202 16:36:49.160"></status>
</kw>
<msg timestamp="20181202 16:36:49.161" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:36:49.161" starttime="20181202 16:36:46.822"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:36:49.162" level="INFO">${rule_id} = 58d58bc4-5d3e-4c29-8755-af9f11ffe1b1</msg>
<status status="PASS" endtime="20181202 16:36:49.162" starttime="20181202 16:36:49.162"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:49.163" starttime="20181202 16:36:46.804"></status>
</kw>
<kw name="Neutron Security Group Show" library="OpenStackOperations">
<doc>Displays the neutron security group configurations that belongs to a given neutron security group name</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group show ${SecurityGroupRuleName}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:49.176" level="INFO">Starting process:
openstack security group show sg_sg</msg>
<msg timestamp="20181202 16:36:49.218" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:51.376" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:51.376" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:51.376" starttime="20181202 16:36:49.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:51.377" level="INFO">+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                                                                                                            |
+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:36:37Z                                                                                                                                                                                                                             |
| description     | sg_sg                                                                                                                                                                                                                                            |
| id              | 717073d8-8081-497c-9e0a-9b19862ef021                                                                                                                                                                                                             |
| name            | sg_sg                                                                                                                                                                                                                                            |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                 |
| revision_number | 5                                                                                                                                                                                                                                                |
| rules           | created_at='2018-12-02T16:36:46Z', direction='ingress', ethertype='IPv4', id='66a8aa82-8c05-4e3d-b83c-f88583ff2246', port_range_max='65535', port_range_min='1', protocol='tcp', remote_ip_prefix='0.0.0.0/0', updated_at='2018-12-02T16:36:46Z' |
|                 | created_at='2018-12-02T16:36:49Z', direction='egress', ethertype='IPv4', id='58d58bc4-5d3e-4c29-8755-af9f11ffe1b1', port_range_max='65535', port_range_min='1', protocol='tcp', remote_ip_prefix='0.0.0.0/0', updated_at='2018-12-02T16:36:49Z'  |
| updated_at      | 2018-12-02T16:36:49Z                                                                                                                                                                                                                             |
+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:51.377" starttime="20181202 16:36:51.377"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:51.378" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:51.378" starttime="20181202 16:36:51.378"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:51.379" starttime="20181202 16:36:51.378"></status>
</kw>
<msg timestamp="20181202 16:36:51.379" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:36:51.379" starttime="20181202 16:36:49.174"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:51.380" starttime="20181202 16:36:49.163"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:36:51.381" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:36:51.381" starttime="20181202 16:36:51.381"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:51.390" level="INFO">Starting process:
openstack network list | grep "sg_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:36:51.416" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:53.701" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:53.701" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:53.701" starttime="20181202 16:36:51.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:53.703" level="INFO">b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:36:53.703" starttime="20181202 16:36:53.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:53.704" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:53.704" starttime="20181202 16:36:53.704"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:53.706" starttime="20181202 16:36:53.705"></status>
</kw>
<msg timestamp="20181202 16:36:53.706" level="INFO">${output} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:36:53.707" starttime="20181202 16:36:51.389"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:36:53.708" level="INFO">${splitted_output} = [u'b70e14d7-4b29-4751-b1e5-078ce2c77df2']</msg>
<status status="PASS" endtime="20181202 16:36:53.708" starttime="20181202 16:36:53.707"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:36:53.709" level="INFO">${net_id} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:36:53.709" starttime="20181202 16:36:53.708"></status>
</kw>
<msg timestamp="20181202 16:36:53.710" level="INFO">${net_id} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:36:53.710" starttime="20181202 16:36:51.382"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:53.730" level="INFO">Starting process:
openstack server create sg_net_1_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=b70e14d7-4b29-4751-b1e5-078ce2c77df2 --security-group sg_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:36:53.759" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:36:58.122" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:36:58.123" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:36:58.123" starttime="20181202 16:36:53.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:36:58.124" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 6GcJt83qTsj4                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:36:57Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 6f056ced-8070-44ac-91cf-3c950cdae6e1                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sg_net_1_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='717073d8-8081-497c-9e0a-9b19862ef021'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:36:57Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:36:58.124" starttime="20181202 16:36:58.123"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:36:58.125" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:36:58.125" starttime="20181202 16:36:58.125"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:36:58.126" starttime="20181202 16:36:58.126"></status>
</kw>
<msg timestamp="20181202 16:36:58.127" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:36:58.127" starttime="20181202 16:36:53.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:36:58.127" starttime="20181202 16:36:51.380"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:36:58.130" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:36:58.130" starttime="20181202 16:36:58.129"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:36:58.145" level="INFO">Starting process:
openstack network list | grep "sg_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:36:58.188" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:00.265" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:00.266" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:00.266" starttime="20181202 16:36:58.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:00.267" level="INFO">b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:37:00.267" starttime="20181202 16:37:00.266"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:00.267" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:00.267" starttime="20181202 16:37:00.267"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:00.268" starttime="20181202 16:37:00.268"></status>
</kw>
<msg timestamp="20181202 16:37:00.268" level="INFO">${output} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:37:00.269" starttime="20181202 16:36:58.144"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:37:00.269" level="INFO">${splitted_output} = [u'b70e14d7-4b29-4751-b1e5-078ce2c77df2']</msg>
<status status="PASS" endtime="20181202 16:37:00.269" starttime="20181202 16:37:00.269"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:37:00.270" level="INFO">${net_id} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:37:00.270" starttime="20181202 16:37:00.269"></status>
</kw>
<msg timestamp="20181202 16:37:00.270" level="INFO">${net_id} = b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<status status="PASS" endtime="20181202 16:37:00.270" starttime="20181202 16:36:58.131"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:37:00.279" level="INFO">Starting process:
openstack server create sg_net_1_vm_2 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=b70e14d7-4b29-4751-b1e5-078ce2c77df2 --security-group sg_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:37:00.307" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:04.206" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:04.206" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:04.206" starttime="20181202 16:37:00.278"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:04.208" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | WbHp3k7AmLkT                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:37:03Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 084af10c-0912-42d2-a63c-01b4b7ef925a                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sg_net_1_vm_2                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='717073d8-8081-497c-9e0a-9b19862ef021'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:37:04Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:37:04.208" starttime="20181202 16:37:04.207"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:04.209" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:04.209" starttime="20181202 16:37:04.208"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:04.210" starttime="20181202 16:37:04.209"></status>
</kw>
<msg timestamp="20181202 16:37:04.210" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:37:04.210" starttime="20181202 16:37:00.278"></status>
</kw>
<status status="PASS" endtime="20181202 16:37:04.210" starttime="20181202 16:36:58.128"></status>
</kw>
<kw name="Create Vm Instance On Compute Node" library="OpenStackOperations">
<doc>Create a VM instance on a specific compute node.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:37:04.213" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:37:04.213" starttime="20181202 16:37:04.212"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>${net_name}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:37:04.227" level="INFO">Starting process:
openstack network list | grep "sg_net_2" | awk '{print $2}'</msg>
<msg timestamp="20181202 16:37:04.271" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:06.418" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:06.418" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:06.418" starttime="20181202 16:37:04.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:06.419" level="INFO">9ea68c85-0168-479c-821f-02c1afa1a750</msg>
<status status="PASS" endtime="20181202 16:37:06.419" starttime="20181202 16:37:06.418"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:06.419" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:06.420" starttime="20181202 16:37:06.419"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:06.420" starttime="20181202 16:37:06.420"></status>
</kw>
<msg timestamp="20181202 16:37:06.420" level="INFO">${output} = 9ea68c85-0168-479c-821f-02c1afa1a750</msg>
<status status="PASS" endtime="20181202 16:37:06.421" starttime="20181202 16:37:04.225"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 16:37:06.421" level="INFO">${splitted_output} = [u'9ea68c85-0168-479c-821f-02c1afa1a750']</msg>
<status status="PASS" endtime="20181202 16:37:06.421" starttime="20181202 16:37:06.421"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 16:37:06.422" level="INFO">${net_id} = 9ea68c85-0168-479c-821f-02c1afa1a750</msg>
<status status="PASS" endtime="20181202 16:37:06.422" starttime="20181202 16:37:06.421"></status>
</kw>
<msg timestamp="20181202 16:37:06.422" level="INFO">${net_id} = 9ea68c85-0168-479c-821f-02c1afa1a750</msg>
<status status="PASS" endtime="20181202 16:37:06.422" starttime="20181202 16:37:04.213"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create ${vm_name} --image ${image} --flavor ${flavor} --nic net-id=${net_id} --security-group ${sg} --availability-zone nova:${node_hostname}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:37:06.430" level="INFO">Starting process:
openstack server create sg_net_2_vm_1 --image cirros-0.3.5-x86_64-disk --flavor m1.nano --nic net-id=9ea68c85-0168-479c-821f-02c1afa1a750 --security-group sg_sg --availability-zone nova:</msg>
<msg timestamp="20181202 16:37:06.470" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:10.001" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:10.001" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:10.002" starttime="20181202 16:37:06.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:10.002" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | YV8aG2vNu3LS                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:37:09Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sg_net_2_vm_1                                                   |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='717073d8-8081-497c-9e0a-9b19862ef021'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:37:09Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:37:10.003" starttime="20181202 16:37:10.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:10.003" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:10.003" starttime="20181202 16:37:10.003"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:10.004" starttime="20181202 16:37:10.003"></status>
</kw>
<msg timestamp="20181202 16:37:10.004" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:37:10.004" starttime="20181202 16:37:06.428"></status>
</kw>
<status status="PASS" endtime="20181202 16:37:10.004" starttime="20181202 16:37:04.211"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 16:37:10.006" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:37:10.006" starttime="20181202 16:37:10.005"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = sg_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:37:10.016" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:37:10.047" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:13.013" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:13.014" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:13.014" starttime="20181202 16:37:10.015"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:13.015" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:37:13.015" starttime="20181202 16:37:13.014"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:13.016" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:13.016" starttime="20181202 16:37:13.016"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:13.017" starttime="20181202 16:37:13.016"></status>
</kw>
<msg timestamp="20181202 16:37:13.017" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:37:13.018" starttime="20181202 16:37:10.015"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:37:13.018" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:37:13.018" starttime="20181202 16:37:13.018"></status>
</kw>
<status status="FAIL" endtime="20181202 16:37:13.019" starttime="20181202 16:37:10.007"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:37:43.032" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:37:43.075" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:37:46.304" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:37:46.304" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:37:46.304" starttime="20181202 16:37:43.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:37:46.305" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:37:46.305" starttime="20181202 16:37:46.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:37:46.306" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:37:46.306" starttime="20181202 16:37:46.305"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:37:46.307" starttime="20181202 16:37:46.306"></status>
</kw>
<msg timestamp="20181202 16:37:46.307" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:37:46.307" starttime="20181202 16:37:43.031"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:37:46.308" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:37:46.308" starttime="20181202 16:37:46.308"></status>
</kw>
<status status="FAIL" endtime="20181202 16:37:46.308" starttime="20181202 16:37:43.020"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:38:16.331" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:38:16.373" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:38:19.494" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:38:19.494" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:38:19.494" starttime="20181202 16:38:16.330"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:38:19.495" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:38:19.496" starttime="20181202 16:38:19.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:38:19.496" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:38:19.496" starttime="20181202 16:38:19.496"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:38:19.497" starttime="20181202 16:38:19.496"></status>
</kw>
<msg timestamp="20181202 16:38:19.497" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:38:19.497" starttime="20181202 16:38:16.329"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:38:19.498" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:38:19.498" starttime="20181202 16:38:19.497"></status>
</kw>
<status status="FAIL" endtime="20181202 16:38:19.498" starttime="20181202 16:38:16.309"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:38:49.521" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:38:49.545" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:38:52.699" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:38:52.699" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:38:52.699" starttime="20181202 16:38:49.521"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:38:52.700" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:38:52.700" starttime="20181202 16:38:52.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:38:52.701" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:38:52.701" starttime="20181202 16:38:52.701"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:38:52.702" starttime="20181202 16:38:52.701"></status>
</kw>
<msg timestamp="20181202 16:38:52.702" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:38:52.702" starttime="20181202 16:38:49.520"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:38:52.702" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:38:52.703" starttime="20181202 16:38:52.702"></status>
</kw>
<status status="FAIL" endtime="20181202 16:38:52.703" starttime="20181202 16:38:49.499"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:39:22.717" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:39:22.748" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:39:26.157" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:39:26.158" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:39:26.158" starttime="20181202 16:39:22.717"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:39:26.159" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:39:26.159" starttime="20181202 16:39:26.158"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:39:26.160" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:39:26.160" starttime="20181202 16:39:26.160"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:39:26.161" starttime="20181202 16:39:26.160"></status>
</kw>
<msg timestamp="20181202 16:39:26.162" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:39:26.162" starttime="20181202 16:39:22.716"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:39:26.163" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:39:26.163" starttime="20181202 16:39:26.162"></status>
</kw>
<status status="FAIL" endtime="20181202 16:39:26.163" starttime="20181202 16:39:22.704"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:39:56.185" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:39:56.210" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:39:59.367" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:39:59.368" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:39:59.368" starttime="20181202 16:39:56.185"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:39:59.369" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:39:59.369" starttime="20181202 16:39:59.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:39:59.369" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:39:59.369" starttime="20181202 16:39:59.369"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:39:59.370" starttime="20181202 16:39:59.370"></status>
</kw>
<msg timestamp="20181202 16:39:59.370" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:39:59.371" starttime="20181202 16:39:56.183"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:39:59.371" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:39:59.371" starttime="20181202 16:39:59.371"></status>
</kw>
<status status="FAIL" endtime="20181202 16:39:59.371" starttime="20181202 16:39:56.164"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:40:29.395" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:40:29.440" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:40:32.650" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:40:32.650" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:40:32.651" starttime="20181202 16:40:29.395"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:40:32.651" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:40:32.652" starttime="20181202 16:40:32.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:40:32.652" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:40:32.652" starttime="20181202 16:40:32.652"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:40:32.653" starttime="20181202 16:40:32.652"></status>
</kw>
<msg timestamp="20181202 16:40:32.653" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:40:32.653" starttime="20181202 16:40:29.393"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:40:32.654" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:40:32.654" starttime="20181202 16:40:32.653"></status>
</kw>
<status status="FAIL" endtime="20181202 16:40:32.654" starttime="20181202 16:40:29.372"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:41:02.675" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:41:02.698" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:41:06.030" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:41:06.031" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:41:06.031" starttime="20181202 16:41:02.675"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:41:06.032" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:41:06.032" starttime="20181202 16:41:06.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:41:06.033" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:41:06.033" starttime="20181202 16:41:06.032"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:41:06.033" starttime="20181202 16:41:06.033"></status>
</kw>
<msg timestamp="20181202 16:41:06.034" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:41:06.034" starttime="20181202 16:41:02.674"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:41:06.034" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:41:06.035" starttime="20181202 16:41:06.034"></status>
</kw>
<status status="FAIL" endtime="20181202 16:41:06.035" starttime="20181202 16:41:02.655"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:41:36.045" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:41:36.072" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:41:39.593" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:41:39.594" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:41:39.594" starttime="20181202 16:41:36.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:41:39.596" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:41:39.597" starttime="20181202 16:41:39.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:41:39.598" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:41:39.598" starttime="20181202 16:41:39.597"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:41:39.599" starttime="20181202 16:41:39.598"></status>
</kw>
<msg timestamp="20181202 16:41:39.600" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:41:39.600" starttime="20181202 16:41:36.044"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:41:39.602" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:41:39.602" starttime="20181202 16:41:39.601"></status>
</kw>
<status status="FAIL" endtime="20181202 16:41:39.602" starttime="20181202 16:41:36.035"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:42:09.622" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:42:09.664" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:42:13.023" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:42:13.023" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:42:13.023" starttime="20181202 16:42:09.621"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:42:13.025" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:42:13.025" starttime="20181202 16:42:13.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:42:13.025" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:42:13.025" starttime="20181202 16:42:13.025"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:42:13.026" starttime="20181202 16:42:13.025"></status>
</kw>
<msg timestamp="20181202 16:42:13.026" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:42:13.026" starttime="20181202 16:42:09.620"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:42:13.027" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:42:13.027" starttime="20181202 16:42:13.027"></status>
</kw>
<status status="FAIL" endtime="20181202 16:42:13.027" starttime="20181202 16:42:09.603"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:42:43.057" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:42:43.103" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:42:46.409" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:42:46.410" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:42:46.410" starttime="20181202 16:42:43.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:42:46.412" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:42:46.412" starttime="20181202 16:42:46.411"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:42:46.413" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:42:46.414" starttime="20181202 16:42:46.413"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:42:46.416" starttime="20181202 16:42:46.414"></status>
</kw>
<msg timestamp="20181202 16:42:46.416" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:42:46.417" starttime="20181202 16:42:43.055"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:42:46.418" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:42:46.418" starttime="20181202 16:42:46.417"></status>
</kw>
<status status="FAIL" endtime="20181202 16:42:46.419" starttime="20181202 16:42:43.029"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:43:16.440" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:43:16.469" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:43:19.714" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:43:19.714" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:43:19.714" starttime="20181202 16:43:16.440"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:43:19.716" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:43:19.716" starttime="20181202 16:43:19.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:43:19.716" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:43:19.717" starttime="20181202 16:43:19.716"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:43:19.718" starttime="20181202 16:43:19.717"></status>
</kw>
<msg timestamp="20181202 16:43:19.718" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:43:19.718" starttime="20181202 16:43:16.438"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:43:19.719" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:43:19.719" starttime="20181202 16:43:19.718"></status>
</kw>
<status status="FAIL" endtime="20181202 16:43:19.719" starttime="20181202 16:43:16.420"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:43:49.741" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:43:49.774" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:43:52.898" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:43:52.899" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:43:52.899" starttime="20181202 16:43:49.741"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:43:52.900" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:43:52.900" starttime="20181202 16:43:52.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:43:52.901" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:43:52.901" starttime="20181202 16:43:52.900"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:43:52.901" starttime="20181202 16:43:52.901"></status>
</kw>
<msg timestamp="20181202 16:43:52.902" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:43:52.902" starttime="20181202 16:43:49.740"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:43:52.903" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:43:52.903" starttime="20181202 16:43:52.902"></status>
</kw>
<status status="FAIL" endtime="20181202 16:43:52.903" starttime="20181202 16:43:49.720"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:44:22.930" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:44:22.963" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:44:26.104" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:44:26.104" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:44:26.104" starttime="20181202 16:44:22.929"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:44:26.105" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:44:26.105" starttime="20181202 16:44:26.105"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:44:26.106" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:44:26.106" starttime="20181202 16:44:26.106"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:44:26.107" starttime="20181202 16:44:26.106"></status>
</kw>
<msg timestamp="20181202 16:44:26.107" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:44:26.107" starttime="20181202 16:44:22.928"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:44:26.108" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:44:26.108" starttime="20181202 16:44:26.108"></status>
</kw>
<status status="FAIL" endtime="20181202 16:44:26.109" starttime="20181202 16:44:22.904"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:44:56.136" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:44:56.180" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:44:59.804" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:44:59.805" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:44:59.805" starttime="20181202 16:44:56.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:44:59.806" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:44:59.806" starttime="20181202 16:44:59.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:44:59.806" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:44:59.806" starttime="20181202 16:44:59.806"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:44:59.807" starttime="20181202 16:44:59.807"></status>
</kw>
<msg timestamp="20181202 16:44:59.807" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:44:59.808" starttime="20181202 16:44:56.134"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:44:59.808" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:44:59.808" starttime="20181202 16:44:59.808"></status>
</kw>
<status status="FAIL" endtime="20181202 16:44:59.808" starttime="20181202 16:44:56.111"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:45:29.824" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:45:29.864" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:45:33.178" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:45:33.179" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:45:33.179" starttime="20181202 16:45:29.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:45:33.180" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:45:33.180" starttime="20181202 16:45:33.179"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:45:33.181" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:45:33.181" starttime="20181202 16:45:33.180"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:45:33.181" starttime="20181202 16:45:33.181"></status>
</kw>
<msg timestamp="20181202 16:45:33.182" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:45:33.182" starttime="20181202 16:45:29.823"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:45:33.183" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:45:33.183" starttime="20181202 16:45:33.182"></status>
</kw>
<status status="FAIL" endtime="20181202 16:45:33.183" starttime="20181202 16:45:29.809"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:46:03.205" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:46:03.226" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:46:06.440" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:46:06.441" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:46:06.441" starttime="20181202 16:46:03.205"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:46:06.442" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:46:06.442" starttime="20181202 16:46:06.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:46:06.443" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:46:06.443" starttime="20181202 16:46:06.442"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:46:06.443" starttime="20181202 16:46:06.443"></status>
</kw>
<msg timestamp="20181202 16:46:06.444" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:46:06.444" starttime="20181202 16:46:03.204"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:46:06.444" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:46:06.444" starttime="20181202 16:46:06.444"></status>
</kw>
<status status="FAIL" endtime="20181202 16:46:06.445" starttime="20181202 16:46:03.184"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:46:36.465" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:46:36.488" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:46:39.571" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:46:39.572" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:46:39.572" starttime="20181202 16:46:36.464"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:46:39.573" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:46:39.573" starttime="20181202 16:46:39.572"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:46:39.574" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:46:39.574" starttime="20181202 16:46:39.574"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:46:39.575" starttime="20181202 16:46:39.574"></status>
</kw>
<msg timestamp="20181202 16:46:39.575" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:46:39.575" starttime="20181202 16:46:36.463"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:46:39.576" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:46:39.576" starttime="20181202 16:46:39.576"></status>
</kw>
<status status="FAIL" endtime="20181202 16:46:39.576" starttime="20181202 16:46:36.446"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:09.591" level="INFO">Starting process:
openstack server show sg_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:47:09.631" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:12.950" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:12.951" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:12.951" starttime="20181202 16:47:09.591"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:12.952" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:47:12.952" starttime="20181202 16:47:12.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:12.953" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:12.953" starttime="20181202 16:47:12.953"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:12.954" starttime="20181202 16:47:12.953"></status>
</kw>
<msg timestamp="20181202 16:47:12.955" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:47:12.955" starttime="20181202 16:47:09.590"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:47:12.956" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:47:12.956" starttime="20181202 16:47:12.955"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.956" starttime="20181202 16:47:09.577"></status>
</kw>
<msg timestamp="20181202 16:47:12.956" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:47:12.956" starttime="20181202 16:37:10.007"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.957" starttime="20181202 16:37:10.006"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.957" starttime="20181202 16:37:10.006"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.957" starttime="20181202 16:37:10.006"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.957" starttime="20181202 16:37:10.005"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:12.958" starttime="20181202 16:35:36.589"></status>
</kw>
<test id="s1-s4-t1" name="No Ping From DHCP To Vm Instance1">
<doc>Check non-reachability of vm instances by pinging to them.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.960" critical="yes" starttime="20181202 16:47:12.958">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t2" name="No Ping From Vm Instance1 To Vm Instance2">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.962" critical="yes" starttime="20181202 16:47:12.961">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t3" name="No Ping From Vm Instance2 To Vm Instance1">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.963" critical="yes" starttime="20181202 16:47:12.962">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t4" name="Add Ping Allow Rules With Remote SG (only between VMs)">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.964" critical="yes" starttime="20181202 16:47:12.964">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t5" name="Verify No Ping From DHCP To Vm Instance1">
<doc>Check non-reachability of vm instances by pinging to them.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.966" critical="yes" starttime="20181202 16:47:12.965">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t6" name="Verify No Ping From DHCP To Vm Instance2">
<doc>Check non-reachability of vm instances by pinging to them.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.967" critical="yes" starttime="20181202 16:47:12.966">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t7" name="Ping From Vm Instance1 To Vm Instance2">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.968" critical="yes" starttime="20181202 16:47:12.967">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t8" name="Ping From Vm Instance2 To Vm Instance1">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.969" critical="yes" starttime="20181202 16:47:12.969">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t9" name="Create Router">
<doc>Create Router and Add Interface to the subnets.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.971" critical="yes" starttime="20181202 16:47:12.970">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t10" name="Add Interfaces To Router">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.971" critical="yes" starttime="20181202 16:47:12.971">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t11" name="Ping From Vm Instance1 To Vm Instance3">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.972" critical="yes" starttime="20181202 16:47:12.972">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t12" name="Repeat Ping From Vm Instance1 To Vm Instance2 With a Router">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.973" critical="yes" starttime="20181202 16:47:12.973">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t13" name="Repeat Ping From Vm Instance2 To Vm Instance1 With a Router">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.974" critical="yes" starttime="20181202 16:47:12.974">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t14" name="Add Additional Security Group To VMs">
<doc>Add an additional security group to the VMs - this is done to test a different logic put in place for ports with multiple SGs</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.976" critical="yes" starttime="20181202 16:47:12.975">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t15" name="Ping From DHCP To Vm Instance1">
<doc>Check reachability of vm instances by pinging to them from DHCP.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.977" critical="yes" starttime="20181202 16:47:12.976">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t16" name="Ping From DHCP To Vm Instance2">
<doc>Check reachability of vm instances by pinging to them from DHCP.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.978" critical="yes" starttime="20181202 16:47:12.977">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t17" name="Repeat Ping From Vm Instance1 To Vm Instance2 With additional SG">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.979" critical="yes" starttime="20181202 16:47:12.978">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t18" name="Repeat Ping From Vm Instance2 To Vm Instance1 With additional SG">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.980" critical="yes" starttime="20181202 16:47:12.979">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t19" name="Test Connection when Rules Change Dynamically">
<doc>Initiate ping from DHCP to VM instance and remove security rules
dynamically check the communication has stopped after removing the security group rules.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.981" critical="yes" starttime="20181202 16:47:12.980">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t20" name="No Ping From DHCP To Vm Instance1 With Additional Security Group Rules Removed">
<doc>Check non-reachability of vm instances by pinging to them.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.982" critical="yes" starttime="20181202 16:47:12.981">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t21" name="No Ping From DHCP To Vm Instance2 With Additional Security Group Rules Removed">
<doc>Check non-reachability of vm instances by pinging to them.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.983" critical="yes" starttime="20181202 16:47:12.982">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t22" name="Add The Rules To Additional Security Group Again">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.983" critical="yes" starttime="20181202 16:47:12.983">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t23" name="Ping From DHCP To Vm Instance1 After Rules Are Added Again">
<doc>Check reachability of vm instances by pinging to them from DHCP.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.985" critical="yes" starttime="20181202 16:47:12.984">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t24" name="Ping From DHCP To Vm Instance2 After Rules Are Added Again">
<doc>Check reachability of vm instances by pinging to them from DHCP.</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.987" critical="yes" starttime="20181202 16:47:12.985">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t25" name="Remove the additional Security Group from First Vm">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.989" critical="yes" starttime="20181202 16:47:12.988">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t26" name="Repeat Ping From Vm Instance1 To Vm Instance2 With Additional SG Removed From Vm1">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.991" critical="yes" starttime="20181202 16:47:12.990">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t27" name="Repeat Ping From Vm Instance2 To Vm Instance1 With Additional SG Removed From Vm1">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.993" critical="yes" starttime="20181202 16:47:12.992">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t28" name="Remove Router Interfaces">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.995" critical="yes" starttime="20181202 16:47:12.994">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t29" name="Delete Router">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.996" critical="yes" starttime="20181202 16:47:12.996">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t30" name="Repeat Ping From Vm Instance1 To Vm Instance2 With Router Removed">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:12.998" critical="yes" starttime="20181202 16:47:12.997">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t31" name="Repeat Ping From Vm Instance2 To Vm Instance1 With Router Removed">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:13.000" critical="yes" starttime="20181202 16:47:12.999">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t32" name="Delete Vm Instances In net_2">
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:13.002" critical="yes" starttime="20181202 16:47:13.001">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t33" name="Repeat Ping From Vm Instance1 To Vm Instance2 With net_2 VM Deleted">
<doc>Login to the vm instance and test some operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:13.004" critical="yes" starttime="20181202 16:47:13.003">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s4-t34" name="Repeat Ping From Vm Instance2 To Vm Instance1 With net_2 VM Deleted">
<doc>Login to the vm instance and test operations</doc>
<tags>
<tag>skip_if_stateful</tag>
</tags>
<status status="FAIL" endtime="20181202 16:47:13.006" critical="yes" starttime="20181202 16:47:13.005">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:47:13.016" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:47:13.016" starttime="20181202 16:47:13.015"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:13.020" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:47:13.522" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:47:13.522" starttime="20181202 16:47:13.016"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:47:13.523" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 974
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 351
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2448
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1525
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 93
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.679803
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 9.55554076376
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1333
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.132636
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.410776865106
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4044
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:47:13.523" starttime="20181202 16:47:13.522"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:13.523" starttime="20181202 16:47:13.014"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:13.523" starttime="20181202 16:47:13.014"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:13.523" starttime="20181202 16:47:13.013"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:47:13.526" level="INFO">${tmpdir} = CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.526" starttime="20181202 16:47:13.525"></status>
</kw>
<msg timestamp="20181202 16:47:13.526" level="INFO">${dstdir} = /tmp/CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.526" starttime="20181202 16:47:13.525"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:47:13.527" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.528" starttime="20181202 16:47:13.527"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:13.531" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:47:13.756" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:47:13.756" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:47:13.756" starttime="20181202 16:47:13.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:47:13.758" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:47:13.758" starttime="20181202 16:47:13.757"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:13.760" starttime="20181202 16:47:13.759"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:13.760" starttime="20181202 16:47:13.524"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:13.760" starttime="20181202 16:47:13.523"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:47:13.765" level="INFO">${tmpdir} = CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.765" starttime="20181202 16:47:13.764"></status>
</kw>
<msg timestamp="20181202 16:47:13.766" level="INFO">${dstdir} = /tmp/CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.766" starttime="20181202 16:47:13.763"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:47:13.767" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group</msg>
<status status="PASS" endtime="20181202 16:47:13.767" starttime="20181202 16:47:13.766"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:13.770" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:47:14.153" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:47:14.153" level="INFO">${output} = 2018-12-02 16:47:14,014 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:47:14,017 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:47:14.153" starttime="20181202 16:47:13.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.155" level="INFO">rc: 1, output: 2018-12-02 16:47:14,014 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:47:14,017 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:47:14,020 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:47:14,030 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:9ea68c85-0168-479c-821f-02c1afa1a750
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:47:14.155" starttime="20181202 16:47:14.154"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:47:14.156" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:47:14.156" starttime="20181202 16:47:14.155"></status>
</kw>
<status status="FAIL" endtime="20181202 16:47:14.157" starttime="20181202 16:47:13.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.157" starttime="20181202 16:47:13.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.157" starttime="20181202 16:47:13.012"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.160" starttime="20181202 16:47:14.160"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.162" starttime="20181202 16:47:14.162"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.163" starttime="20181202 16:47:14.163"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.168" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:47:14.169" starttime="20181202 16:47:14.163"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.192" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.192" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:47:14.193" starttime="20181202 16:47:14.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.193" starttime="20181202 16:47:14.161"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.195" starttime="20181202 16:47:14.195"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.196" starttime="20181202 16:47:14.196"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.198" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:47:14.198" starttime="20181202 16:47:14.196"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.222" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.222" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:47:14.222" starttime="20181202 16:47:14.199"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.222" starttime="20181202 16:47:14.193"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.224" starttime="20181202 16:47:14.224"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.225" starttime="20181202 16:47:14.224"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.227" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:47:14.227" starttime="20181202 16:47:14.225"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.234" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.234" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:47:14.234" starttime="20181202 16:47:14.227"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.234" starttime="20181202 16:47:14.223"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.236" starttime="20181202 16:47:14.235"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.236" starttime="20181202 16:47:14.236"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.238" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:47:14.238" starttime="20181202 16:47:14.236"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.241" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.241" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:47:14.242" starttime="20181202 16:47:14.239"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.242" starttime="20181202 16:47:14.234"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.243" starttime="20181202 16:47:14.243"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.243" starttime="20181202 16:47:14.243"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.245" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:47:14.245" starttime="20181202 16:47:14.243"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.249" level="INFO">qdhcp-9ea68c85-0168-479c-821f-02c1afa1a750
qdhcp-b70e14d7-4b29-4751-b1e5-078ce2c77df2
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.249" level="INFO">${output} = qdhcp-9ea68c85-0168-479c-821f-02c1afa1a750
qdhcp-b70e14d7-4b29-4751-b1e5-078ce2c77df2
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:47:14.249" starttime="20181202 16:47:14.245"></status>
</kw>
<msg timestamp="20181202 16:47:14.249" level="INFO">${nslist} = qdhcp-9ea68c85-0168-479c-821f-02c1afa1a750
qdhcp-b70e14d7-4b29-4751-b1e5-078ce2c77df2
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:47:14.249" starttime="20181202 16:47:14.242"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:47:14.250" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 16:47:14.250" level="INFO">@{lines} = [ qdhcp-9ea68c85-0168-479c-821f-02c1afa1a750 | qdhcp-b70e14d7-4b29-4751-b1e5-078ce2c77df2 ]</msg>
<status status="PASS" endtime="20181202 16:47:14.250" starttime="20181202 16:47:14.250"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-9ea68c85-0168-479c-821f-02c1afa1a750">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.251" starttime="20181202 16:47:14.251"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.252" starttime="20181202 16:47:14.252"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.254" level="INFO">sudo ip netns exec qdhcp-9ea68c85-0168-47 9c-821f-02c1afa1a750 ip -o link</msg>
<status status="PASS" endtime="20181202 16:47:14.254" starttime="20181202 16:47:14.252"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.278" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
79: tap3976e464-d5: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:04:77:72 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.278" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
79: tap3976e464-d5: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:47:14.278" starttime="20181202 16:47:14.255"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.279" starttime="20181202 16:47:14.250"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.280" starttime="20181202 16:47:14.279"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.281" starttime="20181202 16:47:14.280"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.283" level="INFO">sudo ip netns exec qdhcp-9ea68c85-0168-47 9c-821f-02c1afa1a750 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:47:14.283" starttime="20181202 16:47:14.281"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.304" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
79: tap3976e464-d5    inet 52.0.0.2/24 brd 52.0.0.255 scope global tap3976e464-d5\       valid_lft forever preferred_lft forever
79: tap3976e464-d5    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap3976e464-d5\       valid_lft forever preferred_lft forever
79: tap3976e464-d5    inet6 fe80::f816:3eff:fe04:7772/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.304" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
79: tap3976e464-d5    inet 52...</msg>
<status status="PASS" endtime="20181202 16:47:14.304" starttime="20181202 16:47:14.283"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.304" starttime="20181202 16:47:14.279"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.305" starttime="20181202 16:47:14.305"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.306" starttime="20181202 16:47:14.305"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.309" level="INFO">sudo ip netns exec qdhcp-9ea68c85-0168-47 9c-821f-02c1afa1a750 ip route</msg>
<status status="PASS" endtime="20181202 16:47:14.309" starttime="20181202 16:47:14.306"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.332" level="INFO">default via 52.0.0.1 dev tap3976e464-d5 
52.0.0.0/24 dev tap3976e464-d5 proto kernel scope link src 52.0.0.2 
169.254.0.0/16 dev tap3976e464-d5 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.332" level="INFO">${output} = default via 52.0.0.1 dev tap3976e464-d5 
52.0.0.0/24 dev tap3976e464-d5 proto kernel scope link src 52.0.0.2 
169.254.0.0/16 dev tap3976e464-d5 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:47:14.332" starttime="20181202 16:47:14.309"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.332" starttime="20181202 16:47:14.304"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.333" starttime="20181202 16:47:14.250"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-b70e14d7-4b29-4751-b1e5-078ce2c77df2">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.334" starttime="20181202 16:47:14.334"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.335" starttime="20181202 16:47:14.334"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.337" level="INFO">sudo ip netns exec qdhcp-b70e14d7-4b29-47 51-b1e5-078ce2c77df2 ip -o link</msg>
<status status="PASS" endtime="20181202 16:47:14.337" starttime="20181202 16:47:14.335"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.362" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
78: tapc1a162da-56: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:e0:a5:8a brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.362" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
78: tapc1a162da-56: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:47:14.362" starttime="20181202 16:47:14.338"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.362" starttime="20181202 16:47:14.333"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.363" starttime="20181202 16:47:14.363"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.364" starttime="20181202 16:47:14.364"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.367" level="INFO">sudo ip netns exec qdhcp-b70e14d7-4b29-47 51-b1e5-078ce2c77df2 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:47:14.367" starttime="20181202 16:47:14.364"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.394" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
78: tapc1a162da-56    inet 51.0.0.2/24 brd 51.0.0.255 scope global tapc1a162da-56\       valid_lft forever preferred_lft forever
78: tapc1a162da-56    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapc1a162da-56\       valid_lft forever preferred_lft forever
78: tapc1a162da-56    inet6 fe80::f816:3eff:fee0:a58a/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.394" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
78: tapc1a162da-56    inet 51...</msg>
<status status="PASS" endtime="20181202 16:47:14.394" starttime="20181202 16:47:14.367"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.394" starttime="20181202 16:47:14.362"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.395" starttime="20181202 16:47:14.395"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.396" starttime="20181202 16:47:14.396"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.399" level="INFO">sudo ip netns exec qdhcp-b70e14d7-4b29-47 51-b1e5-078ce2c77df2 ip route</msg>
<status status="PASS" endtime="20181202 16:47:14.399" starttime="20181202 16:47:14.396"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.426" level="INFO">default via 51.0.0.1 dev tapc1a162da-56 
51.0.0.0/24 dev tapc1a162da-56 proto kernel scope link src 51.0.0.2 
169.254.0.0/16 dev tapc1a162da-56 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.426" level="INFO">${output} = default via 51.0.0.1 dev tapc1a162da-56 
51.0.0.0/24 dev tapc1a162da-56 proto kernel scope link src 51.0.0.2 
169.254.0.0/16 dev tapc1a162da-56 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:47:14.426" starttime="20181202 16:47:14.399"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.426" starttime="20181202 16:47:14.394"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.426" starttime="20181202 16:47:14.333"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.426" starttime="20181202 16:47:14.250"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.427" starttime="20181202 16:47:14.427"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.428" starttime="20181202 16:47:14.427"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.429" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:47:14.429" starttime="20181202 16:47:14.428"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.460" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap3976e464-d5"
            tag: 4095
            Interface "tap3976e464-d5"
                type: internal
        Port "tapc1a162da-56"
            tag: 4095
            Interface "tapc1a162da-56"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.461" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:47:14.461" starttime="20181202 16:47:14.430"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.461" starttime="20181202 16:47:14.426"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.463" starttime="20181202 16:47:14.462"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.463" starttime="20181202 16:47:14.463"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.465" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:47:14.465" starttime="20181202 16:47:14.463"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.486" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 48
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 48
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.487" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 48
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:47:14.487" starttime="20181202 16:47:14.465"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.487" starttime="20181202 16:47:14.461"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.488" starttime="20181202 16:47:14.488"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.488" starttime="20181202 16:47:14.488"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.491" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:47:14.491" starttime="20181202 16:47:14.488"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.507" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 20(tapc1a162da-56): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 21(tap3976e464-d5): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.507" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:47:14.507" starttime="20181202 16:47:14.491"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.507" starttime="20181202 16:47:14.487"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.508" starttime="20181202 16:47:14.508"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.509" starttime="20181202 16:47:14.509"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.511" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:47:14.511" starttime="20181202 16:47:14.509"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.820" level="INFO">cookie=0x8000000, duration=3153.486s, table=0, n_packets=3151, n_bytes=170154, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=640.442s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tapc1a162da-56",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1b0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=637.802s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap3976e464-d5",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1c0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3153.468s, table=17, n_packets=3151, n_bytes=170154, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=639.455s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1b0000000000/0xffffff0000000000 actions=load:0x1b-&gt;NXM_NX_REG1[0..19],load:0x1394-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001b1394000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=636.814s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1c0000000000/0xffffff0000000000 actions=load:0x1c-&gt;NXM_NX_REG1[0..19],load:0x1395-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001c1395000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3445.565s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3445.551s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3445.546s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3445.528s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3445.556s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3284.458s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3284.458s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3445.528s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3445.528s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3445.368s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001394, duration=639.490s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x24 actions=write_metadata:0x1394000000/0xfffffffff000000,goto_table:51
 cookie=0x9001395, duration=636.841s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x1d actions=write_metadata:0x1395000000/0xfffffffff000000,goto_table:51
 cookie=0x9051394, duration=640.442s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x24 actions=write_metadata:0x1394000000/0xfffffffff000000,goto_table:51
 cookie=0x9051395, duration=637.788s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x1d actions=write_metadata:0x1395000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3444.980s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3444.972s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3445.368s, table=43, n_packets=3308, n_bytes=180468, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3445.572s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3445.497s, table=48, n_packets=3309, n_bytes=180510, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.024s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051394, duration=639.470s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1b1394000000/0xfffffffff000000,dl_src=fa:16:3e:e0:a5:8a actions=goto_table:51
 cookie=0x8051395, duration=636.834s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1c1395000000/0xfffffffff000000,dl_src=fa:16:3e:04:77:72 actions=goto_table:51
 cookie=0x8050001, duration=3445.368s, table=50, n_packets=2864, n_bytes=154656, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3445.497s, table=50, n_packets=291, n_bytes=15798, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3286.515s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031394, duration=639.470s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1394000000/0xffff000000,dl_dst=fa:16:3e:e0:a5:8a actions=load:0x1b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031395, duration=636.814s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1395000000/0xffff000000,dl_dst=fa:16:3e:04:77:72 actions=load:0x1c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3445.368s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3445.368s, table=51, n_packets=3309, n_bytes=180510, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3286.870s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3286.860s, table=52, n_packets=3257, n_bytes=175866, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2346.117s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2346.114s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2330.679s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2330.679s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701394, duration=639.488s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1394000000/0xffff000001 actions=write_actions(group:210024)
 cookie=0x8701394, duration=639.475s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1394000001/0xffff000001 actions=write_actions(group:210023)
 cookie=0x8701395, duration=636.841s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1395000000/0xffff000001 actions=write_actions(group:210026)
 cookie=0x8701395, duration=636.834s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1395000001/0xffff000001 actions=write_actions(group:210025)
 cookie=0x8800001, duration=3286.855s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2345.801s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2330.347s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001b, duration=639.458s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1b,metadata=0x1b0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001c, duration=636.814s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1c,metadata=0x1c0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3286.858s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2345.807s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2330.349s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001b, duration=639.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1b actions=load:0x1b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001c, duration=636.814s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1c actions=load:0x1c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3445.565s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3445.528s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3445.368s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3445.560s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3445.310s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3445.310s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3445.310s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3445.304s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3445.285s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3445.285s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3445.285s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3445.285s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3445.308s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3445.304s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3445.304s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3153.457s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3153.457s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=640.423s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1b00 actions=output:"tapc1a162da-56"
 cookie=0x8000007, duration=637.750s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1c00 actions=output:"tap3976e464-d5"
 cookie=0x6900000, duration=3445.285s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3445.285s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3445.285s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3445.285s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3445.285s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3445.285s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3445.285s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3445.310s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3445.308s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3445.310s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3445.310s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3445.310s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3445.310s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3445.310s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3445.285s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3445.285s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3445.285s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.821" level="INFO">${output} =  cookie=0x8000000, duration=3153.486s, table=0, n_packets=3151, n_bytes=170154, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:47:14.821" starttime="20181202 16:47:14.512"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.821" starttime="20181202 16:47:14.507"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.823" starttime="20181202 16:47:14.823"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.823" starttime="20181202 16:47:14.823"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.827" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:47:14.827" starttime="20181202 16:47:14.824"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.846" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210023,type=all,bucket=actions=set_field:0x1b-&gt;tun_id,resubmit(,55)
 group_id=225002,type=all,bucket=actions=drop
 group_id=210024,type=all,bucket=actions=group:210023
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210026,type=all,bucket=actions=group:210025
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210025,type=all,bucket=actions=set_field:0x1c-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.846" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210023,type=all,bucket=actions=set_field:0x1b-&gt;tun_id,resubmit(,55)
 group_id=225002,type=all,bucket=actions=drop
 group_id=210024,type=all,bucke...</msg>
<status status="PASS" endtime="20181202 16:47:14.846" starttime="20181202 16:47:14.828"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.846" starttime="20181202 16:47:14.822"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:14.847" starttime="20181202 16:47:14.847"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:47:14.848" starttime="20181202 16:47:14.848"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.851" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:47:14.851" starttime="20181202 16:47:14.848"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:14.884" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210023,duration=640.769s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=1581.575s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210024,duration=640.469s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3445.626s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2331.657s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2346.803s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210026,duration=637.812s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=3287.547s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1570.323s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210003,duration=3287.866s,ref_count=1,packet_count=3257,byte_count=175866
 group_id=210009,duration=2347.094s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2331.352s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
 group_id=210025,duration=638.125s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:47:14.884" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210023,duration=640.769s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=1581.575s,ref_count=...</msg>
<status status="PASS" endtime="20181202 16:47:14.884" starttime="20181202 16:47:14.851"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.884" starttime="20181202 16:47:14.846"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.884" starttime="20181202 16:47:14.159"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.884" starttime="20181202 16:47:14.159"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.884" starttime="20181202 16:47:14.158"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.885" starttime="20181202 16:47:14.158"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:47:14.895" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62201f650&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:47:14.895" starttime="20181202 16:47:14.894"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.902" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.902" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.902" starttime="20181202 16:47:14.896"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.903" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:14.903" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.903" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:14.903" starttime="20181202 16:47:14.903"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.904" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.904" starttime="20181202 16:47:14.904"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.904" starttime="20181202 16:47:14.896"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.907" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.907" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.907" starttime="20181202 16:47:14.904"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.908" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750","segmentation-id":29,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5013,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","segmentation-id":36,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5012,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:47:14.908" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.908" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "elan-tag": 5013,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:47:14.908" starttime="20181202 16:47:14.908"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.909" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "elan-tag": 5013,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 29
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "elan-tag": 5012,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 36
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.909" starttime="20181202 16:47:14.908"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.909" starttime="20181202 16:47:14.904"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.912" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.912" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.912" starttime="20181202 16:47:14.909"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.913" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750","static-mac-entries":[{"mac-address":"fa:16:3e:04:77:72","ip-prefix":"52.0.0.2"}]},{"name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","static-mac-entries":[{"mac-address":"fa:16:3e:e0:a5:8a","ip-prefix":"51.0.0.2"}]}]}} </msg>
<msg timestamp="20181202 16:47:14.913" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.913" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "name": "3976e464-d51c-4885-8d00-d526...</msg>
<status status="PASS" endtime="20181202 16:47:14.913" starttime="20181202 16:47:14.912"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.913" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "static-mac-entries": [
                    {
                        "ip-prefix": "52.0.0.2",
                        "mac-address": "fa:16:3e:04:77:72"
                    }
                ]
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "static-mac-entries": [
                    {
                        "ip-prefix": "51.0.0.2",
                        "mac-address": "fa:16:3e:e0:a5:8a"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.913" starttime="20181202 16:47:14.913"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.913" starttime="20181202 16:47:14.909"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.918" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.918" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.919" starttime="20181202 16:47:14.914"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.921" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543768596}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"c1a162da-5605-468d-8ee2-d5c43b262ba0","id-value":[27]},{"id-key":"3976e464-d51c-4885-8d00-d5260b1eb4d4","id-value":[28]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011}],"available-id-count":10,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5013,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543768589}],"id-entries":[{"id-key":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","id-value":[5012]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"9ea68c85-0168-479c-821f-02c1afa1a750","id-value":[5013]},{"id-key":"arp.responder.group.id","id-value":[5000]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26}],"available-id-count":25,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":28,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":6,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543768597}],"id-entries":[{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:47:14.921" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.922" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:47:14.922" starttime="20181202 16:47:14.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.922" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543768596
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                        "id-value": [
                            27
                        ]
                    },
                    {
                        "id-key": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                        "id-value": [
                            28
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5013,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 10,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543768589
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                        "id-value": [
                            5012
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "9ea68c85-0168-479c-821f-02c1afa1a750",
                        "id-value": [
                            5013
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 28,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 25,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543768597
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.923" starttime="20181202 16:47:14.922"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.923" starttime="20181202 16:47:14.913"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.928" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.928" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.928" starttime="20181202 16:47:14.923"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.930" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{"ace":[{"rule-name":"66a8aa82-8c05-4e3d-b83c-f88583ff2246","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"58d58bc4-5d3e-4c29-8755-af9f11ffe1b1","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:47:14.930" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.930" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181202 16:47:14.930" starttime="20181202 16:47:14.929"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.930" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "66a8aa82-8c05-4e3d-b83c-f88583ff2246"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "58d58bc4-5d3e-4c29-8755-af9f11ffe1b1"
                        }
                    ]
                },
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.931" starttime="20181202 16:47:14.930"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.931" starttime="20181202 16:47:14.923"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.935" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.936" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.936" starttime="20181202 16:47:14.931"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.936" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapc1a162da-56"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap3976e464-d5"}]}} </msg>
<msg timestamp="20181202 16:47:14.937" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.937" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "odl-interface:l2vlan-mode":...</msg>
<status status="PASS" endtime="20181202 16:47:14.937" starttime="20181202 16:47:14.936"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.937" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapc1a162da-56",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap3976e464-d5",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.937" starttime="20181202 16:47:14.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.937" starttime="20181202 16:47:14.931"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.945" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.945" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.946" starttime="20181202 16:47:14.938"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.948" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.9ea68c85-0168-479c-821f-02c1afa1a750.3976e464-d51c-4885-8d00-d5260b1eb4d4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84104183808,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5013,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":28,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.3976e464-d51c-4885-8d00-d5260b1eb4d4","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"21"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.b70e14d7-4b29-4751-b1e5-078ce2c77df2.c1a162da-5605-468d-8ee2-d5c43b262ba0","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84087406592,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5012,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":27,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.c1a162da-5605-468d-8ee2-d5c43b262ba0","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"20"}}]}}]}]},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:47:14.948" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.948" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:47:14.948" starttime="20181202 16:47:14.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.949" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84104183808,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5013
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 28
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.9ea68c85-0168-479c-821f-02c1afa1a750.3976e464-d51c-4885-8d00-d5260b1eb4d4",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "21"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.3976e464-d51c-4885-8d00-d5260b1eb4d4",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84087406592,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5012
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 27
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.b70e14d7-4b29-4751-b1e5-078ce2c77df2.c1a162da-5605-468d-8ee2-d5c43b262ba0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "20"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.c1a162da-5605-468d-8ee2-d5c43b262ba0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.949" starttime="20181202 16:47:14.948"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.949" starttime="20181202 16:47:14.937"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.952" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.952" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.952" starttime="20181202 16:47:14.949"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.953" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"zone-name":"9ea68c85-0168-479c-821f-02c1afa1a750"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:47:14.953" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.953" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:47:14.953" starttime="20181202 16:47:14.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.953" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
                            },
                            {
                                "zone-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.954" starttime="20181202 16:47:14.953"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.954" starttime="20181202 16:47:14.949"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.957" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.957" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.957" starttime="20181202 16:47:14.954"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.958" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:14.958" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.958" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:14.958" starttime="20181202 16:47:14.957"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.959" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.959" starttime="20181202 16:47:14.959"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.959" starttime="20181202 16:47:14.954"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.963" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.963" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.963" starttime="20181202 16:47:14.959"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.964" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:14.964" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.964" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:14.964" starttime="20181202 16:47:14.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.964" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.965" starttime="20181202 16:47:14.964"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.965" starttime="20181202 16:47:14.959"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.968" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.968" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.968" starttime="20181202 16:47:14.965"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.969" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:14.969" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.969" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:14.969" starttime="20181202 16:47:14.969"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.970" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.970" starttime="20181202 16:47:14.970"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.970" starttime="20181202 16:47:14.965"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.973" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.974" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.974" starttime="20181202 16:47:14.970"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.974" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"9ea68c85-0168-479c-821f-02c1afa1a750","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:47:14.975" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.975" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:47:14.975" starttime="20181202 16:47:14.974"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.975" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.975" starttime="20181202 16:47:14.975"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.975" starttime="20181202 16:47:14.970"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.978" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.978" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.978" starttime="20181202 16:47:14.976"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.979" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:47:14.979" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.979" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:14.979" starttime="20181202 16:47:14.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.980" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:14.980" starttime="20181202 16:47:14.979"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.980" starttime="20181202 16:47:14.975"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.983" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.983" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.983" starttime="20181202 16:47:14.980"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.984" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:47:14.984" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.984" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:14.984" starttime="20181202 16:47:14.984"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.985" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:14.985" starttime="20181202 16:47:14.984"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.985" starttime="20181202 16:47:14.980"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.990" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.990" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.990" starttime="20181202 16:47:14.985"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.991" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:47:14.991" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.991" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:47:14.991" starttime="20181202 16:47:14.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.991" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:47:14.992" starttime="20181202 16:47:14.991"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.992" starttime="20181202 16:47:14.985"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:14.996" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:47:14.996" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:14.996" starttime="20181202 16:47:14.992"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:14.997" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"9ea68c85-0168-479c-821f-02c1afa1a750","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"29","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sg_net_2"},{"uuid":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"36","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sg_net_1"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"717073d8-8081-497c-9e0a-9b19862ef021","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sg_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"58d58bc4-5d3e-4c29-8755-af9f11ffe1b1","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"717073d8-8081-497c-9e0a-9b19862ef021","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"66a8aa82-8c05-4e3d-b83c-f88583ff2246","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"717073d8-8081-497c-9e0a-9b19862ef021","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"2b349d47-f6df-474e-9f81-c7bb676b07ad","gateway-ip":"51.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"51.0.0.2","end":"51.0.0.254"}],"cidr":"51.0.0.0/24","network-id":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","name":"sg_sub_1"},{"uuid":"4d2c273f-b4d2-4fdb-9604-a3aac2459e02","gateway-ip":"52.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"52.0.0.2","end":"52.0.0.254"}],"cidr":"52.0.0.0/24","network-id":"9ea68c85-0168-479c-821f-02c1afa1a750","name":"sg_sub_2"}]},"ports":{"port":[{"uuid":"3976e464-d51c-4885-8d00-d5260b1eb4d4","fixed-ips":[{"subnet-id":"4d2c273f-b4d2-4fdb-9604-a3aac2459e02","ip-address":"52.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9ea68c85-0168-479c-821f-02c1afa1a750","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:04:77:72","admin-state-up":true,"network-id":"9ea68c85-0168-479c-821f-02c1afa1a750","name":""},{"uuid":"c1a162da-5605-468d-8ee2-d5c43b262ba0","fixed-ips":[{"subnet-id":"2b349d47-f6df-474e-9f81-c7bb676b07ad","ip-address":"51.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b70e14d7-4b29-4751-b1e5-078ce2c77df2","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:e0:a5:8a","admin-state-up":true,"network-id":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","name":""}]}}} </msg>
<msg timestamp="20181202 16:47:14.997" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:14.998" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:47:14.998" starttime="20181202 16:47:14.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:14.998" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sg_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "29",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "9ea68c85-0168-479c-821f-02c1afa1a750"
                },
                {
                    "admin-state-up": true,
                    "name": "sg_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "36",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9ea68c85-0168-479c-821f-02c1afa1a750",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "52.0.0.2",
                            "subnet-id": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02"
                        }
                    ],
                    "mac-address": "fa:16:3e:04:77:72",
                    "name": "",
                    "network-id": "9ea68c85-0168-479c-821f-02c1afa1a750",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "51.0.0.2",
                            "subnet-id": "2b349d47-f6df-474e-9f81-c7bb676b07ad"
                        }
                    ],
                    "mac-address": "fa:16:3e:e0:a5:8a",
                    "name": "",
                    "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "sg_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "717073d8-8081-497c-9e0a-9b19862ef021"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "717073d8-8081-497c-9e0a-9b19862ef021",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "58d58bc4-5d3e-4c29-8755-af9f11ffe1b1"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "717073d8-8081-497c-9e0a-9b19862ef021",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "66a8aa82-8c05-4e3d-b83c-f88583ff2246"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "51.0.0.254",
                            "start": "51.0.0.2"
                        }
                    ],
                    "cidr": "51.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "51.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sg_sub_1",
                    "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2b349d47-f6df-474e-9f81-c7bb676b07ad"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "52.0.0.254",
                            "start": "52.0.0.2"
                        }
                    ],
                    "cidr": "52.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "52.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sg_sub_2",
                    "network-id": "9ea68c85-0168-479c-821f-02c1afa1a750",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:14.998" starttime="20181202 16:47:14.998"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:14.998" starttime="20181202 16:47:14.992"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.001" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.002" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.002" starttime="20181202 16:47:14.999"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.002" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","subnet-id-list":["2b349d47-f6df-474e-9f81-c7bb676b07ad"]},{"network-id":"9ea68c85-0168-479c-821f-02c1afa1a750","subnet-id-list":["4d2c273f-b4d2-4fdb-9604-a3aac2459e02"]}]}} </msg>
<msg timestamp="20181202 16:47:15.002" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.002" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "subnet-id-list": [
                    "2b349d47-f6d...</msg>
<status status="PASS" endtime="20181202 16:47:15.002" starttime="20181202 16:47:15.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.003" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "subnet-id-list": [
                    "2b349d47-f6df-474e-9f81-c7bb676b07ad"
                ]
            },
            {
                "network-id": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "subnet-id-list": [
                    "4d2c273f-b4d2-4fdb-9604-a3aac2459e02"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.003" starttime="20181202 16:47:15.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.003" starttime="20181202 16:47:14.999"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.007" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.007" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.007" starttime="20181202 16:47:15.003"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.008" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.008" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.008" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.008" starttime="20181202 16:47:15.008"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.009" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.009" starttime="20181202 16:47:15.008"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.009" starttime="20181202 16:47:15.003"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.012" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.012" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.013" starttime="20181202 16:47:15.009"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.013" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.013" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.013" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.013" starttime="20181202 16:47:15.013"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.014" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.014" starttime="20181202 16:47:15.014"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.014" starttime="20181202 16:47:15.009"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.017" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.017" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.017" starttime="20181202 16:47:15.014"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.018" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"2b349d47-f6df-474e-9f81-c7bb676b07ad","network-type":"VXLAN","port-list":["c1a162da-5605-468d-8ee2-d5c43b262ba0"],"segmentation-id":36,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","subnet-ip":"51.0.0.0/24"},{"id":"4d2c273f-b4d2-4fdb-9604-a3aac2459e02","network-type":"VXLAN","port-list":["3976e464-d51c-4885-8d00-d5260b1eb4d4"],"segmentation-id":29,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"9ea68c85-0168-479c-821f-02c1afa1a750","subnet-ip":"52.0.0.0/24"}]}} </msg>
<msg timestamp="20181202 16:47:15.018" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.019" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "2b349d47-f6df-474e-9f81-c7bb676b07ad",
                "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
         ...</msg>
<status status="PASS" endtime="20181202 16:47:15.019" starttime="20181202 16:47:15.018"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.019" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "2b349d47-f6df-474e-9f81-c7bb676b07ad",
                "network-id": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "network-type": "VXLAN",
                "port-list": [
                    "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                ],
                "segmentation-id": 36,
                "subnet-ip": "51.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02",
                "network-id": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "network-type": "VXLAN",
                "port-list": [
                    "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                ],
                "segmentation-id": 29,
                "subnet-ip": "52.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.019" starttime="20181202 16:47:15.019"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.019" starttime="20181202 16:47:15.014"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.022" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.022" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.022" starttime="20181202 16:47:15.019"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.023" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:47:15.023" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.023" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.023" starttime="20181202 16:47:15.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.023" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.023" starttime="20181202 16:47:15.023"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.023" starttime="20181202 16:47:15.019"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.028" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.029" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.029" starttime="20181202 16:47:15.024"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.029" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:47:15.029" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.029" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.029" starttime="20181202 16:47:15.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.030" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.030" starttime="20181202 16:47:15.030"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.030" starttime="20181202 16:47:15.023"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.033" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.033" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.033" starttime="20181202 16:47:15.030"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.034" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tapc1a162da-56","interface-child-entry":[{"child-interface":"c1a162da-5605-468d-8ee2-d5c43b262ba0"}]},{"parent-interface":"tap3976e464-d5","interface-child-entry":[{"child-interface":"3976e464-d51c-4885-8d00-d5260b1eb4d4"}]}]}} </msg>
<msg timestamp="20181202 16:47:15.034" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.034" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:47:15.034" starttime="20181202 16:47:15.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.034" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                    }
                ],
                "parent-interface": "tapc1a162da-56"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                    }
                ],
                "parent-interface": "tap3976e464-d5"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.034" starttime="20181202 16:47:15.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.034" starttime="20181202 16:47:15.030"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.038" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.039" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.039" starttime="20181202 16:47:15.035"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.039" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.039" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.039" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.040" starttime="20181202 16:47:15.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.040" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.040" starttime="20181202 16:47:15.040"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.040" starttime="20181202 16:47:15.034"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.043" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.043" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.043" starttime="20181202 16:47:15.040"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.043" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:47:15.043" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.044" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:47:15.044" starttime="20181202 16:47:15.043"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.044" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.044" starttime="20181202 16:47:15.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.044" starttime="20181202 16:47:15.040"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.047" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.048" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.048" starttime="20181202 16:47:15.044"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.048" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:47:15.048" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.048" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:47:15.048" starttime="20181202 16:47:15.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.049" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.049" starttime="20181202 16:47:15.049"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.049" starttime="20181202 16:47:15.044"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.052" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.053" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.053" starttime="20181202 16:47:15.049"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.053" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.053" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.053" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.053" starttime="20181202 16:47:15.053"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.054" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.054" starttime="20181202 16:47:15.054"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.054" starttime="20181202 16:47:15.049"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.057" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.058" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.058" starttime="20181202 16:47:15.054"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.058" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:47:15.058" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.058" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.058" starttime="20181202 16:47:15.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.059" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.059" starttime="20181202 16:47:15.059"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.059" starttime="20181202 16:47:15.054"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.062" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.062" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.062" starttime="20181202 16:47:15.059"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.063" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:47:15.063" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.063" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.063" starttime="20181202 16:47:15.062"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.063" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.063" starttime="20181202 16:47:15.063"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.063" starttime="20181202 16:47:15.059"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.067" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.067" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.067" starttime="20181202 16:47:15.064"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.068" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.068" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.068" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.068" starttime="20181202 16:47:15.068"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.069" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.069" starttime="20181202 16:47:15.068"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.069" starttime="20181202 16:47:15.063"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.073" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.073" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.073" starttime="20181202 16:47:15.069"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.074" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.074" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.074" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.075" starttime="20181202 16:47:15.073"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.075" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.075" starttime="20181202 16:47:15.075"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.075" starttime="20181202 16:47:15.069"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.079" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.080" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.080" starttime="20181202 16:47:15.075"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.080" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.080" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.080" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.080" starttime="20181202 16:47:15.080"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.081" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.081" starttime="20181202 16:47:15.081"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.081" starttime="20181202 16:47:15.075"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.085" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.085" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.085" starttime="20181202 16:47:15.081"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.085" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.086" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.086" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.086" starttime="20181202 16:47:15.085"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.086" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.086" starttime="20181202 16:47:15.086"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.086" starttime="20181202 16:47:15.081"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.090" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.090" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.091" starttime="20181202 16:47:15.086"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.091" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.091" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.091" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.091" starttime="20181202 16:47:15.091"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.092" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.092" starttime="20181202 16:47:15.092"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.092" starttime="20181202 16:47:15.086"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.105" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.105" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.105" starttime="20181202 16:47:15.092"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.124" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.3976e464-d51c-4885-8d00-d5260b1eb4d4.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7168}}}]},"strict":true,"cookie":134217735,"flow-name":"default.3976e464-d51c-4885-8d00-d5260b1eb4d4","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"21"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.c1a162da-5605-468d-8ee2-d5c43b262ba0.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":6912}}}]},"strict":true,"cookie":134217735,"flow-name":"default.c1a162da-5605-468d-8ee2-d5c43b262ba0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"20"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3636","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":36}},"strict":false,"cookie":150999956,"flow-name":"ITM Flow Entry :5012","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84087406592,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3629","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":29}},"strict":false,"cookie":150999957,"flow-name":"ITM Flow Entry :5013","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84104183808,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385013","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":29}},"strict":false,"cookie":151327637,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84104183808,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385012","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":36}},"strict":false,"cookie":151327636,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84087406592,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525013false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84104183808,"metadata-mask":1099494850561}},"strict":false,"cookie":141562773,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210026}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525012false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84087406592,"metadata-mask":1099494850561}},"strict":false,"cookie":141562772,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210024}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525012true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84087406593,"metadata-mask":1099494850561}},"strict":false,"cookie":141562772,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210023}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525013true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84104183809,"metadata-mask":1099494850561}},"strict":false,"cookie":141562773,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210025}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050128365913623561427fa:16:3e:e0:a5:8a","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:e0:a5:8a"}},"metadata":{"metadata":29770901356544,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550420,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050138365913623561428fa:16:3e:04:77:72","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:04:77:72"}},"metadata":{"metadata":30870429761536,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550421,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150128365913623561427fa:16:3e:e0:a5:8a","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:e0:a5:8a"}},"metadata":{"metadata":84087406592,"metadata-mask":1099494850560}},"strict":true,"cookie":134419348,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6912,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150138365913623561428fa:16:3e:04:77:72","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:04:77:72"}},"metadata":{"metadata":84104183808,"metadata-mask":1099494850560}},"strict":true,"cookie":134419349,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7168,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.27.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":29686813949952,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":27}},"strict":true,"cookie":142606363,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.27.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":27}},"strict":true,"cookie":142606363,"flow-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":6912,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.28.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":28}},"strict":true,"cookie":142606364,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7168,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.28.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":30786325577728,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":28}},"strict":true,"cookie":142606364,"flow-name":"9ea68c85-0168-479c-821f-02c1afa1a750","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:c1a162da-5605-468d-8ee2-d5c43b262ba0","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:20","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:c1a162da-5605-468d-8ee2-d5c43b262ba0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":29686813949952,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:3976e464-d51c-4885-8d00-d5260b1eb4d4","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:21","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:3976e464-d51c-4885-8d00-d5260b1eb4d4","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":30786325577728,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.c1a162da-5605-468d-8ee2-d5c43b262ba0.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":29686813949952,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.b70e14d7-4b29-4751-b1e5-078ce2c77df2.c1a162da-5605-468d-8ee2-d5c43b262ba0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":27,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5012,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529244816969826304,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.3976e464-d51c-4885-8d00-d5260b1eb4d4.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":30786325577728,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.9ea68c85-0168-479c-821f-02c1afa1a750.3976e464-d51c-4885-8d00-d5260b1eb4d4","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":28,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5013,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529245916498231296,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210024,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210023}}],"watch_port":4294967295}]},"group-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","group-type":"group-all"},{"group-id":210023,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":27}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210026,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210025}}],"watch_port":4294967295}]},"group-name":"9ea68c85-0168-479c-821f-02c1afa1a750","group-type":"group-all"},{"group-id":210025,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":28}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"9ea68c85-0168-479c-821f-02c1afa1a750","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:47:15.124" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.126" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:47:15.126" starttime="20181202 16:47:15.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.128" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210023
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210024,
                        "group-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 27
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210023,
                        "group-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210025
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210026,
                        "group-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 28
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210025,
                        "group-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3976e464-d51c-4885-8d00-d5260b1eb4d4",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.3976e464-d51c-4885-8d00-d5260b1eb4d4.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "21"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7168
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.c1a162da-5605-468d-8ee2-d5c43b262ba0",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.c1a162da-5605-468d-8ee2-d5c43b262ba0.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "20"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 6912
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999956,
                                "flow-name": "ITM Flow Entry :5012",
                                "hard-timeout": 0,
                                "id": "3636",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84087406592,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 36
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999957,
                                "flow-name": "ITM Flow Entry :5013",
                                "hard-timeout": 0,
                                "id": "3629",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84104183808,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 29
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327637,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "385013",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84104183808,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 29
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327636,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "385012",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84087406592,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 36
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562773,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "525013false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210026
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84104183808,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562772,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "525012false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210024
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84087406592,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562772,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "525012true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210023
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84087406593,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562773,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "525013true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210025
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84104183809,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550420,
                                "hard-timeout": 0,
                                "id": "5050128365913623561427fa:16:3e:e0:a5:8a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:e0:a5:8a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 29770901356544,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550421,
                                "hard-timeout": 0,
                                "id": "5050138365913623561428fa:16:3e:04:77:72",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:04:77:72"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 30870429761536,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419348,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "5150128365913623561427fa:16:3e:e0:a5:8a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6912
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:e0:a5:8a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84087406592,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419349,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "5150138365913623561428fa:16:3e:04:77:72",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7168
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:04:77:72"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84104183808,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606363,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "55.27.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 29686813949952,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 27
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606363,
                                "flow-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                                "hard-timeout": 0,
                                "id": "55.27.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 6912
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 27
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606364,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "55.28.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7168
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 28
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606364,
                                "flow-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                                "hard-timeout": 0,
                                "id": "55.28.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 30786325577728,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 28
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:c1a162da-5605-468d-8ee2-d5c43b262ba0",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:c1a162da-5605-468d-8ee2-d5c43b262ba0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 29686813949952,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:20",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:3976e464-d51c-4885-8d00-d5260b1eb4d4",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:3976e464-d51c-4885-8d00-d5260b1eb4d4",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 30786325577728,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:21",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.b70e14d7-4b29-4751-b1e5-078ce2c77df2.c1a162da-5605-468d-8ee2-d5c43b262ba0",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.c1a162da-5605-468d-8ee2-d5c43b262ba0.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 27
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5012
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529244816969826304,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 29686813949952,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.9ea68c85-0168-479c-821f-02c1afa1a750.3976e464-d51c-4885-8d00-d5260b1eb4d4",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.3976e464-d51c-4885-8d00-d5260b1eb4d4.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 28
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5013
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529245916498231296,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 30786325577728,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.130" starttime="20181202 16:47:15.126"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.130" starttime="20181202 16:47:15.092"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.134" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.134" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.134" starttime="20181202 16:47:15.130"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.135" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["3976e464-d51c-4885-8d00-d5260b1eb4d4"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["c1a162da-5605-468d-8ee2-d5c43b262ba0"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:47:15.135" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.135" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:47:15.135" starttime="20181202 16:47:15.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.136" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                        ]
                    }
                ],
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                        ]
                    }
                ],
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.136" starttime="20181202 16:47:15.136"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.136" starttime="20181202 16:47:15.130"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.139" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.139" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.139" starttime="20181202 16:47:15.136"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.140" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750","mac-entry":[{"mac-address":"fa:16:3e:04:77:72","interface":"3976e464-d51c-4885-8d00-d5260b1eb4d4","ip-prefix":"52.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","mac-entry":[{"mac-address":"fa:16:3e:e0:a5:8a","interface":"c1a162da-5605-468d-8ee2-d5c43b262ba0","ip-prefix":"51.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:47:15.140" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.140" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:47:15.140" starttime="20181202 16:47:15.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.141" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750",
                "mac-entry": [
                    {
                        "interface": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                        "ip-prefix": "52.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:04:77:72"
                    }
                ]
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2",
                "mac-entry": [
                    {
                        "interface": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                        "ip-prefix": "51.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:e0:a5:8a"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.141" starttime="20181202 16:47:15.140"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.141" starttime="20181202 16:47:15.136"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.145" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.145" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.145" starttime="20181202 16:47:15.141"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.146" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.146" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.146" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.146" starttime="20181202 16:47:15.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.146" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.146" starttime="20181202 16:47:15.146"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.146" starttime="20181202 16:47:15.141"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.150" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.150" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.150" starttime="20181202 16:47:15.147"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.151" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2","elan-interfaces":["c1a162da-5605-468d-8ee2-d5c43b262ba0"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"9ea68c85-0168-479c-821f-02c1afa1a750","elan-interfaces":["3976e464-d51c-4885-8d00-d5260b1eb4d4"]}]}} </msg>
<msg timestamp="20181202 16:47:15.151" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.151" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                ],
                "name": "b70e14...</msg>
<status status="PASS" endtime="20181202 16:47:15.151" starttime="20181202 16:47:15.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.151" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                ],
                "name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                ],
                "name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.151" starttime="20181202 16:47:15.151"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.151" starttime="20181202 16:47:15.147"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.154" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.154" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.154" starttime="20181202 16:47:15.152"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.155" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","lower-layer-if":["openflow:83659136235614:20"],"type":"iana-if-type:l2vlan","if-index":27,"statistics":{"discontinuity-time":"2018-12-02T16:36:34.034Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap3976e464-d5","lower-layer-if":["openflow:83659136235614:21"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:36:36.682Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","lower-layer-if":["openflow:83659136235614:21"],"type":"iana-if-type:l2vlan","if-index":28,"statistics":{"discontinuity-time":"2018-12-02T16:36:36.699Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapc1a162da-56","lower-layer-if":["openflow:83659136235614:20"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:36:34.032Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:47:15.155" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.155" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:47:15.156" starttime="20181202 16:47:15.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.156" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 27,
                "lower-layer-if": [
                    "openflow:83659136235614:20"
                ],
                "name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:36:34.034Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:21"
                ],
                "name": "tap3976e464-d5",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:36:36.682Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 28,
                "lower-layer-if": [
                    "openflow:83659136235614:21"
                ],
                "name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:36:36.699Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:20"
                ],
                "name": "tapc1a162da-56",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:36:34.032Z"
                },
                "type": "iana-if-type:other"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.156" starttime="20181202 16:47:15.156"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.156" starttime="20181202 16:47:15.151"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.159" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.159" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.159" starttime="20181202 16:47:15.156"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.160" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":27,"port-no":20,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":28,"port-no":21,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":27,"port-no":20,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":28,"port-no":21,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:47:15.160" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.160" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 27,
                "interface-name": "c1a162da...</msg>
<status status="PASS" endtime="20181202 16:47:15.160" starttime="20181202 16:47:15.160"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.161" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 27,
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 20,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 28,
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 21,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 27,
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 20,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 28,
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 21,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.161" starttime="20181202 16:47:15.161"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.161" starttime="20181202 16:47:15.156"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.168" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.168" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.168" starttime="20181202 16:47:15.161"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.169" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.169" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.169" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.169" starttime="20181202 16:47:15.168"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.169" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.169" starttime="20181202 16:47:15.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.169" starttime="20181202 16:47:15.161"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.173" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.173" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.173" starttime="20181202 16:47:15.170"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.174" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.174" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.174" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.174" starttime="20181202 16:47:15.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.174" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.174" starttime="20181202 16:47:15.174"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.174" starttime="20181202 16:47:15.169"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.178" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.178" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.178" starttime="20181202 16:47:15.175"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.179" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.179" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.179" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.179" starttime="20181202 16:47:15.178"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.179" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.180" starttime="20181202 16:47:15.179"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.180" starttime="20181202 16:47:15.175"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.184" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.184" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.184" starttime="20181202 16:47:15.180"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.185" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap3976e464-d5","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"c510a083-8e20-4775-9ebb-9f6152d5a972","ovsdb:name":"tap3976e464-d5","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:04:77:72"},{"external-id-key":"iface-id","external-id-value":"3976e464-d51c-4885-8d00-d5260b1eb4d4"}],"ovsdb:port-uuid":"ba49636e-e00a-4009-ab0c-16066d0225fd","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":21},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534},{"tp-id":"tapc1a162da-56","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"16fe5f50-ee80-4ab0-936f-618e56127dcb","ovsdb:name":"tapc1a162da-56","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:e0:a5:8a"},{"external-id-key":"iface-id","external-id-value":"c1a162da-5605-468d-8ee2-d5c43b262ba0"}],"ovsdb:port-uuid":"d4fdfb0d-046d-48ea-9a0b-88c8cf80870d","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":20}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:47:15.186" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.186" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:47:15.186" starttime="20181202 16:47:15.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.186" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:04:77:72"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "c510a083-8e20-4775-9ebb-9f6152d5a972",
                            "ovsdb:name": "tap3976e464-d5",
                            "ovsdb:ofport": 21,
                            "ovsdb:port-uuid": "ba49636e-e00a-4009-ab0c-16066d0225fd",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap3976e464-d5"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:e0:a5:8a"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "c1a162da-5605-468d-8ee2-d5c43b262ba0"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "16fe5f50-ee80-4ab0-936f-618e56127dcb",
                            "ovsdb:name": "tapc1a162da-56",
                            "ovsdb:ofport": 20,
                            "ovsdb:port-uuid": "d4fdfb0d-046d-48ea-9a0b-88c8cf80870d",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapc1a162da-56"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:47:15.187" starttime="20181202 16:47:15.186"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.187" starttime="20181202 16:47:15.180"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.190" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.190" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.190" starttime="20181202 16:47:15.187"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.191" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"3976e464-d51c-4885-8d00-d5260b1eb4d4","status":"ACTIVE"},{"uuid":"c1a162da-5605-468d-8ee2-d5c43b262ba0","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 16:47:15.191" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.191" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:47:15.191" starttime="20181202 16:47:15.190"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.191" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
            },
            {
                "status": "ACTIVE",
                "uuid": "c1a162da-5605-468d-8ee2-d5c43b262ba0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.192" starttime="20181202 16:47:15.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.192" starttime="20181202 16:47:15.187"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.195" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.195" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.195" starttime="20181202 16:47:15.192"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.196" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.196" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.196" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.196" starttime="20181202 16:47:15.195"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.196" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.196" starttime="20181202 16:47:15.196"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.196" starttime="20181202 16:47:15.192"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.199" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.199" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.199" starttime="20181202 16:47:15.197"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.200" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":28,"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":27,"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0"}]}} </msg>
<msg timestamp="20181202 16:47:15.200" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.200" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 28,
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
            }...</msg>
<status status="PASS" endtime="20181202 16:47:15.200" starttime="20181202 16:47:15.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.200" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 28,
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 27,
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.201" starttime="20181202 16:47:15.200"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.201" starttime="20181202 16:47:15.197"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.204" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.204" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.204" starttime="20181202 16:47:15.201"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.205" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.205" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.205" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.205" starttime="20181202 16:47:15.205"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.205" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.206" starttime="20181202 16:47:15.205"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.206" starttime="20181202 16:47:15.201"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.210" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.210" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.210" starttime="20181202 16:47:15.206"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.210" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.211" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.211" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.211" starttime="20181202 16:47:15.210"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.211" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.211" starttime="20181202 16:47:15.211"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.211" starttime="20181202 16:47:15.206"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.215" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.215" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.215" starttime="20181202 16:47:15.211"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.215" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.216" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.216" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.216" starttime="20181202 16:47:15.215"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.216" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.216" starttime="20181202 16:47:15.216"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.216" starttime="20181202 16:47:15.211"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.220" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.220" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.220" starttime="20181202 16:47:15.216"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.221" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.221" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.221" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.221" starttime="20181202 16:47:15.220"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.221" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.221" starttime="20181202 16:47:15.221"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.221" starttime="20181202 16:47:15.216"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.224" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.224" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.224" starttime="20181202 16:47:15.222"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.225" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:47:15.225" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.225" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:47:15.225" starttime="20181202 16:47:15.224"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.225" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.226" starttime="20181202 16:47:15.225"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.226" starttime="20181202 16:47:15.222"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.228" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.228" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.228" starttime="20181202 16:47:15.226"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.229" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:47:15.229" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.229" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:47:15.229" starttime="20181202 16:47:15.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.230" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.230" starttime="20181202 16:47:15.229"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.230" starttime="20181202 16:47:15.226"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.232" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.232" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.232" starttime="20181202 16:47:15.230"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.233" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:47:15.233" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.233" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.233" starttime="20181202 16:47:15.233"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.234" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:47:15.234" starttime="20181202 16:47:15.233"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.234" starttime="20181202 16:47:15.230"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.237" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.238" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.238" starttime="20181202 16:47:15.234"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.238" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:47:15.238" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.238" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:47:15.238" starttime="20181202 16:47:15.238"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.239" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.239" starttime="20181202 16:47:15.239"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.239" starttime="20181202 16:47:15.234"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.243" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.243" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.243" starttime="20181202 16:47:15.239"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.243" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.243" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.243" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.244" starttime="20181202 16:47:15.243"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.244" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.244" starttime="20181202 16:47:15.244"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.244" starttime="20181202 16:47:15.239"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.248" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.248" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.249" starttime="20181202 16:47:15.245"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.249" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.249" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.249" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.249" starttime="20181202 16:47:15.249"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.250" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.250" starttime="20181202 16:47:15.250"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.250" starttime="20181202 16:47:15.244"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.253" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.253" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.253" starttime="20181202 16:47:15.250"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.254" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:47:15.254" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.254" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:47:15.254" starttime="20181202 16:47:15.254"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.255" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.255" starttime="20181202 16:47:15.254"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.255" starttime="20181202 16:47:15.250"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:47:15.262" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:47:15.262" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.262" starttime="20181202 16:47:15.255"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:47:15.265" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:20","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapc1a162da-56","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":20,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:83659136235614:21","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap3976e464-d5","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":21,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:47:15.265" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:47:15.265" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:47:15.265" starttime="20181202 16:47:15.262"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.266" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapc1a162da-56",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 20,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:20"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap3976e464-d5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 21,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:21"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:47:15.266" starttime="20181202 16:47:15.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.266" starttime="20181202 16:47:15.255"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.266" starttime="20181202 16:47:14.895"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.266" starttime="20181202 16:47:14.893"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.266" starttime="20181202 16:47:14.885"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:47:15.268" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:47:15.268" starttime="20181202 16:47:15.268"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.278" starttime="20181202 16:47:15.278"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:47:15.278" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:47:15.279" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:47:15.279" starttime="20181202 16:47:15.278"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:47:15.279" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:47:15.279" starttime="20181202 16:47:15.279"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:47:15.280" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 16:47:15.280" starttime="20181202 16:47:15.280"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:47:15.281" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:47:15.282" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:47:15.282" starttime="20181202 16:47:15.281"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.282" starttime="20181202 16:47:15.282"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.283" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:47:15.618" level="INFO">Read output: Last login: Sun Dec  2 16:36:24 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:47:15.618" starttime="20181202 16:47:15.283"></status>
</kw>
<msg timestamp="20181202 16:47:15.618" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:47:15.619" starttime="20181202 16:47:15.282"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.619" starttime="20181202 16:47:15.281"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:47:15.619" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:47:15.632" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:47:15.633" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:47:15.633" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:47:15.633" starttime="20181202 16:47:15.619"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:47:15.697" starttime="20181202 16:47:15.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.698" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:47:15.698" starttime="20181202 16:47:15.698"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.699" starttime="20181202 16:47:15.698"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.700" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:47:15.700" starttime="20181202 16:47:15.700"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.700" starttime="20181202 16:47:15.699"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.702" starttime="20181202 16:47:15.701"></status>
</kw>
<msg timestamp="20181202 16:47:15.702" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:47:15.702" starttime="20181202 16:47:15.701"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.702" starttime="20181202 16:47:15.700"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.702" starttime="20181202 16:47:15.277"></status>
</kw>
<msg timestamp="20181202 16:47:15.702" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:47:15.702" starttime="20181202 16:47:15.276"></status>
</kw>
<msg timestamp="20181202 16:47:15.702" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:15.703" starttime="20181202 16:47:15.275"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:47:15.703" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:47:15.703" starttime="20181202 16:47:15.703"></status>
</kw>
<msg timestamp="20181202 16:47:15.703" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:47:15.703" starttime="20181202 16:47:15.275"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:47:15.704" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:47:15.704" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:47:15.704" starttime="20181202 16:47:15.704"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.705" starttime="20181202 16:47:15.704"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:47:15.705" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:47:15.705" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:47:15.705" starttime="20181202 16:47:15.705"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.706" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:47:15.706" starttime="20181202 16:47:15.706"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.706" starttime="20181202 16:47:15.705"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.706" starttime="20181202 16:47:15.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.706" starttime="20181202 16:47:15.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.707" starttime="20181202 16:47:15.267"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:15.716" starttime="20181202 16:47:15.716"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.717" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:47:15.867" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:47:15.867" starttime="20181202 16:47:15.717"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.884" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:47:15.885" starttime="20181202 16:47:15.867"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:47:15.887" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:47:15.887" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.887" starttime="20181202 16:47:15.885"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:47:15.930" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:47:15.930" starttime="20181202 16:47:15.887"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:47:15.932" starttime="20181202 16:47:15.930"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:47:15.932" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:47:15.932" starttime="20181202 16:47:15.932"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.932" starttime="20181202 16:47:15.715"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.932" starttime="20181202 16:47:15.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.932" starttime="20181202 16:47:15.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.933" starttime="20181202 16:47:15.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.933" starttime="20181202 16:47:13.011"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:15.933" starttime="20181202 16:47:13.010"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:15.934" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:15.934" starttime="20181202 16:47:15.934"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:15.935" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:47:15.965" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:18.243" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:18.243" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:18.243" starttime="20181202 16:47:15.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:18.244" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:47:18.246" starttime="20181202 16:47:18.244"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:18.247" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:18.247" starttime="20181202 16:47:18.247"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:18.248" starttime="20181202 16:47:18.247"></status>
</kw>
<msg timestamp="20181202 16:47:18.248" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:47:18.249" starttime="20181202 16:47:15.934"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:18.249" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:47:18.249" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:47:18.249" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:18.249" starttime="20181202 16:47:18.249"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:47:18.250" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:47:18.250" starttime="20181202 16:47:18.250"></status>
</kw>
<msg timestamp="20181202 16:47:18.250" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:18.250" starttime="20181202 16:47:15.933"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:47:18.251" starttime="20181202 16:47:18.251"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:18.252" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:18.252" starttime="20181202 16:47:18.252"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:18.253" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:47:18.286" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:21.401" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:21.401" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:21.401" starttime="20181202 16:47:18.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:21.403" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "sg_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sg_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "084af10c-0912-42d2-a63c-01b4b7ef925a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sg_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "6f056ced-8070-44ac-91cf-3c950cdae6e1", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:47:21.403" starttime="20181202 16:47:21.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:21.404" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:21.404" starttime="20181202 16:47:21.404"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:21.406" starttime="20181202 16:47:21.405"></status>
</kw>
<msg timestamp="20181202 16:47:21.406" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "sg_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  ...</msg>
<status status="PASS" endtime="20181202 16:47:21.406" starttime="20181202 16:47:18.252"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:21.407" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "sg_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sg_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "084af10c-0912-42d2-a63c-01b4b7ef925a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sg_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "6f056ced-8070-44ac-91cf-3c950cdae6e1", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 16:47:21.407" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:47:21.408" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'sg_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:47:21.408" starttime="20181202 16:47:21.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:47:21.409" level="INFO">[{u'Status': u'ERROR', u'Name': u'sg_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sg_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'084af10c-0912-42d2-a63c-01b4b7ef925a', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sg_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6f056ced-8070-44ac-91cf-3c950cdae6e1', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 16:47:21.409" starttime="20181202 16:47:21.408"></status>
</kw>
<msg timestamp="20181202 16:47:21.409" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'sg_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERROR...</msg>
<status status="PASS" endtime="20181202 16:47:21.409" starttime="20181202 16:47:18.251"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sg_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:21.423" level="INFO">Starting process:
openstack server show ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e</msg>
<msg timestamp="20181202 16:47:21.445" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:24.392" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:24.393" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:24.393" starttime="20181202 16:47:21.423"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:24.395" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:37:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:37:10Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sg_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:37:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:47:24.396" starttime="20181202 16:47:24.394"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:24.398" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:24.398" starttime="20181202 16:47:24.397"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:24.400" starttime="20181202 16:47:24.399"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:24.401" starttime="20181202 16:47:21.422"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:24.421" level="INFO">Starting process:
openstack server delete ed2df5db-01a0-4bc6-af6c-9d01e6c6db4e</msg>
<msg timestamp="20181202 16:47:24.464" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:27.923" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:27.923" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:27.923" starttime="20181202 16:47:24.420"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:27.925" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:27.925" starttime="20181202 16:47:27.924"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:27.926" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:27.926" starttime="20181202 16:47:27.925"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:27.927" starttime="20181202 16:47:27.926"></status>
</kw>
<msg timestamp="20181202 16:47:27.928" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:27.928" starttime="20181202 16:47:24.419"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:27.928" starttime="20181202 16:47:24.403"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:27.928" starttime="20181202 16:47:24.402"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:27.928" starttime="20181202 16:47:21.410"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sg_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'084af10c-0912-42d2-a63c-01b4b7ef925a', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:27.942" level="INFO">Starting process:
openstack server show 084af10c-0912-42d2-a63c-01b4b7ef925a</msg>
<msg timestamp="20181202 16:47:27.961" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:30.891" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:30.892" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:30.892" starttime="20181202 16:47:27.941"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:30.894" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:37:03Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:37:04Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 084af10c-0912-42d2-a63c-01b4b7ef925a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sg_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:37:04Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:47:30.895" starttime="20181202 16:47:30.893"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:30.896" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:30.896" starttime="20181202 16:47:30.895"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:30.897" starttime="20181202 16:47:30.896"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:30.898" starttime="20181202 16:47:27.941"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:30.914" level="INFO">Starting process:
openstack server delete 084af10c-0912-42d2-a63c-01b4b7ef925a</msg>
<msg timestamp="20181202 16:47:30.956" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:33.880" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:33.881" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:33.881" starttime="20181202 16:47:30.914"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:33.882" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:33.882" starttime="20181202 16:47:33.881"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:33.883" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:33.883" starttime="20181202 16:47:33.882"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:33.884" starttime="20181202 16:47:33.883"></status>
</kw>
<msg timestamp="20181202 16:47:33.884" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:33.884" starttime="20181202 16:47:30.913"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:33.885" starttime="20181202 16:47:30.899"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:33.885" starttime="20181202 16:47:30.898"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:33.885" starttime="20181202 16:47:27.928"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sg_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'6f056ced-8070-44ac-91cf-3c950cdae6e1', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:33.897" level="INFO">Starting process:
openstack server show 6f056ced-8070-44ac-91cf-3c950cdae6e1</msg>
<msg timestamp="20181202 16:47:33.923" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:37.046" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:37.046" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:37.046" starttime="20181202 16:47:33.897"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:37.048" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000016                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:36:57Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:36:58Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 6f056ced-8070-44ac-91cf-3c950cdae6e1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sg_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:36:58Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:47:37.048" starttime="20181202 16:47:37.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:37.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:37.049" starttime="20181202 16:47:37.049"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:37.050" starttime="20181202 16:47:37.049"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:37.050" starttime="20181202 16:47:33.896"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:37.060" level="INFO">Starting process:
openstack server delete 6f056ced-8070-44ac-91cf-3c950cdae6e1</msg>
<msg timestamp="20181202 16:47:37.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:39.996" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:39.997" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:39.997" starttime="20181202 16:47:37.060"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:39.998" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:39.998" starttime="20181202 16:47:39.998"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:39.999" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:39.999" starttime="20181202 16:47:39.999"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:40.001" starttime="20181202 16:47:40.000"></status>
</kw>
<msg timestamp="20181202 16:47:40.001" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:40.001" starttime="20181202 16:47:37.060"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:40.001" starttime="20181202 16:47:37.051"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:40.002" starttime="20181202 16:47:37.051"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:40.002" starttime="20181202 16:47:33.885"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:40.002" starttime="20181202 16:47:21.409"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:40.003" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:40.003" starttime="20181202 16:47:40.003"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:40.005" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:47:40.047" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:42.240" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:42.241" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:42.241" starttime="20181202 16:47:40.004"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:42.242" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:47:42.242" starttime="20181202 16:47:42.241"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:42.242" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:42.242" starttime="20181202 16:47:42.242"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:42.243" starttime="20181202 16:47:42.242"></status>
</kw>
<msg timestamp="20181202 16:47:42.243" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:47:42.243" starttime="20181202 16:47:40.004"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:42.244" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:47:42.244" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:47:42.244" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:42.244" starttime="20181202 16:47:42.243"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:47:42.244" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:47:42.244" starttime="20181202 16:47:42.244"></status>
</kw>
<msg timestamp="20181202 16:47:42.245" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:42.245" starttime="20181202 16:47:40.002"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:47:42.245" starttime="20181202 16:47:42.245"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:42.246" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:42.246" starttime="20181202 16:47:42.246"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:42.247" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:47:42.276" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:44.277" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:44.277" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:44.278" starttime="20181202 16:47:42.246"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:44.278" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", 
    "ID": "3976e464-d51c-4885-8d00-d5260b1eb4d4", 
    "MAC Address": "fa:16:3e:04:77:72", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='51.0.0.2', subnet_id='2b349d47-f6df-474e-9f81-c7bb676b07ad'", 
    "ID": "c1a162da-5605-468d-8ee2-d5c43b262ba0", 
    "MAC Address": "fa:16:3e:e0:a5:8a", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181202 16:47:44.279" starttime="20181202 16:47:44.278"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:44.280" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:44.280" starttime="20181202 16:47:44.279"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:44.280" starttime="20181202 16:47:44.280"></status>
</kw>
<msg timestamp="20181202 16:47:44.281" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", 
    "ID": "3976e464-d51c-4885-8d00-d5260b1eb4d4", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 16:47:44.281" starttime="20181202 16:47:42.246"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:44.281" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", 
    "ID": "3976e464-d51c-4885-8d00-d5260b1eb4d4", 
    "MAC Address": "fa:16:3e:04:77:72", 
    "Name": ""
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='51.0.0.2', subnet_id='2b349d47-f6df-474e-9f81-c7bb676b07ad'", 
    "ID": "c1a162da-5605-468d-8ee2-d5c43b262ba0", 
    "MAC Address": "fa:16:3e:e0:a5:8a", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181202 16:47:44.281" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:47:44.281" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", u'ID': u'3976e464-d51c-4885-8d00-d5260b1eb4d4', u'MAC Address': u'fa:16:3e:0...</msg>
<status status="PASS" endtime="20181202 16:47:44.281" starttime="20181202 16:47:44.281"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:47:44.282" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", u'ID': u'3976e464-d51c-4885-8d00-d5260b1eb4d4', u'MAC Address': u'fa:16:3e:04:77:72', u'Name': u''}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='51.0.0.2', subnet_id='2b349d47-f6df-474e-9f81-c7bb676b07ad'", u'ID': u'c1a162da-5605-468d-8ee2-d5c43b262ba0', u'MAC Address': u'fa:16:3e:e0:a5:8a', u'Name': u''}]</msg>
<status status="PASS" endtime="20181202 16:47:44.282" starttime="20181202 16:47:44.282"></status>
</kw>
<msg timestamp="20181202 16:47:44.282" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'", u'ID': u'3976e464-d51c-4885-8d00-d5260b1eb4d4', u'MAC Address': u'fa:16:3e:0...</msg>
<status status="PASS" endtime="20181202 16:47:44.282" starttime="20181202 16:47:42.245"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='52.0.0.2', subnet_id='4d2c273f-b4d2-4fdb-9604-a3aac2459e02'&quot;, u'ID': u'3976e464-d51c-4885-8d00-d5260b1eb4d4', u'MAC Address': u'fa:16:3e:04:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:44.291" level="INFO">Starting process:
openstack port delete 3976e464-d51c-4885-8d00-d5260b1eb4d4</msg>
<msg timestamp="20181202 16:47:44.330" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:46.951" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:46.951" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:46.951" starttime="20181202 16:47:44.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:46.953" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:46.953" starttime="20181202 16:47:46.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:46.953" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:46.953" starttime="20181202 16:47:46.953"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:46.954" starttime="20181202 16:47:46.954"></status>
</kw>
<msg timestamp="20181202 16:47:46.955" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:46.955" starttime="20181202 16:47:44.290"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:46.955" starttime="20181202 16:47:44.283"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:46.955" starttime="20181202 16:47:44.283"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:46.955" starttime="20181202 16:47:44.282"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='51.0.0.2', subnet_id='2b349d47-f6df-474e-9f81-c7bb676b07ad'&quot;, u'ID': u'c1a162da-5605-468d-8ee2-d5c43b262ba0', u'MAC Address': u'fa:16:3e:e0:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:46.972" level="INFO">Starting process:
openstack port delete c1a162da-5605-468d-8ee2-d5c43b262ba0</msg>
<msg timestamp="20181202 16:47:47.014" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:50.022" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:50.022" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:50.023" starttime="20181202 16:47:46.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:50.024" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:50.024" starttime="20181202 16:47:50.023"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:50.024" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:50.024" starttime="20181202 16:47:50.024"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:50.025" starttime="20181202 16:47:50.024"></status>
</kw>
<msg timestamp="20181202 16:47:50.025" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:50.025" starttime="20181202 16:47:46.968"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:50.025" starttime="20181202 16:47:46.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:50.026" starttime="20181202 16:47:46.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:50.026" starttime="20181202 16:47:46.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:50.026" starttime="20181202 16:47:44.282"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:50.027" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:47:50.027" starttime="20181202 16:47:50.027"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:50.028" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:47:50.058" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:52.478" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:52.479" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:52.479" starttime="20181202 16:47:50.028"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:52.480" level="INFO">[
  {
    "Subnets": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02", 
    "ID": "9ea68c85-0168-479c-821f-02c1afa1a750", 
    "Name": "sg_net_2"
  }, 
  {
    "Subnets": "2b349d47-f6df-474e-9f81-c7bb676b07ad", 
    "ID": "b70e14d7-4b29-4751-b1e5-078ce2c77df2", 
    "Name": "sg_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 16:47:52.480" starttime="20181202 16:47:52.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:52.481" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:52.481" starttime="20181202 16:47:52.481"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:52.482" starttime="20181202 16:47:52.481"></status>
</kw>
<msg timestamp="20181202 16:47:52.482" level="INFO">${json} = [
  {
    "Subnets": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02", 
    "ID": "9ea68c85-0168-479c-821f-02c1afa1a750", 
    "Name": "sg_net_2"
  }, 
  {
    "Subnets": "2b349d47-f6df-474e-9f81-c7bb676b07ad",...</msg>
<status status="PASS" endtime="20181202 16:47:52.482" starttime="20181202 16:47:50.027"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:47:52.483" level="INFO">To JSON using : content=[
  {
    "Subnets": "4d2c273f-b4d2-4fdb-9604-a3aac2459e02", 
    "ID": "9ea68c85-0168-479c-821f-02c1afa1a750", 
    "Name": "sg_net_2"
  }, 
  {
    "Subnets": "2b349d47-f6df-474e-9f81-c7bb676b07ad", 
    "ID": "b70e14d7-4b29-4751-b1e5-078ce2c77df2", 
    "Name": "sg_net_1"
  }
] </msg>
<msg timestamp="20181202 16:47:52.483" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:47:52.483" level="INFO">@{list} = [ {u'Subnets': u'4d2c273f-b4d2-4fdb-9604-a3aac2459e02', u'ID': u'9ea68c85-0168-479c-821f-02c1afa1a750', u'Name': u'sg_net_2'} | {u'Subnets': u'2b349d47-f6df-474e-9f81-c7bb676b07ad', u'ID': u'b70e14d7-...</msg>
<status status="PASS" endtime="20181202 16:47:52.483" starttime="20181202 16:47:52.483"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:47:52.484" level="INFO">[{u'Subnets': u'4d2c273f-b4d2-4fdb-9604-a3aac2459e02', u'ID': u'9ea68c85-0168-479c-821f-02c1afa1a750', u'Name': u'sg_net_2'}, {u'Subnets': u'2b349d47-f6df-474e-9f81-c7bb676b07ad', u'ID': u'b70e14d7-4b29-4751-b1e5-078ce2c77df2', u'Name': u'sg_net_1'}]</msg>
<status status="PASS" endtime="20181202 16:47:52.484" starttime="20181202 16:47:52.484"></status>
</kw>
<msg timestamp="20181202 16:47:52.484" level="INFO">@{networks} = [ {u'Subnets': u'4d2c273f-b4d2-4fdb-9604-a3aac2459e02', u'ID': u'9ea68c85-0168-479c-821f-02c1afa1a750', u'Name': u'sg_net_2'} | {u'Subnets': u'2b349d47-f6df-474e-9f81-c7bb676b07ad', u'ID': u'b70e14d7-...</msg>
<status status="PASS" endtime="20181202 16:47:52.484" starttime="20181202 16:47:50.026"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'4d2c273f-b4d2-4fdb-9604-a3aac2459e02', u'ID': u'9ea68c85-0168-479c-821f-02c1afa1a750', u'Name': u'sg_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:52.495" level="INFO">Starting process:
openstack subnet delete 4d2c273f-b4d2-4fdb-9604-a3aac2459e02</msg>
<msg timestamp="20181202 16:47:52.538" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:55.764" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:55.765" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:55.765" starttime="20181202 16:47:52.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:55.766" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:55.766" starttime="20181202 16:47:55.765"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:55.767" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:55.767" starttime="20181202 16:47:55.766"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:55.768" starttime="20181202 16:47:55.767"></status>
</kw>
<msg timestamp="20181202 16:47:55.768" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:55.768" starttime="20181202 16:47:52.494"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:55.768" starttime="20181202 16:47:52.485"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:55.768" starttime="20181202 16:47:52.485"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:55.779" level="INFO">Starting process:
openstack network delete 9ea68c85-0168-479c-821f-02c1afa1a750</msg>
<msg timestamp="20181202 16:47:55.827" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:47:58.803" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:47:58.804" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:47:58.804" starttime="20181202 16:47:55.779"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:47:58.805" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:58.805" starttime="20181202 16:47:58.804"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:47:58.805" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:47:58.805" starttime="20181202 16:47:58.805"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:47:58.806" starttime="20181202 16:47:58.806"></status>
</kw>
<msg timestamp="20181202 16:47:58.806" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:47:58.806" starttime="20181202 16:47:55.778"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:58.806" starttime="20181202 16:47:55.769"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:58.807" starttime="20181202 16:47:55.769"></status>
</kw>
<status status="PASS" endtime="20181202 16:47:58.807" starttime="20181202 16:47:52.484"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'2b349d47-f6df-474e-9f81-c7bb676b07ad', u'ID': u'b70e14d7-4b29-4751-b1e5-078ce2c77df2', u'Name': u'sg_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:47:58.816" level="INFO">Starting process:
openstack subnet delete 2b349d47-f6df-474e-9f81-c7bb676b07ad</msg>
<msg timestamp="20181202 16:47:58.856" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:02.102" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:02.102" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:02.103" starttime="20181202 16:47:58.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:02.103" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:02.104" starttime="20181202 16:48:02.103"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:02.104" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:02.104" starttime="20181202 16:48:02.104"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:02.105" starttime="20181202 16:48:02.104"></status>
</kw>
<msg timestamp="20181202 16:48:02.105" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:02.105" starttime="20181202 16:47:58.815"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:02.105" starttime="20181202 16:47:58.807"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:02.105" starttime="20181202 16:47:58.807"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:02.114" level="INFO">Starting process:
openstack network delete b70e14d7-4b29-4751-b1e5-078ce2c77df2</msg>
<msg timestamp="20181202 16:48:02.149" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:05.166" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:05.167" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:05.167" starttime="20181202 16:48:02.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:05.168" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:05.168" starttime="20181202 16:48:05.167"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:05.169" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:05.169" starttime="20181202 16:48:05.169"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:05.170" starttime="20181202 16:48:05.169"></status>
</kw>
<msg timestamp="20181202 16:48:05.170" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:05.170" starttime="20181202 16:48:02.113"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:05.171" starttime="20181202 16:48:02.106"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:05.171" starttime="20181202 16:48:02.105"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:05.171" starttime="20181202 16:47:58.807"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:05.171" starttime="20181202 16:47:52.484"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:05.172" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:05.172" starttime="20181202 16:48:05.172"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:05.173" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:48:05.209" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:07.437" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:07.437" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:07.437" starttime="20181202 16:48:05.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:07.438" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sg_sg", 
    "ID": "717073d8-8081-497c-9e0a-9b19862ef021", 
    "Name": "sg_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:48:07.438" starttime="20181202 16:48:07.438"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:07.439" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:07.439" starttime="20181202 16:48:07.438"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:07.440" starttime="20181202 16:48:07.439"></status>
</kw>
<msg timestamp="20181202 16:48:07.440" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:48:07.440" starttime="20181202 16:48:05.172"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:07.441" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sg_sg", 
    "ID": "717073d8-8081-497c-9e0a-9b19862ef021", 
    "Name": "sg_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:48:07.441" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:07.441" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:48:07.441" starttime="20181202 16:48:07.440"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:07.441" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sg_sg', u'Description': u'sg_sg', u'ID': u'717073d8-8081-497c-9e0a-9b19862ef021'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:48:07.441" starttime="20181202 16:48:07.441"></status>
</kw>
<msg timestamp="20181202 16:48:07.442" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:48:07.442" starttime="20181202 16:48:05.171"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:07.443" starttime="20181202 16:48:07.442"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:07.443" starttime="20181202 16:48:07.442"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sg_sg', u'Description': u'sg_sg', u'ID': u'717073d8-8081-497c-9e0a-9b19862ef021'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:07.454" level="INFO">Starting process:
openstack security group delete 717073d8-8081-497c-9e0a-9b19862ef021</msg>
<msg timestamp="20181202 16:48:07.483" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:09.669" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:09.669" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:09.669" starttime="20181202 16:48:07.453"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:09.671" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:09.671" starttime="20181202 16:48:09.670"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:09.671" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:09.671" starttime="20181202 16:48:09.671"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:09.672" starttime="20181202 16:48:09.672"></status>
</kw>
<msg timestamp="20181202 16:48:09.673" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:09.673" starttime="20181202 16:48:07.453"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.673" starttime="20181202 16:48:07.444"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.673" starttime="20181202 16:48:07.444"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.673" starttime="20181202 16:48:07.443"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.673" starttime="20181202 16:48:07.443"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:09.674" starttime="20181202 16:48:09.674"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.674" starttime="20181202 16:48:09.673"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:09.674" starttime="20181202 16:48:07.442"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:48:09.676" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:48:09.676" starttime="20181202 16:48:09.675"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:09.689" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:48:09.709" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:12.102" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:12.103" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:12.103" starttime="20181202 16:48:09.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:12.104" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:12.104" starttime="20181202 16:48:12.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:12.105" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:12.105" starttime="20181202 16:48:12.105"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:12.106" starttime="20181202 16:48:12.105"></status>
</kw>
<msg timestamp="20181202 16:48:12.106" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:12.106" starttime="20181202 16:48:09.687"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:12.107" starttime="20181202 16:48:09.676"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:12.120" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:48:12.160" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:14.281" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:14.282" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:14.282" starttime="20181202 16:48:12.119"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:14.284" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:14.284" starttime="20181202 16:48:14.283"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:14.285" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:14.286" starttime="20181202 16:48:14.285"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:14.287" starttime="20181202 16:48:14.286"></status>
</kw>
<msg timestamp="20181202 16:48:14.288" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:14.288" starttime="20181202 16:48:12.118"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:14.288" starttime="20181202 16:48:12.107"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:14.307" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:48:14.330" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:16.384" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:16.384" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:16.384" starttime="20181202 16:48:14.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:16.385" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:16.386" starttime="20181202 16:48:16.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:16.386" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:16.386" starttime="20181202 16:48:16.386"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:16.387" starttime="20181202 16:48:16.387"></status>
</kw>
<msg timestamp="20181202 16:48:16.388" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:16.388" starttime="20181202 16:48:14.305"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:16.388" starttime="20181202 16:48:14.288"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:16.399" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:48:16.429" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:18.609" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:18.610" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:18.610" starttime="20181202 16:48:16.399"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:18.611" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:18.611" starttime="20181202 16:48:18.610"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:18.612" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:18.612" starttime="20181202 16:48:18.611"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:18.613" starttime="20181202 16:48:18.612"></status>
</kw>
<msg timestamp="20181202 16:48:18.614" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:18.614" starttime="20181202 16:48:16.398"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:18.614" starttime="20181202 16:48:16.388"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:18.624" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:48:18.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:20.966" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:20.966" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:20.966" starttime="20181202 16:48:18.624"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:20.967" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:48:20.967" starttime="20181202 16:48:20.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:20.968" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:20.968" starttime="20181202 16:48:20.968"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:20.968" starttime="20181202 16:48:20.968"></status>
</kw>
<msg timestamp="20181202 16:48:20.969" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:48:20.969" starttime="20181202 16:48:18.623"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:20.969" starttime="20181202 16:48:18.614"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:20.977" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:48:21.020" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:23.261" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:23.262" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:23.262" starttime="20181202 16:48:20.976"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:23.263" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:48:23.263" starttime="20181202 16:48:23.263"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:23.264" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:23.264" starttime="20181202 16:48:23.264"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:23.265" starttime="20181202 16:48:23.264"></status>
</kw>
<msg timestamp="20181202 16:48:23.266" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:48:23.266" starttime="20181202 16:48:20.976"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:23.266" starttime="20181202 16:48:20.969"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:23.276" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:48:23.304" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:25.427" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:25.427" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:25.427" starttime="20181202 16:48:23.275"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:25.429" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:25.429" starttime="20181202 16:48:25.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:25.429" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:25.429" starttime="20181202 16:48:25.429"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:25.430" starttime="20181202 16:48:25.430"></status>
</kw>
<msg timestamp="20181202 16:48:25.431" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:25.431" starttime="20181202 16:48:23.275"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:25.431" starttime="20181202 16:48:23.266"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:25.443" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:48:25.470" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:27.516" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:27.517" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:27.517" starttime="20181202 16:48:25.443"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.518" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:27.518" starttime="20181202 16:48:27.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.518" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:27.518" starttime="20181202 16:48:27.518"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:27.519" starttime="20181202 16:48:27.518"></status>
</kw>
<msg timestamp="20181202 16:48:27.519" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:27.519" starttime="20181202 16:48:25.442"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.519" starttime="20181202 16:48:25.431"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.519" starttime="20181202 16:48:09.676"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.519" starttime="20181202 16:48:09.675"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.520" starttime="20181202 16:47:15.933"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:27.522" starttime="20181202 16:48:27.522"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:48:27.522" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 16:48:27.623" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:48:27.624" level="INFO">${stdout} = 4 S root      245373  245353  0  80   0 - 55154 poll_s 16:35 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
4 S tcpdump...</msg>
<status status="PASS" endtime="20181202 16:48:27.624" starttime="20181202 16:48:27.522"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.624" level="INFO">4 S root      245373  245353  0  80   0 - 55154 poll_s 16:35 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
4 S tcpdump   245382  245373  0  80   0 -  8196 poll_s 16:35 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
0 S heat-ad+  286378  245353  0  80   0 - 28293 do_wai 16:48 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  286388  286378  0  80   0 - 28177 pipe_w 16:48 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 16:48:27.625" starttime="20181202 16:48:27.624"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:48:27.625" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 16:48:27.699" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:48:27.699" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:48:27.699" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:48:27.699" starttime="20181202 16:48:27.625"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.700" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:27.700" starttime="20181202 16:48:27.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.700" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:27.700" starttime="20181202 16:48:27.700"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:48:27.701" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 16:48:27.826" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 16:48:27.826" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 16:48:27.826" starttime="20181202 16:48:27.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.827" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:27.827" starttime="20181202 16:48:27.827"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:48:27.827" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 16:48:27.914" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:48:27.914" level="INFO">${stdout} = total 64
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 16:48:27.914" starttime="20181202 16:48:27.827"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.914" level="INFO">total 64
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.914"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.521"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.521"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.521"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.520"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:27.915" starttime="20181202 16:48:27.520"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 16:48:27.964" starttime="20181202 16:48:27.915"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:27.976" starttime="20181202 16:48:27.975"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:48:27.977" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:48:28.099" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:48:28.100" starttime="20181202 16:48:27.976"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.153" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 16:48:28.153" starttime="20181202 16:48:28.100"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:48:28.261" level="INFO">[?1l&gt;[?2004l     284    284
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:48:28.262" level="INFO">${output} = [?1l&gt;[?2004l     284    284
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:28.262" starttime="20181202 16:48:28.153"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:48:28.305" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:48:28.305" starttime="20181202 16:48:28.262"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:48:28.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.307" level="INFO">[?1l&gt;[?2004l     284    284
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:48:28.307"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:48:27.974"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:48:27.964"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:48:27.964"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.307" starttime="20181202 16:47:13.009"></status>
</kw>
<doc>Test suite to verify security groups basic and advanced functionalities, including negative tests.
These test cases are not so relevant for transparent mode, so each test case will be tagged with
"skip_if_transparent" to allow any underlying keywords to return with a PASS without risking
a false failure. The real value of this suite will be in stateful mode.</doc>
<status status="FAIL" endtime="20181202 16:48:28.308" starttime="20181202 16:35:36.450">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/securitygroup/neutron_security_group.robot" id="s1-s5" name="Neutron Security Group">
<kw type="setup" name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 16:48:28.407" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 16:48:28.407" starttime="20181202 16:48:28.399"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.407" starttime="20181202 16:48:28.399"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 16:48:28.418" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 16:48:28.418" starttime="20181202 16:48:28.409"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.419" starttime="20181202 16:48:28.418"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 16:48:28.419" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 16:48:28.419" starttime="20181202 16:48:28.419"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 16:48:28.420" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 16:48:28.420" starttime="20181202 16:48:28.420"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.421" starttime="20181202 16:48:28.421"></status>
</kw>
<msg timestamp="20181202 16:48:28.421" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:48:28.421" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:48:28.421" starttime="20181202 16:48:28.420"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 16:48:28.422" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:48:28.422" starttime="20181202 16:48:28.422"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 16:48:28.423" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:28.423" starttime="20181202 16:48:28.423"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 16:48:28.424" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:28.424" starttime="20181202 16:48:28.424"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 16:48:28.425" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 16:48:28.425" starttime="20181202 16:48:28.424"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.427" starttime="20181202 16:48:28.426"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:48:28.427" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:28.427" starttime="20181202 16:48:28.427"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.428" starttime="20181202 16:48:28.427"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 16:48:28.429" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:48:28.429" starttime="20181202 16:48:28.429"></status>
</kw>
<msg timestamp="20181202 16:48:28.429" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:48:28.429" starttime="20181202 16:48:28.428"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.430" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62227fe10&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:48:28.431" starttime="20181202 16:48:28.430"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.431" starttime="20181202 16:48:28.431"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.431" starttime="20181202 16:48:28.425"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.431" starttime="20181202 16:48:28.425"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.432" starttime="20181202 16:48:28.425"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.432" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:28.432" starttime="20181202 16:48:28.432"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.433" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 16:48:28.433" starttime="20181202 16:48:28.432"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.434" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 16:48:28.434" starttime="20181202 16:48:28.433"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.434" starttime="20181202 16:48:28.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.434" starttime="20181202 16:48:28.408"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:48:28.436" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:28.436" starttime="20181202 16:48:28.435"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:48:28.436" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:28.436" starttime="20181202 16:48:28.436"></status>
</kw>
<msg timestamp="20181202 16:48:28.437" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:28.437" starttime="20181202 16:48:28.435"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:48:28.438" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:28.439" starttime="20181202 16:48:28.438"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:48:28.440" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:28.440" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:28.440" starttime="20181202 16:48:28.439"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.443" starttime="20181202 16:48:28.443"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:48:28.444" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:28.444" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:28.444" starttime="20181202 16:48:28.443"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:48:28.445" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:48:28.445" starttime="20181202 16:48:28.444"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:48:28.445" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 16:48:28.445" starttime="20181202 16:48:28.445"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:48:28.447" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:48:28.447" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:48:28.447" starttime="20181202 16:48:28.446"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.447" starttime="20181202 16:48:28.447"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.448" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:48:28.791" level="INFO">Read output: Last login: Sun Dec  2 16:47:15 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:48:28.792" starttime="20181202 16:48:28.448"></status>
</kw>
<msg timestamp="20181202 16:48:28.792" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:28.792" starttime="20181202 16:48:28.447"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.792" starttime="20181202 16:48:28.446"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:48:28.793" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 16:48:28.816" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 16:48:28.816" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:48:28.816" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:48:28.816" starttime="20181202 16:48:28.792"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:28.881" starttime="20181202 16:48:28.817"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.882" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:48:28.882" starttime="20181202 16:48:28.881"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.882" starttime="20181202 16:48:28.882"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.883" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:28.883" starttime="20181202 16:48:28.883"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.883" starttime="20181202 16:48:28.883"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.885" starttime="20181202 16:48:28.884"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.885" starttime="20181202 16:48:28.885"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:28.886" starttime="20181202 16:48:28.885"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.886" starttime="20181202 16:48:28.884"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.886" starttime="20181202 16:48:28.442"></status>
</kw>
<msg timestamp="20181202 16:48:28.886" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:28.886" starttime="20181202 16:48:28.442"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.887" starttime="20181202 16:48:28.441"></status>
</kw>
<msg timestamp="20181202 16:48:28.887" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:28.887" starttime="20181202 16:48:28.440"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.888" starttime="20181202 16:48:28.888"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.889" starttime="20181202 16:48:28.888"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:28.889" starttime="20181202 16:48:28.889"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.889" starttime="20181202 16:48:28.887"></status>
</kw>
<msg timestamp="20181202 16:48:28.889" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:28.889" starttime="20181202 16:48:28.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.890" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:28.890" starttime="20181202 16:48:28.889"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.890" starttime="20181202 16:48:28.437"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.890" starttime="20181202 16:48:28.437"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.890" starttime="20181202 16:48:28.437"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:28.890" starttime="20181202 16:48:28.434"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.891" starttime="20181202 16:48:28.890"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 16:48:28.916" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:28.916" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:28.917" starttime="20181202 16:48:28.916"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.917" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 16:48:28.917" starttime="20181202 16:48:28.917"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.917" level="INFO">1</msg>
<status status="PASS" endtime="20181202 16:48:28.917" starttime="20181202 16:48:28.917"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.918" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 16:48:28.918" starttime="20181202 16:48:28.918"></status>
</kw>
<msg timestamp="20181202 16:48:28.919" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:48:28.919" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 16:48:28.919" starttime="20181202 16:48:28.918"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.919" starttime="20181202 16:48:28.919"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 16:48:28.921" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:28.921" starttime="20181202 16:48:28.920"></status>
</kw>
<msg timestamp="20181202 16:48:28.921" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:28.921" starttime="20181202 16:48:28.920"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.922" starttime="20181202 16:48:28.921"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 16:48:28.923" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 16:48:28.923" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 16:48:28.923" starttime="20181202 16:48:28.922"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:28.923" starttime="20181202 16:48:28.923"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:48:28.924" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:48:29.110" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:48:29.111" starttime="20181202 16:48:28.923"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.113" starttime="20181202 16:48:29.113"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.114" starttime="20181202 16:48:29.113"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.114" starttime="20181202 16:48:29.114"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:29.112"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.915"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.892"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.891"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.891"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.891"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.115" starttime="20181202 16:48:28.407"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:48:29.131" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.131" starttime="20181202 16:48:29.130"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:48:29.131" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.131" starttime="20181202 16:48:29.131"></status>
</kw>
<msg timestamp="20181202 16:48:29.132" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.132" starttime="20181202 16:48:29.129"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:48:29.146" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:48:29.146" starttime="20181202 16:48:29.146"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:48:29.147" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:48:29.147" starttime="20181202 16:48:29.146"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.187" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 16:48:29.188" starttime="20181202 16:48:29.147"></status>
</kw>
<msg timestamp="20181202 16:48:29.188" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:48:29.188" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 16:48:29.188" starttime="20181202 16:48:29.147"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.230" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g "r "o "u "p "/ "n "e "u "t "r "o "n "_ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.230" starttime="20181202 16:48:29.189"></status>
</kw>
<msg timestamp="20181202 16:48:29.230" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:48:29.230" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:48:29.230" starttime="20181202 16:48:29.188"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.231" starttime="20181202 16:48:29.230"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.231" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g "r "o "u "p "/ "n "e "u "t "r "o "n "_ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.231" starttime="20181202 16:48:29.231"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.232" starttime="20181202 16:48:29.231"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.233" starttime="20181202 16:48:29.233"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.233" starttime="20181202 16:48:29.233"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.234" starttime="20181202 16:48:29.234"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.234" starttime="20181202 16:48:29.232"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.234" starttime="20181202 16:48:29.145"></status>
</kw>
<msg timestamp="20181202 16:48:29.234" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:48:29.234" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:48:29.234" starttime="20181202 16:48:29.144"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.235" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:29.235" starttime="20181202 16:48:29.234"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.235" starttime="20181202 16:48:29.143"></status>
</kw>
<msg timestamp="20181202 16:48:29.235" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:48:29.235" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:48:29.235" starttime="20181202 16:48:29.132"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.235" starttime="20181202 16:48:29.235"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.235" starttime="20181202 16:48:29.132"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:29.132"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:29.128"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:29.116"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:29.115"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:28.399"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 16:48:29.236" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 16:48:29.236" starttime="20181202 16:48:29.236"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:48:29.239" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.239" starttime="20181202 16:48:29.238"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:48:29.240" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.240" starttime="20181202 16:48:29.239"></status>
</kw>
<msg timestamp="20181202 16:48:29.241" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.241" starttime="20181202 16:48:29.238"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:48:29.244" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:29.244" starttime="20181202 16:48:29.242"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:48:29.249" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:29.249" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:29.249" starttime="20181202 16:48:29.248"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.267" starttime="20181202 16:48:29.266"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.268" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:48:29.400" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:48:29.401" starttime="20181202 16:48:29.267"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.417" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 16:48:29.418" starttime="20181202 16:48:29.401"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:48:29.448" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:48:29.448" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.449" starttime="20181202 16:48:29.418"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:48:29.494" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:48:29.494" starttime="20181202 16:48:29.449"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.496" starttime="20181202 16:48:29.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.496" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.496" starttime="20181202 16:48:29.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.496" starttime="20181202 16:48:29.265"></status>
</kw>
<msg timestamp="20181202 16:48:29.496" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:29.497" starttime="20181202 16:48:29.250"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.498" starttime="20181202 16:48:29.498"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.498" starttime="20181202 16:48:29.498"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.498"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.497"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.247"></status>
</kw>
<msg timestamp="20181202 16:48:29.499" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.246"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.244"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.241"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.241"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.237"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.499" starttime="20181202 16:48:29.237"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:48:29.501" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.501" starttime="20181202 16:48:29.501"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:48:29.501" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.501" starttime="20181202 16:48:29.501"></status>
</kw>
<msg timestamp="20181202 16:48:29.502" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:48:29.502" starttime="20181202 16:48:29.500"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:48:29.502" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:29.502" starttime="20181202 16:48:29.502"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:48:29.505" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:29.505" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:29.505" starttime="20181202 16:48:29.505"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.513" starttime="20181202 16:48:29.512"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.513" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:48:29.639" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:48:29.639" starttime="20181202 16:48:29.513"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.687" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 16:48:29.687" starttime="20181202 16:48:29.639"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:48:29.690" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:48:29.690" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.690" starttime="20181202 16:48:29.688"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:48:29.732" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:48:29.732" starttime="20181202 16:48:29.690"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.734" starttime="20181202 16:48:29.732"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.734" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:48:29.734" starttime="20181202 16:48:29.734"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.734" starttime="20181202 16:48:29.512"></status>
</kw>
<msg timestamp="20181202 16:48:29.734" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:29.735" starttime="20181202 16:48:29.505"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.736" starttime="20181202 16:48:29.736"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.736" starttime="20181202 16:48:29.736"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.736"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.504"></status>
</kw>
<msg timestamp="20181202 16:48:29.737" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.502"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.502"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.500"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.499"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.237"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:29.737" starttime="20181202 16:48:29.237"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.738" starttime="20181202 16:48:29.738"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.739" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:29.739" starttime="20181202 16:48:29.739"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:48:29.740" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 16:48:29.740" starttime="20181202 16:48:29.740"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:48:29.742" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:48:29.742" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:48:29.742" starttime="20181202 16:48:29.741"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:29.742" starttime="20181202 16:48:29.742"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:48:29.743" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:48:30.085" level="INFO">Read output: Last login: Sun Dec  2 16:48:28 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:48:30.086" starttime="20181202 16:48:29.743"></status>
</kw>
<msg timestamp="20181202 16:48:30.086" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:30.086" starttime="20181202 16:48:29.742"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:30.086" starttime="20181202 16:48:29.741"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.087" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:48:30.087" starttime="20181202 16:48:30.086"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:30.087" starttime="20181202 16:48:29.739"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.089" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:30.089" starttime="20181202 16:48:30.088"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.089" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:30.089" starttime="20181202 16:48:30.089"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.090" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:48:30.090" starttime="20181202 16:48:30.090"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.091" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:48:30.091" starttime="20181202 16:48:30.090"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.091" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:48:30.091" starttime="20181202 16:48:30.091"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.092" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:48:30.092" starttime="20181202 16:48:30.092"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.096" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:48:30.096" starttime="20181202 16:48:30.092"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.099" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:48:30.099" starttime="20181202 16:48:30.096"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:30.099" starttime="20181202 16:48:30.088"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:30.099" starttime="20181202 16:48:30.087"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 16:48:30.100" level="INFO">Length is 1</msg>
<msg timestamp="20181202 16:48:30.100" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:48:30.100" starttime="20181202 16:48:30.099"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 16:48:30.100" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:48:30.100" starttime="20181202 16:48:30.100"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:30.109" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:48:30.132" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:32.182" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:32.183" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:32.183" starttime="20181202 16:48:30.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:32.184" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:32.184" starttime="20181202 16:48:32.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:32.185" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:32.185" starttime="20181202 16:48:32.185"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:32.186" starttime="20181202 16:48:32.185"></status>
</kw>
<msg timestamp="20181202 16:48:32.186" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:32.186" starttime="20181202 16:48:30.109"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:32.197" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:48:32.217" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:34.299" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:34.300" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:34.300" starttime="20181202 16:48:32.196"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:34.301" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:34.301" starttime="20181202 16:48:34.301"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:34.302" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:34.302" starttime="20181202 16:48:34.301"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:34.303" starttime="20181202 16:48:34.302"></status>
</kw>
<msg timestamp="20181202 16:48:34.303" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:48:34.303" starttime="20181202 16:48:32.196"></status>
</kw>
<msg timestamp="20181202 16:48:34.303" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:34.303" starttime="20181202 16:48:30.101"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:34.314" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:48:34.352" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:36.785" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:36.785" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:36.785" starttime="20181202 16:48:34.314"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:36.787" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:36.787" starttime="20181202 16:48:36.786"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:36.788" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:36.788" starttime="20181202 16:48:36.788"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:36.790" starttime="20181202 16:48:36.789"></status>
</kw>
<msg timestamp="20181202 16:48:36.790" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:36.790" starttime="20181202 16:48:34.314"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:36.807" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:48:36.849" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:39.055" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:39.055" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:39.055" starttime="20181202 16:48:36.807"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:39.056" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:39.056" starttime="20181202 16:48:39.055"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:39.057" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:39.057" starttime="20181202 16:48:39.056"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:39.057" starttime="20181202 16:48:39.057"></status>
</kw>
<msg timestamp="20181202 16:48:39.058" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:48:39.058" starttime="20181202 16:48:36.806"></status>
</kw>
<msg timestamp="20181202 16:48:39.058" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:39.058" starttime="20181202 16:48:34.304"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:39.066" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:48:39.103" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:41.394" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:41.395" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:41.395" starttime="20181202 16:48:39.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:41.396" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:41.396" starttime="20181202 16:48:41.396"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:41.397" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:41.397" starttime="20181202 16:48:41.397"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:41.398" starttime="20181202 16:48:41.398"></status>
</kw>
<msg timestamp="20181202 16:48:41.399" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:41.399" starttime="20181202 16:48:39.065"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:41.411" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:48:41.452" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:43.468" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:43.469" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:43.469" starttime="20181202 16:48:41.411"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.470" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:43.470" starttime="20181202 16:48:43.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.470" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:43.470" starttime="20181202 16:48:43.470"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:43.471" starttime="20181202 16:48:43.471"></status>
</kw>
<msg timestamp="20181202 16:48:43.471" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:48:43.471" starttime="20181202 16:48:41.410"></status>
</kw>
<msg timestamp="20181202 16:48:43.472" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:43.472" starttime="20181202 16:48:39.058"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.472" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:43.472" starttime="20181202 16:48:43.472"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.473" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:43.473" starttime="20181202 16:48:43.472"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.473" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:48:43.473" starttime="20181202 16:48:43.473"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.473" starttime="20181202 16:48:30.101"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:48:43.475" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 16:48:43.475" starttime="20181202 16:48:43.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.475" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 16:48:43.475" starttime="20181202 16:48:43.475"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.476" starttime="20181202 16:48:43.474"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.476" starttime="20181202 16:48:29.739"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.476" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622ab9350&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:48:43.477" starttime="20181202 16:48:43.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.477" starttime="20181202 16:48:29.738"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 16:48:43.478" level="INFO">${suite_} = CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:48:43.478" starttime="20181202 16:48:43.478"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 16:48:43.479" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:48:43.479" starttime="20181202 16:48:43.478"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 16:48:43.480" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:43.480" starttime="20181202 16:48:43.479"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 16:48:43.480" level="INFO">${fname} = tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:48:43.480" starttime="20181202 16:48:43.480"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:48:43.482" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:48:43.482" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:48:43.482" starttime="20181202 16:48:43.481"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:48:43.483" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:48:43.483" starttime="20181202 16:48:43.482"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:48:43.484" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:48:43.484" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:48:43.484" starttime="20181202 16:48:43.484"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:43.485" starttime="20181202 16:48:43.484"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.485" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:48:43.777" level="INFO">Read output: Last login: Sun Dec  2 16:48:30 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:48:43.777" starttime="20181202 16:48:43.485"></status>
</kw>
<msg timestamp="20181202 16:48:43.777" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:43.778" starttime="20181202 16:48:43.485"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.778" starttime="20181202 16:48:43.483"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:48:43.779" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 16:48:43.779" starttime="20181202 16:48:43.778"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:48:43.779" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 16:48:43.782" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 16:48:43.782" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 16:48:43.782" starttime="20181202 16:48:43.779"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.783" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:48:43.783" starttime="20181202 16:48:43.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.783" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:48:43.783" starttime="20181202 16:48:43.783"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:43.785" starttime="20181202 16:48:43.785"></status>
</kw>
<msg timestamp="20181202 16:48:43.785" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:48:43.785" starttime="20181202 16:48:43.784"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.785" starttime="20181202 16:48:43.784"></status>
</kw>
<msg timestamp="20181202 16:48:43.785" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:48:43.785" starttime="20181202 16:48:43.481"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:43.786" starttime="20181202 16:48:43.786"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.786" starttime="20181202 16:48:43.480"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:43.786" starttime="20181202 16:48:43.480"></status>
</kw>
<msg timestamp="20181202 16:48:43.786" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:48:43.786" starttime="20181202 16:48:43.479"></status>
</kw>
<msg timestamp="20181202 16:48:43.786" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:48:43.786" starttime="20181202 16:48:43.477"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 16:48:43.787" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:48:43.787" starttime="20181202 16:48:43.787"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:43.789" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:43.789" starttime="20181202 16:48:43.788"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:43.790" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:48:43.814" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:45.934" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:45.934" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:45.934" starttime="20181202 16:48:43.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:45.936" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:45.936" starttime="20181202 16:48:45.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:45.936" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:45.937" starttime="20181202 16:48:45.936"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:45.937" starttime="20181202 16:48:45.937"></status>
</kw>
<msg timestamp="20181202 16:48:45.938" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:48:45.938" starttime="20181202 16:48:43.789"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:45.938" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:48:45.938" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:45.938" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:45.938" starttime="20181202 16:48:45.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:45.939" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:45.939" starttime="20181202 16:48:45.939"></status>
</kw>
<msg timestamp="20181202 16:48:45.939" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:45.939" starttime="20181202 16:48:43.788"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:48:45.939" starttime="20181202 16:48:45.939"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:45.940" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:45.941" starttime="20181202 16:48:45.940"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:45.943" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:48:45.965" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:48.592" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:48.593" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:48.593" starttime="20181202 16:48:45.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:48.594" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:48.594" starttime="20181202 16:48:48.593"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:48.594" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:48.594" starttime="20181202 16:48:48.594"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:48.595" starttime="20181202 16:48:48.595"></status>
</kw>
<msg timestamp="20181202 16:48:48.595" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:48:48.595" starttime="20181202 16:48:45.942"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:48.596" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:48:48.596" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:48.596" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:48.596" starttime="20181202 16:48:48.596"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:48.596" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:48.596" starttime="20181202 16:48:48.596"></status>
</kw>
<msg timestamp="20181202 16:48:48.597" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:48.597" starttime="20181202 16:48:45.940"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:48:48.597" starttime="20181202 16:48:48.597"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:48.598" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:48.598" starttime="20181202 16:48:48.598"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:48.599" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:48:48.637" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:50.823" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:50.824" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:50.824" starttime="20181202 16:48:48.599"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:50.826" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:50.826" starttime="20181202 16:48:50.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:50.827" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:50.827" starttime="20181202 16:48:50.826"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:50.829" starttime="20181202 16:48:50.828"></status>
</kw>
<msg timestamp="20181202 16:48:50.829" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:48:50.830" starttime="20181202 16:48:48.598"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:50.830" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:48:50.830" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:50.831" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:50.831" starttime="20181202 16:48:50.830"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:50.832" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:50.832" starttime="20181202 16:48:50.832"></status>
</kw>
<msg timestamp="20181202 16:48:50.833" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:50.833" starttime="20181202 16:48:48.597"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:48:50.833" starttime="20181202 16:48:50.833"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:50.836" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:50.836" starttime="20181202 16:48:50.835"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:50.839" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:48:50.871" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:53.011" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:53.012" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:53.012" starttime="20181202 16:48:50.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:53.013" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:53.014" starttime="20181202 16:48:53.013"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:53.014" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:53.015" starttime="20181202 16:48:53.014"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:53.016" starttime="20181202 16:48:53.015"></status>
</kw>
<msg timestamp="20181202 16:48:53.016" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:48:53.016" starttime="20181202 16:48:50.836"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:53.017" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:48:53.017" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:53.018" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:53.018" starttime="20181202 16:48:53.017"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:53.018" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:53.019" starttime="20181202 16:48:53.018"></status>
</kw>
<msg timestamp="20181202 16:48:53.019" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:53.019" starttime="20181202 16:48:50.834"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 16:48:53.019" starttime="20181202 16:48:53.019"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:53.021" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:53.021" starttime="20181202 16:48:53.021"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:53.023" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:48:53.043" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:55.107" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:55.108" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:55.108" starttime="20181202 16:48:53.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:55.110" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:55.111" starttime="20181202 16:48:55.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:55.112" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:55.112" starttime="20181202 16:48:55.111"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:55.114" starttime="20181202 16:48:55.113"></status>
</kw>
<msg timestamp="20181202 16:48:55.115" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:48:55.115" starttime="20181202 16:48:53.022"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:55.116" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:48:55.116" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:55.116" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:55.116" starttime="20181202 16:48:55.115"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:55.117" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:48:55.117" starttime="20181202 16:48:55.117"></status>
</kw>
<msg timestamp="20181202 16:48:55.118" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:55.118" starttime="20181202 16:48:53.020"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 16:48:55.119" starttime="20181202 16:48:55.119"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:55.121" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:48:55.121" starttime="20181202 16:48:55.121"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:55.124" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:48:55.154" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:57.095" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:57.096" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:57.096" starttime="20181202 16:48:55.123"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:57.097" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:48:57.097" starttime="20181202 16:48:57.096"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:57.097" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:57.097" starttime="20181202 16:48:57.097"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:57.098" starttime="20181202 16:48:57.098"></status>
</kw>
<msg timestamp="20181202 16:48:57.098" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:48:57.098" starttime="20181202 16:48:55.122"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:48:57.099" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:48:57.099" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:48:57.099" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:48:57.099" starttime="20181202 16:48:57.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:48:57.099" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:48:57.099" starttime="20181202 16:48:57.099"></status>
</kw>
<msg timestamp="20181202 16:48:57.100" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:48:57.100" starttime="20181202 16:48:55.120"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:57.101" starttime="20181202 16:48:57.100"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:57.101" starttime="20181202 16:48:57.100"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:57.101" starttime="20181202 16:48:57.101"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:57.101" starttime="20181202 16:48:57.101"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:57.101" starttime="20181202 16:48:57.100"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:48:57.102" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:48:57.102" starttime="20181202 16:48:57.102"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:57.110" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:48:57.151" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:48:59.680" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:48:59.680" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:48:59.680" starttime="20181202 16:48:57.110"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:48:59.681" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:59.681" starttime="20181202 16:48:59.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:48:59.682" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:48:59.682" starttime="20181202 16:48:59.681"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:48:59.683" starttime="20181202 16:48:59.682"></status>
</kw>
<msg timestamp="20181202 16:48:59.683" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:48:59.683" starttime="20181202 16:48:57.110"></status>
</kw>
<status status="PASS" endtime="20181202 16:48:59.683" starttime="20181202 16:48:57.103"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:48:59.691" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:48:59.725" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:01.834" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:01.834" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:01.834" starttime="20181202 16:48:59.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:01.835" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:01.835" starttime="20181202 16:49:01.835"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:01.836" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:01.836" starttime="20181202 16:49:01.836"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:01.837" starttime="20181202 16:49:01.836"></status>
</kw>
<msg timestamp="20181202 16:49:01.837" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:01.837" starttime="20181202 16:48:59.690"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:01.837" starttime="20181202 16:48:59.683"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:01.852" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:49:01.892" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:04.006" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:04.006" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:04.006" starttime="20181202 16:49:01.851"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:04.007" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:04.007" starttime="20181202 16:49:04.007"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:04.008" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:04.008" starttime="20181202 16:49:04.008"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:04.009" starttime="20181202 16:49:04.008"></status>
</kw>
<msg timestamp="20181202 16:49:04.009" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:04.009" starttime="20181202 16:49:01.850"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:04.009" starttime="20181202 16:49:01.838"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:04.017" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:49:04.060" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:06.100" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:06.100" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:06.100" starttime="20181202 16:49:04.017"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:06.102" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:06.102" starttime="20181202 16:49:06.101"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:06.103" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:06.103" starttime="20181202 16:49:06.102"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:06.104" starttime="20181202 16:49:06.103"></status>
</kw>
<msg timestamp="20181202 16:49:06.104" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:06.104" starttime="20181202 16:49:04.016"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:06.104" starttime="20181202 16:49:04.009"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:06.117" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:49:06.138" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:08.561" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:08.562" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:08.562" starttime="20181202 16:49:06.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:08.563" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:08.563" starttime="20181202 16:49:08.563"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:08.564" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:08.564" starttime="20181202 16:49:08.564"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:08.565" starttime="20181202 16:49:08.565"></status>
</kw>
<msg timestamp="20181202 16:49:08.566" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:49:08.566" starttime="20181202 16:49:06.115"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:08.566" starttime="20181202 16:49:06.104"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:08.580" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:49:08.607" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:10.700" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:10.700" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:10.701" starttime="20181202 16:49:08.579"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:10.702" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:10.702" starttime="20181202 16:49:10.701"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:10.703" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:10.703" starttime="20181202 16:49:10.703"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:10.704" starttime="20181202 16:49:10.704"></status>
</kw>
<msg timestamp="20181202 16:49:10.705" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:49:10.705" starttime="20181202 16:49:08.579"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:10.705" starttime="20181202 16:49:08.566"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:10.718" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:49:10.756" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:12.897" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:12.897" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:12.897" starttime="20181202 16:49:10.717"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:12.898" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:12.898" starttime="20181202 16:49:12.898"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:12.899" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:12.899" starttime="20181202 16:49:12.898"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:12.899" starttime="20181202 16:49:12.899"></status>
</kw>
<msg timestamp="20181202 16:49:12.900" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:12.900" starttime="20181202 16:49:10.716"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:12.900" starttime="20181202 16:49:10.705"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:12.907" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:49:12.948" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:15.071" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:15.071" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:15.071" starttime="20181202 16:49:12.907"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.072" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:15.072" starttime="20181202 16:49:15.072"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.073" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:15.073" starttime="20181202 16:49:15.072"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:49:15.073"></status>
</kw>
<msg timestamp="20181202 16:49:15.074" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:49:12.907"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:49:12.900"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:48:57.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:48:57.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:48:43.788"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.074" starttime="20181202 16:48:43.787"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.076" starttime="20181202 16:49:15.076"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:49:15.077" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 16:49:15.077" starttime="20181202 16:49:15.076"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.078" starttime="20181202 16:49:15.078"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.079" starttime="20181202 16:49:15.078"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.084" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.084" starttime="20181202 16:49:15.079"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.100" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.101" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.101" starttime="20181202 16:49:15.085"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.101" starttime="20181202 16:49:15.077"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.101" starttime="20181202 16:49:15.077"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.104" starttime="20181202 16:49:15.103"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.104" starttime="20181202 16:49:15.104"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.108" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.108" starttime="20181202 16:49:15.105"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.118" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.118" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.118" starttime="20181202 16:49:15.108"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.119" starttime="20181202 16:49:15.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.119" starttime="20181202 16:49:15.101"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.122" starttime="20181202 16:49:15.120"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.123" starttime="20181202 16:49:15.122"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.126" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.126" starttime="20181202 16:49:15.123"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.136" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.136" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.136" starttime="20181202 16:49:15.126"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.136" starttime="20181202 16:49:15.119"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.136" starttime="20181202 16:49:15.119"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.139" starttime="20181202 16:49:15.138"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.139" starttime="20181202 16:49:15.139"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.143" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.143" starttime="20181202 16:49:15.140"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.160" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.161" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.161" starttime="20181202 16:49:15.143"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.162" starttime="20181202 16:49:15.137"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.162" starttime="20181202 16:49:15.137"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.164" starttime="20181202 16:49:15.164"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.165" starttime="20181202 16:49:15.165"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.168" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.169" starttime="20181202 16:49:15.165"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.185" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.185" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.185" starttime="20181202 16:49:15.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.186" starttime="20181202 16:49:15.162"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.186" starttime="20181202 16:49:15.162"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.188" starttime="20181202 16:49:15.187"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.188" starttime="20181202 16:49:15.188"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.191" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.191" starttime="20181202 16:49:15.188"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.202" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.202" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.202" starttime="20181202 16:49:15.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.202" starttime="20181202 16:49:15.186"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.202" starttime="20181202 16:49:15.186"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.204" starttime="20181202 16:49:15.203"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.204" starttime="20181202 16:49:15.204"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.208" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.208" starttime="20181202 16:49:15.204"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.221" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.221" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.221" starttime="20181202 16:49:15.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.222" starttime="20181202 16:49:15.202"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.222" starttime="20181202 16:49:15.202"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.223" starttime="20181202 16:49:15.223"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.224" starttime="20181202 16:49:15.224"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.226" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.226" starttime="20181202 16:49:15.224"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.239" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.239" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.239" starttime="20181202 16:49:15.227"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.239" starttime="20181202 16:49:15.222"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.240" starttime="20181202 16:49:15.222"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.241" starttime="20181202 16:49:15.241"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.242" starttime="20181202 16:49:15.241"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.244" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.244" starttime="20181202 16:49:15.242"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.257" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.257" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.257" starttime="20181202 16:49:15.244"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.257" starttime="20181202 16:49:15.240"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.257" starttime="20181202 16:49:15.240"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.259" starttime="20181202 16:49:15.258"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.259" starttime="20181202 16:49:15.259"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.262" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:49:15.262" starttime="20181202 16:49:15.259"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.273" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.273" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:15.273" starttime="20181202 16:49:15.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.273" starttime="20181202 16:49:15.257"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.273" starttime="20181202 16:49:15.257"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.273" starttime="20181202 16:49:15.077"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.275" starttime="20181202 16:49:15.274"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:15.275" starttime="20181202 16:49:15.275"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.277" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 16:49:15.277" starttime="20181202 16:49:15.275"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.343" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:15.343" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 16:49:15.343" starttime="20181202 16:49:15.277"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.343" starttime="20181202 16:49:15.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.344" starttime="20181202 16:49:15.075"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.344" starttime="20181202 16:49:15.075"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.344" starttime="20181202 16:49:15.075"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.344" starttime="20181202 16:49:15.075"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.357" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:49:15.357" starttime="20181202 16:49:15.356"></status>
</kw>
<msg timestamp="20181202 16:49:15.357" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:15.357" starttime="20181202 16:49:15.356"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.358" starttime="20181202 16:49:15.358"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:49:15.359" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:49:15.359" starttime="20181202 16:49:15.358"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.360" starttime="20181202 16:49:15.355"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.376" starttime="20181202 16:49:15.376"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.377" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:49:15.499" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:49:15.500" starttime="20181202 16:49:15.376"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.514" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 16:49:15.514" starttime="20181202 16:49:15.500"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:15.519" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:49:15 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:49:15.519" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:49:15 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:49:15.519" starttime="20181202 16:49:15.514"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:49:15.562" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:49:15.562" starttime="20181202 16:49:15.519"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:15.564" starttime="20181202 16:49:15.563"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.565" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:49:15 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:15.565" starttime="20181202 16:49:15.565"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.565" starttime="20181202 16:49:15.375"></status>
</kw>
<msg timestamp="20181202 16:49:15.565" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:49:15 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:49:15.566" starttime="20181202 16:49:15.365"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.566" starttime="20181202 16:49:15.566"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.567" starttime="20181202 16:49:15.567"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.567" starttime="20181202 16:49:15.566"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.568" starttime="20181202 16:49:15.567"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.568" starttime="20181202 16:49:15.567"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.568" starttime="20181202 16:49:15.568"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.568" starttime="20181202 16:49:15.568"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.569" starttime="20181202 16:49:15.569"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.569" starttime="20181202 16:49:15.568"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.569"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.569"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.570"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.570"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.566"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.570" starttime="20181202 16:49:15.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.571" starttime="20181202 16:49:15.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.571" starttime="20181202 16:49:15.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.571" starttime="20181202 16:49:15.361"></status>
</kw>
<msg timestamp="20181202 16:49:15.571" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:15.571" starttime="20181202 16:49:15.360"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.656" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:49:15.656" starttime="20181202 16:49:15.655"></status>
</kw>
<msg timestamp="20181202 16:49:15.657" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:15.657" starttime="20181202 16:49:15.655"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.658" starttime="20181202 16:49:15.657"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:49:15.659" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:49:15.660" starttime="20181202 16:49:15.658"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.660" starttime="20181202 16:49:15.653"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.660" starttime="20181202 16:49:15.571"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.660" starttime="20181202 16:49:15.360"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 16:49:15.663" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 16:49:15.664" starttime="20181202 16:49:15.663"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.684" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 16:49:15.684" starttime="20181202 16:49:15.667"></status>
</kw>
<msg timestamp="20181202 16:49:15.684" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:49:15.684" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 16:49:15.684" starttime="20181202 16:49:15.666"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.685" starttime="20181202 16:49:15.685"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.685" starttime="20181202 16:49:15.665"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.685" starttime="20181202 16:49:15.665"></status>
</kw>
<msg timestamp="20181202 16:49:15.685" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 16:49:15.686" starttime="20181202 16:49:15.664"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.687" starttime="20181202 16:49:15.686"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.687" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:15.688" starttime="20181202 16:49:15.687"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.688" starttime="20181202 16:49:15.662"></status>
</kw>
<msg timestamp="20181202 16:49:15.688" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:15.688" starttime="20181202 16:49:15.661"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.704" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:49:15.704" starttime="20181202 16:49:15.703"></status>
</kw>
<msg timestamp="20181202 16:49:15.704" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:15.704" starttime="20181202 16:49:15.703"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.705" starttime="20181202 16:49:15.705"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:49:15.706" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:49:15.706" starttime="20181202 16:49:15.705"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.706" starttime="20181202 16:49:15.702"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.706" starttime="20181202 16:49:15.689"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.707" starttime="20181202 16:49:15.660"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:15.720" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:49:15.720" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:15.720" starttime="20181202 16:49:15.708"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 16:49:15.738" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:49:15.739" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 16:49:15.739" starttime="20181202 16:49:15.723"></status>
</kw>
<msg timestamp="20181202 16:49:15.740" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:49:15.740" starttime="20181202 16:49:15.721"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.745" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:15.749" starttime="20181202 16:49:15.741"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:15.750" starttime="20181202 16:49:15.721"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 16:49:15.751" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 16:49:15.751" starttime="20181202 16:49:15.750"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.756" starttime="20181202 16:49:15.755"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:49:15.756" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:49:15.757" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:49:15.757" starttime="20181202 16:49:15.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:49:15.758" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:49:15.758" starttime="20181202 16:49:15.757"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:49:15.759" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 16:49:15.759" starttime="20181202 16:49:15.758"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:49:15.761" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:15.761" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:49:15.761" starttime="20181202 16:49:15.760"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:15.762" starttime="20181202 16:49:15.761"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:49:15.763" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:49:16.182" level="INFO">Read output: Last login: Sun Dec  2 16:48:43 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:16.183" starttime="20181202 16:49:15.762"></status>
</kw>
<msg timestamp="20181202 16:49:16.183" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:16.183" starttime="20181202 16:49:15.762"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.183" starttime="20181202 16:49:15.759"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:49:16.184" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 16:49:16.241" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:49:16.241" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 16:49:16.241" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:49:16.241" starttime="20181202 16:49:16.184"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:16.306" starttime="20181202 16:49:16.242"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.307" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:16.307" starttime="20181202 16:49:16.307"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.308" starttime="20181202 16:49:16.308"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.309" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:16.309" starttime="20181202 16:49:16.309"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.309" starttime="20181202 16:49:16.308"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.311" starttime="20181202 16:49:16.311"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.312" starttime="20181202 16:49:16.312"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:16.312" starttime="20181202 16:49:16.312"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.313" starttime="20181202 16:49:16.310"></status>
</kw>
<msg timestamp="20181202 16:49:16.313" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 16:49:16.313" starttime="20181202 16:49:15.753"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.314" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 16:49:16.314" starttime="20181202 16:49:16.313"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 16:49:16.315" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:49:16.315" starttime="20181202 16:49:16.314"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.317" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.317" starttime="20181202 16:49:16.316"></status>
</kw>
<msg timestamp="20181202 16:49:16.317" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.318" starttime="20181202 16:49:16.315"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.318" starttime="20181202 16:49:16.318"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.318" starttime="20181202 16:49:16.315"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.320" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.321" starttime="20181202 16:49:16.319"></status>
</kw>
<msg timestamp="20181202 16:49:16.321" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.321" starttime="20181202 16:49:16.319"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.321" starttime="20181202 16:49:16.321"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.321" starttime="20181202 16:49:16.318"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.323" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.324" starttime="20181202 16:49:16.322"></status>
</kw>
<msg timestamp="20181202 16:49:16.324" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.324" starttime="20181202 16:49:16.322"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.324" starttime="20181202 16:49:16.324"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.325" starttime="20181202 16:49:16.321"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.327" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.327" starttime="20181202 16:49:16.325"></status>
</kw>
<msg timestamp="20181202 16:49:16.327" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.327" starttime="20181202 16:49:16.325"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.327" starttime="20181202 16:49:16.327"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.327" starttime="20181202 16:49:16.325"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.329" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.329" starttime="20181202 16:49:16.328"></status>
</kw>
<msg timestamp="20181202 16:49:16.330" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.330" starttime="20181202 16:49:16.328"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.330" starttime="20181202 16:49:16.330"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.330" starttime="20181202 16:49:16.328"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.332" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.332" starttime="20181202 16:49:16.331"></status>
</kw>
<msg timestamp="20181202 16:49:16.332" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.332" starttime="20181202 16:49:16.330"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.333" starttime="20181202 16:49:16.332"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.333" starttime="20181202 16:49:16.330"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.334" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.335" starttime="20181202 16:49:16.333"></status>
</kw>
<msg timestamp="20181202 16:49:16.335" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.335" starttime="20181202 16:49:16.333"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.335" starttime="20181202 16:49:16.335"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.335" starttime="20181202 16:49:16.333"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.337" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.337" starttime="20181202 16:49:16.336"></status>
</kw>
<msg timestamp="20181202 16:49:16.337" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.338" starttime="20181202 16:49:16.336"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.338" starttime="20181202 16:49:16.338"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.338" starttime="20181202 16:49:16.335"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.340" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.341" starttime="20181202 16:49:16.339"></status>
</kw>
<msg timestamp="20181202 16:49:16.341" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.341" starttime="20181202 16:49:16.338"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.341" starttime="20181202 16:49:16.341"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.341" starttime="20181202 16:49:16.338"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.343" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.344" starttime="20181202 16:49:16.342"></status>
</kw>
<msg timestamp="20181202 16:49:16.344" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.344" starttime="20181202 16:49:16.342"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.344" starttime="20181202 16:49:16.344"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.345" starttime="20181202 16:49:16.341"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.347" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.347" starttime="20181202 16:49:16.345"></status>
</kw>
<msg timestamp="20181202 16:49:16.347" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.347" starttime="20181202 16:49:16.345"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.347" starttime="20181202 16:49:16.347"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.347" starttime="20181202 16:49:16.345"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.350" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.350" starttime="20181202 16:49:16.348"></status>
</kw>
<msg timestamp="20181202 16:49:16.350" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.350" starttime="20181202 16:49:16.348"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.350" starttime="20181202 16:49:16.350"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.351" starttime="20181202 16:49:16.347"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.353" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.353" starttime="20181202 16:49:16.351"></status>
</kw>
<msg timestamp="20181202 16:49:16.353" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.353" starttime="20181202 16:49:16.351"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.354" starttime="20181202 16:49:16.353"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.354" starttime="20181202 16:49:16.351"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.356" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.356" starttime="20181202 16:49:16.354"></status>
</kw>
<msg timestamp="20181202 16:49:16.356" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.356" starttime="20181202 16:49:16.354"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.357" starttime="20181202 16:49:16.356"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.357" starttime="20181202 16:49:16.354"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.359" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.359" starttime="20181202 16:49:16.357"></status>
</kw>
<msg timestamp="20181202 16:49:16.359" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.359" starttime="20181202 16:49:16.357"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.360" starttime="20181202 16:49:16.359"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.360" starttime="20181202 16:49:16.357"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.362" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.362" starttime="20181202 16:49:16.360"></status>
</kw>
<msg timestamp="20181202 16:49:16.363" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.363" starttime="20181202 16:49:16.360"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.363" starttime="20181202 16:49:16.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.363" starttime="20181202 16:49:16.360"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.366" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.366" starttime="20181202 16:49:16.364"></status>
</kw>
<msg timestamp="20181202 16:49:16.366" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.366" starttime="20181202 16:49:16.363"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.367" starttime="20181202 16:49:16.366"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.367" starttime="20181202 16:49:16.363"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.369" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.370" starttime="20181202 16:49:16.367"></status>
</kw>
<msg timestamp="20181202 16:49:16.370" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.370" starttime="20181202 16:49:16.367"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.370" starttime="20181202 16:49:16.370"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.370" starttime="20181202 16:49:16.367"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.373" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.373" starttime="20181202 16:49:16.371"></status>
</kw>
<msg timestamp="20181202 16:49:16.373" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.373" starttime="20181202 16:49:16.370"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.374" starttime="20181202 16:49:16.373"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.374" starttime="20181202 16:49:16.370"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.377" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.377" starttime="20181202 16:49:16.374"></status>
</kw>
<msg timestamp="20181202 16:49:16.377" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.377" starttime="20181202 16:49:16.374"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.377" starttime="20181202 16:49:16.377"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.377" starttime="20181202 16:49:16.374"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.380" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.380" starttime="20181202 16:49:16.378"></status>
</kw>
<msg timestamp="20181202 16:49:16.381" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.381" starttime="20181202 16:49:16.378"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.381" starttime="20181202 16:49:16.381"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.381" starttime="20181202 16:49:16.377"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.384" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.384" starttime="20181202 16:49:16.382"></status>
</kw>
<msg timestamp="20181202 16:49:16.384" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.384" starttime="20181202 16:49:16.381"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.385" starttime="20181202 16:49:16.385"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.385" starttime="20181202 16:49:16.381"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.388" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.388" starttime="20181202 16:49:16.385"></status>
</kw>
<msg timestamp="20181202 16:49:16.388" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.388" starttime="20181202 16:49:16.385"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.388" starttime="20181202 16:49:16.388"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.389" starttime="20181202 16:49:16.385"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.392" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.392" starttime="20181202 16:49:16.389"></status>
</kw>
<msg timestamp="20181202 16:49:16.392" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.392" starttime="20181202 16:49:16.389"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.392" starttime="20181202 16:49:16.392"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.392" starttime="20181202 16:49:16.389"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.396" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.396" starttime="20181202 16:49:16.393"></status>
</kw>
<msg timestamp="20181202 16:49:16.396" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.396" starttime="20181202 16:49:16.393"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.396" starttime="20181202 16:49:16.396"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.396" starttime="20181202 16:49:16.392"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.400" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.400" starttime="20181202 16:49:16.397"></status>
</kw>
<msg timestamp="20181202 16:49:16.400" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.400" starttime="20181202 16:49:16.397"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.400" starttime="20181202 16:49:16.400"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.400" starttime="20181202 16:49:16.396"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.404" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.404" starttime="20181202 16:49:16.401"></status>
</kw>
<msg timestamp="20181202 16:49:16.404" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.404" starttime="20181202 16:49:16.401"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.405" starttime="20181202 16:49:16.404"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.405" starttime="20181202 16:49:16.401"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.408" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.408" starttime="20181202 16:49:16.405"></status>
</kw>
<msg timestamp="20181202 16:49:16.408" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.408" starttime="20181202 16:49:16.405"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.409" starttime="20181202 16:49:16.408"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.409" starttime="20181202 16:49:16.405"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.412" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.412" starttime="20181202 16:49:16.409"></status>
</kw>
<msg timestamp="20181202 16:49:16.413" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.413" starttime="20181202 16:49:16.409"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.413" starttime="20181202 16:49:16.413"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.413" starttime="20181202 16:49:16.409"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.417" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.417" starttime="20181202 16:49:16.414"></status>
</kw>
<msg timestamp="20181202 16:49:16.417" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.417" starttime="20181202 16:49:16.413"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.417" starttime="20181202 16:49:16.417"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.417" starttime="20181202 16:49:16.413"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.421" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.421" starttime="20181202 16:49:16.418"></status>
</kw>
<msg timestamp="20181202 16:49:16.421" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.421" starttime="20181202 16:49:16.418"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.422" starttime="20181202 16:49:16.421"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.422" starttime="20181202 16:49:16.417"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:49:16.425" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3275.193s, table=0, n_packets=3272, n_bytes=176688, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3275.175s, table=17, n_packets=3272, n_bytes=176688, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3567.272s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3567.258s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3567.253s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.235s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.263s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3406.165s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3406.165s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3567.235s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3567.235s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3567.075s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3566.687s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3566.679s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3567.075s, table=43, n_packets=3433, n_bytes=187362, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3567.279s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3567.204s, table=48, n_packets=3434, n_bytes=187404, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.845s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3567.075s, table=50, n_packets=2974, n_bytes=160596, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3567.204s, table=50, n_packets=302, n_bytes=16392, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3408.222s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3567.075s, table=51, n_packets=3434, n_bytes=187404, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3408.577s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3408.567s, table=52, n_packets=3378, n_bytes=182400, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2467.824s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2467.821s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2452.386s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3408.562s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2467.508s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2452.054s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3408.565s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2467.514s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2452.056s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3567.272s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3567.235s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3567.075s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3567.267s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3567.017s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3567.017s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3567.011s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3566.992s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3566.992s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.015s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3567.011s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3275.164s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3566.992s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3566.992s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3566.992s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3567.017s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.015s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3567.017s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3567.017s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3566.992s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:49:16.425" starttime="20181202 16:49:16.422"></status>
</kw>
<msg timestamp="20181202 16:49:16.425" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:49:16.425" starttime="20181202 16:49:16.422"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.426" starttime="20181202 16:49:16.426"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.426" starttime="20181202 16:49:16.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.426" starttime="20181202 16:49:16.315"></status>
</kw>
<msg timestamp="20181202 16:49:16.426" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:49:16.426" starttime="20181202 16:49:15.752"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 16:49:16.427" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:16.427" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 16:49:16.427" starttime="20181202 16:49:16.426"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.427" starttime="20181202 16:49:16.427"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.427" starttime="20181202 16:49:15.752"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.427" starttime="20181202 16:49:15.751"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.428" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 16:49:16.428" starttime="20181202 16:49:16.427"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.428" starttime="20181202 16:49:15.708"></status>
</kw>
<msg timestamp="20181202 16:49:16.428" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:16.428" starttime="20181202 16:49:15.707"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.436" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:49:16.436" starttime="20181202 16:49:16.436"></status>
</kw>
<msg timestamp="20181202 16:49:16.436" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:49:16.436" starttime="20181202 16:49:16.436"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.437" starttime="20181202 16:49:16.437"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:49:16.437" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:49:16.437" starttime="20181202 16:49:16.437"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.437" starttime="20181202 16:49:16.435"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.438" starttime="20181202 16:49:16.428"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.438" starttime="20181202 16:49:15.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.438" starttime="20181202 16:49:15.360"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.438" starttime="20181202 16:49:15.344"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.438" starttime="20181202 16:48:28.398"></status>
</kw>
<test id="s1-s5-t1" name="TC01_Update Security Group description and Name">
<kw type="setup" name="Setup_Test_With_Logging_And_Without_Fast_Failing" library="SetupUtils">
<doc>Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.</doc>
<kw name="Run_Even_When_Failing_Fast" library="FailFast">
<doc>This is just a more readable 'None' to override [Setup].</doc>
<kw name="No Operation" library="BuiltIn">
<doc>Does absolutely nothing.</doc>
<status status="PASS" endtime="20181202 16:49:16.440" starttime="20181202 16:49:16.440"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.440" starttime="20181202 16:49:16.439"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Testcase_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<arguments>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:49:16.457" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:16.457" starttime="20181202 16:49:16.456"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:49:16.457" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:16.457" starttime="20181202 16:49:16.457"></status>
</kw>
<msg timestamp="20181202 16:49:16.458" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:16.458" starttime="20181202 16:49:16.455"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:16.470" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:49:16.470" starttime="20181202 16:49:16.470"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:16.471" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:49:16.471" starttime="20181202 16:49:16.470"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.501" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "u "t "r "o "n "[C "S "e "c "u "[78Cr "[A[78Ci</msg>
<status status="PASS" endtime="20181202 16:49:16.502" starttime="20181202 16:49:16.471"></status>
</kw>
<msg timestamp="20181202 16:49:16.502" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:49:16.502" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "...</msg>
<status status="PASS" endtime="20181202 16:49:16.502" starttime="20181202 16:49:16.471"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.531" level="INFO">"t "y "[C "G "r "o "u "p ". "T "C "0 "1 "_ "U "p "d "a "t "e "[C "S "e "c "u "r "i "t "y "[C "G "r "o "u "p "[C "d "e "s "c "r "i "p "t "i "o "n "[C "a "n "d "[C "N "a "m "e "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:16.532" starttime="20181202 16:49:16.503"></status>
</kw>
<msg timestamp="20181202 16:49:16.532" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:49:16.532" level="INFO">${message_wait} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "1 "_ "U "p "d "a "t "e "[C "S "e "c "u "r "i "t "y "[C "G "r "o "u "p "[C "d "e "...</msg>
<status status="PASS" endtime="20181202 16:49:16.532" starttime="20181202 16:49:16.503"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.533" starttime="20181202 16:49:16.533"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.534" level="INFO"> "t "y "[C "G "r "o "u "p ". "T "C "0 "1 "_ "U "p "d "a "t "e "[C "S "e "c "u "r "i "t "y "[C "G "r "o "u "p "[C "d "e "s "c "r "i "p "t "i "o "n "[C "a "n "d "[C "N "a "m "e "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:16.534" starttime="20181202 16:49:16.534"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.535" starttime="20181202 16:49:16.534"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.537" starttime="20181202 16:49:16.536"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.537" starttime="20181202 16:49:16.537"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:16.538" starttime="20181202 16:49:16.538"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.538" starttime="20181202 16:49:16.535"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.538" starttime="20181202 16:49:16.469"></status>
</kw>
<msg timestamp="20181202 16:49:16.538" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:16.539" level="INFO">${message} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "1 "_ "U "p "d "a "t "e "[C "S "e "c "u "r "i "t "y "[C "G "r "o "u "p "[C "d "e "...</msg>
<status status="PASS" endtime="20181202 16:49:16.539" starttime="20181202 16:49:16.469"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:49:16.539" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:16.540" starttime="20181202 16:49:16.539"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.540" starttime="20181202 16:49:16.468"></status>
</kw>
<msg timestamp="20181202 16:49:16.540" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:16.540" level="INFO">${output} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "1 "_ "U "p "d "a "t "e "[C "S "e "c "u "r "i "t "y "[C "G "r "o "u "p "[C "d "e "...</msg>
<status status="PASS" endtime="20181202 16:49:16.540" starttime="20181202 16:49:16.458"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.541" starttime="20181202 16:49:16.540"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.541" starttime="20181202 16:49:16.458"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.541" starttime="20181202 16:49:16.458"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.541" starttime="20181202 16:49:16.455"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.541" starttime="20181202 16:49:16.441"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.542" starttime="20181202 16:49:16.440"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.542" starttime="20181202 16:49:16.439"></status>
</kw>
<kw name="Run Keyword" library="BuiltIn">
<doc>Executes the given keyword with the given arguments.</doc>
<arguments>
<arg>Create Security Group and Validate</arg>
<arg>${SGS[0]}</arg>
</arguments>
<assign>
<var>${sg_id}</var>
</assign>
<kw name="Create Security Group and Validate">
<arguments>
<arg>${SGS[0]}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${output}</var>
<var>${sg_id}</var>
</assign>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:16.546" starttime="20181202 16:49:16.545"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:16.546" starttime="20181202 16:49:16.545"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:16.562" level="INFO">Starting process:
openstack security group create sgs_sg_1 </msg>
<msg timestamp="20181202 16:49:16.606" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:18.992" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:18.993" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:18.993" starttime="20181202 16:49:16.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:18.995" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:49:18Z                                                                                                                                  |
| description     | sgs_sg_1                                                                                                                                              |
| id              | b82e8302-b477-4ee5-be37-24a7a56592e6                                                                                                                  |
| name            | sgs_sg_1                                                                                                                                              |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv4', id='7eb9008e-60e5-4f18-99f0-690a8c16f72e', updated_at='2018-12-02T16:49:18Z' |
|                 | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv6', id='cec36485-d908-458d-83da-dc9b9bb0cfa6', updated_at='2018-12-02T16:49:18Z' |
| updated_at      | 2018-12-02T16:49:18Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:18.995" starttime="20181202 16:49:18.994"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:18.996" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:18.996" starttime="20181202 16:49:18.995"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:18.997" starttime="20181202 16:49:18.996"></status>
</kw>
<msg timestamp="20181202 16:49:18.997" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:49:18.997" starttime="20181202 16:49:16.560"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:49:18.998" level="INFO">${sgp_id} = b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<status status="PASS" endtime="20181202 16:49:18.999" starttime="20181202 16:49:18.998"></status>
</kw>
<msg timestamp="20181202 16:49:18.999" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<msg timestamp="20181202 16:49:18.999" level="INFO">${sg_id} = b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<status status="PASS" endtime="20181202 16:49:18.999" starttime="20181202 16:49:16.544"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${sec_groups}</var>
</assign>
<msg timestamp="20181202 16:49:19.000" level="INFO">${sec_groups} = [u'sgs_sg_1']</msg>
<status status="PASS" endtime="20181202 16:49:19.000" starttime="20181202 16:49:19.000"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:19.031" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-groups/, headers=None json=None</msg>
<msg timestamp="20181202 16:49:19.031" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:19.031" starttime="20181202 16:49:19.025"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:49:19.033" level="INFO">{"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_1","project-id":"17b1de510988465db29f79175f31c234"}]}}</msg>
<status status="PASS" endtime="20181202 16:49:19.033" starttime="20181202 16:49:19.033"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.033" starttime="20181202 16:49:19.032"></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="20181202 16:49:19.034" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:49:19.034" starttime="20181202 16:49:19.034"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sgs_sg_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.035" starttime="20181202 16:49:19.035"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.035" starttime="20181202 16:49:19.035"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.035" starttime="20181202 16:49:19.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.036" starttime="20181202 16:49:19.024"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.036" starttime="20181202 16:49:19.000"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:19.036" starttime="20181202 16:49:16.543"></status>
</kw>
<msg timestamp="20181202 16:49:19.036" level="INFO">${sg_id} = b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<status status="PASS" endtime="20181202 16:49:19.036" starttime="20181202 16:49:16.542"></status>
</kw>
<kw name="Create Security Rule and Validate">
<arguments>
<arg>${SGS[0]}</arg>
<arg>direction=${ADD_PARAMS[0]}</arg>
<arg>ethertype=${ADD_PARAMS[1]}</arg>
<arg>port_range_max=${ADD_PARAMS[3]}</arg>
<arg>port_range_min=${ADD_PARAMS[2]}</arg>
<arg>protocol=${ADD_PARAMS[4]}</arg>
</arguments>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${output}</var>
<var>${rule_id}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.092" starttime="20181202 16:49:19.091"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<msg timestamp="20181202 16:49:19.093" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.093" starttime="20181202 16:49:19.092"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<msg timestamp="20181202 16:49:19.094" level="INFO">${direction} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.094" starttime="20181202 16:49:19.093"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<msg timestamp="20181202 16:49:19.095" level="INFO">${ethertype} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.095" starttime="20181202 16:49:19.094"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<msg timestamp="20181202 16:49:19.096" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.096" starttime="20181202 16:49:19.095"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<msg timestamp="20181202 16:49:19.097" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.097" starttime="20181202 16:49:19.096"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<msg timestamp="20181202 16:49:19.098" level="INFO">${protocol} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.098" starttime="20181202 16:49:19.097"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:49:19.099" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.099" starttime="20181202 16:49:19.099"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:49:19.100" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:49:19.100" starttime="20181202 16:49:19.100"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:19.101" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.101" starttime="20181202 16:49:19.101"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.103" starttime="20181202 16:49:19.103"></status>
</kw>
<msg timestamp="20181202 16:49:19.103" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.103" starttime="20181202 16:49:19.102"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.105" starttime="20181202 16:49:19.105"></status>
</kw>
<msg timestamp="20181202 16:49:19.105" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.105" starttime="20181202 16:49:19.104"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.107" starttime="20181202 16:49:19.107"></status>
</kw>
<msg timestamp="20181202 16:49:19.107" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.107" starttime="20181202 16:49:19.106"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.110" starttime="20181202 16:49:19.109"></status>
</kw>
<msg timestamp="20181202 16:49:19.110" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.110" starttime="20181202 16:49:19.108"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.112" starttime="20181202 16:49:19.111"></status>
</kw>
<msg timestamp="20181202 16:49:19.112" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.112" starttime="20181202 16:49:19.110"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.113" starttime="20181202 16:49:19.113"></status>
</kw>
<msg timestamp="20181202 16:49:19.114" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.114" starttime="20181202 16:49:19.112"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:19.115" starttime="20181202 16:49:19.115"></status>
</kw>
<msg timestamp="20181202 16:49:19.116" level="INFO">${cmd} = openstack security group rule create sgs_sg_1</msg>
<status status="PASS" endtime="20181202 16:49:19.116" starttime="20181202 16:49:19.114"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgs_sg_1 and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:19.118" level="INFO">Starting process:
openstack security group rule create sgs_sg_1</msg>
<msg timestamp="20181202 16:49:19.139" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:21.529" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:21.529" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:21.529" starttime="20181202 16:49:19.117"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:21.530" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:49:21Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 2f719361-e765-4acb-9196-d42485ec659d |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | b82e8302-b477-4ee5-be37-24a7a56592e6 |
| updated_at        | 2018-12-02T16:49:21Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:21.531" starttime="20181202 16:49:21.530"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:21.531" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:21.531" starttime="20181202 16:49:21.531"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:21.532" starttime="20181202 16:49:21.531"></status>
</kw>
<msg timestamp="20181202 16:49:21.532" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:49:21.532" starttime="20181202 16:49:19.116"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:49:21.533" level="INFO">${rule_id} = 2f719361-e765-4acb-9196-d42485ec659d</msg>
<status status="PASS" endtime="20181202 16:49:21.533" starttime="20181202 16:49:21.533"></status>
</kw>
<msg timestamp="20181202 16:49:21.533" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<msg timestamp="20181202 16:49:21.533" level="INFO">${rule_id} = 2f719361-e765-4acb-9196-d42485ec659d</msg>
<status status="PASS" endtime="20181202 16:49:21.534" starttime="20181202 16:49:19.090"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${rule_id}</arg>
</arguments>
<assign>
<var>${rule_ids}</var>
</assign>
<msg timestamp="20181202 16:49:21.534" level="INFO">${rule_ids} = [u'2f719361-e765-4acb-9196-d42485ec659d']</msg>
<status status="PASS" endtime="20181202 16:49:21.534" starttime="20181202 16:49:21.534"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SEC_RULE_API}</arg>
<arg>${rule_ids}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SEC_RULE_API}</arg>
<arg>${rule_ids}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:21.556" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-rules/, headers=None json=None</msg>
<msg timestamp="20181202 16:49:21.556" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:21.556" starttime="20181202 16:49:21.552"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:49:21.557" level="INFO">{"security-rules":{"security-rule":[{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]}}</msg>
<status status="PASS" endtime="20181202 16:49:21.558" starttime="20181202 16:49:21.557"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.558" starttime="20181202 16:49:21.556"></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="20181202 16:49:21.558" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:49:21.558" starttime="20181202 16:49:21.558"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = 2f719361-e765-4acb-9196-d42485ec659d">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:21.559" starttime="20181202 16:49:21.559"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.559" starttime="20181202 16:49:21.558"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.559" starttime="20181202 16:49:21.558"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.559" starttime="20181202 16:49:21.551"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.559" starttime="20181202 16:49:21.534"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:21.560" starttime="20181202 16:49:19.036"></status>
</kw>
<kw name="Neutron Setup Creation">
<arguments>
<arg>${NETWORKS[0]}</arg>
<arg>${SUBNETS[0]}</arg>
<arg>${IP_SUBNETS[0]}</arg>
<arg>${PORTS[0]}</arg>
<arg>${PORTS[1]}</arg>
<arg>${sg_id}</arg>
</arguments>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:21.571" level="INFO">Starting process:
openstack network create sgs_net_1 </msg>
<msg timestamp="20181202 16:49:21.611" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:23.781" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:23.782" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:23.782" starttime="20181202 16:49:21.570"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:23.783" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:49:23Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | sgs_net_1                            |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 40                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:49:23Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:23.783" starttime="20181202 16:49:23.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:23.784" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:23.784" starttime="20181202 16:49:23.783"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:23.785" starttime="20181202 16:49:23.784"></status>
</kw>
<msg timestamp="20181202 16:49:23.785" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:23.785" starttime="20181202 16:49:21.570"></status>
</kw>
<msg timestamp="20181202 16:49:23.786" level="INFO">${net_id} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:23.786" starttime="20181202 16:49:21.561"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network}</arg>
<arg>${subnet}</arg>
<arg>${ip_subnet}</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:23.799" level="INFO">Starting process:
openstack subnet create --network sgs_net_1 --subnet-range 61.2.1.0/24 sgs_sub_1 </msg>
<msg timestamp="20181202 16:49:23.827" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:26.375" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:26.376" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:26.376" starttime="20181202 16:49:23.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:26.378" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 61.2.1.2-61.2.1.254                  |
| cidr              | 61.2.1.0/24                          |
| created_at        | 2018-12-02T16:49:26Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 61.2.1.1                             |
| host_routes       |                                      |
| id                | 718e7057-752e-4b91-9ae4-0e5c66feb3d0 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | sgs_sub_1                            |
| network_id        | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:49:26Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:26.378" starttime="20181202 16:49:26.377"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:26.378" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:26.379" starttime="20181202 16:49:26.378"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:26.380" starttime="20181202 16:49:26.379"></status>
</kw>
<msg timestamp="20181202 16:49:26.380" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:49:26.380" starttime="20181202 16:49:23.798"></status>
</kw>
<msg timestamp="20181202 16:49:26.381" level="INFO">${subnet_id} = None</msg>
<status status="PASS" endtime="20181202 16:49:26.381" starttime="20181202 16:49:23.786"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>${network}</arg>
<arg>${port1}</arg>
<arg>${sg_id}</arg>
</arguments>
<assign>
<var>${port_id}</var>
</assign>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:49:26.383" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:26.384" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:49:26.384" starttime="20181202 16:49:26.383"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:49:26.385" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:49:26.385" starttime="20181202 16:49:26.384"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:49:26.386" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:49:26.386" starttime="20181202 16:49:26.385"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:26.399" level="INFO">Starting process:
openstack port create --network sgs_net_1 sgs_port_1 --security-group b82e8302-b477-4ee5-be37-24a7a56592e6  </msg>
<msg timestamp="20181202 16:49:26.421" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:29.292" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:29.293" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:29.293" starttime="20181202 16:49:26.399"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:29.294" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T16:49:28Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0' |
| id                    | e43a5ade-e9f2-4022-a213-d91d0afee863                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:59:e7:ce                                                       |
| name                  | sgs_port_1                                                              |
| network_id            | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | b82e8302-b477-4ee5-be37-24a7a56592e6                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T16:49:28Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:29.294" starttime="20181202 16:49:29.293"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:29.294" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:29.294" starttime="20181202 16:49:29.294"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:29.295" starttime="20181202 16:49:29.295"></status>
</kw>
<msg timestamp="20181202 16:49:29.295" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:49:29.295" starttime="20181202 16:49:26.398"></status>
</kw>
<msg timestamp="20181202 16:49:29.296" level="INFO">${port_id} = None</msg>
<status status="PASS" endtime="20181202 16:49:29.296" starttime="20181202 16:49:26.381"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>${network}</arg>
<arg>${port2}</arg>
<arg>${sg_id}</arg>
</arguments>
<assign>
<var>${port_id}</var>
</assign>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:49:29.297" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:29.297" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:49:29.297" starttime="20181202 16:49:29.297"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:49:29.298" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:49:29.298" starttime="20181202 16:49:29.298"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:49:29.299" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:49:29.299" starttime="20181202 16:49:29.299"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:29.307" level="INFO">Starting process:
openstack port create --network sgs_net_1 sgs_port_2 --security-group b82e8302-b477-4ee5-be37-24a7a56592e6  </msg>
<msg timestamp="20181202 16:49:29.334" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:32.728" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:32.729" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:32.729" starttime="20181202 16:49:29.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:32.730" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T16:49:31Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0' |
| id                    | f7cdc048-6134-4901-b08f-baf52b3a64fe                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:c6:2a:44                                                        |
| name                  | sgs_port_2                                                               |
| network_id            | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | b82e8302-b477-4ee5-be37-24a7a56592e6                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T16:49:32Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:32.730" starttime="20181202 16:49:32.729"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:32.731" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:32.731" starttime="20181202 16:49:32.730"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:32.732" starttime="20181202 16:49:32.731"></status>
</kw>
<msg timestamp="20181202 16:49:32.733" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 16:49:32.733" starttime="20181202 16:49:29.306"></status>
</kw>
<msg timestamp="20181202 16:49:32.733" level="INFO">${port_id} = None</msg>
<status status="PASS" endtime="20181202 16:49:32.733" starttime="20181202 16:49:29.296"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:32.733" starttime="20181202 16:49:21.560"></status>
</kw>
<kw name="Security group verification on Neutron port">
<arguments>
<arg>${PORTS[0]}</arg>
<arg>${sg_id}</arg>
</arguments>
<kw name="Neutron Port Show" library="OpenStackOperations">
<doc>Display the port configuration that belong to a given neutron port</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${port_show}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${PortName}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:32.747" level="INFO">Starting process:
openstack port show sgs_port_1</msg>
<msg timestamp="20181202 16:49:32.775" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:35.329" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:35.330" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:35.330" starttime="20181202 16:49:32.746"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:35.332" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T16:49:28Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0' |
| id                    | e43a5ade-e9f2-4022-a213-d91d0afee863                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:59:e7:ce                                                       |
| name                  | sgs_port_1                                                              |
| network_id            | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | b82e8302-b477-4ee5-be37-24a7a56592e6                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T16:49:28Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:35.332" starttime="20181202 16:49:35.331"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:35.333" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:35.333" starttime="20181202 16:49:35.332"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:35.334" starttime="20181202 16:49:35.333"></status>
</kw>
<msg timestamp="20181202 16:49:35.335" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:49:35.335" starttime="20181202 16:49:32.746"></status>
</kw>
<msg timestamp="20181202 16:49:35.336" level="INFO">${port_show} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:49:35.336" starttime="20181202 16:49:32.734"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${port_show}</arg>
<arg>${sg_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:35.337" starttime="20181202 16:49:35.336"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:35.337" starttime="20181202 16:49:32.733"></status>
</kw>
<kw name="Security group verification on Neutron port">
<arguments>
<arg>${PORTS[1]}</arg>
<arg>${sg_id}</arg>
</arguments>
<kw name="Neutron Port Show" library="OpenStackOperations">
<doc>Display the port configuration that belong to a given neutron port</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${port_show}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${PortName}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:35.356" level="INFO">Starting process:
openstack port show sgs_port_2</msg>
<msg timestamp="20181202 16:49:35.376" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:37.525" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:37.525" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:37.526" starttime="20181202 16:49:35.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:37.527" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T16:49:31Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0' |
| id                    | f7cdc048-6134-4901-b08f-baf52b3a64fe                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:c6:2a:44                                                        |
| name                  | sgs_port_2                                                               |
| network_id            | 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | b82e8302-b477-4ee5-be37-24a7a56592e6                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T16:49:32Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:37.527" starttime="20181202 16:49:37.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:37.528" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:37.528" starttime="20181202 16:49:37.527"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:37.529" starttime="20181202 16:49:37.528"></status>
</kw>
<msg timestamp="20181202 16:49:37.529" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 16:49:37.529" starttime="20181202 16:49:35.354"></status>
</kw>
<msg timestamp="20181202 16:49:37.530" level="INFO">${port_show} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 16:49:37.530" starttime="20181202 16:49:35.339"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${port_show}</arg>
<arg>${sg_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:37.530" starttime="20181202 16:49:37.530"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:37.531" starttime="20181202 16:49:35.337"></status>
</kw>
<kw name="Update Security Group Description and Verification">
<arguments>
<arg>${sg_id}</arg>
<arg>${DESCRIPTION}</arg>
<arg>${VERIFY_DESCRIPTION}</arg>
</arguments>
<kw name="Neutron Security Group Update" library="OpenStackOperations">
<doc>Updating security groups</doc>
<arguments>
<arg>${sg_id}</arg>
<arg>${description}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group set ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:37.542" level="INFO">Starting process:
openstack security group set b82e8302-b477-4ee5-be37-24a7a56592e6 --description "new security group 1"</msg>
<msg timestamp="20181202 16:49:37.580" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:39.835" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:39.835" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:39.835" starttime="20181202 16:49:37.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:39.837" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:39.837" starttime="20181202 16:49:39.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:39.837" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:39.838" starttime="20181202 16:49:39.837"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:39.838" starttime="20181202 16:49:39.838"></status>
</kw>
<msg timestamp="20181202 16:49:39.839" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:39.839" starttime="20181202 16:49:37.541"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:39.839" starttime="20181202 16:49:37.532"></status>
</kw>
<kw name="Neutron Security Group Show" library="OpenStackOperations">
<doc>Displays the neutron security group configurations that belongs to a given neutron security group name</doc>
<arguments>
<arg>${sg_id}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group show ${SecurityGroupRuleName}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:39.857" level="INFO">Starting process:
openstack security group show b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<msg timestamp="20181202 16:49:39.881" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:42.268" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:42.268" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:42.268" starttime="20181202 16:49:39.856"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:42.270" level="INFO">+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                                                                |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:49:18Z                                                                                                                                                                                 |
| description     | new security group 1                                                                                                                                                                                 |
| id              | b82e8302-b477-4ee5-be37-24a7a56592e6                                                                                                                                                                 |
| name            | sgs_sg_1                                                                                                                                                                                             |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                                                                     |
| revision_number | 2                                                                                                                                                                                                    |
| rules           | created_at='2018-12-02T16:49:21Z', direction='ingress', ethertype='IPv4', id='2f719361-e765-4acb-9196-d42485ec659d', protocol='tcp', remote_ip_prefix='0.0.0.0/0', updated_at='2018-12-02T16:49:21Z' |
|                 | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv4', id='7eb9008e-60e5-4f18-99f0-690a8c16f72e', updated_at='2018-12-02T16:49:18Z'                                                |
|                 | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv6', id='cec36485-d908-458d-83da-dc9b9bb0cfa6', updated_at='2018-12-02T16:49:18Z'                                                |
| updated_at      | 2018-12-02T16:49:39Z                                                                                                                                                                                 |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:42.270" starttime="20181202 16:49:42.269"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:42.270" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:42.270" starttime="20181202 16:49:42.270"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:42.271" starttime="20181202 16:49:42.271"></status>
</kw>
<msg timestamp="20181202 16:49:42.272" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:42.272" starttime="20181202 16:49:39.855"></status>
</kw>
<msg timestamp="20181202 16:49:42.272" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:42.272" starttime="20181202 16:49:39.840"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${verify_description}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:42.273" starttime="20181202 16:49:42.272"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:42.273" starttime="20181202 16:49:37.531"></status>
</kw>
<kw name="Update Security Group Name and Verification">
<arguments>
<arg>${sg_id}</arg>
<arg>${NAME_UPDATE}</arg>
<arg>${VERIFY_NAME}</arg>
</arguments>
<kw name="Neutron Security Group Update" library="OpenStackOperations">
<doc>Updating security groups</doc>
<arguments>
<arg>${sg_id}</arg>
<arg>${name_update}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group set ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:42.286" level="INFO">Starting process:
openstack security group set b82e8302-b477-4ee5-be37-24a7a56592e6 --name SSH_UPDATED</msg>
<msg timestamp="20181202 16:49:42.315" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:44.643" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:44.644" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:44.644" starttime="20181202 16:49:42.286"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:44.645" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:44.645" starttime="20181202 16:49:44.644"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:44.646" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:44.646" starttime="20181202 16:49:44.646"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:44.647" starttime="20181202 16:49:44.646"></status>
</kw>
<msg timestamp="20181202 16:49:44.648" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:44.648" starttime="20181202 16:49:42.285"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:44.648" starttime="20181202 16:49:42.274"></status>
</kw>
<kw name="Neutron Security Group Show" library="OpenStackOperations">
<doc>Displays the neutron security group configurations that belongs to a given neutron security group name</doc>
<arguments>
<arg>${sg_id}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group show ${SecurityGroupRuleName}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:44.666" level="INFO">Starting process:
openstack security group show b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<msg timestamp="20181202 16:49:44.686" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:46.844" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:46.844" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:46.844" starttime="20181202 16:49:44.666"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:46.845" level="INFO">+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                                                                |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:49:18Z                                                                                                                                                                                 |
| description     | new security group 1                                                                                                                                                                                 |
| id              | b82e8302-b477-4ee5-be37-24a7a56592e6                                                                                                                                                                 |
| name            | SSH_UPDATED                                                                                                                                                                                          |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                                                                     |
| revision_number | 3                                                                                                                                                                                                    |
| rules           | created_at='2018-12-02T16:49:21Z', direction='ingress', ethertype='IPv4', id='2f719361-e765-4acb-9196-d42485ec659d', protocol='tcp', remote_ip_prefix='0.0.0.0/0', updated_at='2018-12-02T16:49:21Z' |
|                 | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv4', id='7eb9008e-60e5-4f18-99f0-690a8c16f72e', updated_at='2018-12-02T16:49:18Z'                                                |
|                 | created_at='2018-12-02T16:49:18Z', direction='egress', ethertype='IPv6', id='cec36485-d908-458d-83da-dc9b9bb0cfa6', updated_at='2018-12-02T16:49:18Z'                                                |
| updated_at      | 2018-12-02T16:49:44Z                                                                                                                                                                                 |
+-----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:46.846" starttime="20181202 16:49:46.845"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:46.846" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:46.846" starttime="20181202 16:49:46.846"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:46.847" starttime="20181202 16:49:46.846"></status>
</kw>
<msg timestamp="20181202 16:49:46.847" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:46.847" starttime="20181202 16:49:44.665"></status>
</kw>
<msg timestamp="20181202 16:49:46.847" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:46.847" starttime="20181202 16:49:44.648"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${verify_name}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:46.848" starttime="20181202 16:49:46.848"></status>
</kw>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${SEC_GROUP_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:46.852" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-groups/, headers=None json=None</msg>
<msg timestamp="20181202 16:49:46.852" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:46.852" starttime="20181202 16:49:46.848"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:49:46.853" level="INFO">{"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]}}</msg>
<status status="PASS" endtime="20181202 16:49:46.853" starttime="20181202 16:49:46.853"></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>${RESP_CODE_200}</arg>
</arguments>
<msg timestamp="20181202 16:49:46.854" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:49:46.854" starttime="20181202 16:49:46.853"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${verify_name}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:46.854" starttime="20181202 16:49:46.854"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:46.854" starttime="20181202 16:49:42.273"></status>
</kw>
<kw type="teardown" name="Get Test Teardown Debugs" library="OpenStackOperations">
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:46.857" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:49:46.857" starttime="20181202 16:49:46.857"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:46.859" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:47.283" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:49:47.283" starttime="20181202 16:49:46.857"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:47.284" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1111
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 400
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2661
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1610
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 107
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 7.21918119562
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1519
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.115492
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.842176330121
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4349
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:49:47.284" starttime="20181202 16:49:47.284"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.284" starttime="20181202 16:49:46.856"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.284" starttime="20181202 16:49:46.856"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.284" starttime="20181202 16:49:46.856"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:49:47.287" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.287" starttime="20181202 16:49:47.286"></status>
</kw>
<msg timestamp="20181202 16:49:47.287" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.287" starttime="20181202 16:49:47.286"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:47.288" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.288" starttime="20181202 16:49:47.287"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:47.290" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:47.572" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:49:47.573" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:49:47.573" starttime="20181202 16:49:47.288"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:47.575" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:49:47.575" starttime="20181202 16:49:47.574"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:47.578" starttime="20181202 16:49:47.575"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.578" starttime="20181202 16:49:47.285"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.578" starttime="20181202 16:49:47.285"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:49:47.583" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.584" starttime="20181202 16:49:47.583"></status>
</kw>
<msg timestamp="20181202 16:49:47.584" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.584" starttime="20181202 16:49:47.581"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:47.585" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name</msg>
<status status="PASS" endtime="20181202 16:49:47.586" starttime="20181202 16:49:47.585"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:47.589" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC01_Update_Security_Group_description_and_Name 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:47.952" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:49:47.952" level="INFO">${output} = 2018-12-02 16:49:47,891 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:49:47,897 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:49:47.952" starttime="20181202 16:49:47.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:47.953" level="INFO">rc: 1, output: 2018-12-02 16:49:47,891 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:49:47,897 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:49:47,902 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:49:47,916 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:default-transport-zone
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:49:47.953" starttime="20181202 16:49:47.952"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:49:47.954" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:49:47.954" starttime="20181202 16:49:47.953"></status>
</kw>
<status status="FAIL" endtime="20181202 16:49:47.954" starttime="20181202 16:49:47.580"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.954" starttime="20181202 16:49:47.579"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.954" starttime="20181202 16:49:46.855"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:47.956" starttime="20181202 16:49:47.956"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:47.958" starttime="20181202 16:49:47.957"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:47.958" starttime="20181202 16:49:47.958"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:47.962" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:49:47.962" starttime="20181202 16:49:47.958"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:47.977" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:47.978" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:49:47.978" starttime="20181202 16:49:47.963"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.978" starttime="20181202 16:49:47.957"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:47.979" starttime="20181202 16:49:47.979"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:47.980" starttime="20181202 16:49:47.980"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:47.981" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:49:47.981" starttime="20181202 16:49:47.980"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:47.996" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:47.996" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:49:47.996" starttime="20181202 16:49:47.982"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:47.996" starttime="20181202 16:49:47.978"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:47.998" starttime="20181202 16:49:47.997"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:47.998" starttime="20181202 16:49:47.998"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.001" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:49:48.001" starttime="20181202 16:49:47.998"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.006" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.006" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:49:48.006" starttime="20181202 16:49:48.001"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.006" starttime="20181202 16:49:47.997"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.007" starttime="20181202 16:49:48.007"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.007" starttime="20181202 16:49:48.007"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.009" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:49:48.010" starttime="20181202 16:49:48.008"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.012" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.013" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:49:48.013" starttime="20181202 16:49:48.010"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.013" starttime="20181202 16:49:48.006"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.014" starttime="20181202 16:49:48.014"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.014" starttime="20181202 16:49:48.014"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.019" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:49:48.019" starttime="20181202 16:49:48.014"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.022" level="INFO">qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.023" level="INFO">${output} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:48.023" starttime="20181202 16:49:48.019"></status>
</kw>
<msg timestamp="20181202 16:49:48.023" level="INFO">${nslist} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:48.023" starttime="20181202 16:49:48.013"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:49:48.023" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 16:49:48.024" level="INFO">@{lines} = [ qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 ]</msg>
<status status="PASS" endtime="20181202 16:49:48.024" starttime="20181202 16:49:48.023"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.025" starttime="20181202 16:49:48.025"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.025" starttime="20181202 16:49:48.025"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.029" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o link</msg>
<status status="PASS" endtime="20181202 16:49:48.029" starttime="20181202 16:49:48.026"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.059" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bd:1a:90 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.060" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:49:48.060" starttime="20181202 16:49:48.029"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.060" starttime="20181202 16:49:48.024"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.061" starttime="20181202 16:49:48.061"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.061" starttime="20181202 16:49:48.061"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.064" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:49:48.064" starttime="20181202 16:49:48.062"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.093" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61.2.1.2/24 brd 61.2.1.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet6 fe80::f816:3eff:febd:1a90/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.094" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61...</msg>
<status status="PASS" endtime="20181202 16:49:48.094" starttime="20181202 16:49:48.064"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.094" starttime="20181202 16:49:48.060"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.095" starttime="20181202 16:49:48.095"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.095" starttime="20181202 16:49:48.095"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.098" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip route</msg>
<status status="PASS" endtime="20181202 16:49:48.098" starttime="20181202 16:49:48.096"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.125" level="INFO">default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.126" level="INFO">${output} = default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:49:48.126" starttime="20181202 16:49:48.098"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.126" starttime="20181202 16:49:48.094"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.126" starttime="20181202 16:49:48.024"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.126" starttime="20181202 16:49:48.024"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.127" starttime="20181202 16:49:48.127"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.127" starttime="20181202 16:49:48.127"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.129" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:49:48.129" starttime="20181202 16:49:48.128"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.151" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1504a868-cb"
            tag: 4095
            Interface "tap1504a868-cb"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.151" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:49:48.151" starttime="20181202 16:49:48.130"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.151" starttime="20181202 16:49:48.126"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.153" starttime="20181202 16:49:48.152"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.153" starttime="20181202 16:49:48.153"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.155" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:49:48.155" starttime="20181202 16:49:48.153"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.178" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 55
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.178" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:49:48.178" starttime="20181202 16:49:48.155"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.179" starttime="20181202 16:49:48.152"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.180" starttime="20181202 16:49:48.180"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.180" starttime="20181202 16:49:48.180"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.183" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:49:48.183" starttime="20181202 16:49:48.181"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.199" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 24(tap1504a868-cb): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.200" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:49:48.200" starttime="20181202 16:49:48.183"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.200" starttime="20181202 16:49:48.179"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.201" starttime="20181202 16:49:48.201"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.202" starttime="20181202 16:49:48.201"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.204" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:49:48.204" starttime="20181202 16:49:48.202"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.445" level="INFO">cookie=0x8000000, duration=3307.171s, table=0, n_packets=3304, n_bytes=178416, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=20.736s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1504a868-cb",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3307.153s, table=17, n_packets=3304, n_bytes=178416, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=19.818s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1396-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1396000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3599.250s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3599.236s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3599.231s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3599.213s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3599.241s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3438.143s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3438.143s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3599.213s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3599.213s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3599.053s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001396, duration=19.814s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x9051396, duration=20.736s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3598.665s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3598.657s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3599.053s, table=43, n_packets=3467, n_bytes=189270, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3599.257s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3599.182s, table=48, n_packets=3468, n_bytes=189312, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=4.729s, table=49, n_packets=3, n_bytes=162, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051396, duration=19.802s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1396000000/0xfffffffff000000,dl_src=fa:16:3e:bd:1a:90 actions=goto_table:51
 cookie=0x8050001, duration=3599.053s, table=50, n_packets=3003, n_bytes=162162, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3599.182s, table=50, n_packets=305, n_bytes=16554, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3440.200s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031396, duration=19.792s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1396000000/0xffff000000,dl_dst=fa:16:3e:bd:1a:90 actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3599.053s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3599.053s, table=51, n_packets=3468, n_bytes=189312, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3440.555s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3440.545s, table=52, n_packets=3410, n_bytes=184128, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2499.802s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2499.799s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2484.364s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2484.364s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701396, duration=19.810s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1396000001/0xffff000001 actions=write_actions(group:210027)
 cookie=0x8701396, duration=19.806s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1396000000/0xffff000001 actions=write_actions(group:210028)
 cookie=0x8800001, duration=3440.540s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2499.486s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2484.032s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=19.792s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3440.543s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2499.492s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2484.034s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=19.792s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3599.250s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3599.213s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3599.053s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3599.245s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3598.995s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3598.995s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3598.995s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3598.989s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3598.970s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3598.970s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3598.970s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3598.970s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3598.993s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3598.989s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3598.989s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3307.142s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3307.142s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=20.727s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"tap1504a868-cb"
 cookie=0x6900000, duration=3598.970s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3598.970s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3598.970s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3598.970s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3598.970s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3598.970s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3598.970s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3598.995s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3598.993s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3598.995s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3598.995s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3598.995s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3598.995s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3598.995s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3598.970s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3598.970s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3598.970s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.445" level="INFO">${output} =  cookie=0x8000000, duration=3307.171s, table=0, n_packets=3304, n_bytes=178416, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:49:48.445" starttime="20181202 16:49:48.204"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.445" starttime="20181202 16:49:48.200"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.447" starttime="20181202 16:49:48.446"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.447" starttime="20181202 16:49:48.447"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.451" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:49:48.451" starttime="20181202 16:49:48.447"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.470" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210027,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.470" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 16:49:48.470" starttime="20181202 16:49:48.451"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.471" starttime="20181202 16:49:48.446"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:48.473" starttime="20181202 16:49:48.472"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:48.473" starttime="20181202 16:49:48.473"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.476" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:49:48.476" starttime="20181202 16:49:48.474"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:48.502" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1735.195s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=20.723s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3599.246s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2485.277s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2500.423s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210004,duration=3441.167s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1723.943s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210027,duration=21.012s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=3441.486s,ref_count=1,packet_count=3410,byte_count=184128
 group_id=210009,duration=2500.714s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2484.972s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:48.502" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1735.195s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=20.723s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:49:48.502" starttime="20181202 16:49:48.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.502" starttime="20181202 16:49:48.471"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.502" starttime="20181202 16:49:47.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.502" starttime="20181202 16:49:47.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.502" starttime="20181202 16:49:47.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.503" starttime="20181202 16:49:47.955"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:49:48.513" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6225da090&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:49:48.513" starttime="20181202 16:49:48.512"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.529" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.530" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.530" starttime="20181202 16:49:48.514"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.531" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.531" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.531" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.532" starttime="20181202 16:49:48.530"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.532" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.533" starttime="20181202 16:49:48.532"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.533" starttime="20181202 16:49:48.513"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.541" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.541" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.541" starttime="20181202 16:49:48.533"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.542" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","segmentation-id":40,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5014,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:49:48.543" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.543" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:49:48.543" starttime="20181202 16:49:48.542"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.544" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 40
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.544" starttime="20181202 16:49:48.543"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.544" starttime="20181202 16:49:48.533"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.550" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.550" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.550" starttime="20181202 16:49:48.544"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.552" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"1504a868-cbea-4907-a6fe-0874ece08730","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:bd:1a:90","ip-prefix":"61.2.1.2"}]},{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:59:e7:ce","ip-prefix":"61.2.1.3"}]},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:c6:2a:44","ip-prefix":"61.2.1.13"}]}]}} </msg>
<msg timestamp="20181202 16:49:48.552" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.553" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874...</msg>
<status status="PASS" endtime="20181202 16:49:48.553" starttime="20181202 16:49:48.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.554" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.2",
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.554" starttime="20181202 16:49:48.553"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.554" starttime="20181202 16:49:48.544"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.560" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.560" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.560" starttime="20181202 16:49:48.555"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.565" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769367}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1504a868-cbea-4907-a6fe-0874ece08730","id-value":[31]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012}],"available-id-count":12,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5014,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769363}],"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","id-value":[5014]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30}],"available-id-count":29,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":31,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":7,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769358}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:49:48.565" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.566" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:49:48.566" starttime="20181202 16:49:48.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.567" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769367
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "id-value": [
                            31
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5014,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 12,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769363
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "id-value": [
                            5014
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 31,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 29,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 7,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769358
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.567" starttime="20181202 16:49:48.566"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.568" starttime="20181202 16:49:48.554"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.576" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.576" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.576" starttime="20181202 16:49:48.568"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.578" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{"ace":[{"rule-name":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cec36485-d908-458d-83da-dc9b9bb0cfa6","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"2f719361-e765-4acb-9196-d42485ec659d","matches":{"protocol":6,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:49:48.578" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.579" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 16:49:48.579" starttime="20181202 16:49:48.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.579" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "2f719361-e765-4acb-9196-d42485ec659d"
                        }
                    ]
                },
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.580" starttime="20181202 16:49:48.579"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.580" starttime="20181202 16:49:48.568"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.585" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.585" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.585" starttime="20181202 16:49:48.580"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.587" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"61.2.1.3"},{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"fe80:0:0:0:f816:3eff:fe59:e7ce"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1504a868-cb"},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"61.2.1.13"},{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"fe80:0:0:0:f816:3eff:fec6:2a44"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 16:49:48.587" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.587" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
               ...</msg>
<status status="PASS" endtime="20181202 16:49:48.587" starttime="20181202 16:49:48.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.588" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe59:e7ce",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1504a868-cb",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec6:2a44",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.588" starttime="20181202 16:49:48.587"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.588" starttime="20181202 16:49:48.580"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.595" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.595" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.595" starttime="20181202 16:49:48.588"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.598" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:49:48.598" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.599" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:49:48.599" starttime="20181202 16:49:48.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.600" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84120961024,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5014
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "24"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.600" starttime="20181202 16:49:48.599"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.600" starttime="20181202 16:49:48.588"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.607" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.607" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.607" starttime="20181202 16:49:48.601"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.609" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:49:48.609" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.610" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:49:48.610" starttime="20181202 16:49:48.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.611" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.611" starttime="20181202 16:49:48.610"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.611" starttime="20181202 16:49:48.600"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.620" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.620" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.620" starttime="20181202 16:49:48.612"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.622" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.623" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.623" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.623" starttime="20181202 16:49:48.621"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.624" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.624" starttime="20181202 16:49:48.623"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.624" starttime="20181202 16:49:48.611"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.632" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.633" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.633" starttime="20181202 16:49:48.625"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.634" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.635" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.635" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.635" starttime="20181202 16:49:48.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.636" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.636" starttime="20181202 16:49:48.636"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.636" starttime="20181202 16:49:48.624"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.642" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.643" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.643" starttime="20181202 16:49:48.637"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.644" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.644" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.644" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.644" starttime="20181202 16:49:48.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.645" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.645" starttime="20181202 16:49:48.644"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.645" starttime="20181202 16:49:48.636"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.661" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.662" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.662" starttime="20181202 16:49:48.645"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.663" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:49:48.664" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.664" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:49:48.664" starttime="20181202 16:49:48.662"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.665" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.665" starttime="20181202 16:49:48.664"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.665" starttime="20181202 16:49:48.645"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.670" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.670" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.670" starttime="20181202 16:49:48.665"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.672" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:49:48.672" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.672" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.672" starttime="20181202 16:49:48.671"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.673" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.673" starttime="20181202 16:49:48.673"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.673" starttime="20181202 16:49:48.665"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.678" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.678" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.678" starttime="20181202 16:49:48.674"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.679" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:49:48.679" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.680" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.680" starttime="20181202 16:49:48.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.680" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.680" starttime="20181202 16:49:48.680"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.681" starttime="20181202 16:49:48.673"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.688" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.688" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.688" starttime="20181202 16:49:48.681"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.690" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:49:48.690" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.690" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:49:48.690" starttime="20181202 16:49:48.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.691" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:49:48.691" starttime="20181202 16:49:48.690"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.691" starttime="20181202 16:49:48.681"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.696" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.696" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.696" starttime="20181202 16:49:48.692"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.700" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"40","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgs_net_1"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]},"security-rules":{"security-rule":[{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","gateway-ip":"61.2.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"61.2.1.2","end":"61.2.1.254"}],"cidr":"61.2.1.0/24","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_sub_1"}]},"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:bd:1a:90","admin-state-up":true,"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":""},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.13"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c6:2a:44","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_2"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:59:e7:ce","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_1"}]}}} </msg>
<msg timestamp="20181202 16:49:48.700" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.701" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:49:48.701" starttime="20181202 16:49:48.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.701" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgs_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "40",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.2",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:bd:1a:90",
                    "name": "",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.13",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:c6:2a:44",
                    "name": "sgs_port_2",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.3",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:59:e7:ce",
                    "name": "sgs_port_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "SSH_UPDATED",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b82e8302-b477-4ee5-be37-24a7a56592e6"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2f719361-e765-4acb-9196-d42485ec659d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "61.2.1.254",
                            "start": "61.2.1.2"
                        }
                    ],
                    "cidr": "61.2.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "61.2.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgs_sub_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.702" starttime="20181202 16:49:48.701"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.702" starttime="20181202 16:49:48.691"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.706" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.706" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.706" starttime="20181202 16:49:48.702"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.707" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-id-list":["718e7057-752e-4b91-9ae4-0e5c66feb3d0"]}]}} </msg>
<msg timestamp="20181202 16:49:48.707" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.707" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752...</msg>
<status status="PASS" endtime="20181202 16:49:48.707" starttime="20181202 16:49:48.706"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.708" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.708" starttime="20181202 16:49:48.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.708" starttime="20181202 16:49:48.702"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.714" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.714" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.714" starttime="20181202 16:49:48.708"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.716" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.716" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.716" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.716" starttime="20181202 16:49:48.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.717" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.717" starttime="20181202 16:49:48.716"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.717" starttime="20181202 16:49:48.708"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.727" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.727" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.727" starttime="20181202 16:49:48.717"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.728" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.728" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.728" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.728" starttime="20181202 16:49:48.727"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.729" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.729" starttime="20181202 16:49:48.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.729" starttime="20181202 16:49:48.717"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.733" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.733" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.733" starttime="20181202 16:49:48.729"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.734" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","network-type":"VXLAN","port-list":["e43a5ade-e9f2-4022-a213-d91d0afee863","f7cdc048-6134-4901-b08f-baf52b3a64fe","1504a868-cbea-4907-a6fe-0874ece08730"],"segmentation-id":40,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-ip":"61.2.1.0/24"}]}} </msg>
<msg timestamp="20181202 16:49:48.734" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.734" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
         ...</msg>
<status status="PASS" endtime="20181202 16:49:48.734" starttime="20181202 16:49:48.733"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.735" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "network-type": "VXLAN",
                "port-list": [
                    "e43a5ade-e9f2-4022-a213-d91d0afee863",
                    "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "segmentation-id": 40,
                "subnet-ip": "61.2.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.735" starttime="20181202 16:49:48.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.735" starttime="20181202 16:49:48.729"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.738" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.738" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.738" starttime="20181202 16:49:48.735"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.739" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:49:48.739" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.739" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.739" starttime="20181202 16:49:48.738"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.739" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.739" starttime="20181202 16:49:48.739"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.739" starttime="20181202 16:49:48.735"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.744" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.744" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.744" starttime="20181202 16:49:48.740"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.745" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:49:48.745" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.745" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.746" starttime="20181202 16:49:48.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.746" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.746" starttime="20181202 16:49:48.746"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.746" starttime="20181202 16:49:48.739"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.753" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.753" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.753" starttime="20181202 16:49:48.747"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.755" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap1504a868-cb","interface-child-entry":[{"child-interface":"1504a868-cbea-4907-a6fe-0874ece08730"}]}]}} </msg>
<msg timestamp="20181202 16:49:48.755" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.755" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:49:48.755" starttime="20181202 16:49:48.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.756" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1504a868-cbea-4907-a6fe-0874ece08730"
                    }
                ],
                "parent-interface": "tap1504a868-cb"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.756" starttime="20181202 16:49:48.755"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.756" starttime="20181202 16:49:48.747"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.761" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.761" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.761" starttime="20181202 16:49:48.756"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.762" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.762" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.762" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.762" starttime="20181202 16:49:48.762"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.763" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.763" starttime="20181202 16:49:48.763"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.763" starttime="20181202 16:49:48.756"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.769" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.769" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.769" starttime="20181202 16:49:48.763"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.770" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:49:48.771" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.771" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:49:48.771" starttime="20181202 16:49:48.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.771" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.771" starttime="20181202 16:49:48.771"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.771" starttime="20181202 16:49:48.763"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.775" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.775" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.775" starttime="20181202 16:49:48.772"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.776" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:49:48.776" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.776" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:49:48.776" starttime="20181202 16:49:48.775"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.777" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.777" starttime="20181202 16:49:48.776"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.777" starttime="20181202 16:49:48.772"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.781" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.782" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.782" starttime="20181202 16:49:48.777"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.783" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.783" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.783" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.783" starttime="20181202 16:49:48.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.783" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.784" starttime="20181202 16:49:48.783"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.784" starttime="20181202 16:49:48.777"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.787" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.787" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.787" starttime="20181202 16:49:48.784"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.788" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:49:48.788" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.788" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.788" starttime="20181202 16:49:48.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.788" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.788" starttime="20181202 16:49:48.788"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.788" starttime="20181202 16:49:48.784"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.791" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.792" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.792" starttime="20181202 16:49:48.789"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.793" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:49:48.793" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.793" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.793" starttime="20181202 16:49:48.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.794" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.794" starttime="20181202 16:49:48.794"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.794" starttime="20181202 16:49:48.788"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.799" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.799" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.799" starttime="20181202 16:49:48.795"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.800" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.800" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.800" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.800" starttime="20181202 16:49:48.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.801" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.801" starttime="20181202 16:49:48.801"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.801" starttime="20181202 16:49:48.794"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.806" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.806" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.806" starttime="20181202 16:49:48.802"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.807" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.807" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.807" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.807" starttime="20181202 16:49:48.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.808" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.808" starttime="20181202 16:49:48.808"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.808" starttime="20181202 16:49:48.801"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.815" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.815" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.815" starttime="20181202 16:49:48.809"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.816" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.816" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.816" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.816" starttime="20181202 16:49:48.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.817" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.817" starttime="20181202 16:49:48.817"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.817" starttime="20181202 16:49:48.808"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.824" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.824" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.825" starttime="20181202 16:49:48.818"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.826" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.826" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.826" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.826" starttime="20181202 16:49:48.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.827" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.827" starttime="20181202 16:49:48.826"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.827" starttime="20181202 16:49:48.817"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.832" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.833" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.833" starttime="20181202 16:49:48.827"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.834" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.834" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.834" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.834" starttime="20181202 16:49:48.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.835" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.835" starttime="20181202 16:49:48.835"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.835" starttime="20181202 16:49:48.827"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.849" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.849" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.849" starttime="20181202 16:49:48.836"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.868" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3640","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":150999958,"flow-name":"ITM Flow Entry :5014","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385014","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":151327638,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961025,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210027}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961024,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210028}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":34168981422080,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550422,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},"strict":true,"cookie":134419350,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:24","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529249215049891840,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210028,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210027}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"},{"group-id":210027,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:49:48.868" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.870" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:49:48.870" starttime="20181202 16:49:48.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.871" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210027
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210028,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210027,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "24"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999958,
                                "flow-name": "ITM Flow Entry :5014",
                                "hard-timeout": 0,
                                "id": "3640",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327638,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "385014",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210027
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961025,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210028
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550422,
                                "hard-timeout": 0,
                                "id": "5050148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34168981422080,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419350,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "5150148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:24",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5014
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249215049891840,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.873" starttime="20181202 16:49:48.870"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.873" starttime="20181202 16:49:48.835"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.878" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.878" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.879" starttime="20181202 16:49:48.874"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.879" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:49:48.879" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.880" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:49:48.880" starttime="20181202 16:49:48.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.880" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1504a868-cbea-4907-a6fe-0874ece08730"
                        ]
                    }
                ],
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.880" starttime="20181202 16:49:48.880"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.880" starttime="20181202 16:49:48.873"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.887" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.887" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.887" starttime="20181202 16:49:48.880"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.888" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","mac-entry":[{"mac-address":"fa:16:3e:bd:1a:90","interface":"1504a868-cbea-4907-a6fe-0874ece08730","ip-prefix":"61.2.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:49:48.888" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.888" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:49:48.888" starttime="20181202 16:49:48.887"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.888" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "mac-entry": [
                    {
                        "interface": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "ip-prefix": "61.2.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.889" starttime="20181202 16:49:48.888"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.889" starttime="20181202 16:49:48.880"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.896" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.896" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.896" starttime="20181202 16:49:48.889"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.897" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.897" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.897" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.897" starttime="20181202 16:49:48.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.897" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.898" starttime="20181202 16:49:48.897"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.898" starttime="20181202 16:49:48.889"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.901" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.901" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.901" starttime="20181202 16:49:48.898"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.902" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","elan-interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]}} </msg>
<msg timestamp="20181202 16:49:48.902" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.902" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:49:48.902" starttime="20181202 16:49:48.901"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.902" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.903" starttime="20181202 16:49:48.902"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.903" starttime="20181202 16:49:48.898"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.909" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.909" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.909" starttime="20181202 16:49:48.903"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.910" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap1504a868-cb","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.431Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.434Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:49:48.910" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.910" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:49:48.911" starttime="20181202 16:49:48.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.911" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "tap1504a868-cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.431Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.434Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.911" starttime="20181202 16:49:48.911"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.911" starttime="20181202 16:49:48.903"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.915" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.916" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.916" starttime="20181202 16:49:48.911"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.916" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:49:48.916" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.917" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:49:48.917" starttime="20181202 16:49:48.916"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.917" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.917" starttime="20181202 16:49:48.917"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.917" starttime="20181202 16:49:48.911"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.923" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.923" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.923" starttime="20181202 16:49:48.917"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.924" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.924" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.924" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.924" starttime="20181202 16:49:48.923"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.924" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.924" starttime="20181202 16:49:48.924"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.924" starttime="20181202 16:49:48.917"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.928" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.928" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.928" starttime="20181202 16:49:48.924"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.928" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.928" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.929" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.929" starttime="20181202 16:49:48.928"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.929" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.929" starttime="20181202 16:49:48.929"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.929" starttime="20181202 16:49:48.924"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.932" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.932" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.932" starttime="20181202 16:49:48.929"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.933" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.933" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.933" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.933" starttime="20181202 16:49:48.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.933" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.934" starttime="20181202 16:49:48.933"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.934" starttime="20181202 16:49:48.929"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.937" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.938" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.938" starttime="20181202 16:49:48.934"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.939" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap1504a868-cb","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"69babe0c-0325-407a-a4e4-fa45a85b96b5","ovsdb:name":"tap1504a868-cb","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:bd:1a:90"},{"external-id-key":"iface-id","external-id-value":"1504a868-cbea-4907-a6fe-0874ece08730"}],"ovsdb:port-uuid":"73c47c3d-85a4-48a5-8dc2-98e0543b63ce","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":24},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:49:48.939" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.940" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:49:48.940" starttime="20181202 16:49:48.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.940" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:bd:1a:90"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1504a868-cbea-4907-a6fe-0874ece08730"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "69babe0c-0325-407a-a4e4-fa45a85b96b5",
                            "ovsdb:name": "tap1504a868-cb",
                            "ovsdb:ofport": 24,
                            "ovsdb:port-uuid": "73c47c3d-85a4-48a5-8dc2-98e0543b63ce",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1504a868-cb"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:49:48.940" starttime="20181202 16:49:48.940"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.940" starttime="20181202 16:49:48.934"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.943" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.943" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.943" starttime="20181202 16:49:48.941"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.944" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","status":"ACTIVE"},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","status":"DOWN"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 16:49:48.944" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.944" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:49:48.944" starttime="20181202 16:49:48.943"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.945" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status": "DOWN",
                "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
            },
            {
                "status": "DOWN",
                "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.945" starttime="20181202 16:49:48.945"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.945" starttime="20181202 16:49:48.940"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.948" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.948" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.948" starttime="20181202 16:49:48.945"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.949" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.949" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.949" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.949" starttime="20181202 16:49:48.949"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.950" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.950" starttime="20181202 16:49:48.950"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.950" starttime="20181202 16:49:48.945"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.953" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.953" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.953" starttime="20181202 16:49:48.950"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.954" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":31,"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730"}]}} </msg>
<msg timestamp="20181202 16:49:48.954" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.954" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:49:48.954" starttime="20181202 16:49:48.953"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.954" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.954" starttime="20181202 16:49:48.954"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.954" starttime="20181202 16:49:48.950"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.957" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.957" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.957" starttime="20181202 16:49:48.955"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.958" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.958" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.958" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.958" starttime="20181202 16:49:48.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.959" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.959" starttime="20181202 16:49:48.958"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.959" starttime="20181202 16:49:48.954"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.962" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.962" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.962" starttime="20181202 16:49:48.959"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.962" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.962" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.962" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.962" starttime="20181202 16:49:48.962"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.963" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.963" starttime="20181202 16:49:48.963"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.963" starttime="20181202 16:49:48.959"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.966" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.966" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.966" starttime="20181202 16:49:48.963"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.967" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.967" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.967" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.967" starttime="20181202 16:49:48.966"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.967" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.967" starttime="20181202 16:49:48.967"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.967" starttime="20181202 16:49:48.963"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.970" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.970" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.971" starttime="20181202 16:49:48.968"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.971" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.971" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.971" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.971" starttime="20181202 16:49:48.971"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.972" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.972" starttime="20181202 16:49:48.971"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.972" starttime="20181202 16:49:48.967"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.974" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.975" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.975" starttime="20181202 16:49:48.972"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.975" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:49:48.975" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.975" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:49:48.975" starttime="20181202 16:49:48.975"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.976" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.976" starttime="20181202 16:49:48.976"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.976" starttime="20181202 16:49:48.972"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.979" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.979" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.979" starttime="20181202 16:49:48.976"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.980" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:49:48.980" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.980" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:49:48.980" starttime="20181202 16:49:48.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.980" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.980" starttime="20181202 16:49:48.980"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.980" starttime="20181202 16:49:48.976"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.982" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.983" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.983" starttime="20181202 16:49:48.980"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.983" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:49:48.983" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.983" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.983" starttime="20181202 16:49:48.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.984" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:48.984" starttime="20181202 16:49:48.984"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.984" starttime="20181202 16:49:48.980"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.987" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.987" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.987" starttime="20181202 16:49:48.984"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.988" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:49:48.988" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.988" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:49:48.988" starttime="20181202 16:49:48.987"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.988" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.988" starttime="20181202 16:49:48.988"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.988" starttime="20181202 16:49:48.984"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.991" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.991" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.991" starttime="20181202 16:49:48.989"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.992" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.992" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.992" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.992" starttime="20181202 16:49:48.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.993" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.993" starttime="20181202 16:49:48.993"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.993" starttime="20181202 16:49:48.988"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:48.997" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:48.997" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:48.997" starttime="20181202 16:49:48.993"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:48.998" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:48.998" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:48.998" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:48.998" starttime="20181202 16:49:48.997"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:48.998" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:48.998" starttime="20181202 16:49:48.998"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:48.998" starttime="20181202 16:49:48.993"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:49.001" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:49.001" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.001" starttime="20181202 16:49:48.999"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:49.002" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:49.002" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:49.002" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:49.002" starttime="20181202 16:49:49.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.003" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:49.003" starttime="20181202 16:49:49.002"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.003" starttime="20181202 16:49:48.998"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:49.009" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:49:49.009" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.009" starttime="20181202 16:49:49.003"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:49.012" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:24","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1504a868-cb","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":24,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:49:49.012" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:49.013" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:49:49.013" starttime="20181202 16:49:49.010"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.013" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1504a868-cb",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 24,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:24"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:49.014" starttime="20181202 16:49:49.013"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.014" starttime="20181202 16:49:49.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.014" starttime="20181202 16:49:48.513"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.014" starttime="20181202 16:49:48.511"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.014" starttime="20181202 16:49:48.503"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:49.015" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC01_Update Security Group description and Name/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:49:49.015" starttime="20181202 16:49:49.015"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.025" starttime="20181202 16:49:49.025"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:49:49.026" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:49:49.026" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:49:49.026" starttime="20181202 16:49:49.025"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:49:49.026" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC01_Update Security Group description and Name/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:49:49.026" starttime="20181202 16:49:49.026"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:49:49.027" level="INFO">${conn_id} = 18</msg>
<status status="PASS" endtime="20181202 16:49:49.027" starttime="20181202 16:49:49.027"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:49:49.028" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:49.028" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:49:49.028" starttime="20181202 16:49:49.028"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.029" starttime="20181202 16:49:49.028"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.029" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:49:49.366" level="INFO">Read output: Last login: Sun Dec  2 16:49:16 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:49.366" starttime="20181202 16:49:49.029"></status>
</kw>
<msg timestamp="20181202 16:49:49.366" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:49.367" starttime="20181202 16:49:49.029"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.367" starttime="20181202 16:49:49.027"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:49:49.367" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC01_Update Security Group description and Name/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:49:49.391" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:49:49.391" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:49:49.391" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:49:49.391" starttime="20181202 16:49:49.367"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:49.424" starttime="20181202 16:49:49.392"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.424" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:49:49.424" starttime="20181202 16:49:49.424"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.425" starttime="20181202 16:49:49.425"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.426" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:49.426" starttime="20181202 16:49:49.426"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.426" starttime="20181202 16:49:49.425"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.429" starttime="20181202 16:49:49.428"></status>
</kw>
<msg timestamp="20181202 16:49:49.429" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:49.429" starttime="20181202 16:49:49.428"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.429" starttime="20181202 16:49:49.427"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.429" starttime="20181202 16:49:49.024"></status>
</kw>
<msg timestamp="20181202 16:49:49.429" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:49.430" starttime="20181202 16:49:49.024"></status>
</kw>
<msg timestamp="20181202 16:49:49.430" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:49.430" starttime="20181202 16:49:49.023"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:49:49.431" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:49:49.431" starttime="20181202 16:49:49.430"></status>
</kw>
<msg timestamp="20181202 16:49:49.431" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:49:49.431" starttime="20181202 16:49:49.022"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:49:49.432" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:49:49.432" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:49:49.432" starttime="20181202 16:49:49.431"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.433" starttime="20181202 16:49:49.432"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:49:49.434" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:49.434" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:49:49.434" starttime="20181202 16:49:49.433"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.435" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:49:49.435" starttime="20181202 16:49:49.435"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.435" starttime="20181202 16:49:49.434"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.435" starttime="20181202 16:49:49.015"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.435" starttime="20181202 16:49:49.015"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.435" starttime="20181202 16:49:49.014"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.446" starttime="20181202 16:49:49.445"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.447" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:49:49.573" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:49:49.574" starttime="20181202 16:49:49.447"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.587" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:49:49.588" starttime="20181202 16:49:49.574"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:49.591" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:49:49.591" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.591" starttime="20181202 16:49:49.588"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:49:49.634" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:49:49.634" starttime="20181202 16:49:49.591"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:49.636" starttime="20181202 16:49:49.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.636" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.636" starttime="20181202 16:49:49.636"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.637" starttime="20181202 16:49:49.445"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.637" starttime="20181202 16:49:49.436"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.637" starttime="20181202 16:49:49.436"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.637" starttime="20181202 16:49:49.436"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.637" starttime="20181202 16:49:46.855"></status>
</kw>
<doc>This test case validates the security group creation with optional parameter description, Update Security Group description and name</doc>
<tags>
<tag>Regression</tag>
</tags>
<status status="PASS" endtime="20181202 16:49:49.637" critical="yes" starttime="20181202 16:49:16.438"></status>
</test>
<test id="s1-s5-t2" name="TC02_Create Security Rule with port_range_min &gt; port_range_max">
<kw type="setup" name="Setup_Test_With_Logging_And_Without_Fast_Failing" library="SetupUtils">
<doc>Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.</doc>
<kw name="Run_Even_When_Failing_Fast" library="FailFast">
<doc>This is just a more readable 'None' to override [Setup].</doc>
<kw name="No Operation" library="BuiltIn">
<doc>Does absolutely nothing.</doc>
<status status="PASS" endtime="20181202 16:49:49.639" starttime="20181202 16:49:49.639"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.639" starttime="20181202 16:49:49.639"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Testcase_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<arguments>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:49:49.651" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:49.651" starttime="20181202 16:49:49.650"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:49:49.651" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:49.651" starttime="20181202 16:49:49.651"></status>
</kw>
<msg timestamp="20181202 16:49:49.651" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:49.651" starttime="20181202 16:49:49.650"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:49.662" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:49:49.662" starttime="20181202 16:49:49.661"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:49.662" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:49:49.662" starttime="20181202 16:49:49.662"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.687" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "u "t "r "o "n "[C "S "e "c "u "[78Cr "[A[78Ci</msg>
<status status="PASS" endtime="20181202 16:49:49.687" starttime="20181202 16:49:49.663"></status>
</kw>
<msg timestamp="20181202 16:49:49.688" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:49:49.688" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "...</msg>
<status status="PASS" endtime="20181202 16:49:49.688" starttime="20181202 16:49:49.662"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.716" level="INFO">"t "y "[C "G "r "o "u "p ". "T "C "0 "2 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "i "n "[C "&gt; "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "a "x "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.716" starttime="20181202 16:49:49.689"></status>
</kw>
<msg timestamp="20181202 16:49:49.716" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:49:49.717" level="INFO">${message_wait} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "2 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:49.717" starttime="20181202 16:49:49.688"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.717" starttime="20181202 16:49:49.717"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.718" level="INFO"> "t "y "[C "G "r "o "u "p ". "T "C "0 "2 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "i "n "[C "&gt; "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "a "x "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:49.718" starttime="20181202 16:49:49.718"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.719" starttime="20181202 16:49:49.718"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.720" starttime="20181202 16:49:49.720"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.721" starttime="20181202 16:49:49.720"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:49.721" starttime="20181202 16:49:49.721"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.721" starttime="20181202 16:49:49.719"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.721" starttime="20181202 16:49:49.661"></status>
</kw>
<msg timestamp="20181202 16:49:49.721" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:49.722" level="INFO">${message} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "2 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:49.722" starttime="20181202 16:49:49.660"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:49:49.722" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:49.722" starttime="20181202 16:49:49.722"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.722" starttime="20181202 16:49:49.660"></status>
</kw>
<msg timestamp="20181202 16:49:49.723" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:49.723" level="INFO">${output} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "2 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:49.723" starttime="20181202 16:49:49.652"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.723" starttime="20181202 16:49:49.723"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.723" starttime="20181202 16:49:49.652"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.723" starttime="20181202 16:49:49.651"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.723" starttime="20181202 16:49:49.649"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.724" starttime="20181202 16:49:49.640"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.724" starttime="20181202 16:49:49.640"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.724" starttime="20181202 16:49:49.638"></status>
</kw>
<kw name="Create Security Group and Validate">
<arguments>
<arg>${SGS[1]}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${output}</var>
<var>${sg_id}</var>
</assign>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:49.726" starttime="20181202 16:49:49.726"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:49.726" starttime="20181202 16:49:49.725"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:49.735" level="INFO">Starting process:
openstack security group create sgs_sg_2 </msg>
<msg timestamp="20181202 16:49:49.754" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:51.976" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:51.977" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:51.977" starttime="20181202 16:49:49.734"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:51.978" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:49:51Z                                                                                                                                  |
| description     | sgs_sg_2                                                                                                                                              |
| id              | 4e8a3e23-d835-478f-9014-dcbee9780f6b                                                                                                                  |
| name            | sgs_sg_2                                                                                                                                              |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:49:51Z', direction='egress', ethertype='IPv4', id='13753fc4-2954-4d28-8835-d5cba55910b0', updated_at='2018-12-02T16:49:51Z' |
|                 | created_at='2018-12-02T16:49:51Z', direction='egress', ethertype='IPv6', id='aea82b41-b513-4474-9471-3dc10ff04347', updated_at='2018-12-02T16:49:51Z' |
| updated_at      | 2018-12-02T16:49:51Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:51.978" starttime="20181202 16:49:51.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:51.978" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:51.978" starttime="20181202 16:49:51.978"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:51.979" starttime="20181202 16:49:51.979"></status>
</kw>
<msg timestamp="20181202 16:49:51.979" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:49:51.980" starttime="20181202 16:49:49.734"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:49:51.980" level="INFO">${sgp_id} = 4e8a3e23-d835-478f-9014-dcbee9780f6b</msg>
<status status="PASS" endtime="20181202 16:49:51.980" starttime="20181202 16:49:51.980"></status>
</kw>
<msg timestamp="20181202 16:49:51.980" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<msg timestamp="20181202 16:49:51.980" level="INFO">${sg_id} = 4e8a3e23-d835-478f-9014-dcbee9780f6b</msg>
<status status="PASS" endtime="20181202 16:49:51.980" starttime="20181202 16:49:49.725"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${sec_groups}</var>
</assign>
<msg timestamp="20181202 16:49:51.981" level="INFO">${sec_groups} = [u'sgs_sg_2']</msg>
<status status="PASS" endtime="20181202 16:49:51.981" starttime="20181202 16:49:51.981"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:52.000" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-groups/, headers=None json=None</msg>
<msg timestamp="20181202 16:49:52.001" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:52.001" starttime="20181202 16:49:51.996"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:49:52.002" level="INFO">{"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]}}</msg>
<status status="PASS" endtime="20181202 16:49:52.002" starttime="20181202 16:49:52.002"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.002" starttime="20181202 16:49:52.001"></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="20181202 16:49:52.003" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:49:52.003" starttime="20181202 16:49:52.003"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sgs_sg_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:52.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:52.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:52.003"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:51.996"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:51.981"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:52.004" starttime="20181202 16:49:49.724"></status>
</kw>
<kw name="Neutron Rule Creation With Invalid Parameters">
<arguments>
<arg>${SGS[1]}</arg>
<arg>${ADD_ARG_SSH5}</arg>
<arg>${PORT_RANGE_ERROR}</arg>
</arguments>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>openstack security group rule create ${additional_args} ${sg_name}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:52.007" level="INFO">Running command 'openstack security group rule create --ingress --ethertype IPv4 --dst-port 25:20 --protocol tcp sgs_sg_2 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:53.383" level="INFO">${rc} = 2</msg>
<msg timestamp="20181202 16:49:53.383" level="INFO">${output} = usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                ...</msg>
<status status="PASS" endtime="20181202 16:49:53.383" starttime="20181202 16:49:52.005"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:53.384" level="INFO">usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width &lt;integer&gt;]
                                            [--fit-width] [--print-empty]
                                            [--noindent] [--prefix PREFIX]
                                            [--remote-ip &lt;ip-address&gt; | --remote-group &lt;group&gt;]
                                            [--description &lt;description&gt;]
                                            [--dst-port &lt;port-range&gt;]
                                            [--icmp-type &lt;icmp-type&gt;]
                                            [--icmp-code &lt;icmp-code&gt;]
                                            [--protocol &lt;protocol&gt;]
                                            [--ingress | --egress]
                                            [--ethertype &lt;ethertype&gt;]
                                            [--project &lt;project&gt;]
                                            [--project-domain &lt;project-domain&gt;]
                                            &lt;group&gt;
openstack security group rule create: error: argument --dst-port: Invalid range, 25 is not less than 20</msg>
<status status="PASS" endtime="20181202 16:49:53.385" starttime="20181202 16:49:53.384"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${expected_error}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:53.385" starttime="20181202 16:49:53.385"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:53.385" starttime="20181202 16:49:52.004"></status>
</kw>
<kw type="teardown" name="Get Test Teardown Debugs" library="OpenStackOperations">
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:53.389" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:49:53.389" starttime="20181202 16:49:53.388"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:53.391" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:53.914" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:49:53.914" starttime="20181202 16:49:53.389"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:53.915" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1118
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 400
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2666
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1613
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 107
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 7.17436940145
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1526
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.115492
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.817349175781
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4357
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:49:53.915" starttime="20181202 16:49:53.914"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:53.915" starttime="20181202 16:49:53.388"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:53.915" starttime="20181202 16:49:53.387"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:53.915" starttime="20181202 16:49:53.387"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:49:53.918" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:53.918" starttime="20181202 16:49:53.918"></status>
</kw>
<msg timestamp="20181202 16:49:53.918" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:53.918" starttime="20181202 16:49:53.917"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:53.919" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:53.919" starttime="20181202 16:49:53.919"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:53.921" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max'.</msg>
<msg timestamp="20181202 16:49:54.257" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:49:54.257" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:54.257" starttime="20181202 16:49:53.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.259" level="INFO">rc: 0, output: </msg>
<status status="PASS" endtime="20181202 16:49:54.259" starttime="20181202 16:49:54.258"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.260" starttime="20181202 16:49:54.259"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.260" starttime="20181202 16:49:53.916"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.260" starttime="20181202 16:49:53.915"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:49:54.264" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:54.264" starttime="20181202 16:49:54.263"></status>
</kw>
<msg timestamp="20181202 16:49:54.264" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:54.265" starttime="20181202 16:49:54.262"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:54.265" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max</msg>
<status status="PASS" endtime="20181202 16:49:54.265" starttime="20181202 16:49:54.265"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.268" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC02_Create_Security_Rule_with_port_range_min_&gt;_port_range_max'.</msg>
<msg timestamp="20181202 16:49:54.530" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:49:54.530" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:54.530" starttime="20181202 16:49:54.266"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.531" level="INFO">rc: 1, output: </msg>
<status status="PASS" endtime="20181202 16:49:54.531" starttime="20181202 16:49:54.530"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:49:54.532" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:49:54.532" starttime="20181202 16:49:54.531"></status>
</kw>
<status status="FAIL" endtime="20181202 16:49:54.532" starttime="20181202 16:49:54.261"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.532" starttime="20181202 16:49:54.261"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.532" starttime="20181202 16:49:53.386"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.534" starttime="20181202 16:49:54.534"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.535" starttime="20181202 16:49:54.535"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.536" starttime="20181202 16:49:54.535"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.538" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:49:54.539" starttime="20181202 16:49:54.536"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.553" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.553" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:49:54.553" starttime="20181202 16:49:54.539"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.554" starttime="20181202 16:49:54.534"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.555" starttime="20181202 16:49:54.555"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.556" starttime="20181202 16:49:54.555"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.558" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:49:54.558" starttime="20181202 16:49:54.556"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.573" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.573" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:49:54.573" starttime="20181202 16:49:54.558"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.573" starttime="20181202 16:49:54.554"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.574" starttime="20181202 16:49:54.574"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.574" starttime="20181202 16:49:54.574"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.576" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:49:54.576" starttime="20181202 16:49:54.575"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.581" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.582" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:49:54.582" starttime="20181202 16:49:54.576"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.582" starttime="20181202 16:49:54.573"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.583" starttime="20181202 16:49:54.583"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.583" starttime="20181202 16:49:54.583"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.585" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:49:54.585" starttime="20181202 16:49:54.583"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.588" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.588" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:49:54.588" starttime="20181202 16:49:54.585"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.588" starttime="20181202 16:49:54.582"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.589" starttime="20181202 16:49:54.589"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.590" starttime="20181202 16:49:54.590"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.592" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:49:54.592" starttime="20181202 16:49:54.590"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.595" level="INFO">qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.595" level="INFO">${output} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:54.595" starttime="20181202 16:49:54.592"></status>
</kw>
<msg timestamp="20181202 16:49:54.595" level="INFO">${nslist} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:54.595" starttime="20181202 16:49:54.589"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:49:54.596" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 16:49:54.596" level="INFO">@{lines} = [ qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 ]</msg>
<status status="PASS" endtime="20181202 16:49:54.596" starttime="20181202 16:49:54.596"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.597" starttime="20181202 16:49:54.597"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.598" starttime="20181202 16:49:54.598"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.600" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o link</msg>
<status status="PASS" endtime="20181202 16:49:54.600" starttime="20181202 16:49:54.598"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.638" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bd:1a:90 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.638" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:49:54.638" starttime="20181202 16:49:54.601"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.639" starttime="20181202 16:49:54.597"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.641" starttime="20181202 16:49:54.640"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.642" starttime="20181202 16:49:54.641"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.646" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:49:54.646" starttime="20181202 16:49:54.642"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.670" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61.2.1.2/24 brd 61.2.1.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet6 fe80::f816:3eff:febd:1a90/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.670" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61...</msg>
<status status="PASS" endtime="20181202 16:49:54.670" starttime="20181202 16:49:54.647"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.671" starttime="20181202 16:49:54.639"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.673" starttime="20181202 16:49:54.672"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.674" starttime="20181202 16:49:54.673"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.677" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip route</msg>
<status status="PASS" endtime="20181202 16:49:54.678" starttime="20181202 16:49:54.674"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.699" level="INFO">default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.699" level="INFO">${output} = default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:49:54.699" starttime="20181202 16:49:54.678"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.700" starttime="20181202 16:49:54.671"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.700" starttime="20181202 16:49:54.596"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.700" starttime="20181202 16:49:54.596"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.702" starttime="20181202 16:49:54.701"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.703" starttime="20181202 16:49:54.703"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.706" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:49:54.706" starttime="20181202 16:49:54.703"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.741" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1504a868-cb"
            tag: 4095
            Interface "tap1504a868-cb"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.741" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:49:54.741" starttime="20181202 16:49:54.707"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.741" starttime="20181202 16:49:54.700"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.744" starttime="20181202 16:49:54.743"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.745" starttime="20181202 16:49:54.744"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.748" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:49:54.748" starttime="20181202 16:49:54.745"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.782" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 55
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.782" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:49:54.782" starttime="20181202 16:49:54.748"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.782" starttime="20181202 16:49:54.742"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.784" starttime="20181202 16:49:54.784"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.785" starttime="20181202 16:49:54.785"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.788" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:49:54.789" starttime="20181202 16:49:54.785"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:54.809" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 24(tap1504a868-cb): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:54.809" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:49:54.809" starttime="20181202 16:49:54.789"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:54.809" starttime="20181202 16:49:54.783"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:54.811" starttime="20181202 16:49:54.810"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:54.811" starttime="20181202 16:49:54.811"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:54.814" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:49:54.814" starttime="20181202 16:49:54.811"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:55.090" level="INFO">cookie=0x8000000, duration=3313.783s, table=0, n_packets=3311, n_bytes=178794, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=27.348s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1504a868-cb",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3313.765s, table=17, n_packets=3311, n_bytes=178794, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=26.430s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1396-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1396000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3605.862s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3605.848s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3605.843s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3605.825s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3605.853s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3444.755s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3444.755s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3605.825s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3605.825s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3605.665s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001396, duration=26.426s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x9051396, duration=27.348s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3605.277s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3605.269s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3605.665s, table=43, n_packets=3474, n_bytes=189648, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3605.869s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3605.794s, table=48, n_packets=3475, n_bytes=189690, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051396, duration=26.414s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1396000000/0xfffffffff000000,dl_src=fa:16:3e:bd:1a:90 actions=goto_table:51
 cookie=0x8050001, duration=3605.665s, table=50, n_packets=3010, n_bytes=162540, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3605.794s, table=50, n_packets=305, n_bytes=16554, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3446.812s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031396, duration=26.404s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1396000000/0xffff000000,dl_dst=fa:16:3e:bd:1a:90 actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3605.665s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3605.665s, table=51, n_packets=3475, n_bytes=189690, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3447.167s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3447.157s, table=52, n_packets=3417, n_bytes=184506, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2506.414s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2506.411s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2490.976s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2490.976s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701396, duration=26.422s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1396000001/0xffff000001 actions=write_actions(group:210027)
 cookie=0x8701396, duration=26.418s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1396000000/0xffff000001 actions=write_actions(group:210028)
 cookie=0x8800001, duration=3447.152s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2506.098s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2490.644s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=26.404s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3447.155s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2506.104s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2490.646s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=26.404s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3605.862s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3605.825s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3605.665s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3605.857s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3605.607s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3605.607s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3605.607s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3605.601s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3605.582s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3605.582s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3605.582s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3605.582s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3605.605s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3605.601s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3605.601s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3313.754s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3313.754s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=27.339s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"tap1504a868-cb"
 cookie=0x6900000, duration=3605.582s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3605.582s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3605.582s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3605.582s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3605.582s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3605.582s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3605.582s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3605.607s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3605.605s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3605.607s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3605.607s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3605.607s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3605.607s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3605.607s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3605.582s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3605.582s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3605.582s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:55.091" level="INFO">${output} =  cookie=0x8000000, duration=3313.783s, table=0, n_packets=3311, n_bytes=178794, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:49:55.091" starttime="20181202 16:49:54.815"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.091" starttime="20181202 16:49:54.809"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.093" starttime="20181202 16:49:55.093"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:55.095" starttime="20181202 16:49:55.094"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.098" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:49:55.099" starttime="20181202 16:49:55.095"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:55.125" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210027,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:55.126" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 16:49:55.126" starttime="20181202 16:49:55.099"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.126" starttime="20181202 16:49:55.092"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.128" starttime="20181202 16:49:55.127"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:49:55.128" starttime="20181202 16:49:55.128"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.133" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:49:55.133" starttime="20181202 16:49:55.129"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:55.165" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1741.859s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=27.387s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3605.910s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2491.941s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2507.087s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210004,duration=3447.831s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1730.607s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210027,duration=27.676s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=3448.150s,ref_count=1,packet_count=3417,byte_count=184506
 group_id=210009,duration=2507.378s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2491.636s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:49:55.165" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1741.859s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=27.387s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:49:55.165" starttime="20181202 16:49:55.133"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.165" starttime="20181202 16:49:55.126"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.165" starttime="20181202 16:49:54.533"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.165" starttime="20181202 16:49:54.533"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.165" starttime="20181202 16:49:54.533"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.166" starttime="20181202 16:49:54.532"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:49:55.175" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622ab4410&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:49:55.176" starttime="20181202 16:49:55.175"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.182" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.182" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.182" starttime="20181202 16:49:55.176"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.183" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.183" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.183" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.183" starttime="20181202 16:49:55.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.183" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.183" starttime="20181202 16:49:55.183"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.183" starttime="20181202 16:49:55.176"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.186" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.186" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.186" starttime="20181202 16:49:55.184"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.187" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","segmentation-id":40,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5014,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:49:55.187" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.187" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:49:55.187" starttime="20181202 16:49:55.187"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.188" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 40
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.188" starttime="20181202 16:49:55.187"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.188" starttime="20181202 16:49:55.183"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.196" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.197" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.197" starttime="20181202 16:49:55.188"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.198" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"1504a868-cbea-4907-a6fe-0874ece08730","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:bd:1a:90","ip-prefix":"61.2.1.2"}]},{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:59:e7:ce","ip-prefix":"61.2.1.3"}]},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:c6:2a:44","ip-prefix":"61.2.1.13"}]}]}} </msg>
<msg timestamp="20181202 16:49:55.198" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.198" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874...</msg>
<status status="PASS" endtime="20181202 16:49:55.198" starttime="20181202 16:49:55.197"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.198" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.2",
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.198" starttime="20181202 16:49:55.198"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.198" starttime="20181202 16:49:55.188"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.205" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.205" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.205" starttime="20181202 16:49:55.199"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.208" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769367}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1504a868-cbea-4907-a6fe-0874ece08730","id-value":[31]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012}],"available-id-count":12,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5014,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769363}],"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","id-value":[5014]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30}],"available-id-count":29,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":31,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":8,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769391}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:49:55.208" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.208" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:49:55.208" starttime="20181202 16:49:55.205"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.209" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769367
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "id-value": [
                            31
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5014,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 12,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769363
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "id-value": [
                            5014
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 31,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 29,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 8,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769391
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.209" starttime="20181202 16:49:55.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.209" starttime="20181202 16:49:55.198"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.212" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.212" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.212" starttime="20181202 16:49:55.209"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.214" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{"ace":[{"rule-name":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cec36485-d908-458d-83da-dc9b9bb0cfa6","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"2f719361-e765-4acb-9196-d42485ec659d","matches":{"protocol":6,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{"ace":[{"rule-name":"13753fc4-2954-4d28-8835-d5cba55910b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aea82b41-b513-4474-9471-3dc10ff04347","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:49:55.214" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.214" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 16:49:55.214" starttime="20181202 16:49:55.213"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.215" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "2f719361-e765-4acb-9196-d42485ec659d"
                        }
                    ]
                },
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "13753fc4-2954-4d28-8835-d5cba55910b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "aea82b41-b513-4474-9471-3dc10ff04347"
                        }
                    ]
                },
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.215" starttime="20181202 16:49:55.214"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.215" starttime="20181202 16:49:55.209"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.218" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.218" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.218" starttime="20181202 16:49:55.215"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.219" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"61.2.1.3"},{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"fe80:0:0:0:f816:3eff:fe59:e7ce"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1504a868-cb"},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"61.2.1.13"},{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"fe80:0:0:0:f816:3eff:fec6:2a44"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 16:49:55.219" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.219" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
               ...</msg>
<status status="PASS" endtime="20181202 16:49:55.219" starttime="20181202 16:49:55.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.219" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe59:e7ce",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1504a868-cb",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec6:2a44",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.219" starttime="20181202 16:49:55.219"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.220" starttime="20181202 16:49:55.215"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.222" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.222" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.223" starttime="20181202 16:49:55.220"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.224" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:49:55.224" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.225" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:49:55.225" starttime="20181202 16:49:55.223"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.225" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84120961024,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5014
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "24"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.225" starttime="20181202 16:49:55.225"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.226" starttime="20181202 16:49:55.220"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.228" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.228" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.228" starttime="20181202 16:49:55.226"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.229" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:49:55.229" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.229" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:49:55.229" starttime="20181202 16:49:55.228"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.230" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.230" starttime="20181202 16:49:55.230"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.230" starttime="20181202 16:49:55.226"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.235" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.235" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.235" starttime="20181202 16:49:55.231"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.236" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.236" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.236" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.236" starttime="20181202 16:49:55.235"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.236" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.236" starttime="20181202 16:49:55.236"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.236" starttime="20181202 16:49:55.230"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.240" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.240" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.240" starttime="20181202 16:49:55.237"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.240" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.241" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.241" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.241" starttime="20181202 16:49:55.240"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.241" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.241" starttime="20181202 16:49:55.241"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.241" starttime="20181202 16:49:55.236"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.247" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.247" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.247" starttime="20181202 16:49:55.242"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.247" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.247" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.248" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.248" starttime="20181202 16:49:55.247"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.248" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.248" starttime="20181202 16:49:55.248"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.248" starttime="20181202 16:49:55.241"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.251" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.251" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.251" starttime="20181202 16:49:55.248"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.252" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:49:55.252" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.252" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:49:55.252" starttime="20181202 16:49:55.251"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.252" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.252" starttime="20181202 16:49:55.252"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.252" starttime="20181202 16:49:55.248"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.255" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.255" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.255" starttime="20181202 16:49:55.253"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.256" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:49:55.256" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.256" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.256" starttime="20181202 16:49:55.255"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.256" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.257" starttime="20181202 16:49:55.256"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.257" starttime="20181202 16:49:55.252"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.261" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.261" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.261" starttime="20181202 16:49:55.257"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.261" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:49:55.261" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.262" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.262" starttime="20181202 16:49:55.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.262" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.262" starttime="20181202 16:49:55.262"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.262" starttime="20181202 16:49:55.257"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.265" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.265" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.265" starttime="20181202 16:49:55.262"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.266" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:49:55.266" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.266" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:49:55.266" starttime="20181202 16:49:55.266"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.267" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:49:55.267" starttime="20181202 16:49:55.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.267" starttime="20181202 16:49:55.262"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.272" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.272" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.272" starttime="20181202 16:49:55.267"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.274" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"40","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgs_net_1"}]},"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]},"security-rules":{"security-rule":[{"uuid":"13753fc4-2954-4d28-8835-d5cba55910b0","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"aea82b41-b513-4474-9471-3dc10ff04347","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","gateway-ip":"61.2.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"61.2.1.2","end":"61.2.1.254"}],"cidr":"61.2.1.0/24","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_sub_1"}]},"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:bd:1a:90","admin-state-up":true,"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":""},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.13"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c6:2a:44","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_2"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:59:e7:ce","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_1"}]}}} </msg>
<msg timestamp="20181202 16:49:55.274" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.274" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:49:55.274" starttime="20181202 16:49:55.272"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.275" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgs_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "40",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.2",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:bd:1a:90",
                    "name": "",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.13",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:c6:2a:44",
                    "name": "sgs_port_2",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.3",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:59:e7:ce",
                    "name": "sgs_port_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "sgs_sg_2",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4e8a3e23-d835-478f-9014-dcbee9780f6b"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "SSH_UPDATED",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b82e8302-b477-4ee5-be37-24a7a56592e6"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "13753fc4-2954-4d28-8835-d5cba55910b0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aea82b41-b513-4474-9471-3dc10ff04347"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2f719361-e765-4acb-9196-d42485ec659d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "61.2.1.254",
                            "start": "61.2.1.2"
                        }
                    ],
                    "cidr": "61.2.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "61.2.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgs_sub_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.275" starttime="20181202 16:49:55.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.275" starttime="20181202 16:49:55.267"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.279" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.279" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.279" starttime="20181202 16:49:55.275"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.280" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-id-list":["718e7057-752e-4b91-9ae4-0e5c66feb3d0"]}]}} </msg>
<msg timestamp="20181202 16:49:55.280" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.280" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752...</msg>
<status status="PASS" endtime="20181202 16:49:55.280" starttime="20181202 16:49:55.279"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.280" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.280" starttime="20181202 16:49:55.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.280" starttime="20181202 16:49:55.275"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.284" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.284" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.284" starttime="20181202 16:49:55.281"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.285" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.285" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.285" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.285" starttime="20181202 16:49:55.284"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.285" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.285" starttime="20181202 16:49:55.285"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.285" starttime="20181202 16:49:55.280"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.289" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.289" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.289" starttime="20181202 16:49:55.286"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.290" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.290" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.290" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.290" starttime="20181202 16:49:55.289"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.291" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.291" starttime="20181202 16:49:55.290"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.291" starttime="20181202 16:49:55.285"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.296" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.296" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.296" starttime="20181202 16:49:55.291"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.297" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","network-type":"VXLAN","port-list":["e43a5ade-e9f2-4022-a213-d91d0afee863","f7cdc048-6134-4901-b08f-baf52b3a64fe","1504a868-cbea-4907-a6fe-0874ece08730"],"segmentation-id":40,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-ip":"61.2.1.0/24"}]}} </msg>
<msg timestamp="20181202 16:49:55.297" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.297" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
         ...</msg>
<status status="PASS" endtime="20181202 16:49:55.297" starttime="20181202 16:49:55.296"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.298" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "network-type": "VXLAN",
                "port-list": [
                    "e43a5ade-e9f2-4022-a213-d91d0afee863",
                    "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "segmentation-id": 40,
                "subnet-ip": "61.2.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.298" starttime="20181202 16:49:55.297"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.298" starttime="20181202 16:49:55.291"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.300" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.301" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.301" starttime="20181202 16:49:55.298"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.301" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:49:55.301" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.301" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.301" starttime="20181202 16:49:55.301"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.302" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.302" starttime="20181202 16:49:55.302"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.302" starttime="20181202 16:49:55.298"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.308" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.308" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.308" starttime="20181202 16:49:55.302"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.309" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:49:55.309" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.309" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.309" starttime="20181202 16:49:55.309"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.310" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.310" starttime="20181202 16:49:55.309"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.310" starttime="20181202 16:49:55.302"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.313" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.314" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.314" starttime="20181202 16:49:55.310"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.314" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap1504a868-cb","interface-child-entry":[{"child-interface":"1504a868-cbea-4907-a6fe-0874ece08730"}]}]}} </msg>
<msg timestamp="20181202 16:49:55.314" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.314" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:49:55.314" starttime="20181202 16:49:55.314"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.315" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1504a868-cbea-4907-a6fe-0874ece08730"
                    }
                ],
                "parent-interface": "tap1504a868-cb"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.315" starttime="20181202 16:49:55.315"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.315" starttime="20181202 16:49:55.310"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.319" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.319" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.320" starttime="20181202 16:49:55.315"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.320" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.320" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.320" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.320" starttime="20181202 16:49:55.320"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.321" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.321" starttime="20181202 16:49:55.321"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.321" starttime="20181202 16:49:55.315"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.326" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.327" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.327" starttime="20181202 16:49:55.321"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.327" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:49:55.327" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.328" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:49:55.328" starttime="20181202 16:49:55.327"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.328" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.328" starttime="20181202 16:49:55.328"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.328" starttime="20181202 16:49:55.321"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.332" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.332" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.332" starttime="20181202 16:49:55.328"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.333" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:49:55.333" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.333" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:49:55.333" starttime="20181202 16:49:55.333"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.334" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.334" starttime="20181202 16:49:55.333"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.334" starttime="20181202 16:49:55.328"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.337" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.337" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.337" starttime="20181202 16:49:55.334"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.337" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.337" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.338" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.338" starttime="20181202 16:49:55.337"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.338" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.338" starttime="20181202 16:49:55.338"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.338" starttime="20181202 16:49:55.334"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.341" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.341" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.341" starttime="20181202 16:49:55.338"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.342" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:49:55.342" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.342" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.342" starttime="20181202 16:49:55.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.342" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.342" starttime="20181202 16:49:55.342"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.342" starttime="20181202 16:49:55.338"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.344" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.345" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.345" starttime="20181202 16:49:55.342"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.345" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:49:55.345" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.345" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.345" starttime="20181202 16:49:55.345"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.346" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.346" starttime="20181202 16:49:55.346"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.346" starttime="20181202 16:49:55.342"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.350" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.350" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.350" starttime="20181202 16:49:55.346"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.351" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.351" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.351" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.351" starttime="20181202 16:49:55.350"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.352" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.352" starttime="20181202 16:49:55.351"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.352" starttime="20181202 16:49:55.346"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.357" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.357" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.357" starttime="20181202 16:49:55.352"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.358" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.358" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.358" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.358" starttime="20181202 16:49:55.357"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.358" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.358" starttime="20181202 16:49:55.358"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.358" starttime="20181202 16:49:55.352"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.362" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.362" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.362" starttime="20181202 16:49:55.359"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.363" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.363" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.363" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.363" starttime="20181202 16:49:55.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.363" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.363" starttime="20181202 16:49:55.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.363" starttime="20181202 16:49:55.359"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.367" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.367" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.367" starttime="20181202 16:49:55.364"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.367" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.367" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.368" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.368" starttime="20181202 16:49:55.367"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.368" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.368" starttime="20181202 16:49:55.368"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.368" starttime="20181202 16:49:55.363"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.371" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.371" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.371" starttime="20181202 16:49:55.368"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.372" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.372" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.372" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.372" starttime="20181202 16:49:55.372"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.373" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.373" starttime="20181202 16:49:55.372"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.373" starttime="20181202 16:49:55.368"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.382" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.383" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.383" starttime="20181202 16:49:55.373"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.399" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3640","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":150999958,"flow-name":"ITM Flow Entry :5014","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385014","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":151327638,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961025,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210027}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961024,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210028}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":34168981422080,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550422,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},"strict":true,"cookie":134419350,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:24","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529249215049891840,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210028,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210027}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"},{"group-id":210027,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:49:55.400" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.401" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:49:55.401" starttime="20181202 16:49:55.383"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.403" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210027
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210028,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210027,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "24"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999958,
                                "flow-name": "ITM Flow Entry :5014",
                                "hard-timeout": 0,
                                "id": "3640",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327638,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "385014",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210027
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961025,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210028
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550422,
                                "hard-timeout": 0,
                                "id": "5050148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34168981422080,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419350,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "5150148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:24",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5014
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249215049891840,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.404" starttime="20181202 16:49:55.401"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.404" starttime="20181202 16:49:55.373"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.411" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.411" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.411" starttime="20181202 16:49:55.405"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.412" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:49:55.412" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.412" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:49:55.412" starttime="20181202 16:49:55.412"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.413" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1504a868-cbea-4907-a6fe-0874ece08730"
                        ]
                    }
                ],
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.413" starttime="20181202 16:49:55.413"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.413" starttime="20181202 16:49:55.405"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.418" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.418" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.418" starttime="20181202 16:49:55.413"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.419" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","mac-entry":[{"mac-address":"fa:16:3e:bd:1a:90","interface":"1504a868-cbea-4907-a6fe-0874ece08730","ip-prefix":"61.2.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:49:55.419" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.419" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:49:55.419" starttime="20181202 16:49:55.418"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.420" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "mac-entry": [
                    {
                        "interface": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "ip-prefix": "61.2.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.420" starttime="20181202 16:49:55.419"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.420" starttime="20181202 16:49:55.413"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.425" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.425" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.425" starttime="20181202 16:49:55.420"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.426" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.426" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.426" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.426" starttime="20181202 16:49:55.425"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.426" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.426" starttime="20181202 16:49:55.426"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.426" starttime="20181202 16:49:55.420"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.429" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.429" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.429" starttime="20181202 16:49:55.426"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.430" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","elan-interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]}} </msg>
<msg timestamp="20181202 16:49:55.430" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.430" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:49:55.430" starttime="20181202 16:49:55.430"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.431" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.431" starttime="20181202 16:49:55.431"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.431" starttime="20181202 16:49:55.426"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.436" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.436" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.436" starttime="20181202 16:49:55.431"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.437" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap1504a868-cb","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.431Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.434Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:49:55.437" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.437" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:49:55.437" starttime="20181202 16:49:55.436"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.437" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "tap1504a868-cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.431Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.434Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.437" starttime="20181202 16:49:55.437"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.437" starttime="20181202 16:49:55.431"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.441" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.441" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.441" starttime="20181202 16:49:55.438"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.441" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:49:55.442" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.442" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:49:55.442" starttime="20181202 16:49:55.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.442" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.442" starttime="20181202 16:49:55.442"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.442" starttime="20181202 16:49:55.437"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.445" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.445" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.445" starttime="20181202 16:49:55.442"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.446" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.446" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.446" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.446" starttime="20181202 16:49:55.446"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.447" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.447" starttime="20181202 16:49:55.446"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.447" starttime="20181202 16:49:55.442"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.450" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.450" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.450" starttime="20181202 16:49:55.447"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.451" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.451" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.451" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.451" starttime="20181202 16:49:55.451"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.452" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.452" starttime="20181202 16:49:55.451"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.452" starttime="20181202 16:49:55.447"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.456" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.456" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.456" starttime="20181202 16:49:55.452"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.456" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.457" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.457" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.457" starttime="20181202 16:49:55.456"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.457" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.457" starttime="20181202 16:49:55.457"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.457" starttime="20181202 16:49:55.452"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.461" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.461" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.461" starttime="20181202 16:49:55.457"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.463" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap1504a868-cb","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"69babe0c-0325-407a-a4e4-fa45a85b96b5","ovsdb:name":"tap1504a868-cb","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:bd:1a:90"},{"external-id-key":"iface-id","external-id-value":"1504a868-cbea-4907-a6fe-0874ece08730"}],"ovsdb:port-uuid":"73c47c3d-85a4-48a5-8dc2-98e0543b63ce","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":24},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:49:55.463" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.463" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:49:55.463" starttime="20181202 16:49:55.461"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.464" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:bd:1a:90"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1504a868-cbea-4907-a6fe-0874ece08730"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "69babe0c-0325-407a-a4e4-fa45a85b96b5",
                            "ovsdb:name": "tap1504a868-cb",
                            "ovsdb:ofport": 24,
                            "ovsdb:port-uuid": "73c47c3d-85a4-48a5-8dc2-98e0543b63ce",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1504a868-cb"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:49:55.464" starttime="20181202 16:49:55.463"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.464" starttime="20181202 16:49:55.457"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.467" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.467" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.467" starttime="20181202 16:49:55.464"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.468" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","status":"ACTIVE"},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","status":"DOWN"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 16:49:55.468" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.468" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:49:55.468" starttime="20181202 16:49:55.467"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.468" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status": "DOWN",
                "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
            },
            {
                "status": "DOWN",
                "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.468" starttime="20181202 16:49:55.468"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.468" starttime="20181202 16:49:55.464"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.471" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.471" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.471" starttime="20181202 16:49:55.469"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.472" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.472" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.472" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.472" starttime="20181202 16:49:55.472"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.473" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.473" starttime="20181202 16:49:55.472"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.473" starttime="20181202 16:49:55.468"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.475" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.475" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.475" starttime="20181202 16:49:55.473"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.476" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":31,"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730"}]}} </msg>
<msg timestamp="20181202 16:49:55.476" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.476" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:49:55.476" starttime="20181202 16:49:55.476"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.476" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.477" starttime="20181202 16:49:55.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.477" starttime="20181202 16:49:55.473"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.479" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.480" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.480" starttime="20181202 16:49:55.477"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.480" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.480" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.480" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.480" starttime="20181202 16:49:55.480"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.481" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.481" starttime="20181202 16:49:55.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.481" starttime="20181202 16:49:55.477"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.484" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.484" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.484" starttime="20181202 16:49:55.481"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.484" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.485" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.485" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.485" starttime="20181202 16:49:55.484"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.485" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.485" starttime="20181202 16:49:55.485"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.485" starttime="20181202 16:49:55.481"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.488" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.488" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.488" starttime="20181202 16:49:55.485"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.488" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.488" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.489" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.489" starttime="20181202 16:49:55.488"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.489" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.489" starttime="20181202 16:49:55.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.489" starttime="20181202 16:49:55.485"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.492" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.492" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.492" starttime="20181202 16:49:55.489"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.492" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.492" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.493" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.493" starttime="20181202 16:49:55.492"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.493" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.493" starttime="20181202 16:49:55.493"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.493" starttime="20181202 16:49:55.489"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.495" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.495" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.495" starttime="20181202 16:49:55.493"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.496" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:49:55.496" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.496" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:49:55.496" starttime="20181202 16:49:55.496"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.497" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.497" starttime="20181202 16:49:55.496"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.497" starttime="20181202 16:49:55.493"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.499" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.499" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.499" starttime="20181202 16:49:55.497"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.500" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:49:55.500" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.500" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:49:55.500" starttime="20181202 16:49:55.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.500" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.500" starttime="20181202 16:49:55.500"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.500" starttime="20181202 16:49:55.497"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.502" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.503" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.503" starttime="20181202 16:49:55.501"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.503" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:49:55.503" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.503" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.503" starttime="20181202 16:49:55.503"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.504" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:49:55.504" starttime="20181202 16:49:55.504"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.504" starttime="20181202 16:49:55.501"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.506" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.507" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.507" starttime="20181202 16:49:55.504"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.507" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:49:55.507" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.507" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:49:55.507" starttime="20181202 16:49:55.507"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.508" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.508" starttime="20181202 16:49:55.508"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.508" starttime="20181202 16:49:55.504"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.511" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.511" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.511" starttime="20181202 16:49:55.508"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.512" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.512" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.512" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.512" starttime="20181202 16:49:55.511"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.512" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.512" starttime="20181202 16:49:55.512"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.512" starttime="20181202 16:49:55.508"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.515" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.515" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.515" starttime="20181202 16:49:55.513"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.516" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.516" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.516" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.516" starttime="20181202 16:49:55.516"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.517" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.517" starttime="20181202 16:49:55.517"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.517" starttime="20181202 16:49:55.512"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.520" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.520" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.520" starttime="20181202 16:49:55.517"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.521" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:49:55.521" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.521" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:49:55.521" starttime="20181202 16:49:55.521"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.522" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.522" starttime="20181202 16:49:55.521"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.522" starttime="20181202 16:49:55.517"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:55.525" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:49:55.525" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:55.525" starttime="20181202 16:49:55.522"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:49:55.528" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:24","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1504a868-cb","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":24,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:49:55.528" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:49:55.529" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:49:55.529" starttime="20181202 16:49:55.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.529" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1504a868-cb",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 24,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:24"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:49:55.530" starttime="20181202 16:49:55.529"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.530" starttime="20181202 16:49:55.522"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.530" starttime="20181202 16:49:55.176"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.530" starttime="20181202 16:49:55.174"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.530" starttime="20181202 16:49:55.166"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:55.531" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC02_Create Security Rule with port_range_min &gt; port_range_max/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:49:55.531" starttime="20181202 16:49:55.531"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.542" starttime="20181202 16:49:55.541"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:49:55.542" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:49:55.542" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:49:55.542" starttime="20181202 16:49:55.542"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:49:55.543" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC02_Create Security Rule with port_range_min &gt; port_range_max/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:49:55.543" starttime="20181202 16:49:55.542"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:49:55.543" level="INFO">${conn_id} = 21</msg>
<status status="PASS" endtime="20181202 16:49:55.543" starttime="20181202 16:49:55.543"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:49:55.544" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:55.544" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:49:55.545" starttime="20181202 16:49:55.544"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.545" starttime="20181202 16:49:55.545"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.546" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:49:55.895" level="INFO">Read output: Last login: Sun Dec  2 16:49:49 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:49:55.895" starttime="20181202 16:49:55.545"></status>
</kw>
<msg timestamp="20181202 16:49:55.895" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:55.896" starttime="20181202 16:49:55.545"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.896" starttime="20181202 16:49:55.544"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:49:55.897" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC02_Create Security Rule with port_range_min &gt; port_range_max/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:49:55.923" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:49:55.924" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:49:55.924" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:49:55.924" starttime="20181202 16:49:55.897"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:55.989" starttime="20181202 16:49:55.924"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.990" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:49:55.990" starttime="20181202 16:49:55.989"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.991" starttime="20181202 16:49:55.991"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:55.994" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:55.994" starttime="20181202 16:49:55.993"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.994" starttime="20181202 16:49:55.992"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:55.998" starttime="20181202 16:49:55.998"></status>
</kw>
<msg timestamp="20181202 16:49:55.999" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:55.999" starttime="20181202 16:49:55.997"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.999" starttime="20181202 16:49:55.995"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:55.999" starttime="20181202 16:49:55.540"></status>
</kw>
<msg timestamp="20181202 16:49:56.000" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:56.000" starttime="20181202 16:49:55.540"></status>
</kw>
<msg timestamp="20181202 16:49:56.000" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:49:56.000" starttime="20181202 16:49:55.540"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:49:56.002" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:49:56.002" starttime="20181202 16:49:56.001"></status>
</kw>
<msg timestamp="20181202 16:49:56.002" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:49:56.002" starttime="20181202 16:49:55.539"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:49:56.003" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:49:56.004" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:49:56.004" starttime="20181202 16:49:56.003"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.005" starttime="20181202 16:49:56.004"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:49:56.006" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:49:56.006" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:49:56.006" starttime="20181202 16:49:56.006"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.008" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:49:56.008" starttime="20181202 16:49:56.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.008" starttime="20181202 16:49:56.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.008" starttime="20181202 16:49:55.531"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.008" starttime="20181202 16:49:55.531"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.008" starttime="20181202 16:49:55.530"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.024" starttime="20181202 16:49:56.023"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.025" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:49:56.211" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:49:56.212" starttime="20181202 16:49:56.025"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.223" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:49:56.223" starttime="20181202 16:49:56.212"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:56.226" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:49:56.226" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:56.226" starttime="20181202 16:49:56.224"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:49:56.268" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:49:56.268" starttime="20181202 16:49:56.226"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:56.270" starttime="20181202 16:49:56.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.270" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:56.270" starttime="20181202 16:49:56.270"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.271" starttime="20181202 16:49:56.022"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.271" starttime="20181202 16:49:56.009"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.271" starttime="20181202 16:49:56.008"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.271" starttime="20181202 16:49:56.008"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.271" starttime="20181202 16:49:53.386"></status>
</kw>
<doc>Create Security Rule with port_range_min greater than port_range_max</doc>
<tags>
<tag>Regression</tag>
</tags>
<status status="PASS" endtime="20181202 16:49:56.271" critical="yes" starttime="20181202 16:49:49.637"></status>
</test>
<test id="s1-s5-t3" name="TC03_Create Security Rule with port_range_min = -1">
<kw type="setup" name="Setup_Test_With_Logging_And_Without_Fast_Failing" library="SetupUtils">
<doc>Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.</doc>
<kw name="Run_Even_When_Failing_Fast" library="FailFast">
<doc>This is just a more readable 'None' to override [Setup].</doc>
<kw name="No Operation" library="BuiltIn">
<doc>Does absolutely nothing.</doc>
<status status="PASS" endtime="20181202 16:49:56.273" starttime="20181202 16:49:56.273"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.273" starttime="20181202 16:49:56.273"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Testcase_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<arguments>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:49:56.284" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:56.284" starttime="20181202 16:49:56.284"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:49:56.285" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:56.285" starttime="20181202 16:49:56.284"></status>
</kw>
<msg timestamp="20181202 16:49:56.285" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:49:56.285" starttime="20181202 16:49:56.283"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:56.296" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:49:56.296" starttime="20181202 16:49:56.295"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:49:56.297" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:49:56.297" starttime="20181202 16:49:56.296"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.329" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "u "t "r "o "n "[C "S "e "c "u "[78Cr "[A[78Ci</msg>
<status status="PASS" endtime="20181202 16:49:56.329" starttime="20181202 16:49:56.298"></status>
</kw>
<msg timestamp="20181202 16:49:56.330" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:49:56.330" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "...</msg>
<status status="PASS" endtime="20181202 16:49:56.330" starttime="20181202 16:49:56.297"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.358" level="INFO">"t "y "[C "G "r "o "u "p ". "T "C "0 "3 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "i "n "[C "= "[C "- "1 "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:56.358" starttime="20181202 16:49:56.331"></status>
</kw>
<msg timestamp="20181202 16:49:56.358" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:49:56.358" level="INFO">${message_wait} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "3 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:56.358" starttime="20181202 16:49:56.330"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.359" starttime="20181202 16:49:56.359"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.360" level="INFO"> "t "y "[C "G "r "o "u "p ". "T "C "0 "3 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "i "n "[C "= "[C "- "1 "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:49:56.360" starttime="20181202 16:49:56.360"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.361" starttime="20181202 16:49:56.361"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.363" starttime="20181202 16:49:56.363"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.364" starttime="20181202 16:49:56.363"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:49:56.364" starttime="20181202 16:49:56.364"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.365" starttime="20181202 16:49:56.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.365" starttime="20181202 16:49:56.295"></status>
</kw>
<msg timestamp="20181202 16:49:56.365" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:56.365" level="INFO">${message} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "3 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:56.365" starttime="20181202 16:49:56.294"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:49:56.366" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:49:56.366" starttime="20181202 16:49:56.366"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.366" starttime="20181202 16:49:56.293"></status>
</kw>
<msg timestamp="20181202 16:49:56.367" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:49:56.367" level="INFO">${output} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "3 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:49:56.367" starttime="20181202 16:49:56.286"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.367"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.285"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.285"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.283"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.368" starttime="20181202 16:49:56.272"></status>
</kw>
<kw name="Create Security Group and Validate">
<arguments>
<arg>${SGS[2]}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${output}</var>
<var>${sg_id}</var>
</assign>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:56.371" starttime="20181202 16:49:56.371"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:56.372" starttime="20181202 16:49:56.370"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:49:56.381" level="INFO">Starting process:
openstack security group create sgs_sg_3 </msg>
<msg timestamp="20181202 16:49:56.402" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:49:58.525" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:49:58.525" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:49:58.525" starttime="20181202 16:49:56.380"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:49:58.527" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:49:58Z                                                                                                                                  |
| description     | sgs_sg_3                                                                                                                                              |
| id              | f6c6b79d-8479-4356-bad6-3c152d928dfc                                                                                                                  |
| name            | sgs_sg_3                                                                                                                                              |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:49:58Z', direction='egress', ethertype='IPv6', id='4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c', updated_at='2018-12-02T16:49:58Z' |
|                 | created_at='2018-12-02T16:49:58Z', direction='egress', ethertype='IPv4', id='b7b3fba3-1a91-4fdc-958b-e65a2c3524e1', updated_at='2018-12-02T16:49:58Z' |
| updated_at      | 2018-12-02T16:49:58Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:49:58.527" starttime="20181202 16:49:58.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:49:58.528" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:49:58.528" starttime="20181202 16:49:58.527"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:58.529" starttime="20181202 16:49:58.528"></status>
</kw>
<msg timestamp="20181202 16:49:58.529" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:49:58.529" starttime="20181202 16:49:56.380"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:49:58.530" level="INFO">${sgp_id} = f6c6b79d-8479-4356-bad6-3c152d928dfc</msg>
<status status="PASS" endtime="20181202 16:49:58.530" starttime="20181202 16:49:58.530"></status>
</kw>
<msg timestamp="20181202 16:49:58.531" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<msg timestamp="20181202 16:49:58.531" level="INFO">${sg_id} = f6c6b79d-8479-4356-bad6-3c152d928dfc</msg>
<status status="PASS" endtime="20181202 16:49:58.531" starttime="20181202 16:49:56.370"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${sec_groups}</var>
</assign>
<msg timestamp="20181202 16:49:58.532" level="INFO">${sec_groups} = [u'sgs_sg_3']</msg>
<status status="PASS" endtime="20181202 16:49:58.532" starttime="20181202 16:49:58.531"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:49:58.559" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-groups/, headers=None json=None</msg>
<msg timestamp="20181202 16:49:58.559" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:49:58.559" starttime="20181202 16:49:58.555"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:49:58.561" level="INFO">{"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"f6c6b79d-8479-4356-bad6-3c152d928dfc","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_3","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]}}</msg>
<status status="PASS" endtime="20181202 16:49:58.561" starttime="20181202 16:49:58.560"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.561" starttime="20181202 16:49:58.559"></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="20181202 16:49:58.562" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:49:58.562" starttime="20181202 16:49:58.562"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sgs_sg_3">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:58.563" starttime="20181202 16:49:58.563"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.563" starttime="20181202 16:49:58.562"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.563" starttime="20181202 16:49:58.562"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.563" starttime="20181202 16:49:58.554"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.563" starttime="20181202 16:49:58.532"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:58.564" starttime="20181202 16:49:56.369"></status>
</kw>
<kw name="Neutron Rule Creation With Invalid Parameters">
<arguments>
<arg>${SGS[2]}</arg>
<arg>${ADD_ARG_SSH6}</arg>
<arg>${INVALID_MIN_PORT}</arg>
</arguments>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>openstack security group rule create ${additional_args} ${sg_name}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:58.567" level="INFO">Running command 'openstack security group rule create --ingress --ethertype IPv4 --dst-port -1:25 --protocol tcp sgs_sg_3 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:49:59.899" level="INFO">${rc} = 2</msg>
<msg timestamp="20181202 16:49:59.900" level="INFO">${output} = usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                ...</msg>
<status status="PASS" endtime="20181202 16:49:59.900" starttime="20181202 16:49:58.565"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:49:59.901" level="INFO">usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width &lt;integer&gt;]
                                            [--fit-width] [--print-empty]
                                            [--noindent] [--prefix PREFIX]
                                            [--remote-ip &lt;ip-address&gt; | --remote-group &lt;group&gt;]
                                            [--description &lt;description&gt;]
                                            [--dst-port &lt;port-range&gt;]
                                            [--icmp-type &lt;icmp-type&gt;]
                                            [--icmp-code &lt;icmp-code&gt;]
                                            [--protocol &lt;protocol&gt;]
                                            [--ingress | --egress]
                                            [--ethertype &lt;ethertype&gt;]
                                            [--project &lt;project&gt;]
                                            [--project-domain &lt;project-domain&gt;]
                                            &lt;group&gt;
openstack security group rule create: error: argument --dst-port: expected one argument</msg>
<status status="PASS" endtime="20181202 16:49:59.902" starttime="20181202 16:49:59.901"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${expected_error}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:49:59.903" starttime="20181202 16:49:59.902"></status>
</kw>
<status status="PASS" endtime="20181202 16:49:59.903" starttime="20181202 16:49:58.564"></status>
</kw>
<kw type="teardown" name="Get Test Teardown Debugs" library="OpenStackOperations">
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:49:59.910" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:49:59.911" starttime="20181202 16:49:59.909"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:49:59.914" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:00.494" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:50:00.495" starttime="20181202 16:49:59.911"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:00.496" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1125
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 400
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2670
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1616
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 107
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 6.66389197063
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1533
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.115492
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.854461637781
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4365
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:50:00.496" starttime="20181202 16:50:00.495"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:00.497" starttime="20181202 16:49:59.909"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:00.497" starttime="20181202 16:49:59.908"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:00.497" starttime="20181202 16:49:59.907"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:00.499" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.499" starttime="20181202 16:50:00.498"></status>
</kw>
<msg timestamp="20181202 16:50:00.499" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.499" starttime="20181202 16:50:00.498"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:00.500" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.500" starttime="20181202 16:50:00.499"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:00.502" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:00.844" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:50:00.844" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:50:00.844" starttime="20181202 16:50:00.500"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:00.845" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:50:00.845" starttime="20181202 16:50:00.845"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:00.846" starttime="20181202 16:50:00.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:00.846" starttime="20181202 16:50:00.497"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:00.846" starttime="20181202 16:50:00.497"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:00.849" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.849" starttime="20181202 16:50:00.848"></status>
</kw>
<msg timestamp="20181202 16:50:00.849" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.849" starttime="20181202 16:50:00.848"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:00.850" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:00.850" starttime="20181202 16:50:00.849"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:00.853" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC03_Create_Security_Rule_with_port_range_min_=_-1 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:01.120" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:50:01.120" level="INFO">${output} = 2018-12-02 16:50:01,080 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:01,083 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:50:01.120" starttime="20181202 16:50:00.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.121" level="INFO">rc: 1, output: 2018-12-02 16:50:01,080 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:01,083 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:50:01,087 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:50:01,096 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:default-transport-zone
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:50:01.121" starttime="20181202 16:50:01.121"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:50:01.122" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:50:01.122" starttime="20181202 16:50:01.122"></status>
</kw>
<status status="FAIL" endtime="20181202 16:50:01.123" starttime="20181202 16:50:00.847"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.123" starttime="20181202 16:50:00.846"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.123" starttime="20181202 16:49:59.906"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.126" starttime="20181202 16:50:01.125"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.127" starttime="20181202 16:50:01.127"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.128" starttime="20181202 16:50:01.127"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.130" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:01.131" starttime="20181202 16:50:01.128"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.145" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.145" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:50:01.145" starttime="20181202 16:50:01.131"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.145" starttime="20181202 16:50:01.126"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.147" starttime="20181202 16:50:01.147"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.147" starttime="20181202 16:50:01.147"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.149" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:01.149" starttime="20181202 16:50:01.147"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.164" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.165" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:50:01.165" starttime="20181202 16:50:01.149"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.165" starttime="20181202 16:50:01.145"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.166" starttime="20181202 16:50:01.166"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.167" starttime="20181202 16:50:01.166"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.168" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:50:01.168" starttime="20181202 16:50:01.167"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.174" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.174" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:50:01.174" starttime="20181202 16:50:01.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.174" starttime="20181202 16:50:01.165"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.175" starttime="20181202 16:50:01.175"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.175" starttime="20181202 16:50:01.175"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.177" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:50:01.177" starttime="20181202 16:50:01.176"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.181" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.181" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:50:01.181" starttime="20181202 16:50:01.177"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.181" starttime="20181202 16:50:01.174"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.182" starttime="20181202 16:50:01.182"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.183" starttime="20181202 16:50:01.182"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.184" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:50:01.185" starttime="20181202 16:50:01.183"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.188" level="INFO">qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.188" level="INFO">${output} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:01.188" starttime="20181202 16:50:01.185"></status>
</kw>
<msg timestamp="20181202 16:50:01.188" level="INFO">${nslist} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:01.188" starttime="20181202 16:50:01.181"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:50:01.189" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 16:50:01.189" level="INFO">@{lines} = [ qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 ]</msg>
<status status="PASS" endtime="20181202 16:50:01.189" starttime="20181202 16:50:01.188"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.190" starttime="20181202 16:50:01.190"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.190" starttime="20181202 16:50:01.190"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.193" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:01.193" starttime="20181202 16:50:01.191"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.218" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bd:1a:90 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.218" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:50:01.218" starttime="20181202 16:50:01.194"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.219" starttime="20181202 16:50:01.189"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.221" starttime="20181202 16:50:01.220"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.222" starttime="20181202 16:50:01.221"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.224" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:01.224" starttime="20181202 16:50:01.222"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.244" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61.2.1.2/24 brd 61.2.1.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet6 fe80::f816:3eff:febd:1a90/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.245" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61...</msg>
<status status="PASS" endtime="20181202 16:50:01.245" starttime="20181202 16:50:01.224"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.245" starttime="20181202 16:50:01.219"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.246" starttime="20181202 16:50:01.246"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.247" starttime="20181202 16:50:01.246"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.249" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip route</msg>
<status status="PASS" endtime="20181202 16:50:01.249" starttime="20181202 16:50:01.247"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.269" level="INFO">default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.270" level="INFO">${output} = default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:50:01.270" starttime="20181202 16:50:01.249"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.270" starttime="20181202 16:50:01.245"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.270" starttime="20181202 16:50:01.189"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.270" starttime="20181202 16:50:01.189"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.271" starttime="20181202 16:50:01.271"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.271" starttime="20181202 16:50:01.271"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.273" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:50:01.273" starttime="20181202 16:50:01.272"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.294" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1504a868-cb"
            tag: 4095
            Interface "tap1504a868-cb"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.294" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:50:01.294" starttime="20181202 16:50:01.273"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.295" starttime="20181202 16:50:01.270"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.296" starttime="20181202 16:50:01.296"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.296" starttime="20181202 16:50:01.296"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.298" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:50:01.298" starttime="20181202 16:50:01.296"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.320" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 55
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.320" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:50:01.320" starttime="20181202 16:50:01.299"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.320" starttime="20181202 16:50:01.295"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.322" starttime="20181202 16:50:01.321"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.322" starttime="20181202 16:50:01.322"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.325" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:01.325" starttime="20181202 16:50:01.322"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.341" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 24(tap1504a868-cb): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.341" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:50:01.341" starttime="20181202 16:50:01.325"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.342" starttime="20181202 16:50:01.321"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.343" starttime="20181202 16:50:01.343"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.343" starttime="20181202 16:50:01.343"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.346" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:50:01.346" starttime="20181202 16:50:01.343"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.595" level="INFO">cookie=0x8000000, duration=3320.314s, table=0, n_packets=3317, n_bytes=179118, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=33.879s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1504a868-cb",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3320.296s, table=17, n_packets=3317, n_bytes=179118, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=32.961s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1396-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1396000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3612.393s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3612.379s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3612.374s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3612.356s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3612.384s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3451.286s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3451.286s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3612.356s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3612.356s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3612.196s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001396, duration=32.957s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x9051396, duration=33.879s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3611.808s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3611.800s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3612.196s, table=43, n_packets=3480, n_bytes=189972, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3612.400s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3612.325s, table=48, n_packets=3481, n_bytes=190014, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=6.848s, table=49, n_packets=5, n_bytes=270, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051396, duration=32.945s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1396000000/0xfffffffff000000,dl_src=fa:16:3e:bd:1a:90 actions=goto_table:51
 cookie=0x8050001, duration=3612.196s, table=50, n_packets=3015, n_bytes=162810, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3612.325s, table=50, n_packets=306, n_bytes=16608, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3453.343s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031396, duration=32.935s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1396000000/0xffff000000,dl_dst=fa:16:3e:bd:1a:90 actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3612.196s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3612.196s, table=51, n_packets=3481, n_bytes=190014, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3453.698s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3453.688s, table=52, n_packets=3423, n_bytes=184830, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2512.945s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2512.942s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2497.507s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2497.507s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701396, duration=32.953s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1396000001/0xffff000001 actions=write_actions(group:210027)
 cookie=0x8701396, duration=32.949s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1396000000/0xffff000001 actions=write_actions(group:210028)
 cookie=0x8800001, duration=3453.683s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2512.629s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2497.175s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=32.935s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3453.686s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2512.635s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2497.177s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=32.935s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3612.393s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3612.356s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3612.196s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3612.388s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3612.138s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3612.138s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3612.138s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3612.132s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3612.113s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3612.113s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3612.113s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3612.113s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3612.136s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3612.132s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3612.132s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3320.285s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3320.285s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=33.870s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"tap1504a868-cb"
 cookie=0x6900000, duration=3612.113s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3612.113s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3612.113s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3612.113s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3612.113s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3612.113s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3612.113s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3612.138s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3612.136s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3612.138s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3612.138s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3612.138s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3612.138s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3612.138s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3612.113s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3612.113s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3612.113s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.595" level="INFO">${output} =  cookie=0x8000000, duration=3320.314s, table=0, n_packets=3317, n_bytes=179118, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:50:01.595" starttime="20181202 16:50:01.346"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.595" starttime="20181202 16:50:01.342"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.597" starttime="20181202 16:50:01.596"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.598" starttime="20181202 16:50:01.597"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.600" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:50:01.600" starttime="20181202 16:50:01.598"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.616" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210027,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.616" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 16:50:01.616" starttime="20181202 16:50:01.600"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.616" starttime="20181202 16:50:01.596"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.617" starttime="20181202 16:50:01.617"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:01.617" starttime="20181202 16:50:01.617"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.620" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:01.620" starttime="20181202 16:50:01.618"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:01.639" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1748.334s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=33.862s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3612.385s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2498.416s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2513.562s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210004,duration=3454.306s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1737.082s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210027,duration=34.151s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=3454.625s,ref_count=1,packet_count=3424,byte_count=184884
 group_id=210009,duration=2513.853s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2498.111s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:01.639" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1748.334s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=33.862s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.620"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.125"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.124"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.124"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.639" starttime="20181202 16:50:01.124"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:50:01.648" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6229a68d0&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:50:01.649" starttime="20181202 16:50:01.648"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.654" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.654" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.654" starttime="20181202 16:50:01.649"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.655" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.655" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.655" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.655" starttime="20181202 16:50:01.654"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.655" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.655" starttime="20181202 16:50:01.655"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.655" starttime="20181202 16:50:01.649"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.659" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.659" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.659" starttime="20181202 16:50:01.656"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.660" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","segmentation-id":40,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5014,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:50:01.660" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.660" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:50:01.660" starttime="20181202 16:50:01.659"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.660" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 40
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.660" starttime="20181202 16:50:01.660"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.660" starttime="20181202 16:50:01.656"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.663" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.663" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.663" starttime="20181202 16:50:01.661"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.664" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"1504a868-cbea-4907-a6fe-0874ece08730","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:bd:1a:90","ip-prefix":"61.2.1.2"}]},{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:59:e7:ce","ip-prefix":"61.2.1.3"}]},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:c6:2a:44","ip-prefix":"61.2.1.13"}]}]}} </msg>
<msg timestamp="20181202 16:50:01.664" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.664" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874...</msg>
<status status="PASS" endtime="20181202 16:50:01.664" starttime="20181202 16:50:01.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.664" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.2",
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.664" starttime="20181202 16:50:01.664"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.664" starttime="20181202 16:50:01.660"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.667" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.667" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.667" starttime="20181202 16:50:01.665"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.670" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769367}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1504a868-cbea-4907-a6fe-0874ece08730","id-value":[31]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012}],"available-id-count":12,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5014,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769363}],"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","id-value":[5014]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30}],"available-id-count":29,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":31,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":9,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769398}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:50:01.670" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.670" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:50:01.670" starttime="20181202 16:50:01.667"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.671" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769367
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "id-value": [
                            31
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5014,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 12,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769363
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "id-value": [
                            5014
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 31,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 29,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 9,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769398
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.671" starttime="20181202 16:50:01.671"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.671" starttime="20181202 16:50:01.665"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.674" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.674" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.674" starttime="20181202 16:50:01.672"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.675" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{"ace":[{"rule-name":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cec36485-d908-458d-83da-dc9b9bb0cfa6","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"2f719361-e765-4acb-9196-d42485ec659d","matches":{"protocol":6,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{"ace":[{"rule-name":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{"ace":[{"rule-name":"13753fc4-2954-4d28-8835-d5cba55910b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aea82b41-b513-4474-9471-3dc10ff04347","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:50:01.675" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.675" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 16:50:01.675" starttime="20181202 16:50:01.674"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.676" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "2f719361-e765-4acb-9196-d42485ec659d"
                        }
                    ]
                },
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                        }
                    ]
                },
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "13753fc4-2954-4d28-8835-d5cba55910b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "aea82b41-b513-4474-9471-3dc10ff04347"
                        }
                    ]
                },
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.676" starttime="20181202 16:50:01.676"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.676" starttime="20181202 16:50:01.671"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.679" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.679" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.679" starttime="20181202 16:50:01.676"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.680" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"61.2.1.3"},{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"fe80:0:0:0:f816:3eff:fe59:e7ce"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1504a868-cb"},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"61.2.1.13"},{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"fe80:0:0:0:f816:3eff:fec6:2a44"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 16:50:01.680" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.680" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:01.680" starttime="20181202 16:50:01.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.680" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe59:e7ce",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1504a868-cb",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec6:2a44",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.680" starttime="20181202 16:50:01.680"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.680" starttime="20181202 16:50:01.676"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.683" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.683" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.683" starttime="20181202 16:50:01.681"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.685" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:50:01.685" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.685" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:50:01.685" starttime="20181202 16:50:01.683"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.685" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84120961024,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5014
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "24"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.686" starttime="20181202 16:50:01.685"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.686" starttime="20181202 16:50:01.680"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.688" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.688" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.688" starttime="20181202 16:50:01.686"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.689" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:01.689" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.689" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:50:01.689" starttime="20181202 16:50:01.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.690" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.690" starttime="20181202 16:50:01.689"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.690" starttime="20181202 16:50:01.686"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.693" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.693" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.693" starttime="20181202 16:50:01.690"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.694" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.694" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.694" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.694" starttime="20181202 16:50:01.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.694" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.694" starttime="20181202 16:50:01.694"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.694" starttime="20181202 16:50:01.690"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.697" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.697" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.697" starttime="20181202 16:50:01.695"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.698" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.698" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.698" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.698" starttime="20181202 16:50:01.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.698" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.698" starttime="20181202 16:50:01.698"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.698" starttime="20181202 16:50:01.695"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.701" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.701" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.701" starttime="20181202 16:50:01.699"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.701" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.701" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.702" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.702" starttime="20181202 16:50:01.701"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.702" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.702" starttime="20181202 16:50:01.702"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.702" starttime="20181202 16:50:01.698"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.705" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.705" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.705" starttime="20181202 16:50:01.702"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.705" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:01.705" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.706" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:50:01.706" starttime="20181202 16:50:01.705"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.706" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.706" starttime="20181202 16:50:01.706"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.706" starttime="20181202 16:50:01.702"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.708" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.708" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.708" starttime="20181202 16:50:01.706"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.709" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:50:01.709" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.709" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.709" starttime="20181202 16:50:01.709"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.710" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.710" starttime="20181202 16:50:01.709"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.710" starttime="20181202 16:50:01.706"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.712" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.712" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.712" starttime="20181202 16:50:01.710"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.713" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:50:01.713" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.713" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.713" starttime="20181202 16:50:01.712"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.713" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.713" starttime="20181202 16:50:01.713"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.713" starttime="20181202 16:50:01.710"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.716" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.716" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.716" starttime="20181202 16:50:01.714"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.717" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:50:01.717" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.717" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:50:01.717" starttime="20181202 16:50:01.716"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.717" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:01.718" starttime="20181202 16:50:01.717"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.718" starttime="20181202 16:50:01.713"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.721" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.721" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.721" starttime="20181202 16:50:01.718"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.722" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"40","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgs_net_1"}]},"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"f6c6b79d-8479-4356-bad6-3c152d928dfc","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_3","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]},"security-rules":{"security-rule":[{"uuid":"13753fc4-2954-4d28-8835-d5cba55910b0","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"aea82b41-b513-4474-9471-3dc10ff04347","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","gateway-ip":"61.2.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"61.2.1.2","end":"61.2.1.254"}],"cidr":"61.2.1.0/24","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_sub_1"}]},"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:bd:1a:90","admin-state-up":true,"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":""},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.13"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c6:2a:44","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_2"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:59:e7:ce","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_1"}]}}} </msg>
<msg timestamp="20181202 16:50:01.722" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.723" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:50:01.723" starttime="20181202 16:50:01.721"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.723" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgs_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "40",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.2",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:bd:1a:90",
                    "name": "",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.13",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:c6:2a:44",
                    "name": "sgs_port_2",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.3",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:59:e7:ce",
                    "name": "sgs_port_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "sgs_sg_2",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4e8a3e23-d835-478f-9014-dcbee9780f6b"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "SSH_UPDATED",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b82e8302-b477-4ee5-be37-24a7a56592e6"
                },
                {
                    "name": "sgs_sg_3",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f6c6b79d-8479-4356-bad6-3c152d928dfc"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "13753fc4-2954-4d28-8835-d5cba55910b0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aea82b41-b513-4474-9471-3dc10ff04347"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2f719361-e765-4acb-9196-d42485ec659d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "61.2.1.254",
                            "start": "61.2.1.2"
                        }
                    ],
                    "cidr": "61.2.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "61.2.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgs_sub_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.723" starttime="20181202 16:50:01.723"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.723" starttime="20181202 16:50:01.718"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.725" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.725" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.725" starttime="20181202 16:50:01.724"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.726" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-id-list":["718e7057-752e-4b91-9ae4-0e5c66feb3d0"]}]}} </msg>
<msg timestamp="20181202 16:50:01.726" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.726" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752...</msg>
<status status="PASS" endtime="20181202 16:50:01.726" starttime="20181202 16:50:01.726"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.727" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.727" starttime="20181202 16:50:01.726"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.727" starttime="20181202 16:50:01.723"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.729" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.730" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.730" starttime="20181202 16:50:01.727"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.730" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.730" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.730" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.730" starttime="20181202 16:50:01.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.731" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.731" starttime="20181202 16:50:01.731"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.731" starttime="20181202 16:50:01.727"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.733" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.734" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.734" starttime="20181202 16:50:01.731"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.734" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.734" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.734" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.734" starttime="20181202 16:50:01.734"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.735" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.735" starttime="20181202 16:50:01.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.735" starttime="20181202 16:50:01.731"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.737" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.737" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.737" starttime="20181202 16:50:01.735"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.738" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","network-type":"VXLAN","port-list":["e43a5ade-e9f2-4022-a213-d91d0afee863","f7cdc048-6134-4901-b08f-baf52b3a64fe","1504a868-cbea-4907-a6fe-0874ece08730"],"segmentation-id":40,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-ip":"61.2.1.0/24"}]}} </msg>
<msg timestamp="20181202 16:50:01.738" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.738" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
         ...</msg>
<status status="PASS" endtime="20181202 16:50:01.738" starttime="20181202 16:50:01.737"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.738" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "network-type": "VXLAN",
                "port-list": [
                    "e43a5ade-e9f2-4022-a213-d91d0afee863",
                    "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "segmentation-id": 40,
                "subnet-ip": "61.2.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.739" starttime="20181202 16:50:01.738"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.739" starttime="20181202 16:50:01.735"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.741" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.741" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.741" starttime="20181202 16:50:01.739"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.741" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:50:01.741" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.742" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.742" starttime="20181202 16:50:01.741"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.742" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.742" starttime="20181202 16:50:01.742"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.742" starttime="20181202 16:50:01.739"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.744" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.744" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.744" starttime="20181202 16:50:01.742"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.745" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:50:01.745" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.745" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.745" starttime="20181202 16:50:01.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.745" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.745" starttime="20181202 16:50:01.745"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.745" starttime="20181202 16:50:01.742"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.747" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.748" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.748" starttime="20181202 16:50:01.746"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.748" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap1504a868-cb","interface-child-entry":[{"child-interface":"1504a868-cbea-4907-a6fe-0874ece08730"}]}]}} </msg>
<msg timestamp="20181202 16:50:01.748" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.748" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:01.748" starttime="20181202 16:50:01.748"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.749" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1504a868-cbea-4907-a6fe-0874ece08730"
                    }
                ],
                "parent-interface": "tap1504a868-cb"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.749" starttime="20181202 16:50:01.749"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.749" starttime="20181202 16:50:01.746"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.751" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.752" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.752" starttime="20181202 16:50:01.749"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.752" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.752" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.752" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.752" starttime="20181202 16:50:01.752"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.753" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.753" starttime="20181202 16:50:01.753"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.753" starttime="20181202 16:50:01.749"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.755" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.755" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.755" starttime="20181202 16:50:01.753"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.756" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:50:01.756" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.756" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:50:01.756" starttime="20181202 16:50:01.755"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.756" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.756" starttime="20181202 16:50:01.756"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.757" starttime="20181202 16:50:01.753"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.759" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.759" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.759" starttime="20181202 16:50:01.757"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.759" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:50:01.759" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.760" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:01.760" starttime="20181202 16:50:01.759"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.760" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.760" starttime="20181202 16:50:01.760"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.760" starttime="20181202 16:50:01.757"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.763" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.763" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.763" starttime="20181202 16:50:01.760"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.763" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.763" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.763" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.763" starttime="20181202 16:50:01.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.764" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.764" starttime="20181202 16:50:01.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.764" starttime="20181202 16:50:01.760"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.766" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.766" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.766" starttime="20181202 16:50:01.764"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.767" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:50:01.767" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.767" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.767" starttime="20181202 16:50:01.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.767" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.768" starttime="20181202 16:50:01.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.768" starttime="20181202 16:50:01.764"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.770" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.770" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.770" starttime="20181202 16:50:01.768"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.770" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:50:01.770" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.770" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.770" starttime="20181202 16:50:01.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.771" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.771" starttime="20181202 16:50:01.771"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.771" starttime="20181202 16:50:01.768"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.773" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.774" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.774" starttime="20181202 16:50:01.771"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.774" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.774" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.774" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.774" starttime="20181202 16:50:01.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.775" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.775" starttime="20181202 16:50:01.775"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.775" starttime="20181202 16:50:01.771"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.777" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.778" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.778" starttime="20181202 16:50:01.775"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.778" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.778" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.778" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.778" starttime="20181202 16:50:01.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.779" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.779" starttime="20181202 16:50:01.779"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.779" starttime="20181202 16:50:01.775"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.781" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.781" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.782" starttime="20181202 16:50:01.779"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.782" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.782" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.782" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.782" starttime="20181202 16:50:01.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.783" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.783" starttime="20181202 16:50:01.782"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.783" starttime="20181202 16:50:01.779"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.785" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.785" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.785" starttime="20181202 16:50:01.783"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.786" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.786" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.786" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.786" starttime="20181202 16:50:01.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.786" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.786" starttime="20181202 16:50:01.786"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.786" starttime="20181202 16:50:01.783"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.789" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.789" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.789" starttime="20181202 16:50:01.787"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.790" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.790" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.790" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.790" starttime="20181202 16:50:01.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.790" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.790" starttime="20181202 16:50:01.790"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.790" starttime="20181202 16:50:01.787"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.796" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.796" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.796" starttime="20181202 16:50:01.791"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.812" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3640","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":150999958,"flow-name":"ITM Flow Entry :5014","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385014","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":151327638,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961025,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210027}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961024,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210028}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":34168981422080,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550422,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},"strict":true,"cookie":134419350,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:24","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529249215049891840,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210028,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210027}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"},{"group-id":210027,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:50:01.812" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.813" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:50:01.813" starttime="20181202 16:50:01.796"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.815" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210027
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210028,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210027,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "24"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999958,
                                "flow-name": "ITM Flow Entry :5014",
                                "hard-timeout": 0,
                                "id": "3640",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327638,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "385014",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210027
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961025,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210028
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550422,
                                "hard-timeout": 0,
                                "id": "5050148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34168981422080,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419350,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "5150148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:24",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5014
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249215049891840,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.817" starttime="20181202 16:50:01.813"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.817" starttime="20181202 16:50:01.790"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.819" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.820" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.820" starttime="20181202 16:50:01.817"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.820" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:50:01.820" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.820" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:50:01.820" starttime="20181202 16:50:01.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.821" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1504a868-cbea-4907-a6fe-0874ece08730"
                        ]
                    }
                ],
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.821" starttime="20181202 16:50:01.821"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.821" starttime="20181202 16:50:01.817"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.823" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.824" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.824" starttime="20181202 16:50:01.821"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.824" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","mac-entry":[{"mac-address":"fa:16:3e:bd:1a:90","interface":"1504a868-cbea-4907-a6fe-0874ece08730","ip-prefix":"61.2.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:50:01.824" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.824" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:50:01.824" starttime="20181202 16:50:01.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.825" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "mac-entry": [
                    {
                        "interface": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "ip-prefix": "61.2.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.825" starttime="20181202 16:50:01.825"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.825" starttime="20181202 16:50:01.821"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.828" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.828" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.828" starttime="20181202 16:50:01.825"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.828" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.829" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.829" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.829" starttime="20181202 16:50:01.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.829" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.829" starttime="20181202 16:50:01.829"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.829" starttime="20181202 16:50:01.825"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.832" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.832" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.832" starttime="20181202 16:50:01.830"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.832" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","elan-interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]}} </msg>
<msg timestamp="20181202 16:50:01.832" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.832" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:50:01.832" starttime="20181202 16:50:01.832"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.833" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.833" starttime="20181202 16:50:01.833"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.833" starttime="20181202 16:50:01.829"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.835" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.835" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.835" starttime="20181202 16:50:01.833"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.836" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap1504a868-cb","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.431Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.434Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:50:01.836" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.836" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:50:01.836" starttime="20181202 16:50:01.835"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.837" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "tap1504a868-cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.431Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.434Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.837" starttime="20181202 16:50:01.836"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.837" starttime="20181202 16:50:01.833"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.839" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.839" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.839" starttime="20181202 16:50:01.837"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.840" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:50:01.840" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.840" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:01.840" starttime="20181202 16:50:01.840"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.841" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.841" starttime="20181202 16:50:01.840"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.841" starttime="20181202 16:50:01.837"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.844" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.844" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.844" starttime="20181202 16:50:01.841"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.844" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.844" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.844" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.845" starttime="20181202 16:50:01.844"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.845" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.845" starttime="20181202 16:50:01.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.845" starttime="20181202 16:50:01.841"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.848" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.848" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.848" starttime="20181202 16:50:01.845"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.849" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.849" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.849" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.849" starttime="20181202 16:50:01.848"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.849" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.850" starttime="20181202 16:50:01.849"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.850" starttime="20181202 16:50:01.845"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.852" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.853" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.853" starttime="20181202 16:50:01.850"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.853" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.853" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.853" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.853" starttime="20181202 16:50:01.853"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.854" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.854" starttime="20181202 16:50:01.853"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.854" starttime="20181202 16:50:01.850"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.857" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.857" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.857" starttime="20181202 16:50:01.854"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.858" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap1504a868-cb","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"69babe0c-0325-407a-a4e4-fa45a85b96b5","ovsdb:name":"tap1504a868-cb","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:bd:1a:90"},{"external-id-key":"iface-id","external-id-value":"1504a868-cbea-4907-a6fe-0874ece08730"}],"ovsdb:port-uuid":"73c47c3d-85a4-48a5-8dc2-98e0543b63ce","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":24},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:50:01.859" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.859" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:50:01.859" starttime="20181202 16:50:01.857"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.859" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:bd:1a:90"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1504a868-cbea-4907-a6fe-0874ece08730"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "69babe0c-0325-407a-a4e4-fa45a85b96b5",
                            "ovsdb:name": "tap1504a868-cb",
                            "ovsdb:ofport": 24,
                            "ovsdb:port-uuid": "73c47c3d-85a4-48a5-8dc2-98e0543b63ce",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1504a868-cb"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:01.859" starttime="20181202 16:50:01.859"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.860" starttime="20181202 16:50:01.854"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.862" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.862" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.862" starttime="20181202 16:50:01.860"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.863" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","status":"ACTIVE"},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","status":"DOWN"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 16:50:01.863" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.863" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:50:01.863" starttime="20181202 16:50:01.862"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.863" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status": "DOWN",
                "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
            },
            {
                "status": "DOWN",
                "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.863" starttime="20181202 16:50:01.863"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.863" starttime="20181202 16:50:01.860"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.866" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.866" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.866" starttime="20181202 16:50:01.864"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.867" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.867" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.867" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.867" starttime="20181202 16:50:01.866"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.867" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.867" starttime="20181202 16:50:01.867"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.867" starttime="20181202 16:50:01.863"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.869" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.869" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.870" starttime="20181202 16:50:01.868"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.870" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":31,"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730"}]}} </msg>
<msg timestamp="20181202 16:50:01.870" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.870" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:50:01.870" starttime="20181202 16:50:01.870"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.871" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.871" starttime="20181202 16:50:01.870"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.871" starttime="20181202 16:50:01.867"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.873" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.873" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.873" starttime="20181202 16:50:01.871"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.874" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.874" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.874" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.874" starttime="20181202 16:50:01.874"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.875" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.875" starttime="20181202 16:50:01.874"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.875" starttime="20181202 16:50:01.871"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.877" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.877" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.877" starttime="20181202 16:50:01.875"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.878" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.878" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.878" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.878" starttime="20181202 16:50:01.878"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.879" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.879" starttime="20181202 16:50:01.878"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.879" starttime="20181202 16:50:01.875"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.881" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.881" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.881" starttime="20181202 16:50:01.879"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.882" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.882" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.882" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.882" starttime="20181202 16:50:01.881"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.882" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.882" starttime="20181202 16:50:01.882"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.882" starttime="20181202 16:50:01.879"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.885" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.885" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.886" starttime="20181202 16:50:01.883"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.886" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.886" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.886" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.886" starttime="20181202 16:50:01.886"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.887" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.887" starttime="20181202 16:50:01.886"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.887" starttime="20181202 16:50:01.883"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.897" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.897" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.898" starttime="20181202 16:50:01.887"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.898" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:50:01.898" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.898" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:50:01.898" starttime="20181202 16:50:01.898"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.899" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.899" starttime="20181202 16:50:01.899"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.899" starttime="20181202 16:50:01.887"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.902" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.902" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.902" starttime="20181202 16:50:01.899"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.903" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:50:01.903" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.903" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:50:01.903" starttime="20181202 16:50:01.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.903" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.903" starttime="20181202 16:50:01.903"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.903" starttime="20181202 16:50:01.899"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.906" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.906" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.906" starttime="20181202 16:50:01.904"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.906" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:50:01.906" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.907" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.907" starttime="20181202 16:50:01.906"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.907" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:01.907" starttime="20181202 16:50:01.907"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.907" starttime="20181202 16:50:01.903"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.910" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.910" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.911" starttime="20181202 16:50:01.907"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.911" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:50:01.911" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.911" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:50:01.911" starttime="20181202 16:50:01.911"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.912" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.912" starttime="20181202 16:50:01.911"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.912" starttime="20181202 16:50:01.907"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.914" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.914" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.914" starttime="20181202 16:50:01.912"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.915" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.915" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.915" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.915" starttime="20181202 16:50:01.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.916" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.916" starttime="20181202 16:50:01.916"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.916" starttime="20181202 16:50:01.912"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.918" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.919" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.919" starttime="20181202 16:50:01.916"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.919" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.919" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.919" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.919" starttime="20181202 16:50:01.919"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.920" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.920" starttime="20181202 16:50:01.920"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.920" starttime="20181202 16:50:01.916"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.924" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.924" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.924" starttime="20181202 16:50:01.920"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.925" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:01.925" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.925" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:01.925" starttime="20181202 16:50:01.924"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.925" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.925" starttime="20181202 16:50:01.925"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.925" starttime="20181202 16:50:01.920"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:01.929" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:01.929" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:01.930" starttime="20181202 16:50:01.926"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:01.932" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:24","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1504a868-cb","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":24,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:50:01.932" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:01.933" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:50:01.933" starttime="20181202 16:50:01.930"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.933" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1504a868-cb",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 24,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:24"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:01.934" starttime="20181202 16:50:01.933"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.934" starttime="20181202 16:50:01.925"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.934" starttime="20181202 16:50:01.649"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.934" starttime="20181202 16:50:01.647"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:01.934" starttime="20181202 16:50:01.640"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:01.935" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC03_Create Security Rule with port_range_min = -1/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:50:01.935" starttime="20181202 16:50:01.935"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.945" starttime="20181202 16:50:01.944"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:50:01.945" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:50:01.945" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:50:01.945" starttime="20181202 16:50:01.945"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:50:01.946" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC03_Create Security Rule with port_range_min = -1/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:50:01.946" starttime="20181202 16:50:01.945"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:50:01.946" level="INFO">${conn_id} = 24</msg>
<status status="PASS" endtime="20181202 16:50:01.946" starttime="20181202 16:50:01.946"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:50:01.947" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:01.947" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:50:01.947" starttime="20181202 16:50:01.947"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:01.948" starttime="20181202 16:50:01.948"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:50:01.949" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:50:02.282" level="INFO">Read output: Last login: Sun Dec  2 16:49:55 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:02.282" starttime="20181202 16:50:01.948"></status>
</kw>
<msg timestamp="20181202 16:50:02.282" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:02.282" starttime="20181202 16:50:01.948"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.283" starttime="20181202 16:50:01.947"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:50:02.284" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC03_Create Security Rule with port_range_min = -1/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:50:02.309" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:50:02.309" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:50:02.310" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:02.310" starttime="20181202 16:50:02.283"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:02.375" starttime="20181202 16:50:02.310"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.377" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:02.377" starttime="20181202 16:50:02.376"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.378" starttime="20181202 16:50:02.377"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.380" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:02.381" starttime="20181202 16:50:02.380"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.381" starttime="20181202 16:50:02.379"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.385" starttime="20181202 16:50:02.384"></status>
</kw>
<msg timestamp="20181202 16:50:02.385" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:02.385" starttime="20181202 16:50:02.383"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.386" starttime="20181202 16:50:02.382"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.386" starttime="20181202 16:50:01.944"></status>
</kw>
<msg timestamp="20181202 16:50:02.386" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:02.386" starttime="20181202 16:50:01.943"></status>
</kw>
<msg timestamp="20181202 16:50:02.387" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:02.387" starttime="20181202 16:50:01.943"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:50:02.388" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:50:02.388" starttime="20181202 16:50:02.387"></status>
</kw>
<msg timestamp="20181202 16:50:02.389" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:50:02.389" starttime="20181202 16:50:01.942"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:50:02.390" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:50:02.390" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:50:02.390" starttime="20181202 16:50:02.389"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.392" starttime="20181202 16:50:02.391"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:50:02.393" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:02.393" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:50:02.393" starttime="20181202 16:50:02.392"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.395" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:50:02.395" starttime="20181202 16:50:02.394"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.395" starttime="20181202 16:50:02.393"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.395" starttime="20181202 16:50:01.935"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.395" starttime="20181202 16:50:01.934"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.396" starttime="20181202 16:50:01.934"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.415" starttime="20181202 16:50:02.414"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.416" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:50:02.577" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:50:02.577" starttime="20181202 16:50:02.415"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.589" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:50:02.589" starttime="20181202 16:50:02.578"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:02.592" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:50:02.592" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:02.593" starttime="20181202 16:50:02.590"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:50:02.635" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:50:02.635" starttime="20181202 16:50:02.593"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:02.637" starttime="20181202 16:50:02.636"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.637" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:50:02.637"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:50:02.412"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:50:02.397"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:50:02.396"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:50:02.396"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.638" starttime="20181202 16:49:59.904"></status>
</kw>
<doc>Create Security Rule with port_range_min = -1</doc>
<tags>
<tag>Regression</tag>
</tags>
<status status="PASS" endtime="20181202 16:50:02.638" critical="yes" starttime="20181202 16:49:56.271"></status>
</test>
<test id="s1-s5-t4" name="TC04_Create Security Rule with port_range_max = -1">
<kw type="setup" name="Setup_Test_With_Logging_And_Without_Fast_Failing" library="SetupUtils">
<doc>Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.</doc>
<kw name="Run_Even_When_Failing_Fast" library="FailFast">
<doc>This is just a more readable 'None' to override [Setup].</doc>
<kw name="No Operation" library="BuiltIn">
<doc>Does absolutely nothing.</doc>
<status status="PASS" endtime="20181202 16:50:02.641" starttime="20181202 16:50:02.641"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.641" starttime="20181202 16:50:02.640"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Testcase_Start_To_Controller_Karaf</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Testcase_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log test case name to karaf log, useful in test case setup.</doc>
<arguments>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting test ${SUITE_NAME}.${TEST_NAME}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:50:02.653" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:50:02.653" starttime="20181202 16:50:02.652"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:50:02.653" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:50:02.653" starttime="20181202 16:50:02.653"></status>
</kw>
<msg timestamp="20181202 16:50:02.653" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:50:02.653" starttime="20181202 16:50:02.652"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:50:02.675" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:50:02.675" starttime="20181202 16:50:02.674"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:50:02.676" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:50:02.676" starttime="20181202 16:50:02.676"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.715" level="INFO">log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "u "t "r "o "n "[C "S "e "c "u "[78Cr "[A[78Ci</msg>
<status status="PASS" endtime="20181202 16:50:02.715" starttime="20181202 16:50:02.678"></status>
</kw>
<msg timestamp="20181202 16:50:02.715" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:50:02.716" level="INFO">${message_write} = log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "t "e "s "t "[C "C "S "I "T ". "N "e "...</msg>
<status status="PASS" endtime="20181202 16:50:02.716" starttime="20181202 16:50:02.677"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.757" level="INFO">"t "y "[C "G "r "o "u "p ". "T "C "0 "4 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "a "x "[C "= "[C "- "1 "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:02.757" starttime="20181202 16:50:02.717"></status>
</kw>
<msg timestamp="20181202 16:50:02.757" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:50:02.758" level="INFO">${message_wait} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "4 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:50:02.758" starttime="20181202 16:50:02.716"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.759" starttime="20181202 16:50:02.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.760" level="INFO"> "t "y "[C "G "r "o "u "p ". "T "C "0 "4 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "h "[C "p "o "r "t "_ "r "a "n "g "e "_ "m "a "x "[C "= "[C "- "1 "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:02.760" starttime="20181202 16:50:02.760"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.761" starttime="20181202 16:50:02.760"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.762" starttime="20181202 16:50:02.762"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.763" starttime="20181202 16:50:02.763"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:02.763" starttime="20181202 16:50:02.763"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.763" starttime="20181202 16:50:02.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.764" starttime="20181202 16:50:02.673"></status>
</kw>
<msg timestamp="20181202 16:50:02.764" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:50:02.764" level="INFO">${message} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "4 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:50:02.764" starttime="20181202 16:50:02.672"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:50:02.764" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:02.764" starttime="20181202 16:50:02.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.765" starttime="20181202 16:50:02.671"></status>
</kw>
<msg timestamp="20181202 16:50:02.765" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:50:02.765" level="INFO">${output} =  "t "y "[C "G "r "o "u "p ". "T "C "0 "4 "_ "C "r "e "a "t "e "[C "S "e "c "u "r "i "t "y "[C "R "u "l "e "[C "w "i "t "...</msg>
<status status="PASS" endtime="20181202 16:50:02.765" starttime="20181202 16:50:02.654"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.765"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.654"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.653"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.651"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.641"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.641"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.766" starttime="20181202 16:50:02.640"></status>
</kw>
<kw name="Create Security Group and Validate">
<arguments>
<arg>${SGS[3]}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${output}</var>
<var>${sg_id}</var>
</assign>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:02.768" starttime="20181202 16:50:02.768"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:02.769" starttime="20181202 16:50:02.768"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:02.779" level="INFO">Starting process:
openstack security group create sgs_sg_4 </msg>
<msg timestamp="20181202 16:50:02.807" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:05.236" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:05.237" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:05.237" starttime="20181202 16:50:02.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:05.238" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:50:05Z                                                                                                                                  |
| description     | sgs_sg_4                                                                                                                                              |
| id              | 6398dcc9-8fef-4fe7-a60e-f51fbc7cf100                                                                                                                  |
| name            | sgs_sg_4                                                                                                                                              |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:50:05Z', direction='egress', ethertype='IPv6', id='3e58719e-7ed7-4407-a15e-e2834160ca45', updated_at='2018-12-02T16:50:05Z' |
|                 | created_at='2018-12-02T16:50:05Z', direction='egress', ethertype='IPv4', id='e14d7446-912d-4e31-a13e-504d07a15d38', updated_at='2018-12-02T16:50:05Z' |
| updated_at      | 2018-12-02T16:50:05Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:50:05.238" starttime="20181202 16:50:05.237"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:05.239" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:05.239" starttime="20181202 16:50:05.239"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:05.240" starttime="20181202 16:50:05.239"></status>
</kw>
<msg timestamp="20181202 16:50:05.240" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:50:05.240" starttime="20181202 16:50:02.778"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:50:05.241" level="INFO">${sgp_id} = 6398dcc9-8fef-4fe7-a60e-f51fbc7cf100</msg>
<status status="PASS" endtime="20181202 16:50:05.241" starttime="20181202 16:50:05.241"></status>
</kw>
<msg timestamp="20181202 16:50:05.241" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<msg timestamp="20181202 16:50:05.242" level="INFO">${sg_id} = 6398dcc9-8fef-4fe7-a60e-f51fbc7cf100</msg>
<status status="PASS" endtime="20181202 16:50:05.242" starttime="20181202 16:50:02.767"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${sg_ssh}</arg>
</arguments>
<assign>
<var>${sec_groups}</var>
</assign>
<msg timestamp="20181202 16:50:05.242" level="INFO">${sec_groups} = [u'sgs_sg_4']</msg>
<status status="PASS" endtime="20181202 16:50:05.242" starttime="20181202 16:50:05.242"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>10s</arg>
<arg>2s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SEC_GROUP_API}</arg>
<arg>${sec_groups}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:05.264" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/security-groups/, headers=None json=None</msg>
<msg timestamp="20181202 16:50:05.264" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:05.264" starttime="20181202 16:50:05.260"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 16:50:05.265" level="INFO">{"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"f6c6b79d-8479-4356-bad6-3c152d928dfc","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_3","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_4","project-id":"17b1de510988465db29f79175f31c234"}]}}</msg>
<status status="PASS" endtime="20181202 16:50:05.266" starttime="20181202 16:50:05.265"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.266" starttime="20181202 16:50:05.264"></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="20181202 16:50:05.266" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 16:50:05.266" starttime="20181202 16:50:05.266"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = sgs_sg_4">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:05.267" starttime="20181202 16:50:05.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.267" starttime="20181202 16:50:05.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.267" starttime="20181202 16:50:05.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.267" starttime="20181202 16:50:05.259"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.267" starttime="20181202 16:50:05.242"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:05.268" starttime="20181202 16:50:02.766"></status>
</kw>
<kw name="Neutron Rule Creation With Invalid Parameters">
<arguments>
<arg>${SGS[3]}</arg>
<arg>${ADD_ARG_SSH7}</arg>
<arg>${INVALID_MAX_PORT}</arg>
</arguments>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>openstack security group rule create ${additional_args} ${sg_name}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:05.271" level="INFO">Running command 'openstack security group rule create --ingress --ethertype IPv4 --dst-port 20:-1 --protocol tcp sgs_sg_4 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:06.603" level="INFO">${rc} = 2</msg>
<msg timestamp="20181202 16:50:06.604" level="INFO">${output} = usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                ...</msg>
<status status="PASS" endtime="20181202 16:50:06.604" starttime="20181202 16:50:05.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:06.604" level="INFO">usage: openstack security group rule create [-h]
                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width &lt;integer&gt;]
                                            [--fit-width] [--print-empty]
                                            [--noindent] [--prefix PREFIX]
                                            [--remote-ip &lt;ip-address&gt; | --remote-group &lt;group&gt;]
                                            [--description &lt;description&gt;]
                                            [--dst-port &lt;port-range&gt;]
                                            [--icmp-type &lt;icmp-type&gt;]
                                            [--icmp-code &lt;icmp-code&gt;]
                                            [--protocol &lt;protocol&gt;]
                                            [--ingress | --egress]
                                            [--ethertype &lt;ethertype&gt;]
                                            [--project &lt;project&gt;]
                                            [--project-domain &lt;project-domain&gt;]
                                            &lt;group&gt;
openstack security group rule create: error: argument --dst-port: Invalid range, 20 is not less than -1</msg>
<status status="PASS" endtime="20181202 16:50:06.605" starttime="20181202 16:50:06.604"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${expected_error}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:06.605" starttime="20181202 16:50:06.605"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:06.605" starttime="20181202 16:50:05.268"></status>
</kw>
<kw type="teardown" name="Get Test Teardown Debugs" library="OpenStackOperations">
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:06.611" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:50:06.611" starttime="20181202 16:50:06.610"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:06.614" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:07.099" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:50:07.099" starttime="20181202 16:50:06.611"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.101" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1132
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 400
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2675
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1618
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 107
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 6.13780395162
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1540
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.115492
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.819541538496
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4371
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:50:07.101" starttime="20181202 16:50:07.100"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.101" starttime="20181202 16:50:06.609"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.101" starttime="20181202 16:50:06.609"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.102" starttime="20181202 16:50:06.608"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:07.104" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.104" starttime="20181202 16:50:07.103"></status>
</kw>
<msg timestamp="20181202 16:50:07.104" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.104" starttime="20181202 16:50:07.103"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:07.105" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.105" starttime="20181202 16:50:07.104"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.107" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:07.480" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:50:07.481" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:50:07.481" starttime="20181202 16:50:07.105"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.483" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:50:07.483" starttime="20181202 16:50:07.482"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.484" starttime="20181202 16:50:07.483"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.485" starttime="20181202 16:50:07.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.485" starttime="20181202 16:50:07.102"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:07.494" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.494" starttime="20181202 16:50:07.492"></status>
</kw>
<msg timestamp="20181202 16:50:07.495" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.495" starttime="20181202 16:50:07.490"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:07.497" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1</msg>
<status status="PASS" endtime="20181202 16:50:07.497" starttime="20181202 16:50:07.496"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.501" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group_TC04_Create_Security_Rule_with_port_range_max_=_-1 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:07.764" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:50:07.764" level="INFO">${output} = 2018-12-02 16:50:07,727 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:07,730 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:50:07.764" starttime="20181202 16:50:07.498"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.765" level="INFO">rc: 1, output: 2018-12-02 16:50:07,727 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:07,730 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:50:07,734 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:50:07,744 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:default-transport-zone
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:50:07.765" starttime="20181202 16:50:07.764"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:50:07.766" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:50:07.766" starttime="20181202 16:50:07.765"></status>
</kw>
<status status="FAIL" endtime="20181202 16:50:07.766" starttime="20181202 16:50:07.487"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.766" starttime="20181202 16:50:07.486"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.766" starttime="20181202 16:50:06.607"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.768" starttime="20181202 16:50:07.768"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.769" starttime="20181202 16:50:07.769"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.770" starttime="20181202 16:50:07.770"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.773" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:07.773" starttime="20181202 16:50:07.770"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.786" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.787" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:50:07.787" starttime="20181202 16:50:07.773"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.787" starttime="20181202 16:50:07.768"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.789" starttime="20181202 16:50:07.788"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.789" starttime="20181202 16:50:07.789"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.791" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:07.791" starttime="20181202 16:50:07.789"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.806" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.807" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:50:07.807" starttime="20181202 16:50:07.791"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.807" starttime="20181202 16:50:07.787"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.809" starttime="20181202 16:50:07.809"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.809" starttime="20181202 16:50:07.809"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.811" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:50:07.811" starttime="20181202 16:50:07.809"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.817" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.817" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:50:07.817" starttime="20181202 16:50:07.811"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.817" starttime="20181202 16:50:07.808"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.818" starttime="20181202 16:50:07.818"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.819" starttime="20181202 16:50:07.819"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.820" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:50:07.820" starttime="20181202 16:50:07.819"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.824" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.824" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:50:07.824" starttime="20181202 16:50:07.821"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.824" starttime="20181202 16:50:07.817"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.826" starttime="20181202 16:50:07.825"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.826" starttime="20181202 16:50:07.826"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.829" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:50:07.829" starttime="20181202 16:50:07.826"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.831" level="INFO">qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.832" level="INFO">${output} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:07.832" starttime="20181202 16:50:07.829"></status>
</kw>
<msg timestamp="20181202 16:50:07.832" level="INFO">${nslist} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:07.832" starttime="20181202 16:50:07.825"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:50:07.833" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 16:50:07.833" level="INFO">@{lines} = [ qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 ]</msg>
<status status="PASS" endtime="20181202 16:50:07.833" starttime="20181202 16:50:07.832"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.834" starttime="20181202 16:50:07.834"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.835" starttime="20181202 16:50:07.835"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.838" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:07.839" starttime="20181202 16:50:07.835"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.868" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bd:1a:90 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.868" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:50:07.868" starttime="20181202 16:50:07.839"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.869" starttime="20181202 16:50:07.833"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.870" starttime="20181202 16:50:07.870"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.871" starttime="20181202 16:50:07.871"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.873" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:07.873" starttime="20181202 16:50:07.871"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.894" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61.2.1.2/24 brd 61.2.1.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet6 fe80::f816:3eff:febd:1a90/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.894" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61...</msg>
<status status="PASS" endtime="20181202 16:50:07.894" starttime="20181202 16:50:07.874"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.895" starttime="20181202 16:50:07.869"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.896" starttime="20181202 16:50:07.895"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.896" starttime="20181202 16:50:07.896"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.899" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip route</msg>
<status status="PASS" endtime="20181202 16:50:07.899" starttime="20181202 16:50:07.896"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.915" level="INFO">default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.915" level="INFO">${output} = default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:50:07.916" starttime="20181202 16:50:07.899"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.916" starttime="20181202 16:50:07.895"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.916" starttime="20181202 16:50:07.833"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.916" starttime="20181202 16:50:07.833"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.917" starttime="20181202 16:50:07.917"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.917" starttime="20181202 16:50:07.917"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.919" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:50:07.919" starttime="20181202 16:50:07.918"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.940" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1504a868-cb"
            tag: 4095
            Interface "tap1504a868-cb"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.940" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:50:07.940" starttime="20181202 16:50:07.919"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.940" starttime="20181202 16:50:07.916"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.941" starttime="20181202 16:50:07.941"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.942" starttime="20181202 16:50:07.942"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.943" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:50:07.944" starttime="20181202 16:50:07.942"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.963" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 55
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.963" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:50:07.963" starttime="20181202 16:50:07.944"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.963" starttime="20181202 16:50:07.940"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.964" starttime="20181202 16:50:07.964"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.965" starttime="20181202 16:50:07.965"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.967" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:07.967" starttime="20181202 16:50:07.965"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:07.981" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 24(tap1504a868-cb): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:07.981" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:50:07.981" starttime="20181202 16:50:07.967"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:07.981" starttime="20181202 16:50:07.963"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:07.982" starttime="20181202 16:50:07.982"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:07.983" starttime="20181202 16:50:07.983"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:07.985" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:50:07.986" starttime="20181202 16:50:07.983"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:08.226" level="INFO">cookie=0x8000000, duration=3326.952s, table=0, n_packets=3324, n_bytes=179496, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=40.517s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1504a868-cb",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3326.934s, table=17, n_packets=3324, n_bytes=179496, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=39.599s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1396-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1396000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3619.031s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3619.017s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3619.012s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3618.994s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3619.022s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3457.924s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3457.924s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3618.994s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3618.994s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3618.834s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001396, duration=39.595s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x9051396, duration=40.517s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3618.446s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3618.438s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3618.834s, table=43, n_packets=3487, n_bytes=190350, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3619.038s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3618.963s, table=48, n_packets=3488, n_bytes=190392, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=2.457s, table=49, n_packets=1, n_bytes=54, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051396, duration=39.583s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1396000000/0xfffffffff000000,dl_src=fa:16:3e:bd:1a:90 actions=goto_table:51
 cookie=0x8050001, duration=3618.834s, table=50, n_packets=3021, n_bytes=163134, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3618.963s, table=50, n_packets=307, n_bytes=16662, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3459.981s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031396, duration=39.573s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1396000000/0xffff000000,dl_dst=fa:16:3e:bd:1a:90 actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3618.834s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3618.834s, table=51, n_packets=3488, n_bytes=190392, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3460.336s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3460.326s, table=52, n_packets=3430, n_bytes=185208, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2519.583s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2519.580s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2504.145s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2504.145s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701396, duration=39.591s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1396000001/0xffff000001 actions=write_actions(group:210027)
 cookie=0x8701396, duration=39.587s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1396000000/0xffff000001 actions=write_actions(group:210028)
 cookie=0x8800001, duration=3460.321s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2519.267s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2503.813s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=39.573s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3460.324s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2519.273s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2503.815s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=39.573s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3619.031s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3618.994s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3618.834s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3619.026s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3618.776s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3618.776s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3618.776s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3618.770s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3618.751s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3618.751s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3618.751s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3618.751s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3618.774s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3618.770s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3618.770s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3326.923s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3326.923s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=40.508s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"tap1504a868-cb"
 cookie=0x6900000, duration=3618.751s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3618.751s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3618.751s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3618.751s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3618.751s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3618.751s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3618.751s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3618.776s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3618.774s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3618.776s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3618.776s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3618.776s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3618.776s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3618.776s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3618.751s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3618.751s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3618.751s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:08.226" level="INFO">${output} =  cookie=0x8000000, duration=3326.952s, table=0, n_packets=3324, n_bytes=179496, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:50:08.227" starttime="20181202 16:50:07.986"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.227" starttime="20181202 16:50:07.981"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:08.229" starttime="20181202 16:50:08.228"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:08.229" starttime="20181202 16:50:08.229"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.231" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:50:08.231" starttime="20181202 16:50:08.229"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:08.252" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210027,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:08.252" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 16:50:08.252" starttime="20181202 16:50:08.231"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.252" starttime="20181202 16:50:08.227"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:08.254" starttime="20181202 16:50:08.253"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:08.254" starttime="20181202 16:50:08.254"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.256" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:08.256" starttime="20181202 16:50:08.254"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:08.279" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1754.974s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=40.502s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3619.025s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2505.056s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2520.202s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210004,duration=3460.946s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1743.722s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210027,duration=40.791s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=3461.265s,ref_count=1,packet_count=3430,byte_count=185208
 group_id=210009,duration=2520.493s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2504.751s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:08.279" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1754.974s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=40.502s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:08.256"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:08.253"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:07.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:07.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:07.767"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.279" starttime="20181202 16:50:07.767"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:50:08.289" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622a8cd90&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:50:08.289" starttime="20181202 16:50:08.288"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.296" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.296" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.296" starttime="20181202 16:50:08.290"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.297" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.297" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.297" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.297" starttime="20181202 16:50:08.296"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.297" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.297" starttime="20181202 16:50:08.297"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.297" starttime="20181202 16:50:08.290"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.301" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.301" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.301" starttime="20181202 16:50:08.298"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.302" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","segmentation-id":40,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5014,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:50:08.302" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.302" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:50:08.302" starttime="20181202 16:50:08.302"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.303" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 40
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.303" starttime="20181202 16:50:08.302"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.303" starttime="20181202 16:50:08.297"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.306" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.306" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.306" starttime="20181202 16:50:08.303"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.306" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"1504a868-cbea-4907-a6fe-0874ece08730","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:bd:1a:90","ip-prefix":"61.2.1.2"}]},{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:59:e7:ce","ip-prefix":"61.2.1.3"}]},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:c6:2a:44","ip-prefix":"61.2.1.13"}]}]}} </msg>
<msg timestamp="20181202 16:50:08.306" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.307" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874...</msg>
<status status="PASS" endtime="20181202 16:50:08.307" starttime="20181202 16:50:08.306"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.307" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.2",
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.307" starttime="20181202 16:50:08.307"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.307" starttime="20181202 16:50:08.303"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.311" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.311" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.311" starttime="20181202 16:50:08.307"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.314" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769367}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1504a868-cbea-4907-a6fe-0874ece08730","id-value":[31]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012}],"available-id-count":12,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5014,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769363}],"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","id-value":[5014]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30}],"available-id-count":29,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":31,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":10,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769405}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:50:08.314" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.314" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:50:08.314" starttime="20181202 16:50:08.311"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.315" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769367
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "id-value": [
                            31
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5014,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 12,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769363
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "id-value": [
                            5014
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 31,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 29,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 10,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769405
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.315" starttime="20181202 16:50:08.315"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.315" starttime="20181202 16:50:08.307"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.318" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.318" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.318" starttime="20181202 16:50:08.315"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.320" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{"ace":[{"rule-name":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cec36485-d908-458d-83da-dc9b9bb0cfa6","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"2f719361-e765-4acb-9196-d42485ec659d","matches":{"protocol":6,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{"ace":[{"rule-name":"3e58719e-7ed7-4407-a15e-e2834160ca45","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"e14d7446-912d-4e31-a13e-504d07a15d38","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{"ace":[{"rule-name":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{"ace":[{"rule-name":"13753fc4-2954-4d28-8835-d5cba55910b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aea82b41-b513-4474-9471-3dc10ff04347","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:50:08.320" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.320" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 16:50:08.320" starttime="20181202 16:50:08.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.320" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "2f719361-e765-4acb-9196-d42485ec659d"
                        }
                    ]
                },
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "3e58719e-7ed7-4407-a15e-e2834160ca45"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e14d7446-912d-4e31-a13e-504d07a15d38"
                        }
                    ]
                },
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                        }
                    ]
                },
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "13753fc4-2954-4d28-8835-d5cba55910b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "aea82b41-b513-4474-9471-3dc10ff04347"
                        }
                    ]
                },
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.321" starttime="20181202 16:50:08.320"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.321" starttime="20181202 16:50:08.315"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.323" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.323" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.323" starttime="20181202 16:50:08.321"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.324" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"61.2.1.3"},{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"fe80:0:0:0:f816:3eff:fe59:e7ce"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1504a868-cb"},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"61.2.1.13"},{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"fe80:0:0:0:f816:3eff:fec6:2a44"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 16:50:08.324" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.324" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:08.324" starttime="20181202 16:50:08.323"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.324" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe59:e7ce",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1504a868-cb",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec6:2a44",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.325" starttime="20181202 16:50:08.324"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.325" starttime="20181202 16:50:08.321"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.327" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.327" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.327" starttime="20181202 16:50:08.325"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.329" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:50:08.329" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.329" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:50:08.329" starttime="20181202 16:50:08.328"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.330" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84120961024,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5014
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "24"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.330" starttime="20181202 16:50:08.330"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.330" starttime="20181202 16:50:08.325"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.334" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.334" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.334" starttime="20181202 16:50:08.330"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.335" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:08.335" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.335" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:50:08.335" starttime="20181202 16:50:08.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.335" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.335" starttime="20181202 16:50:08.335"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.335" starttime="20181202 16:50:08.330"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.339" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.339" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.339" starttime="20181202 16:50:08.336"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.340" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.340" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.340" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.340" starttime="20181202 16:50:08.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.341" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.341" starttime="20181202 16:50:08.340"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.341" starttime="20181202 16:50:08.335"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.344" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.344" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.344" starttime="20181202 16:50:08.341"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.345" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.345" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.345" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.345" starttime="20181202 16:50:08.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.345" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.346" starttime="20181202 16:50:08.345"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.346" starttime="20181202 16:50:08.341"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.349" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.349" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.349" starttime="20181202 16:50:08.346"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.349" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.350" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.350" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.350" starttime="20181202 16:50:08.349"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.350" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.350" starttime="20181202 16:50:08.350"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.350" starttime="20181202 16:50:08.346"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.352" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.352" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.352" starttime="20181202 16:50:08.350"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.353" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:08.353" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.353" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:50:08.353" starttime="20181202 16:50:08.353"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.354" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.354" starttime="20181202 16:50:08.354"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.354" starttime="20181202 16:50:08.350"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.356" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.356" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.356" starttime="20181202 16:50:08.354"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.357" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:50:08.357" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.357" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.357" starttime="20181202 16:50:08.356"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.357" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.357" starttime="20181202 16:50:08.357"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.358" starttime="20181202 16:50:08.354"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.362" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.362" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.362" starttime="20181202 16:50:08.358"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.363" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:50:08.363" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.363" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.363" starttime="20181202 16:50:08.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.363" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.363" starttime="20181202 16:50:08.363"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.363" starttime="20181202 16:50:08.358"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.366" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.366" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.366" starttime="20181202 16:50:08.364"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.367" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:50:08.367" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.367" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:50:08.367" starttime="20181202 16:50:08.367"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.368" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:08.368" starttime="20181202 16:50:08.368"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.368" starttime="20181202 16:50:08.364"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.371" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.371" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.371" starttime="20181202 16:50:08.368"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.373" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"40","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgs_net_1"}]},"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"f6c6b79d-8479-4356-bad6-3c152d928dfc","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_3","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_4","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"13753fc4-2954-4d28-8835-d5cba55910b0","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"3e58719e-7ed7-4407-a15e-e2834160ca45","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"e14d7446-912d-4e31-a13e-504d07a15d38","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"},{"uuid":"aea82b41-b513-4474-9471-3dc10ff04347","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","gateway-ip":"61.2.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"61.2.1.2","end":"61.2.1.254"}],"cidr":"61.2.1.0/24","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_sub_1"}]},"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:bd:1a:90","admin-state-up":true,"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":""},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.13"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c6:2a:44","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_2"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:59:e7:ce","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_1"}]}}} </msg>
<msg timestamp="20181202 16:50:08.373" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.373" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:50:08.373" starttime="20181202 16:50:08.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.373" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgs_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "40",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.2",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:bd:1a:90",
                    "name": "",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.13",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:c6:2a:44",
                    "name": "sgs_port_2",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.3",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:59:e7:ce",
                    "name": "sgs_port_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "sgs_sg_2",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4e8a3e23-d835-478f-9014-dcbee9780f6b"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "SSH_UPDATED",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b82e8302-b477-4ee5-be37-24a7a56592e6"
                },
                {
                    "name": "sgs_sg_3",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f6c6b79d-8479-4356-bad6-3c152d928dfc"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "sgs_sg_4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "13753fc4-2954-4d28-8835-d5cba55910b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3e58719e-7ed7-4407-a15e-e2834160ca45"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e14d7446-912d-4e31-a13e-504d07a15d38"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aea82b41-b513-4474-9471-3dc10ff04347"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2f719361-e765-4acb-9196-d42485ec659d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "61.2.1.254",
                            "start": "61.2.1.2"
                        }
                    ],
                    "cidr": "61.2.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "61.2.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgs_sub_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.374" starttime="20181202 16:50:08.373"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.374" starttime="20181202 16:50:08.368"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.376" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.376" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.376" starttime="20181202 16:50:08.374"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.377" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-id-list":["718e7057-752e-4b91-9ae4-0e5c66feb3d0"]}]}} </msg>
<msg timestamp="20181202 16:50:08.377" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.377" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752...</msg>
<status status="PASS" endtime="20181202 16:50:08.377" starttime="20181202 16:50:08.376"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.377" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.377" starttime="20181202 16:50:08.377"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.377" starttime="20181202 16:50:08.374"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.380" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.380" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.380" starttime="20181202 16:50:08.378"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.381" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.381" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.381" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.381" starttime="20181202 16:50:08.380"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.381" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.381" starttime="20181202 16:50:08.381"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.381" starttime="20181202 16:50:08.377"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.384" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.384" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.384" starttime="20181202 16:50:08.382"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.384" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.385" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.385" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.385" starttime="20181202 16:50:08.384"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.385" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.385" starttime="20181202 16:50:08.385"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.385" starttime="20181202 16:50:08.381"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.388" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.388" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.388" starttime="20181202 16:50:08.386"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.388" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","network-type":"VXLAN","port-list":["e43a5ade-e9f2-4022-a213-d91d0afee863","f7cdc048-6134-4901-b08f-baf52b3a64fe","1504a868-cbea-4907-a6fe-0874ece08730"],"segmentation-id":40,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-ip":"61.2.1.0/24"}]}} </msg>
<msg timestamp="20181202 16:50:08.389" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.389" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
         ...</msg>
<status status="PASS" endtime="20181202 16:50:08.389" starttime="20181202 16:50:08.388"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.389" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "network-type": "VXLAN",
                "port-list": [
                    "e43a5ade-e9f2-4022-a213-d91d0afee863",
                    "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "segmentation-id": 40,
                "subnet-ip": "61.2.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.389" starttime="20181202 16:50:08.389"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.389" starttime="20181202 16:50:08.385"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.391" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.391" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.391" starttime="20181202 16:50:08.389"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.392" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:50:08.392" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.392" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.392" starttime="20181202 16:50:08.392"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.392" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.393" starttime="20181202 16:50:08.392"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.393" starttime="20181202 16:50:08.389"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.395" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.395" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.395" starttime="20181202 16:50:08.393"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.395" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:50:08.395" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.396" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.396" starttime="20181202 16:50:08.395"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.396" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.396" starttime="20181202 16:50:08.396"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.396" starttime="20181202 16:50:08.393"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.398" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.398" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.399" starttime="20181202 16:50:08.396"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.399" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap1504a868-cb","interface-child-entry":[{"child-interface":"1504a868-cbea-4907-a6fe-0874ece08730"}]}]}} </msg>
<msg timestamp="20181202 16:50:08.399" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.399" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:08.399" starttime="20181202 16:50:08.399"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.400" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1504a868-cbea-4907-a6fe-0874ece08730"
                    }
                ],
                "parent-interface": "tap1504a868-cb"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.400" starttime="20181202 16:50:08.400"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.400" starttime="20181202 16:50:08.396"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.402" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.403" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.403" starttime="20181202 16:50:08.400"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.403" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.403" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.403" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.403" starttime="20181202 16:50:08.403"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.404" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.404" starttime="20181202 16:50:08.404"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.404" starttime="20181202 16:50:08.400"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.406" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.406" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.406" starttime="20181202 16:50:08.404"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.407" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:50:08.407" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.407" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:50:08.407" starttime="20181202 16:50:08.406"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.407" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.407" starttime="20181202 16:50:08.407"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.408" starttime="20181202 16:50:08.404"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.410" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.410" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.410" starttime="20181202 16:50:08.408"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.411" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:50:08.411" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.411" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:08.411" starttime="20181202 16:50:08.410"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.411" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.411" starttime="20181202 16:50:08.411"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.411" starttime="20181202 16:50:08.408"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.414" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.414" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.414" starttime="20181202 16:50:08.412"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.414" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.415" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.415" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.415" starttime="20181202 16:50:08.414"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.415" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.415" starttime="20181202 16:50:08.415"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.415" starttime="20181202 16:50:08.411"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.417" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.418" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.418" starttime="20181202 16:50:08.415"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.418" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:50:08.418" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.418" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.418" starttime="20181202 16:50:08.418"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.419" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.419" starttime="20181202 16:50:08.418"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.419" starttime="20181202 16:50:08.415"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.421" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.421" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.421" starttime="20181202 16:50:08.419"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.422" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:50:08.422" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.422" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.422" starttime="20181202 16:50:08.421"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.422" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.422" starttime="20181202 16:50:08.422"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.422" starttime="20181202 16:50:08.419"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.425" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.425" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.425" starttime="20181202 16:50:08.423"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.425" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.425" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.426" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.426" starttime="20181202 16:50:08.425"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.426" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.426" starttime="20181202 16:50:08.426"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.426" starttime="20181202 16:50:08.422"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.429" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.429" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.429" starttime="20181202 16:50:08.426"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.429" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.430" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.430" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.430" starttime="20181202 16:50:08.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.430" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.430" starttime="20181202 16:50:08.430"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.430" starttime="20181202 16:50:08.426"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.433" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.433" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.433" starttime="20181202 16:50:08.430"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.433" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.433" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.434" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.434" starttime="20181202 16:50:08.433"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.434" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.434" starttime="20181202 16:50:08.434"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.434" starttime="20181202 16:50:08.430"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.437" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.437" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.437" starttime="20181202 16:50:08.434"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.437" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.438" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.438" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.438" starttime="20181202 16:50:08.437"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.438" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.438" starttime="20181202 16:50:08.438"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.438" starttime="20181202 16:50:08.434"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.441" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.441" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.441" starttime="20181202 16:50:08.438"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.442" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.442" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.442" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.442" starttime="20181202 16:50:08.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.442" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.442" starttime="20181202 16:50:08.442"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.442" starttime="20181202 16:50:08.438"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.449" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.449" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.449" starttime="20181202 16:50:08.442"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.465" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3640","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":150999958,"flow-name":"ITM Flow Entry :5014","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385014","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":151327638,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961025,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210027}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961024,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210028}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":34168981422080,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550422,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},"strict":true,"cookie":134419350,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:24","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529249215049891840,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210028,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210027}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"},{"group-id":210027,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:50:08.465" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.466" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:50:08.467" starttime="20181202 16:50:08.449"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.468" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210027
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210028,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210027,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "24"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999958,
                                "flow-name": "ITM Flow Entry :5014",
                                "hard-timeout": 0,
                                "id": "3640",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327638,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "385014",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210027
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961025,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210028
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550422,
                                "hard-timeout": 0,
                                "id": "5050148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34168981422080,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419350,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "5150148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:24",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5014
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249215049891840,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.470" starttime="20181202 16:50:08.467"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.470" starttime="20181202 16:50:08.442"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.473" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.473" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.473" starttime="20181202 16:50:08.470"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.474" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:50:08.474" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.474" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:50:08.474" starttime="20181202 16:50:08.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.475" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1504a868-cbea-4907-a6fe-0874ece08730"
                        ]
                    }
                ],
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.475" starttime="20181202 16:50:08.475"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.475" starttime="20181202 16:50:08.470"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.477" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.477" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.477" starttime="20181202 16:50:08.475"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.478" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","mac-entry":[{"mac-address":"fa:16:3e:bd:1a:90","interface":"1504a868-cbea-4907-a6fe-0874ece08730","ip-prefix":"61.2.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:50:08.478" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.478" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:50:08.478" starttime="20181202 16:50:08.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.478" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "mac-entry": [
                    {
                        "interface": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "ip-prefix": "61.2.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.478" starttime="20181202 16:50:08.478"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.479" starttime="20181202 16:50:08.475"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.482" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.482" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.482" starttime="20181202 16:50:08.479"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.482" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.483" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.483" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.483" starttime="20181202 16:50:08.482"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.483" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.483" starttime="20181202 16:50:08.483"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.484" starttime="20181202 16:50:08.479"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.487" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.487" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.487" starttime="20181202 16:50:08.484"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.488" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","elan-interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]}} </msg>
<msg timestamp="20181202 16:50:08.488" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.488" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:50:08.488" starttime="20181202 16:50:08.487"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.489" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.489" starttime="20181202 16:50:08.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.489" starttime="20181202 16:50:08.484"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.493" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.493" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.493" starttime="20181202 16:50:08.490"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.494" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap1504a868-cb","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.431Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.434Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:50:08.494" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.494" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:50:08.494" starttime="20181202 16:50:08.493"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.495" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "tap1504a868-cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.431Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.434Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.495" starttime="20181202 16:50:08.494"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.495" starttime="20181202 16:50:08.489"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.499" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.499" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.499" starttime="20181202 16:50:08.495"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.500" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:50:08.500" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.500" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:08.500" starttime="20181202 16:50:08.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.501" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.501" starttime="20181202 16:50:08.500"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.501" starttime="20181202 16:50:08.495"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.505" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.505" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.505" starttime="20181202 16:50:08.501"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.506" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.506" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.506" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.506" starttime="20181202 16:50:08.505"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.507" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.507" starttime="20181202 16:50:08.507"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.507" starttime="20181202 16:50:08.501"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.511" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.511" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.511" starttime="20181202 16:50:08.507"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.512" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.512" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.512" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.512" starttime="20181202 16:50:08.511"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.513" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.513" starttime="20181202 16:50:08.512"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.513" starttime="20181202 16:50:08.507"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.517" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.517" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.517" starttime="20181202 16:50:08.513"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.518" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.518" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.518" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.518" starttime="20181202 16:50:08.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.519" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.519" starttime="20181202 16:50:08.518"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.519" starttime="20181202 16:50:08.513"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.523" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.523" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.523" starttime="20181202 16:50:08.519"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.525" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap1504a868-cb","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"69babe0c-0325-407a-a4e4-fa45a85b96b5","ovsdb:name":"tap1504a868-cb","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:bd:1a:90"},{"external-id-key":"iface-id","external-id-value":"1504a868-cbea-4907-a6fe-0874ece08730"}],"ovsdb:port-uuid":"73c47c3d-85a4-48a5-8dc2-98e0543b63ce","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":24},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:50:08.525" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.525" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:50:08.525" starttime="20181202 16:50:08.523"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.526" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:bd:1a:90"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1504a868-cbea-4907-a6fe-0874ece08730"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "69babe0c-0325-407a-a4e4-fa45a85b96b5",
                            "ovsdb:name": "tap1504a868-cb",
                            "ovsdb:ofport": 24,
                            "ovsdb:port-uuid": "73c47c3d-85a4-48a5-8dc2-98e0543b63ce",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1504a868-cb"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:08.526" starttime="20181202 16:50:08.526"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.526" starttime="20181202 16:50:08.519"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.530" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.530" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.530" starttime="20181202 16:50:08.527"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.531" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","status":"ACTIVE"},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","status":"DOWN"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 16:50:08.531" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.532" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:50:08.532" starttime="20181202 16:50:08.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.532" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status": "DOWN",
                "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
            },
            {
                "status": "DOWN",
                "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.532" starttime="20181202 16:50:08.532"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.532" starttime="20181202 16:50:08.527"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.537" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.537" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.537" starttime="20181202 16:50:08.533"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.538" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.538" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.538" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.538" starttime="20181202 16:50:08.537"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.538" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.539" starttime="20181202 16:50:08.538"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.539" starttime="20181202 16:50:08.532"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.542" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.542" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.542" starttime="20181202 16:50:08.539"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.543" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":31,"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730"}]}} </msg>
<msg timestamp="20181202 16:50:08.543" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.543" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:50:08.543" starttime="20181202 16:50:08.542"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.543" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.544" starttime="20181202 16:50:08.543"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.544" starttime="20181202 16:50:08.539"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.547" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.548" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.548" starttime="20181202 16:50:08.544"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.549" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.549" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.549" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.549" starttime="20181202 16:50:08.548"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.549" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.550" starttime="20181202 16:50:08.549"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.550" starttime="20181202 16:50:08.544"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.553" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.554" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.554" starttime="20181202 16:50:08.550"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.554" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.554" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.555" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.555" starttime="20181202 16:50:08.554"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.555" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.555" starttime="20181202 16:50:08.555"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.555" starttime="20181202 16:50:08.550"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.559" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.559" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.559" starttime="20181202 16:50:08.556"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.560" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.560" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.561" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.561" starttime="20181202 16:50:08.560"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.561" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.561" starttime="20181202 16:50:08.561"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.561" starttime="20181202 16:50:08.555"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.566" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.566" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.566" starttime="20181202 16:50:08.562"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.567" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.567" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.567" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.567" starttime="20181202 16:50:08.566"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.568" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.568" starttime="20181202 16:50:08.567"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.568" starttime="20181202 16:50:08.561"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.571" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.571" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.571" starttime="20181202 16:50:08.568"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.572" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:50:08.572" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.572" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:50:08.572" starttime="20181202 16:50:08.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.572" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.572" starttime="20181202 16:50:08.572"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.572" starttime="20181202 16:50:08.568"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.575" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.575" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.575" starttime="20181202 16:50:08.573"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.577" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:50:08.577" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.577" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:50:08.577" starttime="20181202 16:50:08.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.577" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.578" starttime="20181202 16:50:08.577"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.578" starttime="20181202 16:50:08.573"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.580" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.580" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.580" starttime="20181202 16:50:08.578"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.581" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:50:08.581" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.581" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.581" starttime="20181202 16:50:08.581"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.582" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:08.582" starttime="20181202 16:50:08.581"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.582" starttime="20181202 16:50:08.578"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.585" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.585" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.585" starttime="20181202 16:50:08.582"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.586" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:50:08.586" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.586" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:50:08.586" starttime="20181202 16:50:08.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.587" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.587" starttime="20181202 16:50:08.587"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.587" starttime="20181202 16:50:08.582"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.593" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.594" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.594" starttime="20181202 16:50:08.588"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.595" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.595" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.595" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.596" starttime="20181202 16:50:08.594"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.596" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.596" starttime="20181202 16:50:08.596"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.596" starttime="20181202 16:50:08.587"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.601" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.601" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.601" starttime="20181202 16:50:08.597"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.603" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.603" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.603" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.603" starttime="20181202 16:50:08.602"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.604" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.604" starttime="20181202 16:50:08.603"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.604" starttime="20181202 16:50:08.597"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.614" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.614" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.615" starttime="20181202 16:50:08.604"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.616" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:08.616" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.616" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:08.616" starttime="20181202 16:50:08.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.617" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.617" starttime="20181202 16:50:08.617"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.617" starttime="20181202 16:50:08.604"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:08.622" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:08.622" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:08.622" starttime="20181202 16:50:08.618"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:08.625" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:24","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1504a868-cb","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":24,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:50:08.626" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:08.626" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:50:08.626" starttime="20181202 16:50:08.623"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.626" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1504a868-cb",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 24,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:24"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:08.627" starttime="20181202 16:50:08.626"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.627" starttime="20181202 16:50:08.617"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.627" starttime="20181202 16:50:08.289"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.627" starttime="20181202 16:50:08.288"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.627" starttime="20181202 16:50:08.280"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:08.629" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC04_Create Security Rule with port_range_max = -1/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:50:08.629" starttime="20181202 16:50:08.628"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:08.639" starttime="20181202 16:50:08.638"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:50:08.639" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:50:08.639" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:50:08.639" starttime="20181202 16:50:08.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:50:08.640" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC04_Create Security Rule with port_range_max = -1/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:50:08.640" starttime="20181202 16:50:08.640"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:50:08.641" level="INFO">${conn_id} = 27</msg>
<status status="PASS" endtime="20181202 16:50:08.641" starttime="20181202 16:50:08.640"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:50:08.642" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:08.642" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:50:08.642" starttime="20181202 16:50:08.642"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:08.642" starttime="20181202 16:50:08.642"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:50:08.643" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:50:08.973" level="INFO">Read output: Last login: Sun Dec  2 16:50:02 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:08.973" starttime="20181202 16:50:08.643"></status>
</kw>
<msg timestamp="20181202 16:50:08.973" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:08.974" starttime="20181202 16:50:08.643"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:08.974" starttime="20181202 16:50:08.641"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:50:08.975" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group.TC04_Create Security Rule with port_range_max = -1/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:50:08.998" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:50:08.998" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:50:08.998" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:08.999" starttime="20181202 16:50:08.974"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:09.031" starttime="20181202 16:50:08.999"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.032" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:09.032" starttime="20181202 16:50:09.031"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:09.033" starttime="20181202 16:50:09.032"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.034" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:09.034" starttime="20181202 16:50:09.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.035" starttime="20181202 16:50:09.033"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:09.038" starttime="20181202 16:50:09.037"></status>
</kw>
<msg timestamp="20181202 16:50:09.038" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:09.038" starttime="20181202 16:50:09.036"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.038" starttime="20181202 16:50:09.035"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.038" starttime="20181202 16:50:08.638"></status>
</kw>
<msg timestamp="20181202 16:50:09.038" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:09.039" starttime="20181202 16:50:08.637"></status>
</kw>
<msg timestamp="20181202 16:50:09.039" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:09.039" starttime="20181202 16:50:08.637"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:50:09.040" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:50:09.040" starttime="20181202 16:50:09.039"></status>
</kw>
<msg timestamp="20181202 16:50:09.040" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:50:09.040" starttime="20181202 16:50:08.636"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:50:09.041" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:50:09.041" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:50:09.041" starttime="20181202 16:50:09.041"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:09.042" starttime="20181202 16:50:09.041"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:50:09.042" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:09.043" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:50:09.043" starttime="20181202 16:50:09.042"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.044" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:50:09.044" starttime="20181202 16:50:09.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.044" starttime="20181202 16:50:09.043"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.044" starttime="20181202 16:50:08.628"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.044" starttime="20181202 16:50:08.628"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.044" starttime="20181202 16:50:08.627"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:09.055" starttime="20181202 16:50:09.055"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.056" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:50:09.258" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:50:09.258" starttime="20181202 16:50:09.056"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.276" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:50:09.276" starttime="20181202 16:50:09.259"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:09.278" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:50:09.278" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:09.278" starttime="20181202 16:50:09.276"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:50:09.321" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:50:09.321" starttime="20181202 16:50:09.279"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:09.323" starttime="20181202 16:50:09.322"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.323" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:09.323" starttime="20181202 16:50:09.323"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.324" starttime="20181202 16:50:09.054"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.324" starttime="20181202 16:50:09.045"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.324" starttime="20181202 16:50:09.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.324" starttime="20181202 16:50:09.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.324" starttime="20181202 16:50:06.606"></status>
</kw>
<doc>Create Security Rule with port_range_max = -1</doc>
<tags>
<tag>Regression</tag>
</tags>
<status status="PASS" endtime="20181202 16:50:09.324" critical="yes" starttime="20181202 16:50:02.639"></status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:09.329" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 16:50:09.329" starttime="20181202 16:50:09.328"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:09.331" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:09.900" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 16:50:09.900" starttime="20181202 16:50:09.329"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:09.901" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1132
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 400
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2676
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1619
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 107
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 6.13780395162
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1540
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.115492
distributed-data-store.operational.commit.rate_Max      = 39.847414
distributed-data-store.operational.commit.rate_Mean     = 0.809105129793
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 4373
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 16:50:09.901" starttime="20181202 16:50:09.900"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.901" starttime="20181202 16:50:09.328"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.901" starttime="20181202 16:50:09.328"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:09.901" starttime="20181202 16:50:09.327"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:09.903" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:09.903" starttime="20181202 16:50:09.903"></status>
</kw>
<msg timestamp="20181202 16:50:09.904" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:09.904" starttime="20181202 16:50:09.902"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:09.904" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:09.904" starttime="20181202 16:50:09.904"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:09.906" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:10.196" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 16:50:10.196" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 16:50:10.196" starttime="20181202 16:50:09.904"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.197" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 16:50:10.197" starttime="20181202 16:50:10.197"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.198" starttime="20181202 16:50:10.198"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.199" starttime="20181202 16:50:09.902"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.199" starttime="20181202 16:50:09.901"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 16:50:10.202" level="INFO">${tmpdir} = CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:10.202" starttime="20181202 16:50:10.201"></status>
</kw>
<msg timestamp="20181202 16:50:10.202" level="INFO">${dstdir} = /tmp/CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:10.202" starttime="20181202 16:50:10.201"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:10.203" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group</msg>
<status status="PASS" endtime="20181202 16:50:10.203" starttime="20181202 16:50:10.203"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.206" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Neutron_Security_Group 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 16:50:10.498" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 16:50:10.498" level="INFO">${output} = 2018-12-02 16:50:10,417 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:10,439 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 16:50:10.498" starttime="20181202 16:50:10.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.499" level="INFO">rc: 1, output: 2018-12-02 16:50:10,417 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 16:50:10,439 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 16:50:10,445 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 16:50:10,461 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:default-transport-zone
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 16:50:10.500" starttime="20181202 16:50:10.499"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 16:50:10.501" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 16:50:10.501" starttime="20181202 16:50:10.500"></status>
</kw>
<status status="FAIL" endtime="20181202 16:50:10.502" starttime="20181202 16:50:10.200"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.502" starttime="20181202 16:50:10.199"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.502" starttime="20181202 16:50:09.326"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.505" starttime="20181202 16:50:10.504"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.508" starttime="20181202 16:50:10.506"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.508" starttime="20181202 16:50:10.508"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.512" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:10.512" starttime="20181202 16:50:10.509"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.532" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.532" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 16:50:10.533" starttime="20181202 16:50:10.512"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.533" starttime="20181202 16:50:10.505"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.534" starttime="20181202 16:50:10.534"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.535" starttime="20181202 16:50:10.535"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.539" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:10.539" starttime="20181202 16:50:10.535"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.559" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.559" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 16:50:10.559" starttime="20181202 16:50:10.539"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.559" starttime="20181202 16:50:10.533"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.561" starttime="20181202 16:50:10.561"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.562" starttime="20181202 16:50:10.561"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.564" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 16:50:10.564" starttime="20181202 16:50:10.562"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.570" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.571" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 16:50:10.571" starttime="20181202 16:50:10.564"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.571" starttime="20181202 16:50:10.560"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.572" starttime="20181202 16:50:10.572"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.573" starttime="20181202 16:50:10.572"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.574" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 16:50:10.574" starttime="20181202 16:50:10.573"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.578" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.578" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 16:50:10.578" starttime="20181202 16:50:10.575"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.578" starttime="20181202 16:50:10.571"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.580" starttime="20181202 16:50:10.579"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.580" starttime="20181202 16:50:10.580"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.582" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 16:50:10.582" starttime="20181202 16:50:10.580"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.586" level="INFO">qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.586" level="INFO">${output} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:10.586" starttime="20181202 16:50:10.583"></status>
</kw>
<msg timestamp="20181202 16:50:10.586" level="INFO">${nslist} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:10.586" starttime="20181202 16:50:10.579"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 16:50:10.587" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 16:50:10.587" level="INFO">@{lines} = [ qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7 ]</msg>
<status status="PASS" endtime="20181202 16:50:10.587" starttime="20181202 16:50:10.587"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.589" starttime="20181202 16:50:10.589"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.589" starttime="20181202 16:50:10.589"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.592" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o link</msg>
<status status="PASS" endtime="20181202 16:50:10.592" starttime="20181202 16:50:10.590"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.613" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:bd:1a:90 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.613" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
82: tap1504a868-cb: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 16:50:10.613" starttime="20181202 16:50:10.593"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.613" starttime="20181202 16:50:10.588"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.615" starttime="20181202 16:50:10.614"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.615" starttime="20181202 16:50:10.615"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.618" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip -o addr</msg>
<status status="PASS" endtime="20181202 16:50:10.618" starttime="20181202 16:50:10.615"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.634" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61.2.1.2/24 brd 61.2.1.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1504a868-cb\       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet6 fe80::f816:3eff:febd:1a90/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.634" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
82: tap1504a868-cb    inet 61...</msg>
<status status="PASS" endtime="20181202 16:50:10.634" starttime="20181202 16:50:10.618"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.635" starttime="20181202 16:50:10.614"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.636" starttime="20181202 16:50:10.636"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.636" starttime="20181202 16:50:10.636"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.638" level="INFO">sudo ip netns exec qdhcp-08e272a2-ecd4-4a 6d-803d-cbb48e9e3fd7 ip route</msg>
<status status="PASS" endtime="20181202 16:50:10.639" starttime="20181202 16:50:10.636"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.654" level="INFO">default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.654" level="INFO">${output} = default via 61.2.1.1 dev tap1504a868-cb 
61.2.1.0/24 dev tap1504a868-cb proto kernel scope link src 61.2.1.2 
169.254.0.0/16 dev tap1504a868-cb proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 16:50:10.654" starttime="20181202 16:50:10.639"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.654" starttime="20181202 16:50:10.635"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.654" starttime="20181202 16:50:10.588"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.654" starttime="20181202 16:50:10.587"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.656" starttime="20181202 16:50:10.655"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.656" starttime="20181202 16:50:10.656"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.657" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 16:50:10.657" starttime="20181202 16:50:10.656"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.677" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1504a868-cb"
            tag: 4095
            Interface "tap1504a868-cb"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.677" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 16:50:10.677" starttime="20181202 16:50:10.658"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.677" starttime="20181202 16:50:10.655"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.678" starttime="20181202 16:50:10.678"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.679" starttime="20181202 16:50:10.679"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.680" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 16:50:10.681" starttime="20181202 16:50:10.679"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.700" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 55
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.700" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 55
datapath_types...</msg>
<status status="PASS" endtime="20181202 16:50:10.700" starttime="20181202 16:50:10.681"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.700" starttime="20181202 16:50:10.677"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.702" starttime="20181202 16:50:10.701"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.702" starttime="20181202 16:50:10.702"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.704" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:10.704" starttime="20181202 16:50:10.702"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.723" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 24(tap1504a868-cb): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.723" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 16:50:10.723" starttime="20181202 16:50:10.704"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.724" starttime="20181202 16:50:10.701"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.725" starttime="20181202 16:50:10.725"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.726" starttime="20181202 16:50:10.725"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.728" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 16:50:10.728" starttime="20181202 16:50:10.726"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:10.974" level="INFO">cookie=0x8000000, duration=3329.698s, table=0, n_packets=3327, n_bytes=179658, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=43.263s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1504a868-cb",vlan_tci=0x0000/0x1fff actions=write_metadata:0x1f0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3329.680s, table=17, n_packets=3327, n_bytes=179658, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=42.345s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x1f0000000000/0xffffff0000000000 actions=load:0x1f-&gt;NXM_NX_REG1[0..19],load:0x1396-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0001f1396000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3621.777s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3621.763s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3621.758s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3621.740s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3621.768s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3460.670s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3460.670s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3621.740s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3621.740s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3621.580s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001396, duration=42.341s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x9051396, duration=43.263s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x28 actions=write_metadata:0x1396000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=3621.192s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3621.184s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3621.580s, table=43, n_packets=3490, n_bytes=190512, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3621.784s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3621.709s, table=48, n_packets=3491, n_bytes=190554, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.203s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051396, duration=42.329s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x1f1396000000/0xfffffffff000000,dl_src=fa:16:3e:bd:1a:90 actions=goto_table:51
 cookie=0x8050001, duration=3621.580s, table=50, n_packets=3024, n_bytes=163296, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3621.709s, table=50, n_packets=307, n_bytes=16662, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3462.727s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031396, duration=42.319s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1396000000/0xffff000000,dl_dst=fa:16:3e:bd:1a:90 actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3621.580s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3621.580s, table=51, n_packets=3491, n_bytes=190554, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3463.082s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3463.072s, table=52, n_packets=3433, n_bytes=185370, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2522.329s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2522.326s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2506.891s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2506.891s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701396, duration=42.337s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1396000001/0xffff000001 actions=write_actions(group:210027)
 cookie=0x8701396, duration=42.333s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1396000000/0xffff000001 actions=write_actions(group:210028)
 cookie=0x8800001, duration=3463.067s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2522.013s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2506.559s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880001f, duration=42.319s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x1f,metadata=0x1f0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3463.070s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2522.019s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2506.561s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880001f, duration=42.319s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1f actions=load:0x1f00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3621.777s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3621.740s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3621.580s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3621.772s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3621.522s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3621.522s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3621.522s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3621.516s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3621.497s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3621.497s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3621.497s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3621.497s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3621.520s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3621.516s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3621.516s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3329.669s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3329.669s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=43.254s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x1f00 actions=output:"tap1504a868-cb"
 cookie=0x6900000, duration=3621.497s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3621.497s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3621.497s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3621.497s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3621.497s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3621.497s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3621.497s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3621.522s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3621.520s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3621.522s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3621.522s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3621.522s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3621.522s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3621.522s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3621.497s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3621.497s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3621.497s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:10.974" level="INFO">${output} =  cookie=0x8000000, duration=3329.698s, table=0, n_packets=3327, n_bytes=179658, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 16:50:10.974" starttime="20181202 16:50:10.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:10.975" starttime="20181202 16:50:10.724"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:10.976" starttime="20181202 16:50:10.975"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:10.976" starttime="20181202 16:50:10.976"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:10.979" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 16:50:10.979" starttime="20181202 16:50:10.976"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:11.001" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210027,type=all,bucket=actions=set_field:0x1f-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:11.001" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210028,type=all,bucket=actions=group:210027
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 16:50:11.001" starttime="20181202 16:50:10.979"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.002" starttime="20181202 16:50:10.975"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.003" starttime="20181202 16:50:11.003"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:50:11.003" starttime="20181202 16:50:11.003"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.006" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 16:50:11.006" starttime="20181202 16:50:11.003"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:11.032" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1757.725s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=43.253s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=3621.776s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=2507.807s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=2522.953s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210004,duration=3463.697s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=1746.473s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210027,duration=43.542s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=3464.016s,ref_count=1,packet_count=3433,byte_count=185370
 group_id=210009,duration=2523.244s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=2507.502s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:50:11.032" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=1757.725s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210028,duration=43.253s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:11.006"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:11.002"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:10.504"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:10.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:10.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.033" starttime="20181202 16:50:10.502"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 16:50:11.044" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622a7cd50&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:50:11.044" starttime="20181202 16:50:11.043"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.050" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.050" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.050" starttime="20181202 16:50:11.045"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.051" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.051" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.051" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.051" starttime="20181202 16:50:11.050"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.052" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.052" starttime="20181202 16:50:11.051"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.052" starttime="20181202 16:50:11.045"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.056" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.056" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.056" starttime="20181202 16:50:11.052"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.057" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","segmentation-id":40,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5014,"mac-timeout":300},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 16:50:11.057" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.057" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "exte...</msg>
<status status="PASS" endtime="20181202 16:50:11.057" starttime="20181202 16:50:11.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.058" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "elan-tag": 5014,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 40
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.058" starttime="20181202 16:50:11.058"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.058" starttime="20181202 16:50:11.052"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.062" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.062" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.062" starttime="20181202 16:50:11.058"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.063" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"1504a868-cbea-4907-a6fe-0874ece08730","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:bd:1a:90","ip-prefix":"61.2.1.2"}]},{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:59:e7:ce","ip-prefix":"61.2.1.3"}]},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","static-mac-entries":[{"mac-address":"fa:16:3e:c6:2a:44","ip-prefix":"61.2.1.13"}]}]}} </msg>
<msg timestamp="20181202 16:50:11.063" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.063" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874...</msg>
<status status="PASS" endtime="20181202 16:50:11.063" starttime="20181202 16:50:11.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.064" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.2",
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ]
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "static-mac-entries": [
                    {
                        "ip-prefix": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.064" starttime="20181202 16:50:11.063"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.064" starttime="20181202 16:50:11.058"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.068" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.068" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.068" starttime="20181202 16:50:11.064"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.071" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769367}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"1504a868-cbea-4907-a6fe-0874ece08730","id-value":[31]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543765284}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":149999,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012}],"available-id-count":12,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5014,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769363}],"id-entries":[{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","id-value":[5014]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30}],"available-id-count":29,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":31,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":10,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100002,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543766049}],"id-entries":[{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769405}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 16:50:11.072" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.072" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 16:50:11.072" starttime="20181202 16:50:11.069"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.072" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769367
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "id-value": [
                            31
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 149999,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5014,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 12,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769363
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "id-value": [
                            5014
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 31,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 29,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 10,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100002,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543766049
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769405
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.073" starttime="20181202 16:50:11.072"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.073" starttime="20181202 16:50:11.064"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.076" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.076" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.077" starttime="20181202 16:50:11.073"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.078" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{"ace":[{"rule-name":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"cec36485-d908-458d-83da-dc9b9bb0cfa6","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"2f719361-e765-4acb-9196-d42485ec659d","matches":{"protocol":6,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{"ace":[{"rule-name":"3e58719e-7ed7-4407-a15e-e2834160ca45","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"e14d7446-912d-4e31-a13e-504d07a15d38","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{"ace":[{"rule-name":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{"ace":[{"rule-name":"13753fc4-2954-4d28-8835-d5cba55910b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aea82b41-b513-4474-9471-3dc10ff04347","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}}]}} </msg>
<msg timestamp="20181202 16:50:11.078" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.078" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 16:50:11.079" starttime="20181202 16:50:11.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.079" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "2f719361-e765-4acb-9196-d42485ec659d"
                        }
                    ]
                },
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "3e58719e-7ed7-4407-a15e-e2834160ca45"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e14d7446-912d-4e31-a13e-504d07a15d38"
                        }
                    ]
                },
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                        }
                    ]
                },
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "13753fc4-2954-4d28-8835-d5cba55910b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "aea82b41-b513-4474-9471-3dc10ff04347"
                        }
                    ]
                },
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.079" starttime="20181202 16:50:11.079"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.079" starttime="20181202 16:50:11.073"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.082" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.082" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.082" starttime="20181202 16:50:11.080"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.083" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"e43a5ade-e9f2-4022-a213-d91d0afee863","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"61.2.1.3"},{"mac-address":"fa:16:3e:59:e7:ce","ip-address":"fe80:0:0:0:f816:3eff:fe59:e7ce"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1504a868-cb"},{"name":"f7cdc048-6134-4901-b08f-baf52b3a64fe","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"61.2.1.13"},{"mac-address":"fa:16:3e:c6:2a:44","ip-address":"fe80:0:0:0:f816:3eff:fec6:2a44"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 16:50:11.084" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.084" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:11.084" starttime="20181202 16:50:11.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.084" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.3",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe59:e7ce",
                        "mac-address": "fa:16:3e:59:e7:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "e43a5ade-e9f2-4022-a213-d91d0afee863",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1504a868-cb",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "61.2.1.13",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec6:2a44",
                        "mac-address": "fa:16:3e:c6:2a:44"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "b82e8302-b477-4ee5-be37-24a7a56592e6"
                ],
                "enabled": true,
                "name": "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.085" starttime="20181202 16:50:11.084"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.085" starttime="20181202 16:50:11.079"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.088" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.089" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.089" starttime="20181202 16:50:11.085"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.091" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]}]},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"}]}} </msg>
<msg timestamp="20181202 16:50:11.091" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.091" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 16:50:11.091" starttime="20181202 16:50:11.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.092" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84120961024,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5014
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 31
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "24"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.092" starttime="20181202 16:50:11.091"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.092" starttime="20181202 16:50:11.085"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.095" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.096" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.096" starttime="20181202 16:50:11.093"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.096" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:11.096" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.096" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 16:50:11.097" starttime="20181202 16:50:11.096"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.097" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.097" starttime="20181202 16:50:11.097"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.097" starttime="20181202 16:50:11.092"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.101" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.101" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.101" starttime="20181202 16:50:11.097"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.102" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.102" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.102" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.102" starttime="20181202 16:50:11.101"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.102" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.102" starttime="20181202 16:50:11.102"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.102" starttime="20181202 16:50:11.097"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.106" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.106" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.106" starttime="20181202 16:50:11.103"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.107" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.107" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.107" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.107" starttime="20181202 16:50:11.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.107" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.107" starttime="20181202 16:50:11.107"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.108" starttime="20181202 16:50:11.102"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.111" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.111" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.111" starttime="20181202 16:50:11.108"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.112" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.112" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.112" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.112" starttime="20181202 16:50:11.111"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.112" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.112" starttime="20181202 16:50:11.112"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.112" starttime="20181202 16:50:11.108"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.115" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.115" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.115" starttime="20181202 16:50:11.113"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.116" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 16:50:11.116" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.116" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 16:50:11.116" starttime="20181202 16:50:11.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.117" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.117" starttime="20181202 16:50:11.117"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.117" starttime="20181202 16:50:11.112"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.120" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.120" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.120" starttime="20181202 16:50:11.117"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.120" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 16:50:11.120" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.121" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.121" starttime="20181202 16:50:11.120"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.121" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.121" starttime="20181202 16:50:11.121"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.121" starttime="20181202 16:50:11.117"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.124" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.124" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.124" starttime="20181202 16:50:11.122"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.125" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 16:50:11.125" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.125" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.125" starttime="20181202 16:50:11.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.125" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.126" starttime="20181202 16:50:11.125"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.126" starttime="20181202 16:50:11.121"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.129" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.129" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.129" starttime="20181202 16:50:11.126"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.130" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 16:50:11.130" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.130" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 16:50:11.130" starttime="20181202 16:50:11.130"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.131" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:11.131" starttime="20181202 16:50:11.131"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.131" starttime="20181202 16:50:11.126"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.135" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.135" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.135" starttime="20181202 16:50:11.131"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.137" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"40","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgs_net_1"}]},"security-groups":{"security-group":[{"uuid":"4e8a3e23-d835-478f-9014-dcbee9780f6b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_2","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"b82e8302-b477-4ee5-be37-24a7a56592e6","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":3,"name":"SSH_UPDATED","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"f6c6b79d-8479-4356-bad6-3c152d928dfc","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_3","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgs_sg_4","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"13753fc4-2954-4d28-8835-d5cba55910b0","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"3e58719e-7ed7-4407-a15e-e2834160ca45","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"e14d7446-912d-4e31-a13e-504d07a15d38","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"},{"uuid":"aea82b41-b513-4474-9471-3dc10ff04347","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"4e8a3e23-d835-478f-9014-dcbee9780f6b"},{"uuid":"2f719361-e765-4acb-9196-d42485ec659d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"b7b3fba3-1a91-4fdc-958b-e65a2c3524e1","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"cec36485-d908-458d-83da-dc9b9bb0cfa6","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f6c6b79d-8479-4356-bad6-3c152d928dfc"},{"uuid":"7eb9008e-60e5-4f18-99f0-690a8c16f72e","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"b82e8302-b477-4ee5-be37-24a7a56592e6"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","gateway-ip":"61.2.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"61.2.1.2","end":"61.2.1.254"}],"cidr":"61.2.1.0/24","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_sub_1"}]},"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:bd:1a:90","admin-state-up":true,"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":""},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.13"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c6:2a:44","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_2"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","fixed-ips":[{"subnet-id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","ip-address":"61.2.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:59:e7:ce","security-groups":["b82e8302-b477-4ee5-be37-24a7a56592e6"],"admin-state-up":true,"status":"ACTIVE","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","name":"sgs_port_1"}]}}} </msg>
<msg timestamp="20181202 16:50:11.137" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.137" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 16:50:11.137" starttime="20181202 16:50:11.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.138" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgs_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "40",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.2",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:bd:1a:90",
                    "name": "",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.13",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:c6:2a:44",
                    "name": "sgs_port_2",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "61.2.1.3",
                            "subnet-id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                        }
                    ],
                    "mac-address": "fa:16:3e:59:e7:ce",
                    "name": "sgs_port_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "b82e8302-b477-4ee5-be37-24a7a56592e6"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "sgs_sg_2",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4e8a3e23-d835-478f-9014-dcbee9780f6b"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "SSH_UPDATED",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b82e8302-b477-4ee5-be37-24a7a56592e6"
                },
                {
                    "name": "sgs_sg_3",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f6c6b79d-8479-4356-bad6-3c152d928dfc"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "sgs_sg_4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "13753fc4-2954-4d28-8835-d5cba55910b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3e58719e-7ed7-4407-a15e-e2834160ca45"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e14d7446-912d-4e31-a13e-504d07a15d38"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aea82b41-b513-4474-9471-3dc10ff04347"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2f719361-e765-4acb-9196-d42485ec659d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b7b3fba3-1a91-4fdc-958b-e65a2c3524e1"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "cec36485-d908-458d-83da-dc9b9bb0cfa6"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "4ebfdfd2-23a2-41ce-b754-e14e6ee55b1c"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7eb9008e-60e5-4f18-99f0-690a8c16f72e"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "61.2.1.254",
                            "start": "61.2.1.2"
                        }
                    ],
                    "cidr": "61.2.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "61.2.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgs_sub_1",
                    "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.138" starttime="20181202 16:50:11.137"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.138" starttime="20181202 16:50:11.131"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.140" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.140" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.140" starttime="20181202 16:50:11.138"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.141" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-id-list":["718e7057-752e-4b91-9ae4-0e5c66feb3d0"]}]}} </msg>
<msg timestamp="20181202 16:50:11.141" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.141" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752...</msg>
<status status="PASS" endtime="20181202 16:50:11.141" starttime="20181202 16:50:11.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.142" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "subnet-id-list": [
                    "718e7057-752e-4b91-9ae4-0e5c66feb3d0"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.142" starttime="20181202 16:50:11.141"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.142" starttime="20181202 16:50:11.138"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.145" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.145" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.145" starttime="20181202 16:50:11.142"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.146" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.146" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.146" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.146" starttime="20181202 16:50:11.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.147" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.147" starttime="20181202 16:50:11.147"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.147" starttime="20181202 16:50:11.142"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.149" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.150" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.150" starttime="20181202 16:50:11.147"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.150" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.150" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.150" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.150" starttime="20181202 16:50:11.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.151" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.151" starttime="20181202 16:50:11.151"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.151" starttime="20181202 16:50:11.147"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.153" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.153" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.153" starttime="20181202 16:50:11.151"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.154" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"718e7057-752e-4b91-9ae4-0e5c66feb3d0","network-type":"VXLAN","port-list":["e43a5ade-e9f2-4022-a213-d91d0afee863","f7cdc048-6134-4901-b08f-baf52b3a64fe","1504a868-cbea-4907-a6fe-0874ece08730"],"segmentation-id":40,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","subnet-ip":"61.2.1.0/24"}]}} </msg>
<msg timestamp="20181202 16:50:11.154" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.155" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
         ...</msg>
<status status="PASS" endtime="20181202 16:50:11.155" starttime="20181202 16:50:11.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.155" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "718e7057-752e-4b91-9ae4-0e5c66feb3d0",
                "network-id": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "network-type": "VXLAN",
                "port-list": [
                    "e43a5ade-e9f2-4022-a213-d91d0afee863",
                    "f7cdc048-6134-4901-b08f-baf52b3a64fe",
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "segmentation-id": 40,
                "subnet-ip": "61.2.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.155" starttime="20181202 16:50:11.155"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.155" starttime="20181202 16:50:11.151"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.157" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.157" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.158" starttime="20181202 16:50:11.155"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.158" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 16:50:11.158" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.158" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.158" starttime="20181202 16:50:11.158"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.159" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.159" starttime="20181202 16:50:11.158"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.159" starttime="20181202 16:50:11.155"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.162" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.162" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.162" starttime="20181202 16:50:11.159"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.163" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 16:50:11.163" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.163" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.163" starttime="20181202 16:50:11.163"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.164" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.164" starttime="20181202 16:50:11.164"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.164" starttime="20181202 16:50:11.159"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.167" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.167" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.167" starttime="20181202 16:50:11.164"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.168" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap1504a868-cb","interface-child-entry":[{"child-interface":"1504a868-cbea-4907-a6fe-0874ece08730"}]}]}} </msg>
<msg timestamp="20181202 16:50:11.168" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.168" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:11.168" starttime="20181202 16:50:11.168"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.169" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1504a868-cbea-4907-a6fe-0874ece08730"
                    }
                ],
                "parent-interface": "tap1504a868-cb"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.169" starttime="20181202 16:50:11.169"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.169" starttime="20181202 16:50:11.164"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.173" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.173" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.173" starttime="20181202 16:50:11.170"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.174" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.174" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.174" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.174" starttime="20181202 16:50:11.174"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.175" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.175" starttime="20181202 16:50:11.175"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.175" starttime="20181202 16:50:11.169"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.183" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.183" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.183" starttime="20181202 16:50:11.176"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.184" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 16:50:11.184" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.185" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 16:50:11.185" starttime="20181202 16:50:11.184"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.185" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.185" starttime="20181202 16:50:11.185"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.185" starttime="20181202 16:50:11.175"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.189" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.189" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.189" starttime="20181202 16:50:11.186"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.190" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 16:50:11.190" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.190" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 16:50:11.190" starttime="20181202 16:50:11.190"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.191" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.191" starttime="20181202 16:50:11.191"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.191" starttime="20181202 16:50:11.185"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.195" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.195" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.195" starttime="20181202 16:50:11.192"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.196" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.196" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.196" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.196" starttime="20181202 16:50:11.195"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.197" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.197" starttime="20181202 16:50:11.197"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.197" starttime="20181202 16:50:11.191"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.200" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.200" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.200" starttime="20181202 16:50:11.197"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.201" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 16:50:11.201" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.201" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.201" starttime="20181202 16:50:11.201"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.202" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.202" starttime="20181202 16:50:11.202"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.202" starttime="20181202 16:50:11.197"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.205" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.205" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.205" starttime="20181202 16:50:11.203"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.206" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 16:50:11.206" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.206" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.206" starttime="20181202 16:50:11.206"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.207" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.207" starttime="20181202 16:50:11.207"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.207" starttime="20181202 16:50:11.202"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.210" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.210" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.210" starttime="20181202 16:50:11.207"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.211" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.211" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.211" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.211" starttime="20181202 16:50:11.210"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.211" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.211" starttime="20181202 16:50:11.211"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.211" starttime="20181202 16:50:11.207"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.214" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.214" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.214" starttime="20181202 16:50:11.212"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.215" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.215" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.215" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.215" starttime="20181202 16:50:11.215"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.216" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.216" starttime="20181202 16:50:11.215"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.216" starttime="20181202 16:50:11.211"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.220" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.220" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.220" starttime="20181202 16:50:11.216"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.220" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.221" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.221" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.221" starttime="20181202 16:50:11.220"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.221" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.221" starttime="20181202 16:50:11.221"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.221" starttime="20181202 16:50:11.216"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.224" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.224" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.224" starttime="20181202 16:50:11.221"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.225" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.225" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.225" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.225" starttime="20181202 16:50:11.225"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.226" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.226" starttime="20181202 16:50:11.225"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.226" starttime="20181202 16:50:11.221"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.229" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.229" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.229" starttime="20181202 16:50:11.226"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.230" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.230" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.230" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.230" starttime="20181202 16:50:11.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.230" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.230" starttime="20181202 16:50:11.230"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.230" starttime="20181202 16:50:11.226"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.239" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.240" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.240" starttime="20181202 16:50:11.231"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.256" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":7936}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"24"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3640","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":150999958,"flow-name":"ITM Flow Entry :5014","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385014","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":40}},"strict":false,"cookie":151327638,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84120961024,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961025,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210027}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525014false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84120961024,"metadata-mask":1099494850561}},"strict":false,"cookie":141562774,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210028}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":34168981422080,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550422,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150148365913623561431fa:16:3e:bd:1a:90","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bd:1a:90"}},"metadata":{"metadata":84120961024,"metadata-mask":1099494850560}},"strict":true,"cookie":134419350,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":7936,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.31.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":31}},"strict":true,"cookie":142606367,"flow-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:24","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":34084860461056,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":31,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5014,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529249215049891840,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210028,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210027}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"},{"group-id":210027,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:50:11.256" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.257" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:50:11.257" starttime="20181202 16:50:11.240"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.259" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210027
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210028,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 31
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210027,
                        "group-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "24"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 7936
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999958,
                                "flow-name": "ITM Flow Entry :5014",
                                "hard-timeout": 0,
                                "id": "3640",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327638,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "385014",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84120961024,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 40
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210027
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961025,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562774,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "525014false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210028
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550422,
                                "hard-timeout": 0,
                                "id": "5050148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 34168981422080,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419350,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "5150148365913623561431fa:16:3e:bd:1a:90",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bd:1a:90"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84120961024,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 7936
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606367,
                                "flow-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                                "hard-timeout": 0,
                                "id": "55.31.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 31
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1504a868-cbea-4907-a6fe-0874ece08730",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 34084860461056,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:24",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7.1504a868-cbea-4907-a6fe-0874ece08730",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1504a868-cbea-4907-a6fe-0874ece08730.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 31
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5014
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529249215049891840,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 34084860461056,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.261" starttime="20181202 16:50:11.258"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.261" starttime="20181202 16:50:11.231"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.269" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.269" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.269" starttime="20181202 16:50:11.261"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.270" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 16:50:11.270" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.270" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 16:50:11.270" starttime="20181202 16:50:11.269"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.271" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1504a868-cbea-4907-a6fe-0874ece08730"
                        ]
                    }
                ],
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.271" starttime="20181202 16:50:11.271"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.271" starttime="20181202 16:50:11.261"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.273" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.274" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.274" starttime="20181202 16:50:11.271"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.274" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","mac-entry":[{"mac-address":"fa:16:3e:bd:1a:90","interface":"1504a868-cbea-4907-a6fe-0874ece08730","ip-prefix":"61.2.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 16:50:11.274" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.274" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 16:50:11.274" starttime="20181202 16:50:11.274"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.275" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7",
                "mac-entry": [
                    {
                        "interface": "1504a868-cbea-4907-a6fe-0874ece08730",
                        "ip-prefix": "61.2.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:bd:1a:90"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.275" starttime="20181202 16:50:11.275"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.275" starttime="20181202 16:50:11.271"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.278" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.278" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.278" starttime="20181202 16:50:11.275"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.279" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.279" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.279" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.279" starttime="20181202 16:50:11.279"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.280" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.280" starttime="20181202 16:50:11.279"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.280" starttime="20181202 16:50:11.275"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.282" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.282" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.283" starttime="20181202 16:50:11.280"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.283" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7","elan-interfaces":["1504a868-cbea-4907-a6fe-0874ece08730"]}]}} </msg>
<msg timestamp="20181202 16:50:11.283" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.283" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 16:50:11.283" starttime="20181202 16:50:11.283"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.284" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1504a868-cbea-4907-a6fe-0874ece08730"
                ],
                "name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.284" starttime="20181202 16:50:11.284"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.284" starttime="20181202 16:50:11.280"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.286" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.286" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.286" starttime="20181202 16:50:11.284"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.287" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"tap1504a868-cb","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.431Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1504a868-cbea-4907-a6fe-0874ece08730","lower-layer-if":["openflow:83659136235614:24"],"type":"iana-if-type:l2vlan","if-index":31,"statistics":{"discontinuity-time":"2018-12-02T16:49:27.434Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 16:50:11.287" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.287" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 16:50:11.287" starttime="20181202 16:50:11.287"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.288" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "tap1504a868-cb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.431Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 31,
                "lower-layer-if": [
                    "openflow:83659136235614:24"
                ],
                "name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:49:27.434Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.288" starttime="20181202 16:50:11.288"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.288" starttime="20181202 16:50:11.284"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.294" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.294" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.294" starttime="20181202 16:50:11.288"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.295" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":31,"port-no":24,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 16:50:11.295" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.295" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 16:50:11.295" starttime="20181202 16:50:11.295"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.296" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 24,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.296" starttime="20181202 16:50:11.296"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.296" starttime="20181202 16:50:11.288"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.302" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.302" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.302" starttime="20181202 16:50:11.296"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.303" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.303" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.303" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.303" starttime="20181202 16:50:11.303"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.304" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.304" starttime="20181202 16:50:11.303"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.304" starttime="20181202 16:50:11.296"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.307" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.307" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.307" starttime="20181202 16:50:11.304"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.308" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.308" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.308" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.308" starttime="20181202 16:50:11.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.308" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.308" starttime="20181202 16:50:11.308"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.309" starttime="20181202 16:50:11.304"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.311" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.312" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.312" starttime="20181202 16:50:11.309"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.312" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.312" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.312" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.312" starttime="20181202 16:50:11.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.313" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.313" starttime="20181202 16:50:11.313"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.313" starttime="20181202 16:50:11.309"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.317" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.317" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.317" starttime="20181202 16:50:11.313"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.319" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap1504a868-cb","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"69babe0c-0325-407a-a4e4-fa45a85b96b5","ovsdb:name":"tap1504a868-cb","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:bd:1a:90"},{"external-id-key":"iface-id","external-id-value":"1504a868-cbea-4907-a6fe-0874ece08730"}],"ovsdb:port-uuid":"73c47c3d-85a4-48a5-8dc2-98e0543b63ce","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":24},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 16:50:11.319" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.319" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 16:50:11.319" starttime="20181202 16:50:11.317"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.319" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:bd:1a:90"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1504a868-cbea-4907-a6fe-0874ece08730"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "69babe0c-0325-407a-a4e4-fa45a85b96b5",
                            "ovsdb:name": "tap1504a868-cb",
                            "ovsdb:ofport": 24,
                            "ovsdb:port-uuid": "73c47c3d-85a4-48a5-8dc2-98e0543b63ce",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1504a868-cb"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 16:50:11.320" starttime="20181202 16:50:11.319"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.320" starttime="20181202 16:50:11.313"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.323" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.323" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.323" starttime="20181202 16:50:11.320"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.324" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"1504a868-cbea-4907-a6fe-0874ece08730","status":"ACTIVE"},{"uuid":"f7cdc048-6134-4901-b08f-baf52b3a64fe","status":"DOWN"},{"uuid":"e43a5ade-e9f2-4022-a213-d91d0afee863","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 16:50:11.324" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.324" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 16:50:11.324" starttime="20181202 16:50:11.323"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.324" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "1504a868-cbea-4907-a6fe-0874ece08730"
            },
            {
                "status": "DOWN",
                "uuid": "f7cdc048-6134-4901-b08f-baf52b3a64fe"
            },
            {
                "status": "DOWN",
                "uuid": "e43a5ade-e9f2-4022-a213-d91d0afee863"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.324" starttime="20181202 16:50:11.324"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.324" starttime="20181202 16:50:11.320"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.330" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.331" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.331" starttime="20181202 16:50:11.325"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.331" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.331" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.331" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.331" starttime="20181202 16:50:11.331"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.332" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.332" starttime="20181202 16:50:11.332"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.332" starttime="20181202 16:50:11.324"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.335" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.335" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.335" starttime="20181202 16:50:11.332"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.335" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":31,"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730"}]}} </msg>
<msg timestamp="20181202 16:50:11.335" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.335" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
   ...</msg>
<status status="PASS" endtime="20181202 16:50:11.336" starttime="20181202 16:50:11.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.336" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 31,
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.336" starttime="20181202 16:50:11.336"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.336" starttime="20181202 16:50:11.332"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.339" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.339" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.339" starttime="20181202 16:50:11.336"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.340" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.340" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.340" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.340" starttime="20181202 16:50:11.340"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.341" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.341" starttime="20181202 16:50:11.340"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.341" starttime="20181202 16:50:11.336"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.344" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.344" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.344" starttime="20181202 16:50:11.341"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.345" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.345" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.345" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.345" starttime="20181202 16:50:11.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.345" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.345" starttime="20181202 16:50:11.345"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.345" starttime="20181202 16:50:11.341"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.348" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.348" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.348" starttime="20181202 16:50:11.345"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.349" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.349" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.349" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.349" starttime="20181202 16:50:11.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.349" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.349" starttime="20181202 16:50:11.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.350" starttime="20181202 16:50:11.345"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.353" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.353" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.353" starttime="20181202 16:50:11.350"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.354" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.354" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.354" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.354" starttime="20181202 16:50:11.353"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.354" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.354" starttime="20181202 16:50:11.354"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.354" starttime="20181202 16:50:11.350"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.357" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.357" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.357" starttime="20181202 16:50:11.355"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.358" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 16:50:11.358" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.358" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 16:50:11.358" starttime="20181202 16:50:11.357"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.358" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.358" starttime="20181202 16:50:11.358"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.358" starttime="20181202 16:50:11.354"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.361" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.361" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.361" starttime="20181202 16:50:11.359"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.361" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 16:50:11.362" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.362" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 16:50:11.362" starttime="20181202 16:50:11.361"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.362" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.362" starttime="20181202 16:50:11.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.362" starttime="20181202 16:50:11.358"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.365" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.365" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.365" starttime="20181202 16:50:11.362"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.365" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 16:50:11.365" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.366" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.366" starttime="20181202 16:50:11.365"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.366" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 16:50:11.366" starttime="20181202 16:50:11.366"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.366" starttime="20181202 16:50:11.362"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.370" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.370" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.370" starttime="20181202 16:50:11.366"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.371" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 16:50:11.371" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.371" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 16:50:11.371" starttime="20181202 16:50:11.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.372" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.372" starttime="20181202 16:50:11.371"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.372" starttime="20181202 16:50:11.366"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.375" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.375" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.375" starttime="20181202 16:50:11.372"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.376" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.376" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.376" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.376" starttime="20181202 16:50:11.375"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.376" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.376" starttime="20181202 16:50:11.376"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.376" starttime="20181202 16:50:11.372"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.380" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.380" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.380" starttime="20181202 16:50:11.377"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.380" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.380" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.381" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.381" starttime="20181202 16:50:11.380"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.381" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.381" starttime="20181202 16:50:11.381"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.381" starttime="20181202 16:50:11.376"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.384" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.384" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.384" starttime="20181202 16:50:11.381"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.385" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 16:50:11.385" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.385" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 16:50:11.385" starttime="20181202 16:50:11.384"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.385" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.386" starttime="20181202 16:50:11.385"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.386" starttime="20181202 16:50:11.381"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:50:11.389" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:50:11.390" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:50:11.390" starttime="20181202 16:50:11.386"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 16:50:11.392" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:24","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1504a868-cb","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":24,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 16:50:11.392" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 16:50:11.393" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 16:50:11.393" starttime="20181202 16:50:11.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.393" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1504a868-cb",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 24,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:24"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:50:11.394" starttime="20181202 16:50:11.393"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.394" starttime="20181202 16:50:11.386"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.394" starttime="20181202 16:50:11.044"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.394" starttime="20181202 16:50:11.043"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.394" starttime="20181202 16:50:11.033"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:50:11.395" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 16:50:11.395" starttime="20181202 16:50:11.395"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.405" starttime="20181202 16:50:11.404"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:50:11.405" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:50:11.405" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:50:11.405" starttime="20181202 16:50:11.405"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:50:11.406" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:50:11.406" starttime="20181202 16:50:11.405"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:50:11.407" level="INFO">${conn_id} = 29</msg>
<status status="PASS" endtime="20181202 16:50:11.407" starttime="20181202 16:50:11.406"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:50:11.407" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:11.408" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:50:11.408" starttime="20181202 16:50:11.407"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.408" starttime="20181202 16:50:11.408"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.409" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:50:11.751" level="INFO">Read output: Last login: Sun Dec  2 16:50:08 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:50:11.751" starttime="20181202 16:50:11.409"></status>
</kw>
<msg timestamp="20181202 16:50:11.751" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:11.751" starttime="20181202 16:50:11.408"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.751" starttime="20181202 16:50:11.407"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:50:11.752" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Neutron Security Group/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 16:50:11.767" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 16:50:11.767" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:50:11.767" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:11.767" starttime="20181202 16:50:11.752"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:11.832" starttime="20181202 16:50:11.768"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.832" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 16:50:11.833" starttime="20181202 16:50:11.832"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.833" starttime="20181202 16:50:11.833"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.835" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:11.835" starttime="20181202 16:50:11.834"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.835" starttime="20181202 16:50:11.834"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.837" starttime="20181202 16:50:11.837"></status>
</kw>
<msg timestamp="20181202 16:50:11.838" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:11.838" starttime="20181202 16:50:11.836"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.838" starttime="20181202 16:50:11.836"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.838" starttime="20181202 16:50:11.404"></status>
</kw>
<msg timestamp="20181202 16:50:11.838" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:50:11.838" starttime="20181202 16:50:11.403"></status>
</kw>
<msg timestamp="20181202 16:50:11.838" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:11.839" starttime="20181202 16:50:11.403"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 16:50:11.839" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 16:50:11.839" starttime="20181202 16:50:11.839"></status>
</kw>
<msg timestamp="20181202 16:50:11.840" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 16:50:11.840" starttime="20181202 16:50:11.402"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 16:50:11.841" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 16:50:11.841" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 16:50:11.841" starttime="20181202 16:50:11.840"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.842" starttime="20181202 16:50:11.841"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 16:50:11.843" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:50:11.843" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 16:50:11.843" starttime="20181202 16:50:11.842"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.845" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 16:50:11.845" starttime="20181202 16:50:11.844"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.845" starttime="20181202 16:50:11.843"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.845" starttime="20181202 16:50:11.395"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.845" starttime="20181202 16:50:11.394"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:11.845" starttime="20181202 16:50:11.394"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:11.857" starttime="20181202 16:50:11.856"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:50:11.857" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:50:12.002" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:50:12.002" starttime="20181202 16:50:11.857"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:50:12.012" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 16:50:12.012" starttime="20181202 16:50:12.003"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:50:12.014" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:50:12.014" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:12.014" starttime="20181202 16:50:12.012"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:50:12.058" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:50:12.058" starttime="20181202 16:50:12.015"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:50:12.060" starttime="20181202 16:50:12.059"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:50:12.060" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:12.060"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:11.855"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:11.846"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:11.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:11.845"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:09.326"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:12.061" starttime="20181202 16:50:09.325"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:12.062" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:12.062" starttime="20181202 16:50:12.062"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:12.063" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:50:12.083" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:14.105" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:14.106" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:14.106" starttime="20181202 16:50:12.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:14.107" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:14.109" starttime="20181202 16:50:14.107"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:14.109" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:14.109" starttime="20181202 16:50:14.109"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:14.110" starttime="20181202 16:50:14.110"></status>
</kw>
<msg timestamp="20181202 16:50:14.111" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:50:14.111" starttime="20181202 16:50:12.063"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:14.112" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:50:14.112" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:14.112" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:14.112" starttime="20181202 16:50:14.111"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:14.112" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:14.113" starttime="20181202 16:50:14.112"></status>
</kw>
<msg timestamp="20181202 16:50:14.113" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:14.113" starttime="20181202 16:50:12.062"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:50:14.113" starttime="20181202 16:50:14.113"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:14.114" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:14.115" starttime="20181202 16:50:14.114"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:14.116" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:50:14.156" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:16.741" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:16.741" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:16.741" starttime="20181202 16:50:14.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:16.743" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:16.743" starttime="20181202 16:50:16.742"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:16.743" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:16.743" starttime="20181202 16:50:16.743"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:16.744" starttime="20181202 16:50:16.744"></status>
</kw>
<msg timestamp="20181202 16:50:16.745" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:50:16.745" starttime="20181202 16:50:14.115"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:16.745" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:50:16.745" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:16.746" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:16.746" starttime="20181202 16:50:16.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:16.746" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:16.746" starttime="20181202 16:50:16.746"></status>
</kw>
<msg timestamp="20181202 16:50:16.746" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:16.746" starttime="20181202 16:50:14.114"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:50:16.747" starttime="20181202 16:50:16.747"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:16.748" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:16.748" starttime="20181202 16:50:16.748"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:16.749" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:50:16.786" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:18.865" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:18.866" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:18.866" starttime="20181202 16:50:16.749"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:18.867" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:18.867" starttime="20181202 16:50:18.866"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:18.867" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:18.867" starttime="20181202 16:50:18.867"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:18.868" starttime="20181202 16:50:18.867"></status>
</kw>
<msg timestamp="20181202 16:50:18.868" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:50:18.868" starttime="20181202 16:50:16.748"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:18.869" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:50:18.869" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:18.869" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:18.869" starttime="20181202 16:50:18.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:18.869" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:50:18.869" starttime="20181202 16:50:18.869"></status>
</kw>
<msg timestamp="20181202 16:50:18.870" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:18.870" starttime="20181202 16:50:16.747"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:50:18.870" starttime="20181202 16:50:18.870"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:18.871" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:18.871" starttime="20181202 16:50:18.871"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:18.872" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:50:18.909" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:20.910" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:20.911" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:20.911" starttime="20181202 16:50:18.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:20.913" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "1504a868-cbea-4907-a6fe-0874ece08730", 
    "MAC Address": "fa:16:3e:bd:1a:90", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "e43a5ade-e9f2-4022-a213-d91d0afee863", 
    "MAC Address": "fa:16:3e:59:e7:ce", 
    "Name": "sgs_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "f7cdc048-6134-4901-b08f-baf52b3a64fe", 
    "MAC Address": "fa:16:3e:c6:2a:44", 
    "Name": "sgs_port_2"
  }
]</msg>
<status status="PASS" endtime="20181202 16:50:20.913" starttime="20181202 16:50:20.911"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:20.914" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:20.914" starttime="20181202 16:50:20.913"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:20.915" starttime="20181202 16:50:20.914"></status>
</kw>
<msg timestamp="20181202 16:50:20.915" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "1504a868-cbea-4907-a6fe-0874ece08730", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 16:50:20.915" starttime="20181202 16:50:18.871"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:20.916" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "1504a868-cbea-4907-a6fe-0874ece08730", 
    "MAC Address": "fa:16:3e:bd:1a:90", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "e43a5ade-e9f2-4022-a213-d91d0afee863", 
    "MAC Address": "fa:16:3e:59:e7:ce", 
    "Name": "sgs_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", 
    "ID": "f7cdc048-6134-4901-b08f-baf52b3a64fe", 
    "MAC Address": "fa:16:3e:c6:2a:44", 
    "Name": "sgs_port_2"
  }
] </msg>
<msg timestamp="20181202 16:50:20.916" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:20.916" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", u'ID': u'1504a868-cbea-4907-a6fe-0874ece08730', u'MAC Address': u'fa:16:3e:b...</msg>
<status status="PASS" endtime="20181202 16:50:20.916" starttime="20181202 16:50:20.916"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:20.917" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", u'ID': u'1504a868-cbea-4907-a6fe-0874ece08730', u'MAC Address': u'fa:16:3e:bd:1a:90', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", u'ID': u'e43a5ade-e9f2-4022-a213-d91d0afee863', u'MAC Address': u'fa:16:3e:59:e7:ce', u'Name': u'sgs_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", u'ID': u'f7cdc048-6134-4901-b08f-baf52b3a64fe', u'MAC Address': u'fa:16:3e:c6:2a:44', u'Name': u'sgs_port_2'}]</msg>
<status status="PASS" endtime="20181202 16:50:20.917" starttime="20181202 16:50:20.917"></status>
</kw>
<msg timestamp="20181202 16:50:20.918" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'", u'ID': u'1504a868-cbea-4907-a6fe-0874ece08730', u'MAC Address': u'fa:16:3e:b...</msg>
<status status="PASS" endtime="20181202 16:50:20.918" starttime="20181202 16:50:18.870"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='61.2.1.2', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'&quot;, u'ID': u'1504a868-cbea-4907-a6fe-0874ece08730', u'MAC Address': u'fa:16:3e:bd:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:20.931" level="INFO">Starting process:
openstack port delete 1504a868-cbea-4907-a6fe-0874ece08730</msg>
<msg timestamp="20181202 16:50:20.974" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:23.790" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:23.791" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:23.791" starttime="20181202 16:50:20.931"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:23.792" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:23.792" starttime="20181202 16:50:23.791"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:23.793" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:23.793" starttime="20181202 16:50:23.793"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:23.795" starttime="20181202 16:50:23.794"></status>
</kw>
<msg timestamp="20181202 16:50:23.795" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:23.795" starttime="20181202 16:50:20.930"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:23.795" starttime="20181202 16:50:20.919"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:23.796" starttime="20181202 16:50:20.918"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:23.796" starttime="20181202 16:50:20.918"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='61.2.1.3', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'&quot;, u'ID': u'e43a5ade-e9f2-4022-a213-d91d0afee863', u'MAC Address': u'fa:16:3e:59:e7...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:23.819" level="INFO">Starting process:
openstack port delete e43a5ade-e9f2-4022-a213-d91d0afee863</msg>
<msg timestamp="20181202 16:50:23.858" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:27.338" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:27.339" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:27.339" starttime="20181202 16:50:23.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:27.340" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:27.340" starttime="20181202 16:50:27.339"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:27.341" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:27.341" starttime="20181202 16:50:27.341"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:27.342" starttime="20181202 16:50:27.341"></status>
</kw>
<msg timestamp="20181202 16:50:27.342" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:27.342" starttime="20181202 16:50:23.817"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:27.342" starttime="20181202 16:50:23.797"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:27.342" starttime="20181202 16:50:23.796"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:27.342" starttime="20181202 16:50:23.796"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='61.2.1.13', subnet_id='718e7057-752e-4b91-9ae4-0e5c66feb3d0'&quot;, u'ID': u'f7cdc048-6134-4901-b08f-baf52b3a64fe', u'MAC Address': u'fa:16:3e:c6:2...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:27.352" level="INFO">Starting process:
openstack port delete f7cdc048-6134-4901-b08f-baf52b3a64fe</msg>
<msg timestamp="20181202 16:50:27.388" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:30.115" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:30.116" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:30.116" starttime="20181202 16:50:27.352"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:30.117" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:30.117" starttime="20181202 16:50:30.116"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:30.117" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:30.117" starttime="20181202 16:50:30.117"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:30.118" starttime="20181202 16:50:30.118"></status>
</kw>
<msg timestamp="20181202 16:50:30.118" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:30.118" starttime="20181202 16:50:27.351"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:30.119" starttime="20181202 16:50:27.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:30.119" starttime="20181202 16:50:27.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:30.119" starttime="20181202 16:50:27.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:30.119" starttime="20181202 16:50:20.918"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:30.120" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:30.120" starttime="20181202 16:50:30.120"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:30.121" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:50:30.155" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:32.327" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:32.327" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:32.327" starttime="20181202 16:50:30.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:32.329" level="INFO">[
  {
    "Subnets": "718e7057-752e-4b91-9ae4-0e5c66feb3d0", 
    "ID": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7", 
    "Name": "sgs_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 16:50:32.329" starttime="20181202 16:50:32.328"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:32.330" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:32.330" starttime="20181202 16:50:32.329"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:32.331" starttime="20181202 16:50:32.330"></status>
</kw>
<msg timestamp="20181202 16:50:32.331" level="INFO">${json} = [
  {
    "Subnets": "718e7057-752e-4b91-9ae4-0e5c66feb3d0", 
    "ID": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7", 
    "Name": "sgs_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 16:50:32.331" starttime="20181202 16:50:30.120"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:32.332" level="INFO">To JSON using : content=[
  {
    "Subnets": "718e7057-752e-4b91-9ae4-0e5c66feb3d0", 
    "ID": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7", 
    "Name": "sgs_net_1"
  }
] </msg>
<msg timestamp="20181202 16:50:32.332" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:32.332" level="INFO">@{list} = [ {u'Subnets': u'718e7057-752e-4b91-9ae4-0e5c66feb3d0', u'ID': u'08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7', u'Name': u'sgs_net_1'} ]</msg>
<status status="PASS" endtime="20181202 16:50:32.332" starttime="20181202 16:50:32.332"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:32.333" level="INFO">[{u'Subnets': u'718e7057-752e-4b91-9ae4-0e5c66feb3d0', u'ID': u'08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7', u'Name': u'sgs_net_1'}]</msg>
<status status="PASS" endtime="20181202 16:50:32.333" starttime="20181202 16:50:32.333"></status>
</kw>
<msg timestamp="20181202 16:50:32.333" level="INFO">@{networks} = [ {u'Subnets': u'718e7057-752e-4b91-9ae4-0e5c66feb3d0', u'ID': u'08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7', u'Name': u'sgs_net_1'} ]</msg>
<status status="PASS" endtime="20181202 16:50:32.334" starttime="20181202 16:50:30.119"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'718e7057-752e-4b91-9ae4-0e5c66feb3d0', u'ID': u'08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7', u'Name': u'sgs_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:32.346" level="INFO">Starting process:
openstack subnet delete 718e7057-752e-4b91-9ae4-0e5c66feb3d0</msg>
<msg timestamp="20181202 16:50:32.373" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:35.626" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:35.626" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:35.627" starttime="20181202 16:50:32.346"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:35.628" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:35.628" starttime="20181202 16:50:35.627"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:35.629" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:35.629" starttime="20181202 16:50:35.628"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:35.630" starttime="20181202 16:50:35.629"></status>
</kw>
<msg timestamp="20181202 16:50:35.631" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:35.631" starttime="20181202 16:50:32.345"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:35.631" starttime="20181202 16:50:32.335"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:35.631" starttime="20181202 16:50:32.334"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:35.648" level="INFO">Starting process:
openstack network delete 08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7</msg>
<msg timestamp="20181202 16:50:35.685" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:38.472" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:38.472" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:38.472" starttime="20181202 16:50:35.647"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:38.473" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:38.473" starttime="20181202 16:50:38.473"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:38.474" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:38.474" starttime="20181202 16:50:38.473"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:38.474" starttime="20181202 16:50:38.474"></status>
</kw>
<msg timestamp="20181202 16:50:38.475" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:38.475" starttime="20181202 16:50:35.646"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:38.475" starttime="20181202 16:50:35.632"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:38.475" starttime="20181202 16:50:35.632"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:38.475" starttime="20181202 16:50:32.334"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:38.475" starttime="20181202 16:50:32.334"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:38.476" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:50:38.476" starttime="20181202 16:50:38.476"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:38.477" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:50:38.504" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:40.873" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:40.874" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:40.874" starttime="20181202 16:50:38.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:40.875" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_2", 
    "ID": "4e8a3e23-d835-478f-9014-dcbee9780f6b", 
    "Name": "sgs_sg_2"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_4", 
    "ID": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100", 
    "Name": "sgs_sg_4"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "new security group 1", 
    "ID": "b82e8302-b477-4ee5-be37-24a7a56592e6", 
    "Name": "SSH_UPDATED"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_3", 
    "ID": "f6c6b79d-8479-4356-bad6-3c152d928dfc", 
    "Name": "sgs_sg_3"
  }
]</msg>
<status status="PASS" endtime="20181202 16:50:40.875" starttime="20181202 16:50:40.874"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:40.875" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:40.876" starttime="20181202 16:50:40.875"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:40.876" starttime="20181202 16:50:40.876"></status>
</kw>
<msg timestamp="20181202 16:50:40.877" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:50:40.877" starttime="20181202 16:50:38.476"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:50:40.877" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_2", 
    "ID": "4e8a3e23-d835-478f-9014-dcbee9780f6b", 
    "Name": "sgs_sg_2"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_4", 
    "ID": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100", 
    "Name": "sgs_sg_4"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "new security group 1", 
    "ID": "b82e8302-b477-4ee5-be37-24a7a56592e6", 
    "Name": "SSH_UPDATED"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgs_sg_3", 
    "ID": "f6c6b79d-8479-4356-bad6-3c152d928dfc", 
    "Name": "sgs_sg_3"
  }
] </msg>
<msg timestamp="20181202 16:50:40.877" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:50:40.877" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:50:40.877" starttime="20181202 16:50:40.877"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:50:40.878" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_2', u'Description': u'sgs_sg_2', u'ID': u'4e8a3e23-d835-478f-9014-dcbee9780f6b'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_4', u'Description': u'sgs_sg_4', u'ID': u'6398dcc9-8fef-4fe7-a60e-f51fbc7cf100'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'SSH_UPDATED', u'Description': u'new security group 1', u'ID': u'b82e8302-b477-4ee5-be37-24a7a56592e6'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_3', u'Description': u'sgs_sg_3', u'ID': u'f6c6b79d-8479-4356-bad6-3c152d928dfc'}]</msg>
<status status="PASS" endtime="20181202 16:50:40.878" starttime="20181202 16:50:40.877"></status>
</kw>
<msg timestamp="20181202 16:50:40.878" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 16:50:40.878" starttime="20181202 16:50:38.475"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:40.879" starttime="20181202 16:50:40.879"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:40.879" starttime="20181202 16:50:40.878"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_2', u'Description': u'sgs_sg_2', u'ID': u'4e8a3e23-d835-478f-9014-dcbee9780f6b'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:40.888" level="INFO">Starting process:
openstack security group delete 4e8a3e23-d835-478f-9014-dcbee9780f6b</msg>
<msg timestamp="20181202 16:50:40.921" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:43.347" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:43.347" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:43.348" starttime="20181202 16:50:40.888"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:43.349" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:43.349" starttime="20181202 16:50:43.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:43.349" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:43.349" starttime="20181202 16:50:43.349"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:43.350" starttime="20181202 16:50:43.349"></status>
</kw>
<msg timestamp="20181202 16:50:43.350" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:43.350" starttime="20181202 16:50:40.887"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:43.350" starttime="20181202 16:50:40.880"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:43.350" starttime="20181202 16:50:40.880"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:43.351" starttime="20181202 16:50:40.879"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:43.351" starttime="20181202 16:50:40.879"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_4', u'Description': u'sgs_sg_4', u'ID': u'6398dcc9-8fef-4fe7-a60e-f51fbc7cf100'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:43.360" level="INFO">Starting process:
openstack security group delete 6398dcc9-8fef-4fe7-a60e-f51fbc7cf100</msg>
<msg timestamp="20181202 16:50:43.401" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:45.569" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:45.570" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:45.570" starttime="20181202 16:50:43.360"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:45.571" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:45.571" starttime="20181202 16:50:45.570"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:45.571" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:45.571" starttime="20181202 16:50:45.571"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:45.572" starttime="20181202 16:50:45.572"></status>
</kw>
<msg timestamp="20181202 16:50:45.572" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:45.572" starttime="20181202 16:50:43.359"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:45.573" starttime="20181202 16:50:43.352"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:45.573" starttime="20181202 16:50:43.351"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:45.573" starttime="20181202 16:50:43.351"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:45.573" starttime="20181202 16:50:43.351"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'SSH_UPDATED', u'Description': u'new security group 1', u'ID': u'b82e8302-b477-4ee5-be37-24a7a56592e6'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:45.583" level="INFO">Starting process:
openstack security group delete b82e8302-b477-4ee5-be37-24a7a56592e6</msg>
<msg timestamp="20181202 16:50:45.627" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:47.951" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:47.952" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:47.952" starttime="20181202 16:50:45.583"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:47.953" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:47.953" starttime="20181202 16:50:47.953"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:47.954" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:47.954" starttime="20181202 16:50:47.953"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:47.954"></status>
</kw>
<msg timestamp="20181202 16:50:47.955" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:45.582"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:45.574"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:45.574"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:45.573"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:47.955" starttime="20181202 16:50:45.573"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:47.956" starttime="20181202 16:50:47.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:47.956" starttime="20181202 16:50:47.955"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgs_sg_3', u'Description': u'sgs_sg_3', u'ID': u'f6c6b79d-8479-4356-bad6-3c152d928dfc'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:47.969" level="INFO">Starting process:
openstack security group delete f6c6b79d-8479-4356-bad6-3c152d928dfc</msg>
<msg timestamp="20181202 16:50:48.014" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:50.260" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:50.260" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:50.260" starttime="20181202 16:50:47.969"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:50.261" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:50.261" starttime="20181202 16:50:50.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:50.262" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:50.262" starttime="20181202 16:50:50.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:50.262"></status>
</kw>
<msg timestamp="20181202 16:50:50.263" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:47.968"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:47.958"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:47.957"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:47.957"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:50.263" starttime="20181202 16:50:47.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:50.264" starttime="20181202 16:50:40.878"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:50:50.265" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:50:50.265" starttime="20181202 16:50:50.264"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:50.276" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:50:50.295" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:52.627" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:52.628" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:52.628" starttime="20181202 16:50:50.275"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:52.629" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:52.629" starttime="20181202 16:50:52.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:52.630" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:52.630" starttime="20181202 16:50:52.629"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:52.631" starttime="20181202 16:50:52.630"></status>
</kw>
<msg timestamp="20181202 16:50:52.631" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:52.632" starttime="20181202 16:50:50.275"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:52.632" starttime="20181202 16:50:50.265"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:52.644" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:50:52.670" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:54.783" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:54.783" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:54.784" starttime="20181202 16:50:52.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:54.785" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:54.785" starttime="20181202 16:50:54.784"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:54.785" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:54.786" starttime="20181202 16:50:54.785"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:54.786" starttime="20181202 16:50:54.786"></status>
</kw>
<msg timestamp="20181202 16:50:54.787" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:54.787" starttime="20181202 16:50:52.643"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:54.787" starttime="20181202 16:50:52.632"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:54.795" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:50:54.838" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:56.950" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:56.951" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:56.951" starttime="20181202 16:50:54.795"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:56.952" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:56.952" starttime="20181202 16:50:56.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:56.953" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:56.953" starttime="20181202 16:50:56.952"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:56.954" starttime="20181202 16:50:56.953"></status>
</kw>
<msg timestamp="20181202 16:50:56.954" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:56.954" starttime="20181202 16:50:54.795"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:56.954" starttime="20181202 16:50:54.787"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:56.968" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:50:57.000" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:50:59.099" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:50:59.099" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:50:59.099" starttime="20181202 16:50:56.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:50:59.100" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:59.100" starttime="20181202 16:50:59.099"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:50:59.100" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:50:59.100" starttime="20181202 16:50:59.100"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:50:59.101" starttime="20181202 16:50:59.101"></status>
</kw>
<msg timestamp="20181202 16:50:59.101" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:50:59.101" starttime="20181202 16:50:56.966"></status>
</kw>
<status status="PASS" endtime="20181202 16:50:59.102" starttime="20181202 16:50:56.955"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:50:59.110" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:50:59.130" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:01.288" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:01.289" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:01.289" starttime="20181202 16:50:59.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:01.291" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:51:01.291" starttime="20181202 16:51:01.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:01.292" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:01.292" starttime="20181202 16:51:01.291"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:01.293" starttime="20181202 16:51:01.292"></status>
</kw>
<msg timestamp="20181202 16:51:01.294" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:51:01.294" starttime="20181202 16:50:59.109"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:01.294" starttime="20181202 16:50:59.102"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:01.308" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:51:01.331" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:03.311" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:03.312" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:03.312" starttime="20181202 16:51:01.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:03.313" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:51:03.313" starttime="20181202 16:51:03.313"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:03.314" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:03.314" starttime="20181202 16:51:03.314"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:03.315" starttime="20181202 16:51:03.314"></status>
</kw>
<msg timestamp="20181202 16:51:03.315" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:51:03.315" starttime="20181202 16:51:01.307"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:03.315" starttime="20181202 16:51:01.294"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:03.326" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:51:03.356" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:05.385" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:05.386" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:05.386" starttime="20181202 16:51:03.326"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:05.387" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:05.387" starttime="20181202 16:51:05.386"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:05.387" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:05.387" starttime="20181202 16:51:05.387"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:05.388" starttime="20181202 16:51:05.388"></status>
</kw>
<msg timestamp="20181202 16:51:05.388" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:05.388" starttime="20181202 16:51:03.325"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:05.389" starttime="20181202 16:51:03.315"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:05.397" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:51:05.418" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:07.662" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:07.662" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:07.662" starttime="20181202 16:51:05.396"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:07.663" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:07.663" starttime="20181202 16:51:07.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:07.664" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:07.664" starttime="20181202 16:51:07.664"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:51:07.664"></status>
</kw>
<msg timestamp="20181202 16:51:07.665" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:51:05.396"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:51:05.389"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:50:50.265"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:50:50.264"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:07.665" starttime="20181202 16:50:12.061"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:07.668" starttime="20181202 16:51:07.668"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:51:07.668" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 16:51:07.796" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:51:07.796" level="INFO">${stdout} = 4 S root      286943  286885  0  80   0 - 55154 poll_s 16:48 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
4 S...</msg>
<status status="PASS" endtime="20181202 16:51:07.796" starttime="20181202 16:51:07.668"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:07.797" level="INFO">4 S root      286943  286885  0  80   0 - 55154 poll_s 16:48 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
4 S tcpdump   286952  286943  0  80   0 -  8196 poll_s 16:48 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
0 S heat-ad+  295742  286885  0  80   0 - 28293 do_wai 16:51 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  295754  295742  0  80   0 - 28176 pipe_w 16:51 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 16:51:07.797" starttime="20181202 16:51:07.797"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:51:07.798" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 16:51:07.925" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:51:07.925" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:51:07.925" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:51:07.925" starttime="20181202 16:51:07.797"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:07.926" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:07.926" starttime="20181202 16:51:07.926"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:07.927" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:07.927" starttime="20181202 16:51:07.927"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:51:07.928" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 16:51:08.068" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 16:51:08.068" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 16:51:08.068" starttime="20181202 16:51:07.927"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:08.069" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:08.070" starttime="20181202 16:51:08.069"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 16:51:08.070" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 16:51:08.135" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:51:08.135" level="INFO">${stdout} = total 72
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 16:51:08.135" starttime="20181202 16:51:08.070"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:08.137" level="INFO">total 72
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 16:51:08.137" starttime="20181202 16:51:08.136"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.137" starttime="20181202 16:51:07.667"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.137" starttime="20181202 16:51:07.667"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.137" starttime="20181202 16:51:07.667"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.138" starttime="20181202 16:51:07.666"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.138" starttime="20181202 16:51:07.666"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 16:51:08.372" starttime="20181202 16:51:08.138"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:08.393" starttime="20181202 16:51:08.392"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:51:08.395" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:51:08.594" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:51:08.595" starttime="20181202 16:51:08.394"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:08.649" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 16:51:08.649" starttime="20181202 16:51:08.595"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:08.840" level="INFO">[?1l&gt;[?2004l     283    283
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:51:08.840" level="INFO">${output} = [?1l&gt;[?2004l     283    283
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:08.840" starttime="20181202 16:51:08.650"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:51:08.882" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:51:08.882" starttime="20181202 16:51:08.840"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:08.884" starttime="20181202 16:51:08.883"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:08.885" level="INFO">[?1l&gt;[?2004l     283    283
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:51:08.884"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:51:08.391"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:51:08.373"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:51:08.372"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:50:09.325"></status>
</kw>
<doc>Test Suite for Neutron Security Group</doc>
<status status="PASS" endtime="20181202 16:51:08.885" starttime="20181202 16:48:28.313"></status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/openstack/securitygroup/security_group_l3bcast.robot" id="s1-s6" name="Security Group L3Bcast">
<kw type="setup" name="Start Suite">
<doc>Test Suite for Network and Subnet Broadcast with security group</doc>
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 16:51:08.997" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 16:51:08.997" starttime="20181202 16:51:08.988"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:08.997" starttime="20181202 16:51:08.988"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 16:51:09.004" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 16:51:09.004" starttime="20181202 16:51:08.998"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.005" starttime="20181202 16:51:09.004"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 16:51:09.005" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 16:51:09.005" starttime="20181202 16:51:09.005"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 16:51:09.005" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 16:51:09.005" starttime="20181202 16:51:09.005"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.006" starttime="20181202 16:51:09.006"></status>
</kw>
<msg timestamp="20181202 16:51:09.006" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:51:09.006" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:51:09.006" starttime="20181202 16:51:09.006"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 16:51:09.007" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 16:51:09.007" starttime="20181202 16:51:09.007"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 16:51:09.008" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:09.008" starttime="20181202 16:51:09.008"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 16:51:09.008" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:09.008" starttime="20181202 16:51:09.008"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 16:51:09.009" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 16:51:09.009" starttime="20181202 16:51:09.009"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.010" starttime="20181202 16:51:09.010"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:51:09.011" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:09.011" starttime="20181202 16:51:09.011"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.011" starttime="20181202 16:51:09.011"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 16:51:09.012" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:51:09.012" starttime="20181202 16:51:09.012"></status>
</kw>
<msg timestamp="20181202 16:51:09.013" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 16:51:09.013" starttime="20181202 16:51:09.012"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.013" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622c6a610&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:51:09.014" starttime="20181202 16:51:09.013"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.014" starttime="20181202 16:51:09.014"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.014" starttime="20181202 16:51:09.010"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.014" starttime="20181202 16:51:09.009"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.014" starttime="20181202 16:51:09.009"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.015" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.015" starttime="20181202 16:51:09.014"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.015" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 16:51:09.015" starttime="20181202 16:51:09.015"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.016" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 16:51:09.016" starttime="20181202 16:51:09.015"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.016" starttime="20181202 16:51:09.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.016" starttime="20181202 16:51:08.997"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:51:09.018" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.018" starttime="20181202 16:51:09.017"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:51:09.018" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.018" starttime="20181202 16:51:09.018"></status>
</kw>
<msg timestamp="20181202 16:51:09.019" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.019" starttime="20181202 16:51:09.017"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:51:09.020" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:09.020" starttime="20181202 16:51:09.019"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:51:09.021" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:09.021" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:09.021" starttime="20181202 16:51:09.021"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.024" starttime="20181202 16:51:09.023"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:51:09.024" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:09.024" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:09.024" starttime="20181202 16:51:09.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:51:09.025" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:51:09.025" starttime="20181202 16:51:09.024"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:51:09.025" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 16:51:09.025" starttime="20181202 16:51:09.025"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:51:09.026" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:51:09.026" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:51:09.026" starttime="20181202 16:51:09.026"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.027" starttime="20181202 16:51:09.027"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.028" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:51:09.391" level="INFO">Read output: Last login: Sun Dec  2 16:50:11 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:09.391" starttime="20181202 16:51:09.028"></status>
</kw>
<msg timestamp="20181202 16:51:09.391" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:09.392" starttime="20181202 16:51:09.027"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.392" starttime="20181202 16:51:09.026"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:51:09.393" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 16:51:09.406" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 16:51:09.406" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 16:51:09.406" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:51:09.406" starttime="20181202 16:51:09.392"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:09.471" starttime="20181202 16:51:09.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.472" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 16:51:09.472" starttime="20181202 16:51:09.471"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.473" starttime="20181202 16:51:09.473"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.476" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:09.476" starttime="20181202 16:51:09.475"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.476" starttime="20181202 16:51:09.474"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.479" starttime="20181202 16:51:09.479"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.480" starttime="20181202 16:51:09.480"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:09.481" starttime="20181202 16:51:09.481"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.482" starttime="20181202 16:51:09.477"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.482" starttime="20181202 16:51:09.023"></status>
</kw>
<msg timestamp="20181202 16:51:09.482" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:09.482" starttime="20181202 16:51:09.022"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.482" starttime="20181202 16:51:09.022"></status>
</kw>
<msg timestamp="20181202 16:51:09.483" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:09.483" starttime="20181202 16:51:09.021"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.486" starttime="20181202 16:51:09.485"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.487" starttime="20181202 16:51:09.486"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:09.487" starttime="20181202 16:51:09.487"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.488" starttime="20181202 16:51:09.484"></status>
</kw>
<msg timestamp="20181202 16:51:09.488" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:09.488" starttime="20181202 16:51:09.020"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.489" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:09.489" starttime="20181202 16:51:09.489"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.490" starttime="20181202 16:51:09.019"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.490" starttime="20181202 16:51:09.019"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.490" starttime="20181202 16:51:09.019"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.490" starttime="20181202 16:51:09.016"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.491" starttime="20181202 16:51:09.490"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 16:51:09.539" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:09.539" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:09.539" starttime="20181202 16:51:09.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.540" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 16:51:09.540" starttime="20181202 16:51:09.540"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.541" level="INFO">1</msg>
<status status="PASS" endtime="20181202 16:51:09.541" starttime="20181202 16:51:09.541"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.543" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 16:51:09.543" starttime="20181202 16:51:09.542"></status>
</kw>
<msg timestamp="20181202 16:51:09.543" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:51:09.543" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 16:51:09.543" starttime="20181202 16:51:09.541"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.544" starttime="20181202 16:51:09.543"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 16:51:09.546" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:09.546" starttime="20181202 16:51:09.545"></status>
</kw>
<msg timestamp="20181202 16:51:09.546" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:09.546" starttime="20181202 16:51:09.544"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.547" starttime="20181202 16:51:09.546"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 16:51:09.548" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 16:51:09.548" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 16:51:09.548" starttime="20181202 16:51:09.547"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.549" starttime="20181202 16:51:09.548"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.550" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:51:09.675" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:51:09.675" starttime="20181202 16:51:09.549"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.677" starttime="20181202 16:51:09.677"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.678" starttime="20181202 16:51:09.677"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:09.678" starttime="20181202 16:51:09.678"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.678" starttime="20181202 16:51:09.676"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.678" starttime="20181202 16:51:09.538"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.678" starttime="20181202 16:51:09.492"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.679" starttime="20181202 16:51:09.492"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.679" starttime="20181202 16:51:09.491"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.679" starttime="20181202 16:51:09.491"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.679" starttime="20181202 16:51:08.997"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:51:09.692" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.692" starttime="20181202 16:51:09.692"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:51:09.693" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.693" starttime="20181202 16:51:09.693"></status>
</kw>
<msg timestamp="20181202 16:51:09.693" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.693" starttime="20181202 16:51:09.691"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 16:51:09.706" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 16:51:09.706" starttime="20181202 16:51:09.706"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 16:51:09.707" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 16:51:09.707" starttime="20181202 16:51:09.706"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.732" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 16:51:09.733" starttime="20181202 16:51:09.707"></status>
</kw>
<msg timestamp="20181202 16:51:09.733" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 16:51:09.733" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 16:51:09.733" starttime="20181202 16:51:09.707"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.754" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g "r "o "u "p "/ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p "_ "l "3 "b "c "a "s "t ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:09.754" starttime="20181202 16:51:09.734"></status>
</kw>
<msg timestamp="20181202 16:51:09.754" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 16:51:09.754" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:51:09.755" starttime="20181202 16:51:09.733"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.755" starttime="20181202 16:51:09.755"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.755" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g "r "o "u "p "/ "s "e "c "u "r "i "t "y "_ "g "r "o "u "p "_ "l "3 "b "c "a "s "t ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:09.756" starttime="20181202 16:51:09.755"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.756" starttime="20181202 16:51:09.756"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.757" starttime="20181202 16:51:09.757"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.757" starttime="20181202 16:51:09.757"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:09.758" starttime="20181202 16:51:09.758"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.758" starttime="20181202 16:51:09.756"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.758" starttime="20181202 16:51:09.705"></status>
</kw>
<msg timestamp="20181202 16:51:09.758" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:51:09.758" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:51:09.758" starttime="20181202 16:51:09.705"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.759" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:09.759" starttime="20181202 16:51:09.758"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.759" starttime="20181202 16:51:09.704"></status>
</kw>
<msg timestamp="20181202 16:51:09.759" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 16:51:09.759" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "o "p "e "n "s "t "a "c "k "/ "s "e "c "u "r "i "t "y "g ...</msg>
<status status="PASS" endtime="20181202 16:51:09.759" starttime="20181202 16:51:09.694"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.759"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.694"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.694"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.691"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.679"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:09.679"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:09.760" starttime="20181202 16:51:08.988"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 16:51:09.760" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 16:51:09.761" starttime="20181202 16:51:09.760"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:51:09.763" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.763" starttime="20181202 16:51:09.762"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:51:09.763" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.763" starttime="20181202 16:51:09.763"></status>
</kw>
<msg timestamp="20181202 16:51:09.764" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:09.764" starttime="20181202 16:51:09.762"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:51:09.765" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:09.765" starttime="20181202 16:51:09.764"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:51:09.767" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:09.767" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:09.767" starttime="20181202 16:51:09.767"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:09.775" starttime="20181202 16:51:09.774"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.775" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:51:09.931" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:51:09.931" starttime="20181202 16:51:09.775"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:09.978" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 16:51:09.979" starttime="20181202 16:51:09.931"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:09.980" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:51:09.980" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:09.980" starttime="20181202 16:51:09.979"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:51:10.024" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:51:10.024" starttime="20181202 16:51:09.981"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:10.026" starttime="20181202 16:51:10.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.026" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:10.026" starttime="20181202 16:51:10.026"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.026" starttime="20181202 16:51:09.774"></status>
</kw>
<msg timestamp="20181202 16:51:10.026" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:10.027" starttime="20181202 16:51:09.767"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.028" starttime="20181202 16:51:10.028"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.028" starttime="20181202 16:51:10.028"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:10.029" starttime="20181202 16:51:10.029"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.029" starttime="20181202 16:51:10.027"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.029" starttime="20181202 16:51:09.766"></status>
</kw>
<msg timestamp="20181202 16:51:10.029" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.765"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.765"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.764"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.030" starttime="20181202 16:51:09.761"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 16:51:10.032" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:10.032" starttime="20181202 16:51:10.031"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 16:51:10.032" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:10.032" starttime="20181202 16:51:10.032"></status>
</kw>
<msg timestamp="20181202 16:51:10.032" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 16:51:10.032" starttime="20181202 16:51:10.031"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 16:51:10.033" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:10.033" starttime="20181202 16:51:10.033"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 16:51:10.036" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:10.036" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:10.036" starttime="20181202 16:51:10.036"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.044" starttime="20181202 16:51:10.043"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.044" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:51:10.173" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:51:10.173" starttime="20181202 16:51:10.044"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.193" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 16:51:10.193" starttime="20181202 16:51:10.173"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:10.220" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:51:10.220" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:10.220" starttime="20181202 16:51:10.193"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:51:10.264" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:51:10.264" starttime="20181202 16:51:10.220"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:10.266" starttime="20181202 16:51:10.264"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.266" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:10.266" starttime="20181202 16:51:10.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.266" starttime="20181202 16:51:10.043"></status>
</kw>
<msg timestamp="20181202 16:51:10.266" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:10.266" starttime="20181202 16:51:10.036"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.268" starttime="20181202 16:51:10.267"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.268" starttime="20181202 16:51:10.268"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:10.268" starttime="20181202 16:51:10.268"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.267"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.034"></status>
</kw>
<msg timestamp="20181202 16:51:10.269" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.034"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.033"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.033"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.032"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.030"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:10.030"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:09.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.269" starttime="20181202 16:51:09.761"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.270" starttime="20181202 16:51:10.270"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.271" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:10.271" starttime="20181202 16:51:10.271"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:51:10.272" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 16:51:10.272" starttime="20181202 16:51:10.272"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:51:10.273" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:51:10.274" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:51:10.274" starttime="20181202 16:51:10.273"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:10.274" starttime="20181202 16:51:10.274"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.275" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:51:10.614" level="INFO">Read output: Last login: Sun Dec  2 16:51:09 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:10.614" starttime="20181202 16:51:10.275"></status>
</kw>
<msg timestamp="20181202 16:51:10.614" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:10.614" starttime="20181202 16:51:10.274"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.615" starttime="20181202 16:51:10.272"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.615" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:51:10.615" starttime="20181202 16:51:10.615"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.616" starttime="20181202 16:51:10.271"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.617" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:10.617" starttime="20181202 16:51:10.617"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.618" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:10.618" starttime="20181202 16:51:10.617"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.618" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:51:10.618" starttime="20181202 16:51:10.618"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.619" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 16:51:10.619" starttime="20181202 16:51:10.619"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.619" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:51:10.620" starttime="20181202 16:51:10.619"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.620" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 16:51:10.620" starttime="20181202 16:51:10.620"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.623" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:51:10.623" starttime="20181202 16:51:10.620"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.627" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 16:51:10.627" starttime="20181202 16:51:10.624"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.627" starttime="20181202 16:51:10.616"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:10.627" starttime="20181202 16:51:10.616"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 16:51:10.627" level="INFO">Length is 1</msg>
<msg timestamp="20181202 16:51:10.627" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:51:10.627" starttime="20181202 16:51:10.627"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 16:51:10.628" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 16:51:10.628" starttime="20181202 16:51:10.627"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:10.636" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:51:10.671" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:12.908" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:12.909" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:12.909" starttime="20181202 16:51:10.636"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:12.911" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:12.911" starttime="20181202 16:51:12.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:12.912" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:12.912" starttime="20181202 16:51:12.911"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:12.913" starttime="20181202 16:51:12.912"></status>
</kw>
<msg timestamp="20181202 16:51:12.913" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:12.913" starttime="20181202 16:51:10.635"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:12.925" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:51:12.955" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:15.034" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:15.034" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:15.034" starttime="20181202 16:51:12.925"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:15.036" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:15.036" starttime="20181202 16:51:15.035"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:15.037" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:15.037" starttime="20181202 16:51:15.036"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:15.038" starttime="20181202 16:51:15.037"></status>
</kw>
<msg timestamp="20181202 16:51:15.039" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:51:15.039" starttime="20181202 16:51:12.924"></status>
</kw>
<msg timestamp="20181202 16:51:15.039" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:15.039" starttime="20181202 16:51:10.628"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:15.053" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:51:15.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:17.384" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:17.384" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:17.385" starttime="20181202 16:51:15.053"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:17.386" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:17.386" starttime="20181202 16:51:17.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:17.386" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:17.387" starttime="20181202 16:51:17.386"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:17.387" starttime="20181202 16:51:17.387"></status>
</kw>
<msg timestamp="20181202 16:51:17.388" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:17.388" starttime="20181202 16:51:15.052"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:17.398" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:51:17.432" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:19.543" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:19.543" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:19.543" starttime="20181202 16:51:17.398"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:19.544" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:19.544" starttime="20181202 16:51:19.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:19.545" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:19.545" starttime="20181202 16:51:19.544"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:19.546" starttime="20181202 16:51:19.545"></status>
</kw>
<msg timestamp="20181202 16:51:19.546" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:51:19.546" starttime="20181202 16:51:17.397"></status>
</kw>
<msg timestamp="20181202 16:51:19.546" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:19.546" starttime="20181202 16:51:15.040"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:19.555" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 16:51:19.592" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:21.680" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:21.681" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:21.681" starttime="20181202 16:51:19.554"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:21.682" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:21.682" starttime="20181202 16:51:21.682"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:21.683" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:21.683" starttime="20181202 16:51:21.683"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:21.684" starttime="20181202 16:51:21.683"></status>
</kw>
<msg timestamp="20181202 16:51:21.684" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:21.685" starttime="20181202 16:51:19.554"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:21.694" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 16:51:21.730" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:23.714" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:23.715" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:23.715" starttime="20181202 16:51:21.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.717" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:23.717" starttime="20181202 16:51:23.716"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.718" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:23.718" starttime="20181202 16:51:23.717"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:23.719" starttime="20181202 16:51:23.718"></status>
</kw>
<msg timestamp="20181202 16:51:23.720" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 16:51:23.720" starttime="20181202 16:51:21.693"></status>
</kw>
<msg timestamp="20181202 16:51:23.720" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:23.720" starttime="20181202 16:51:19.546"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.721" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:23.721" starttime="20181202 16:51:23.721"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.722" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:23.722" starttime="20181202 16:51:23.722"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.723" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 16:51:23.723" starttime="20181202 16:51:23.723"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:23.724" starttime="20181202 16:51:10.628"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:23.726" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 16:51:23.726" starttime="20181202 16:51:23.725"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.727" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 16:51:23.727" starttime="20181202 16:51:23.727"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:23.728" starttime="20181202 16:51:23.724"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:23.728" starttime="20181202 16:51:10.270"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.729" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622b32cd0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 16:51:23.730" starttime="20181202 16:51:23.728"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:23.730" starttime="20181202 16:51:10.269"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 16:51:23.732" level="INFO">${suite_} = CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 16:51:23.732" starttime="20181202 16:51:23.731"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 16:51:23.733" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 16:51:23.733" starttime="20181202 16:51:23.732"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 16:51:23.735" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:23.735" starttime="20181202 16:51:23.734"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 16:51:23.736" level="INFO">${fname} = tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3</msg>
<status status="PASS" endtime="20181202 16:51:23.736" starttime="20181202 16:51:23.735"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:51:23.740" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:23.741" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:23.741" starttime="20181202 16:51:23.738"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:51:23.742" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:51:23.742" starttime="20181202 16:51:23.741"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:51:23.744" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:51:23.744" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:51:23.744" starttime="20181202 16:51:23.743"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:23.745" starttime="20181202 16:51:23.744"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:51:23.746" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:51:24.048" level="INFO">Read output: Last login: Sun Dec  2 16:51:10 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:24.049" starttime="20181202 16:51:23.746"></status>
</kw>
<msg timestamp="20181202 16:51:24.049" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:24.049" starttime="20181202 16:51:23.745"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:24.049" starttime="20181202 16:51:23.743"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:51:24.051" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 16:51:24.051" starttime="20181202 16:51:24.050"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:51:24.052" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 16:51:24.055" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 16:51:24.055" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 16:51:24.055" starttime="20181202 16:51:24.051"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:24.056" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:51:24.056" starttime="20181202 16:51:24.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:24.057" level="INFO">None</msg>
<status status="PASS" endtime="20181202 16:51:24.057" starttime="20181202 16:51:24.057"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:24.061" starttime="20181202 16:51:24.060"></status>
</kw>
<msg timestamp="20181202 16:51:24.061" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:24.061" starttime="20181202 16:51:24.059"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:24.061" starttime="20181202 16:51:24.058"></status>
</kw>
<msg timestamp="20181202 16:51:24.061" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 16:51:24.061" starttime="20181202 16:51:23.736"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:24.062" starttime="20181202 16:51:24.062"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:24.062" starttime="20181202 16:51:23.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:24.062" starttime="20181202 16:51:23.735"></status>
</kw>
<msg timestamp="20181202 16:51:24.063" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:51:24.063" starttime="20181202 16:51:23.733"></status>
</kw>
<msg timestamp="20181202 16:51:24.063" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:51:24.063" starttime="20181202 16:51:23.730"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 16:51:24.064" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 16:51:24.064" starttime="20181202 16:51:24.064"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:24.067" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:24.067" starttime="20181202 16:51:24.067"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:24.070" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 16:51:24.113" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:26.287" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:26.287" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:26.287" starttime="20181202 16:51:24.068"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:26.289" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:26.289" starttime="20181202 16:51:26.288"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:26.290" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:26.290" starttime="20181202 16:51:26.289"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:26.291" starttime="20181202 16:51:26.290"></status>
</kw>
<msg timestamp="20181202 16:51:26.291" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:51:26.291" starttime="20181202 16:51:24.068"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:26.292" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:51:26.292" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:26.292" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:26.292" starttime="20181202 16:51:26.292"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:26.293" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:26.293" starttime="20181202 16:51:26.293"></status>
</kw>
<msg timestamp="20181202 16:51:26.293" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:26.294" starttime="20181202 16:51:24.066"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 16:51:26.294" starttime="20181202 16:51:26.294"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:26.296" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:26.296" starttime="20181202 16:51:26.295"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:26.297" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 16:51:26.316" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:29.282" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:29.282" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:29.283" starttime="20181202 16:51:26.297"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:29.285" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:29.285" starttime="20181202 16:51:29.284"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:29.286" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:29.287" starttime="20181202 16:51:29.286"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:29.288" starttime="20181202 16:51:29.287"></status>
</kw>
<msg timestamp="20181202 16:51:29.289" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:51:29.289" starttime="20181202 16:51:26.296"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:29.290" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:51:29.290" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:29.291" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:29.291" starttime="20181202 16:51:29.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:29.292" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:29.292" starttime="20181202 16:51:29.291"></status>
</kw>
<msg timestamp="20181202 16:51:29.292" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:29.292" starttime="20181202 16:51:26.294"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 16:51:29.293" starttime="20181202 16:51:29.293"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:29.296" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:29.296" starttime="20181202 16:51:29.295"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:29.298" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 16:51:29.323" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:31.476" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:31.476" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:31.476" starttime="20181202 16:51:29.297"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:31.477" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:31.477" starttime="20181202 16:51:31.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:31.478" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:31.478" starttime="20181202 16:51:31.478"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:31.479" starttime="20181202 16:51:31.478"></status>
</kw>
<msg timestamp="20181202 16:51:31.479" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:51:31.480" starttime="20181202 16:51:29.296"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:31.480" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:51:31.480" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:31.480" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:31.480" starttime="20181202 16:51:31.480"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:31.481" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:31.481" starttime="20181202 16:51:31.481"></status>
</kw>
<msg timestamp="20181202 16:51:31.481" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:31.481" starttime="20181202 16:51:29.294"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 16:51:31.482" starttime="20181202 16:51:31.481"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:31.483" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:31.483" starttime="20181202 16:51:31.483"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:31.485" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 16:51:31.525" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:33.738" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:33.738" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:33.738" starttime="20181202 16:51:31.484"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:33.739" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:33.739" starttime="20181202 16:51:33.739"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:33.740" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:33.740" starttime="20181202 16:51:33.740"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:33.741" starttime="20181202 16:51:33.740"></status>
</kw>
<msg timestamp="20181202 16:51:33.741" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:51:33.741" starttime="20181202 16:51:31.483"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:33.742" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:51:33.742" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:33.742" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:33.742" starttime="20181202 16:51:33.741"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:33.742" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:33.742" starttime="20181202 16:51:33.742"></status>
</kw>
<msg timestamp="20181202 16:51:33.743" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:33.743" starttime="20181202 16:51:31.482"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 16:51:33.743" starttime="20181202 16:51:33.743"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:33.744" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:33.744" starttime="20181202 16:51:33.744"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:33.745" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 16:51:33.786" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:35.907" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:35.907" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:35.907" starttime="20181202 16:51:33.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:35.908" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:35.908" starttime="20181202 16:51:35.908"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:35.909" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:35.909" starttime="20181202 16:51:35.908"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:35.909" starttime="20181202 16:51:35.909"></status>
</kw>
<msg timestamp="20181202 16:51:35.910" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 16:51:35.910" starttime="20181202 16:51:33.744"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:35.910" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 16:51:35.910" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:35.910" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:35.910" starttime="20181202 16:51:35.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:35.911" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 16:51:35.911" starttime="20181202 16:51:35.911"></status>
</kw>
<msg timestamp="20181202 16:51:35.911" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:35.911" starttime="20181202 16:51:33.743"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 16:51:35.911" starttime="20181202 16:51:35.911"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:35.912" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 16:51:35.912" starttime="20181202 16:51:35.912"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:35.913" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 16:51:35.955" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:38.209" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:38.210" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:38.210" starttime="20181202 16:51:35.913"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:38.211" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 16:51:38.211" starttime="20181202 16:51:38.210"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:38.212" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:38.212" starttime="20181202 16:51:38.212"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:38.213" starttime="20181202 16:51:38.212"></status>
</kw>
<msg timestamp="20181202 16:51:38.214" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 16:51:38.214" starttime="20181202 16:51:35.913"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 16:51:38.214" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 16:51:38.214" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 16:51:38.215" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:51:38.215" starttime="20181202 16:51:38.214"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 16:51:38.215" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 16:51:38.215" starttime="20181202 16:51:38.215"></status>
</kw>
<msg timestamp="20181202 16:51:38.216" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 16:51:38.216" starttime="20181202 16:51:35.912"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:38.217" starttime="20181202 16:51:38.216"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:38.217" starttime="20181202 16:51:38.216"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:38.218" starttime="20181202 16:51:38.217"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:38.218" starttime="20181202 16:51:38.217"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:38.218" starttime="20181202 16:51:38.216"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:51:38.219" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 16:51:38.219" starttime="20181202 16:51:38.219"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:38.231" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 16:51:38.273" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:40.765" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:40.766" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:40.766" starttime="20181202 16:51:38.230"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:40.768" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:40.768" starttime="20181202 16:51:40.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:40.769" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:40.769" starttime="20181202 16:51:40.768"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:40.770" starttime="20181202 16:51:40.769"></status>
</kw>
<msg timestamp="20181202 16:51:40.771" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:40.771" starttime="20181202 16:51:38.230"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:40.771" starttime="20181202 16:51:38.220"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:40.785" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 16:51:40.825" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:42.933" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:42.934" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:42.934" starttime="20181202 16:51:40.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:42.936" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:42.936" starttime="20181202 16:51:42.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:42.937" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:42.938" starttime="20181202 16:51:42.937"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:42.939" starttime="20181202 16:51:42.938"></status>
</kw>
<msg timestamp="20181202 16:51:42.940" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:42.940" starttime="20181202 16:51:40.784"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:42.940" starttime="20181202 16:51:40.771"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:42.959" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 16:51:42.982" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:44.999" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:45.000" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:45.000" starttime="20181202 16:51:42.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:45.001" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:45.001" starttime="20181202 16:51:45.000"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:45.001" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:45.002" starttime="20181202 16:51:45.001"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:45.002" starttime="20181202 16:51:45.002"></status>
</kw>
<msg timestamp="20181202 16:51:45.003" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:45.003" starttime="20181202 16:51:42.956"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:45.003" starttime="20181202 16:51:42.941"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:45.012" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 16:51:45.055" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:47.237" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:47.238" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:47.238" starttime="20181202 16:51:45.012"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:47.239" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:47.239" starttime="20181202 16:51:47.238"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:47.239" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:47.239" starttime="20181202 16:51:47.239"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:47.240" starttime="20181202 16:51:47.239"></status>
</kw>
<msg timestamp="20181202 16:51:47.240" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:47.240" starttime="20181202 16:51:45.011"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:47.240" starttime="20181202 16:51:45.003"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:47.248" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 16:51:47.281" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:49.502" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:49.502" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:49.502" starttime="20181202 16:51:47.248"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:49.504" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 16:51:49.504" starttime="20181202 16:51:49.503"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:49.505" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:49.505" starttime="20181202 16:51:49.505"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:49.507" starttime="20181202 16:51:49.506"></status>
</kw>
<msg timestamp="20181202 16:51:49.508" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 16:51:49.508" starttime="20181202 16:51:47.247"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:49.508" starttime="20181202 16:51:47.240"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:49.525" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 16:51:49.557" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:51.627" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:51.628" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:51.628" starttime="20181202 16:51:49.524"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:51.629" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:51:51.629" starttime="20181202 16:51:51.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:51.629" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:51.630" starttime="20181202 16:51:51.629"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:51.630" starttime="20181202 16:51:51.630"></status>
</kw>
<msg timestamp="20181202 16:51:51.631" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 16:51:51.631" starttime="20181202 16:51:49.523"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:51.631" starttime="20181202 16:51:49.508"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:51.642" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 16:51:51.664" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:54.038" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:54.039" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:54.039" starttime="20181202 16:51:51.641"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:54.040" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:54.040" starttime="20181202 16:51:54.040"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:54.041" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:54.041" starttime="20181202 16:51:54.041"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:54.042" starttime="20181202 16:51:54.042"></status>
</kw>
<msg timestamp="20181202 16:51:54.043" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:54.043" starttime="20181202 16:51:51.641"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:54.043" starttime="20181202 16:51:51.631"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:54.056" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 16:51:54.097" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:56.217" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:56.218" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:56.218" starttime="20181202 16:51:54.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.219" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:56.219" starttime="20181202 16:51:56.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.220" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:56.220" starttime="20181202 16:51:56.219"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.221" starttime="20181202 16:51:56.220"></status>
</kw>
<msg timestamp="20181202 16:51:56.221" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:51:56.221" starttime="20181202 16:51:54.055"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.221" starttime="20181202 16:51:54.043"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.222" starttime="20181202 16:51:38.219"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.222" starttime="20181202 16:51:38.218"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.222" starttime="20181202 16:51:24.065"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.222" starttime="20181202 16:51:24.065"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.225" starttime="20181202 16:51:56.224"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 16:51:56.225" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 16:51:56.225" starttime="20181202 16:51:56.225"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.227" starttime="20181202 16:51:56.227"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.228" starttime="20181202 16:51:56.228"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.234" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.235" starttime="20181202 16:51:56.228"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.259" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.259" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.259" starttime="20181202 16:51:56.235"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.259" starttime="20181202 16:51:56.226"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.259" starttime="20181202 16:51:56.226"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.261" starttime="20181202 16:51:56.260"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.261" starttime="20181202 16:51:56.261"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.264" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.264" starttime="20181202 16:51:56.261"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.274" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.274" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.274" starttime="20181202 16:51:56.264"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.274" starttime="20181202 16:51:56.260"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.274" starttime="20181202 16:51:56.259"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.276" starttime="20181202 16:51:56.275"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.277" starttime="20181202 16:51:56.276"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.280" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.280" starttime="20181202 16:51:56.277"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.293" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.293" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.293" starttime="20181202 16:51:56.280"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.293" starttime="20181202 16:51:56.275"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.293" starttime="20181202 16:51:56.275"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.295" starttime="20181202 16:51:56.294"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.295" starttime="20181202 16:51:56.295"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.298" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.298" starttime="20181202 16:51:56.295"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.308" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.308" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.308" starttime="20181202 16:51:56.298"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.308" starttime="20181202 16:51:56.294"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.308" starttime="20181202 16:51:56.293"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.309" starttime="20181202 16:51:56.309"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.310" starttime="20181202 16:51:56.309"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.312" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.312" starttime="20181202 16:51:56.310"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.325" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.325" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.325" starttime="20181202 16:51:56.313"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.325" starttime="20181202 16:51:56.308"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.325" starttime="20181202 16:51:56.308"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.326" starttime="20181202 16:51:56.326"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.327" starttime="20181202 16:51:56.326"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.329" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.329" starttime="20181202 16:51:56.327"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.340" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.340" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.340" starttime="20181202 16:51:56.329"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.341" starttime="20181202 16:51:56.325"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.341" starttime="20181202 16:51:56.325"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.343" starttime="20181202 16:51:56.343"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.344" starttime="20181202 16:51:56.344"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.348" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.348" starttime="20181202 16:51:56.345"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.359" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.359" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.359" starttime="20181202 16:51:56.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.360" starttime="20181202 16:51:56.341"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.360" starttime="20181202 16:51:56.341"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.362" starttime="20181202 16:51:56.361"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.363" starttime="20181202 16:51:56.362"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.366" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.367" starttime="20181202 16:51:56.363"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.376" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.377" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.377" starttime="20181202 16:51:56.367"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.377" starttime="20181202 16:51:56.360"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.377" starttime="20181202 16:51:56.360"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.379" starttime="20181202 16:51:56.379"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.380" starttime="20181202 16:51:56.379"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.383" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.383" starttime="20181202 16:51:56.380"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.393" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.393" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.393" starttime="20181202 16:51:56.384"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.393" starttime="20181202 16:51:56.378"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.393" starttime="20181202 16:51:56.377"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.395" starttime="20181202 16:51:56.395"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.396" starttime="20181202 16:51:56.396"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.399" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 16:51:56.399" starttime="20181202 16:51:56.396"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.410" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.410" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:56.410" starttime="20181202 16:51:56.400"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.411" starttime="20181202 16:51:56.394"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.411" starttime="20181202 16:51:56.394"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.411" starttime="20181202 16:51:56.226"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.412" starttime="20181202 16:51:56.412"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 16:51:56.413" starttime="20181202 16:51:56.413"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.415" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 16:51:56.416" starttime="20181202 16:51:56.413"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.489" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 16:51:56.489" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 16:51:56.489" starttime="20181202 16:51:56.416"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.489" starttime="20181202 16:51:56.411"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.490" starttime="20181202 16:51:56.224"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.490" starttime="20181202 16:51:56.223"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.490" starttime="20181202 16:51:56.223"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.490" starttime="20181202 16:51:56.222"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.500" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:51:56.500" starttime="20181202 16:51:56.500"></status>
</kw>
<msg timestamp="20181202 16:51:56.500" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:56.500" starttime="20181202 16:51:56.499"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.501" starttime="20181202 16:51:56.500"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:51:56.501" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:51:56.501" starttime="20181202 16:51:56.501"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.502" starttime="20181202 16:51:56.499"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.514" starttime="20181202 16:51:56.513"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.515" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 16:51:56.644" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 16:51:56.644" starttime="20181202 16:51:56.514"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.663" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 16:51:56.663" starttime="20181202 16:51:56.645"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 16:51:56.669" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:51:56 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 16:51:56.670" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:51:56 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:51:56.670" starttime="20181202 16:51:56.664"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 16:51:56.712" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 16:51:56.712" starttime="20181202 16:51:56.670"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:56.714" starttime="20181202 16:51:56.713"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.715" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 16:51:56 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 16:51:56.715" starttime="20181202 16:51:56.714"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.715" starttime="20181202 16:51:56.513"></status>
</kw>
<msg timestamp="20181202 16:51:56.715" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 16:51:56 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 16:51:56.715" starttime="20181202 16:51:56.505"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.716" starttime="20181202 16:51:56.715"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.717" starttime="20181202 16:51:56.716"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.717" starttime="20181202 16:51:56.716"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.717" starttime="20181202 16:51:56.717"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.717" starttime="20181202 16:51:56.717"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.718" starttime="20181202 16:51:56.718"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.718" starttime="20181202 16:51:56.718"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.719" starttime="20181202 16:51:56.719"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.719" starttime="20181202 16:51:56.718"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.720" starttime="20181202 16:51:56.719"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.720" starttime="20181202 16:51:56.719"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.720"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.720"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.716"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.504"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.504"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.504"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.503"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.502"></status>
</kw>
<msg timestamp="20181202 16:51:56.721" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:56.721" starttime="20181202 16:51:56.502"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.734" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:51:56.734" starttime="20181202 16:51:56.733"></status>
</kw>
<msg timestamp="20181202 16:51:56.734" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:56.734" starttime="20181202 16:51:56.733"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.735" starttime="20181202 16:51:56.734"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:51:56.735" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:51:56.735" starttime="20181202 16:51:56.735"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.735" starttime="20181202 16:51:56.732"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.735" starttime="20181202 16:51:56.722"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.736" starttime="20181202 16:51:56.502"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 16:51:56.737" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 16:51:56.737" starttime="20181202 16:51:56.737"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.748" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 16:51:56.748" starttime="20181202 16:51:56.738"></status>
</kw>
<msg timestamp="20181202 16:51:56.748" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 16:51:56.748" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 16:51:56.748" starttime="20181202 16:51:56.738"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.749" starttime="20181202 16:51:56.748"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.749" starttime="20181202 16:51:56.738"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.749" starttime="20181202 16:51:56.738"></status>
</kw>
<msg timestamp="20181202 16:51:56.749" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 16:51:56.749" starttime="20181202 16:51:56.737"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.749" starttime="20181202 16:51:56.749"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.750" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:56.750" starttime="20181202 16:51:56.750"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.750" starttime="20181202 16:51:56.736"></status>
</kw>
<msg timestamp="20181202 16:51:56.750" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:56.750" starttime="20181202 16:51:56.736"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.759" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:51:56.760" starttime="20181202 16:51:56.759"></status>
</kw>
<msg timestamp="20181202 16:51:56.760" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:56.760" starttime="20181202 16:51:56.759"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.760" starttime="20181202 16:51:56.760"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:51:56.761" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:51:56.761" starttime="20181202 16:51:56.760"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.761" starttime="20181202 16:51:56.758"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.761" starttime="20181202 16:51:56.751"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.761" starttime="20181202 16:51:56.736"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 16:51:56.771" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 16:51:56.771" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 16:51:56.771" starttime="20181202 16:51:56.762"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 16:51:56.801" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 16:51:56.801" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 16:51:56.801" starttime="20181202 16:51:56.775"></status>
</kw>
<msg timestamp="20181202 16:51:56.802" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 16:51:56.803" starttime="20181202 16:51:56.773"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.804" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 16:51:56.806" starttime="20181202 16:51:56.803"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:56.806" starttime="20181202 16:51:56.772"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 16:51:56.806" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 16:51:56.807" starttime="20181202 16:51:56.806"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.809" starttime="20181202 16:51:56.808"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 16:51:56.809" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 16:51:56.809" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 16:51:56.810" starttime="20181202 16:51:56.809"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 16:51:56.810" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 16:51:56.810" starttime="20181202 16:51:56.810"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 16:51:56.811" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 16:51:56.811" starttime="20181202 16:51:56.810"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 16:51:56.812" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:51:56.812" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 16:51:56.812" starttime="20181202 16:51:56.812"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:56.812" starttime="20181202 16:51:56.812"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 16:51:56.813" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 16:51:57.189" level="INFO">Read output: Last login: Sun Dec  2 16:51:24 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 16:51:57.190" starttime="20181202 16:51:56.813"></status>
</kw>
<msg timestamp="20181202 16:51:57.190" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:57.190" starttime="20181202 16:51:56.813"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.190" starttime="20181202 16:51:56.811"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 16:51:57.192" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 16:51:57.228" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 16:51:57.228" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 16:51:57.228" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 16:51:57.228" starttime="20181202 16:51:57.191"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:57.293" starttime="20181202 16:51:57.228"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:57.293" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:57.294" starttime="20181202 16:51:57.293"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.295" starttime="20181202 16:51:57.294"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:57.296" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 16:51:57.296" starttime="20181202 16:51:57.296"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.296" starttime="20181202 16:51:57.295"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.299" starttime="20181202 16:51:57.298"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.300" starttime="20181202 16:51:57.299"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 16:51:57.300" starttime="20181202 16:51:57.300"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.300" starttime="20181202 16:51:57.297"></status>
</kw>
<msg timestamp="20181202 16:51:57.301" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 16:51:57.301" starttime="20181202 16:51:56.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 16:51:57.301" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 16:51:57.302" starttime="20181202 16:51:57.301"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 16:51:57.302" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:51:57.302" starttime="20181202 16:51:57.302"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.304" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.305" starttime="20181202 16:51:57.303"></status>
</kw>
<msg timestamp="20181202 16:51:57.305" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.305" starttime="20181202 16:51:57.303"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.305" starttime="20181202 16:51:57.305"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.305" starttime="20181202 16:51:57.302"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.308" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.308" starttime="20181202 16:51:57.306"></status>
</kw>
<msg timestamp="20181202 16:51:57.308" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.308" starttime="20181202 16:51:57.306"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.308" starttime="20181202 16:51:57.308"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.308" starttime="20181202 16:51:57.305"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.310" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.310" starttime="20181202 16:51:57.309"></status>
</kw>
<msg timestamp="20181202 16:51:57.310" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.310" starttime="20181202 16:51:57.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.311" starttime="20181202 16:51:57.311"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.311" starttime="20181202 16:51:57.308"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.313" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.313" starttime="20181202 16:51:57.312"></status>
</kw>
<msg timestamp="20181202 16:51:57.313" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.313" starttime="20181202 16:51:57.312"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.314" starttime="20181202 16:51:57.314"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.314" starttime="20181202 16:51:57.311"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.316" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.316" starttime="20181202 16:51:57.315"></status>
</kw>
<msg timestamp="20181202 16:51:57.317" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.317" starttime="20181202 16:51:57.315"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.317" starttime="20181202 16:51:57.317"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.317" starttime="20181202 16:51:57.314"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.319" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.319" starttime="20181202 16:51:57.318"></status>
</kw>
<msg timestamp="20181202 16:51:57.319" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.319" starttime="20181202 16:51:57.317"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.320" starttime="20181202 16:51:57.320"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.320" starttime="20181202 16:51:57.317"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.322" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.323" starttime="20181202 16:51:57.320"></status>
</kw>
<msg timestamp="20181202 16:51:57.323" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.323" starttime="20181202 16:51:57.320"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.324" starttime="20181202 16:51:57.324"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.324" starttime="20181202 16:51:57.320"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.329" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.329" starttime="20181202 16:51:57.326"></status>
</kw>
<msg timestamp="20181202 16:51:57.329" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.330" starttime="20181202 16:51:57.325"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.331" starttime="20181202 16:51:57.330"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.331" starttime="20181202 16:51:57.325"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.336" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.336" starttime="20181202 16:51:57.333"></status>
</kw>
<msg timestamp="20181202 16:51:57.336" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.337" starttime="20181202 16:51:57.332"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.337" starttime="20181202 16:51:57.337"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.338" starttime="20181202 16:51:57.331"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.342" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.342" starttime="20181202 16:51:57.339"></status>
</kw>
<msg timestamp="20181202 16:51:57.342" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.342" starttime="20181202 16:51:57.338"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.343" starttime="20181202 16:51:57.343"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.343" starttime="20181202 16:51:57.338"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.348" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.349" starttime="20181202 16:51:57.345"></status>
</kw>
<msg timestamp="20181202 16:51:57.349" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.349" starttime="20181202 16:51:57.344"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.350" starttime="20181202 16:51:57.349"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.350" starttime="20181202 16:51:57.344"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.355" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.355" starttime="20181202 16:51:57.351"></status>
</kw>
<msg timestamp="20181202 16:51:57.355" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.356" starttime="20181202 16:51:57.350"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.356" starttime="20181202 16:51:57.356"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.356" starttime="20181202 16:51:57.350"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.361" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.362" starttime="20181202 16:51:57.358"></status>
</kw>
<msg timestamp="20181202 16:51:57.362" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.362" starttime="20181202 16:51:57.357"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.363" starttime="20181202 16:51:57.362"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.363" starttime="20181202 16:51:57.357"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.367" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.368" starttime="20181202 16:51:57.364"></status>
</kw>
<msg timestamp="20181202 16:51:57.368" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.368" starttime="20181202 16:51:57.363"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.369" starttime="20181202 16:51:57.368"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.369" starttime="20181202 16:51:57.363"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.373" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.374" starttime="20181202 16:51:57.370"></status>
</kw>
<msg timestamp="20181202 16:51:57.374" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.374" starttime="20181202 16:51:57.369"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.375" starttime="20181202 16:51:57.374"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.375" starttime="20181202 16:51:57.369"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.380" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.380" starttime="20181202 16:51:57.376"></status>
</kw>
<msg timestamp="20181202 16:51:57.380" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.380" starttime="20181202 16:51:57.375"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.381" starttime="20181202 16:51:57.381"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.381" starttime="20181202 16:51:57.375"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.386" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.386" starttime="20181202 16:51:57.382"></status>
</kw>
<msg timestamp="20181202 16:51:57.387" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.387" starttime="20181202 16:51:57.381"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.387" starttime="20181202 16:51:57.387"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.387" starttime="20181202 16:51:57.381"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.392" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.393" starttime="20181202 16:51:57.388"></status>
</kw>
<msg timestamp="20181202 16:51:57.393" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.393" starttime="20181202 16:51:57.388"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.393" starttime="20181202 16:51:57.393"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.394" starttime="20181202 16:51:57.387"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.398" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.399" starttime="20181202 16:51:57.395"></status>
</kw>
<msg timestamp="20181202 16:51:57.399" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.399" starttime="20181202 16:51:57.394"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.399" starttime="20181202 16:51:57.399"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.399" starttime="20181202 16:51:57.394"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.404" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.405" starttime="20181202 16:51:57.400"></status>
</kw>
<msg timestamp="20181202 16:51:57.405" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.405" starttime="20181202 16:51:57.400"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.406" starttime="20181202 16:51:57.405"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.406" starttime="20181202 16:51:57.400"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.410" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.411" starttime="20181202 16:51:57.407"></status>
</kw>
<msg timestamp="20181202 16:51:57.411" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.411" starttime="20181202 16:51:57.406"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.411" starttime="20181202 16:51:57.411"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.411" starttime="20181202 16:51:57.406"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.416" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.416" starttime="20181202 16:51:57.412"></status>
</kw>
<msg timestamp="20181202 16:51:57.417" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.417" starttime="20181202 16:51:57.412"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.417" starttime="20181202 16:51:57.417"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.417" starttime="20181202 16:51:57.412"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.422" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.422" starttime="20181202 16:51:57.418"></status>
</kw>
<msg timestamp="20181202 16:51:57.422" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.422" starttime="20181202 16:51:57.418"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.423" starttime="20181202 16:51:57.423"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.423" starttime="20181202 16:51:57.417"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.428" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.428" starttime="20181202 16:51:57.424"></status>
</kw>
<msg timestamp="20181202 16:51:57.428" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.428" starttime="20181202 16:51:57.423"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.429" starttime="20181202 16:51:57.429"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.429" starttime="20181202 16:51:57.423"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.434" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.434" starttime="20181202 16:51:57.430"></status>
</kw>
<msg timestamp="20181202 16:51:57.434" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.434" starttime="20181202 16:51:57.429"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.435" starttime="20181202 16:51:57.434"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.435" starttime="20181202 16:51:57.429"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.440" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.440" starttime="20181202 16:51:57.436"></status>
</kw>
<msg timestamp="20181202 16:51:57.440" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.440" starttime="20181202 16:51:57.435"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.441" starttime="20181202 16:51:57.441"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.441" starttime="20181202 16:51:57.435"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.446" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.446" starttime="20181202 16:51:57.442"></status>
</kw>
<msg timestamp="20181202 16:51:57.446" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.446" starttime="20181202 16:51:57.441"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.447" starttime="20181202 16:51:57.446"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.447" starttime="20181202 16:51:57.441"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.451" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.452" starttime="20181202 16:51:57.447"></status>
</kw>
<msg timestamp="20181202 16:51:57.452" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.452" starttime="20181202 16:51:57.447"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.452" starttime="20181202 16:51:57.452"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.452" starttime="20181202 16:51:57.447"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.457" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.457" starttime="20181202 16:51:57.453"></status>
</kw>
<msg timestamp="20181202 16:51:57.457" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.457" starttime="20181202 16:51:57.453"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.458" starttime="20181202 16:51:57.458"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.458" starttime="20181202 16:51:57.452"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.463" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.463" starttime="20181202 16:51:57.459"></status>
</kw>
<msg timestamp="20181202 16:51:57.463" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.463" starttime="20181202 16:51:57.458"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.464" starttime="20181202 16:51:57.463"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.464" starttime="20181202 16:51:57.458"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.468" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.468" starttime="20181202 16:51:57.464"></status>
</kw>
<msg timestamp="20181202 16:51:57.468" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.468" starttime="20181202 16:51:57.464"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.469" starttime="20181202 16:51:57.469"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.469" starttime="20181202 16:51:57.464"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 16:51:57.474" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=3436.183s, table=0, n_packets=3433, n_bytes=185382, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=3436.165s, table=17, n_packets=3433, n_bytes=185382, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=3728.262s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=3728.248s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=3728.243s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.225s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.253s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=3567.155s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=3567.155s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=3728.225s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=3728.225s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=3728.065s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=3727.677s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=3727.669s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=3728.065s, table=43, n_packets=3598, n_bytes=196416, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=3728.269s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=3728.194s, table=48, n_packets=3599, n_bytes=196458, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.553s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=3728.065s, table=50, n_packets=3120, n_bytes=168480, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=3728.194s, table=50, n_packets=317, n_bytes=17202, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=3569.212s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=3728.065s, table=51, n_packets=3599, n_bytes=196458, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=3569.567s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=3569.557s, table=52, n_packets=3539, n_bytes=191094, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=2628.814s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=2628.811s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=2613.376s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=3569.552s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=2628.498s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=2613.044s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=3569.555s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=2628.504s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=2613.046s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=3728.262s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=3728.225s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=3728.065s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=3728.257s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=3728.007s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=3728.007s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=3728.001s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=3727.982s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3727.982s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.005s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3728.001s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=3436.154s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=3727.982s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=3727.982s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=3727.982s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=3728.007s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.005s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=3728.007s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=3728.007s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=3727.982s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 16:51:57.474" starttime="20181202 16:51:57.470"></status>
</kw>
<msg timestamp="20181202 16:51:57.474" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 16:51:57.474" starttime="20181202 16:51:57.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.474" starttime="20181202 16:51:57.474"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.474" starttime="20181202 16:51:57.469"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.475" starttime="20181202 16:51:57.302"></status>
</kw>
<msg timestamp="20181202 16:51:57.475" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 16:51:57.475" starttime="20181202 16:51:56.807"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 16:51:57.475" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:51:57.475" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 16:51:57.475" starttime="20181202 16:51:57.475"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.476" starttime="20181202 16:51:57.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.476" starttime="20181202 16:51:56.807"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.476" starttime="20181202 16:51:56.807"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 16:51:57.477" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 16:51:57.477" starttime="20181202 16:51:57.476"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.477" starttime="20181202 16:51:56.762"></status>
</kw>
<msg timestamp="20181202 16:51:57.477" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:57.477" starttime="20181202 16:51:56.761"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 16:51:57.487" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 16:51:57.487" starttime="20181202 16:51:57.487"></status>
</kw>
<msg timestamp="20181202 16:51:57.487" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 16:51:57.487" starttime="20181202 16:51:57.486"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:57.488" starttime="20181202 16:51:57.487"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 16:51:57.488" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 16:51:57.488" starttime="20181202 16:51:57.488"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.488" starttime="20181202 16:51:57.486"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.488" starttime="20181202 16:51:57.477"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.488" starttime="20181202 16:51:56.761"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.489" starttime="20181202 16:51:56.502"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.489" starttime="20181202 16:51:56.490"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:57.489" starttime="20181202 16:51:08.987"></status>
</kw>
<kw name="Create Setup">
<kw type="for" name="${network} IN [ @{NETWORKS} ]">
<kw type="foritem" name="${network} = sgbcast_net_1">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:57.498" level="INFO">Starting process:
openstack network create sgbcast_net_1 </msg>
<msg timestamp="20181202 16:51:57.522" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:51:59.717" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:51:59.717" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:51:59.718" starttime="20181202 16:51:57.498"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:51:59.719" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:51:59Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 42c3b673-945b-4e72-a24b-00d223572aab |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | sgbcast_net_1                        |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 85                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:51:59Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:51:59.719" starttime="20181202 16:51:59.718"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:51:59.720" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:51:59.720" starttime="20181202 16:51:59.719"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:51:59.721" starttime="20181202 16:51:59.720"></status>
</kw>
<msg timestamp="20181202 16:51:59.721" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:51:59.721" starttime="20181202 16:51:57.497"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:59.722" starttime="20181202 16:51:57.490"></status>
</kw>
<status status="PASS" endtime="20181202 16:51:59.722" starttime="20181202 16:51:57.489"></status>
</kw>
<kw type="foritem" name="${network} = sgbcast_net_2">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:51:59.733" level="INFO">Starting process:
openstack network create sgbcast_net_2 </msg>
<msg timestamp="20181202 16:51:59.776" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:02.210" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:02.210" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:02.210" starttime="20181202 16:51:59.733"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:02.212" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T16:52:01Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | sgbcast_net_2                        |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 34                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T16:52:02Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:02.212" starttime="20181202 16:52:02.211"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:02.213" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:02.213" starttime="20181202 16:52:02.212"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:02.214" starttime="20181202 16:52:02.213"></status>
</kw>
<msg timestamp="20181202 16:52:02.214" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 16:52:02.214" starttime="20181202 16:51:59.732"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:02.215" starttime="20181202 16:51:59.722"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:02.215" starttime="20181202 16:51:59.722"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:02.215" starttime="20181202 16:51:57.489"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ len(${NETWORKS}) ]">
<kw type="foritem" name="${i} = 0">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[${i}]</arg>
<arg>@{SUBNETS}[${i}]</arg>
<arg>@{SUBNET_CIDRS}[${i}]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:02.225" level="INFO">Starting process:
openstack subnet create --network sgbcast_net_1 --subnet-range 55.0.0.0/24 sgbcast_sub_1 </msg>
<msg timestamp="20181202 16:52:02.256" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:04.984" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:04.984" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:04.984" starttime="20181202 16:52:02.225"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:04.985" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 55.0.0.2-55.0.0.254                  |
| cidr              | 55.0.0.0/24                          |
| created_at        | 2018-12-02T16:52:04Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 55.0.0.1                             |
| host_routes       |                                      |
| id                | 743be54c-afa5-433c-8e33-312db5989f49 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | sgbcast_sub_1                        |
| network_id        | 42c3b673-945b-4e72-a24b-00d223572aab |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:52:04Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:04.986" starttime="20181202 16:52:04.985"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:04.986" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:04.986" starttime="20181202 16:52:04.986"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:04.987" starttime="20181202 16:52:04.986"></status>
</kw>
<msg timestamp="20181202 16:52:04.987" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:52:04.987" starttime="20181202 16:52:02.224"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:04.987" starttime="20181202 16:52:02.215"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:04.987" starttime="20181202 16:52:02.215"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[${i}]</arg>
<arg>@{SUBNETS}[${i}]</arg>
<arg>@{SUBNET_CIDRS}[${i}]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:04.998" level="INFO">Starting process:
openstack subnet create --network sgbcast_net_2 --subnet-range 56.0.0.0/24 sgbcast_sub_2 </msg>
<msg timestamp="20181202 16:52:05.038" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:07.802" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:07.803" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:07.803" starttime="20181202 16:52:04.998"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:07.804" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 56.0.0.2-56.0.0.254                  |
| cidr              | 56.0.0.0/24                          |
| created_at        | 2018-12-02T16:52:07Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 56.0.0.1                             |
| host_routes       |                                      |
| id                | ea8a0127-eda6-4151-a5b1-64a0af35bb95 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | sgbcast_sub_2                        |
| network_id        | dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T16:52:07Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:07.804" starttime="20181202 16:52:07.803"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:07.804" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:07.805" starttime="20181202 16:52:07.804"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:07.805" starttime="20181202 16:52:07.805"></status>
</kw>
<msg timestamp="20181202 16:52:07.806" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 16:52:07.806" starttime="20181202 16:52:04.997"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:07.806" starttime="20181202 16:52:04.988"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:07.806" starttime="20181202 16:52:04.988"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:07.806" starttime="20181202 16:52:02.215"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:07.808" starttime="20181202 16:52:07.808"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:07.808" starttime="20181202 16:52:07.807"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:07.817" level="INFO">Starting process:
openstack security group create sgbcast1 </msg>
<msg timestamp="20181202 16:52:07.836" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:10.103" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:10.103" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:10.103" starttime="20181202 16:52:07.817"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:10.104" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T16:52:09Z                                                                                                                                  |
| description     | sgbcast1                                                                                                                                              |
| id              | bb415e1c-309f-465e-858d-aa699f9349f0                                                                                                                  |
| name            | sgbcast1                                                                                                                                              |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T16:52:09Z', direction='egress', ethertype='IPv6', id='35efcca2-d46a-44e9-93e7-70a3d00c9eba', updated_at='2018-12-02T16:52:09Z' |
|                 | created_at='2018-12-02T16:52:09Z', direction='egress', ethertype='IPv4', id='f1698fc4-e691-430a-9bce-fb99c1d95f05', updated_at='2018-12-02T16:52:09Z' |
| updated_at      | 2018-12-02T16:52:09Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:10.104" starttime="20181202 16:52:10.104"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:10.105" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:10.105" starttime="20181202 16:52:10.105"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.106" starttime="20181202 16:52:10.105"></status>
</kw>
<msg timestamp="20181202 16:52:10.106" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 16:52:10.107" starttime="20181202 16:52:07.816"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 16:52:10.107" level="INFO">${sgp_id} = bb415e1c-309f-465e-858d-aa699f9349f0</msg>
<status status="PASS" endtime="20181202 16:52:10.107" starttime="20181202 16:52:10.107"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:10.108" starttime="20181202 16:52:07.807"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:10.146" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:52:10.146" starttime="20181202 16:52:10.146"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:10.146" starttime="20181202 16:52:10.145"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.147" starttime="20181202 16:52:10.147"></status>
</kw>
<msg timestamp="20181202 16:52:10.147" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:10.147" starttime="20181202 16:52:10.146"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.148" starttime="20181202 16:52:10.148"></status>
</kw>
<msg timestamp="20181202 16:52:10.148" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:52:10.148" starttime="20181202 16:52:10.147"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.149" starttime="20181202 16:52:10.149"></status>
</kw>
<msg timestamp="20181202 16:52:10.149" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:10.149" starttime="20181202 16:52:10.148"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.150" starttime="20181202 16:52:10.150"></status>
</kw>
<msg timestamp="20181202 16:52:10.150" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:52:10.150" starttime="20181202 16:52:10.150"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.151" starttime="20181202 16:52:10.151"></status>
</kw>
<msg timestamp="20181202 16:52:10.151" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:52:10.151" starttime="20181202 16:52:10.151"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.152" starttime="20181202 16:52:10.152"></status>
</kw>
<msg timestamp="20181202 16:52:10.152" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:52:10.152" starttime="20181202 16:52:10.152"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:10.153" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:10.153" starttime="20181202 16:52:10.153"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:10.154" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:10.154" starttime="20181202 16:52:10.153"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:10.154" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:10.154" starttime="20181202 16:52:10.154"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.155" starttime="20181202 16:52:10.155"></status>
</kw>
<msg timestamp="20181202 16:52:10.155" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:10.155" starttime="20181202 16:52:10.154"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.157" starttime="20181202 16:52:10.156"></status>
</kw>
<msg timestamp="20181202 16:52:10.157" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress</msg>
<status status="PASS" endtime="20181202 16:52:10.157" starttime="20181202 16:52:10.156"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.159" starttime="20181202 16:52:10.158"></status>
</kw>
<msg timestamp="20181202 16:52:10.159" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:10.159" starttime="20181202 16:52:10.157"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.163" starttime="20181202 16:52:10.161"></status>
</kw>
<msg timestamp="20181202 16:52:10.163" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:52:10.163" starttime="20181202 16:52:10.160"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.166" starttime="20181202 16:52:10.165"></status>
</kw>
<msg timestamp="20181202 16:52:10.166" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:10.166" starttime="20181202 16:52:10.164"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.169" starttime="20181202 16:52:10.168"></status>
</kw>
<msg timestamp="20181202 16:52:10.169" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:10.169" starttime="20181202 16:52:10.167"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:10.171" starttime="20181202 16:52:10.170"></status>
</kw>
<msg timestamp="20181202 16:52:10.171" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:10.171" starttime="20181202 16:52:10.169"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:10.174" level="INFO">Starting process:
openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:52:10.201" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:12.494" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:12.495" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:12.495" starttime="20181202 16:52:10.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:12.496" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:12Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | aa740b16-2d5a-4083-b5d0-56206fb99329 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:12Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:12.496" starttime="20181202 16:52:12.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:12.496" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:12.497" starttime="20181202 16:52:12.496"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.497" starttime="20181202 16:52:12.497"></status>
</kw>
<msg timestamp="20181202 16:52:12.498" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:12.498" starttime="20181202 16:52:10.172"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:12.498" level="INFO">${rule_id} = aa740b16-2d5a-4083-b5d0-56206fb99329</msg>
<status status="PASS" endtime="20181202 16:52:12.498" starttime="20181202 16:52:12.498"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:12.499" starttime="20181202 16:52:10.144"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:12.531" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 16:52:12.531" starttime="20181202 16:52:12.531"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:12.531" starttime="20181202 16:52:12.530"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.532" starttime="20181202 16:52:12.532"></status>
</kw>
<msg timestamp="20181202 16:52:12.532" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:12.533" starttime="20181202 16:52:12.532"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.534" starttime="20181202 16:52:12.533"></status>
</kw>
<msg timestamp="20181202 16:52:12.534" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:52:12.534" starttime="20181202 16:52:12.533"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.535" starttime="20181202 16:52:12.534"></status>
</kw>
<msg timestamp="20181202 16:52:12.535" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:12.535" starttime="20181202 16:52:12.534"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.536" starttime="20181202 16:52:12.536"></status>
</kw>
<msg timestamp="20181202 16:52:12.536" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:52:12.536" starttime="20181202 16:52:12.535"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.537" starttime="20181202 16:52:12.537"></status>
</kw>
<msg timestamp="20181202 16:52:12.537" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:52:12.537" starttime="20181202 16:52:12.536"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.538" starttime="20181202 16:52:12.538"></status>
</kw>
<msg timestamp="20181202 16:52:12.538" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 16:52:12.538" starttime="20181202 16:52:12.537"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:12.538" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:12.538" starttime="20181202 16:52:12.538"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:12.539" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:12.539" starttime="20181202 16:52:12.539"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:12.539" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:12.539" starttime="20181202 16:52:12.539"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.540" starttime="20181202 16:52:12.540"></status>
</kw>
<msg timestamp="20181202 16:52:12.540" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:12.540" starttime="20181202 16:52:12.540"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.541" starttime="20181202 16:52:12.541"></status>
</kw>
<msg timestamp="20181202 16:52:12.541" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress</msg>
<status status="PASS" endtime="20181202 16:52:12.541" starttime="20181202 16:52:12.541"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.542" starttime="20181202 16:52:12.542"></status>
</kw>
<msg timestamp="20181202 16:52:12.542" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:12.542" starttime="20181202 16:52:12.542"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.544" starttime="20181202 16:52:12.543"></status>
</kw>
<msg timestamp="20181202 16:52:12.544" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:52:12.544" starttime="20181202 16:52:12.543"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.545" starttime="20181202 16:52:12.544"></status>
</kw>
<msg timestamp="20181202 16:52:12.545" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:12.545" starttime="20181202 16:52:12.544"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.546" starttime="20181202 16:52:12.545"></status>
</kw>
<msg timestamp="20181202 16:52:12.546" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:12.546" starttime="20181202 16:52:12.545"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:12.546" starttime="20181202 16:52:12.546"></status>
</kw>
<msg timestamp="20181202 16:52:12.547" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 16:52:12.547" starttime="20181202 16:52:12.546"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:12.549" level="INFO">Starting process:
openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 16:52:12.588" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:15.059" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:15.060" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:15.060" starttime="20181202 16:52:12.548"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:15.062" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:14Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 6fa6ba30-8ad8-45fe-b6d4-a10c998360c3 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:14Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:15.062" starttime="20181202 16:52:15.061"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:15.063" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:15.063" starttime="20181202 16:52:15.062"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.064" starttime="20181202 16:52:15.063"></status>
</kw>
<msg timestamp="20181202 16:52:15.064" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:15.064" starttime="20181202 16:52:12.547"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:15.065" level="INFO">${rule_id} = 6fa6ba30-8ad8-45fe-b6d4-a10c998360c3</msg>
<status status="PASS" endtime="20181202 16:52:15.066" starttime="20181202 16:52:15.065"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:15.066" starttime="20181202 16:52:12.529"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:15.111" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:52:15.111" starttime="20181202 16:52:15.111"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:15.111" starttime="20181202 16:52:15.110"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.112" starttime="20181202 16:52:15.112"></status>
</kw>
<msg timestamp="20181202 16:52:15.113" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:15.113" starttime="20181202 16:52:15.111"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.114" starttime="20181202 16:52:15.113"></status>
</kw>
<msg timestamp="20181202 16:52:15.114" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:52:15.114" starttime="20181202 16:52:15.113"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.115" starttime="20181202 16:52:15.115"></status>
</kw>
<msg timestamp="20181202 16:52:15.115" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:15.115" starttime="20181202 16:52:15.114"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.116" starttime="20181202 16:52:15.116"></status>
</kw>
<msg timestamp="20181202 16:52:15.116" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:52:15.117" starttime="20181202 16:52:15.115"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.118" starttime="20181202 16:52:15.117"></status>
</kw>
<msg timestamp="20181202 16:52:15.118" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:52:15.118" starttime="20181202 16:52:15.117"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.119" starttime="20181202 16:52:15.119"></status>
</kw>
<msg timestamp="20181202 16:52:15.119" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:52:15.119" starttime="20181202 16:52:15.118"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:15.120" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:15.120" starttime="20181202 16:52:15.119"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:15.120" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:15.120" starttime="20181202 16:52:15.120"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:15.121" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:15.121" starttime="20181202 16:52:15.121"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.122" starttime="20181202 16:52:15.122"></status>
</kw>
<msg timestamp="20181202 16:52:15.122" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:15.122" starttime="20181202 16:52:15.121"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.123" starttime="20181202 16:52:15.123"></status>
</kw>
<msg timestamp="20181202 16:52:15.123" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress</msg>
<status status="PASS" endtime="20181202 16:52:15.124" starttime="20181202 16:52:15.122"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.125" starttime="20181202 16:52:15.124"></status>
</kw>
<msg timestamp="20181202 16:52:15.125" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:15.125" starttime="20181202 16:52:15.124"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.126" starttime="20181202 16:52:15.126"></status>
</kw>
<msg timestamp="20181202 16:52:15.126" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:15.127" starttime="20181202 16:52:15.125"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.128" starttime="20181202 16:52:15.128"></status>
</kw>
<msg timestamp="20181202 16:52:15.128" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:15.128" starttime="20181202 16:52:15.127"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.129" starttime="20181202 16:52:15.129"></status>
</kw>
<msg timestamp="20181202 16:52:15.129" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:15.129" starttime="20181202 16:52:15.128"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:15.131" starttime="20181202 16:52:15.131"></status>
</kw>
<msg timestamp="20181202 16:52:15.131" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:15.131" starttime="20181202 16:52:15.130"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:15.133" level="INFO">Starting process:
openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:52:15.174" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:17.776" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:17.777" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:17.777" starttime="20181202 16:52:15.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:17.778" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:17Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | a06183da-ad1f-44a7-bd7a-a043965163ec |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:17Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:17.779" starttime="20181202 16:52:17.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:17.780" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:17.780" starttime="20181202 16:52:17.779"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.782" starttime="20181202 16:52:17.781"></status>
</kw>
<msg timestamp="20181202 16:52:17.782" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:17.782" starttime="20181202 16:52:15.132"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:17.784" level="INFO">${rule_id} = a06183da-ad1f-44a7-bd7a-a043965163ec</msg>
<status status="PASS" endtime="20181202 16:52:17.784" starttime="20181202 16:52:17.783"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:17.784" starttime="20181202 16:52:15.109"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:17.841" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 16:52:17.841" starttime="20181202 16:52:17.841"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:17.841" starttime="20181202 16:52:17.840"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.843" starttime="20181202 16:52:17.842"></status>
</kw>
<msg timestamp="20181202 16:52:17.843" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:17.843" starttime="20181202 16:52:17.842"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.844" starttime="20181202 16:52:17.844"></status>
</kw>
<msg timestamp="20181202 16:52:17.844" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:52:17.844" starttime="20181202 16:52:17.843"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.846" starttime="20181202 16:52:17.845"></status>
</kw>
<msg timestamp="20181202 16:52:17.846" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:17.846" starttime="20181202 16:52:17.845"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.847" starttime="20181202 16:52:17.847"></status>
</kw>
<msg timestamp="20181202 16:52:17.847" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 16:52:17.847" starttime="20181202 16:52:17.846"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.849" starttime="20181202 16:52:17.848"></status>
</kw>
<msg timestamp="20181202 16:52:17.849" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 16:52:17.849" starttime="20181202 16:52:17.848"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.850" starttime="20181202 16:52:17.850"></status>
</kw>
<msg timestamp="20181202 16:52:17.850" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 16:52:17.850" starttime="20181202 16:52:17.849"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:17.851" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:17.851" starttime="20181202 16:52:17.851"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:17.852" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:17.852" starttime="20181202 16:52:17.851"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:17.853" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:17.853" starttime="20181202 16:52:17.852"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.854" starttime="20181202 16:52:17.854"></status>
</kw>
<msg timestamp="20181202 16:52:17.854" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:17.854" starttime="20181202 16:52:17.853"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.856" starttime="20181202 16:52:17.855"></status>
</kw>
<msg timestamp="20181202 16:52:17.856" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress</msg>
<status status="PASS" endtime="20181202 16:52:17.856" starttime="20181202 16:52:17.855"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.857" starttime="20181202 16:52:17.857"></status>
</kw>
<msg timestamp="20181202 16:52:17.857" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:17.857" starttime="20181202 16:52:17.856"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.859" starttime="20181202 16:52:17.859"></status>
</kw>
<msg timestamp="20181202 16:52:17.859" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:17.859" starttime="20181202 16:52:17.858"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.861" starttime="20181202 16:52:17.860"></status>
</kw>
<msg timestamp="20181202 16:52:17.861" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:17.861" starttime="20181202 16:52:17.859"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.862" starttime="20181202 16:52:17.862"></status>
</kw>
<msg timestamp="20181202 16:52:17.862" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:17.862" starttime="20181202 16:52:17.861"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:17.863" starttime="20181202 16:52:17.863"></status>
</kw>
<msg timestamp="20181202 16:52:17.864" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 16:52:17.864" starttime="20181202 16:52:17.862"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:17.865" level="INFO">Starting process:
openstack security group rule create sgbcast1 --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 16:52:17.890" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:20.304" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:20.304" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:20.304" starttime="20181202 16:52:17.865"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:20.305" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:20Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 07c10f14-3bae-4569-9e78-f3d699ada5c3 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:20Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:20.306" starttime="20181202 16:52:20.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:20.306" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:20.306" starttime="20181202 16:52:20.306"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.307" starttime="20181202 16:52:20.306"></status>
</kw>
<msg timestamp="20181202 16:52:20.307" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:20.307" starttime="20181202 16:52:17.864"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:20.308" level="INFO">${rule_id} = 07c10f14-3bae-4569-9e78-f3d699ada5c3</msg>
<status status="PASS" endtime="20181202 16:52:20.308" starttime="20181202 16:52:20.308"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:20.308" starttime="20181202 16:52:17.839"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:20.340" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:52:20.340" starttime="20181202 16:52:20.340"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:20.340" starttime="20181202 16:52:20.339"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.341" starttime="20181202 16:52:20.341"></status>
</kw>
<msg timestamp="20181202 16:52:20.341" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:20.341" starttime="20181202 16:52:20.340"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.342" starttime="20181202 16:52:20.342"></status>
</kw>
<msg timestamp="20181202 16:52:20.342" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 16:52:20.342" starttime="20181202 16:52:20.341"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.343" starttime="20181202 16:52:20.343"></status>
</kw>
<msg timestamp="20181202 16:52:20.343" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:20.343" starttime="20181202 16:52:20.342"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.344" starttime="20181202 16:52:20.344"></status>
</kw>
<msg timestamp="20181202 16:52:20.344" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:52:20.344" starttime="20181202 16:52:20.343"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.345" starttime="20181202 16:52:20.345"></status>
</kw>
<msg timestamp="20181202 16:52:20.345" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:52:20.345" starttime="20181202 16:52:20.344"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.346" starttime="20181202 16:52:20.346"></status>
</kw>
<msg timestamp="20181202 16:52:20.346" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:52:20.346" starttime="20181202 16:52:20.345"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:20.347" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:20.347" starttime="20181202 16:52:20.346"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:20.347" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:20.347" starttime="20181202 16:52:20.347"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:20.348" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:20.348" starttime="20181202 16:52:20.347"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.349" starttime="20181202 16:52:20.348"></status>
</kw>
<msg timestamp="20181202 16:52:20.349" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:20.349" starttime="20181202 16:52:20.348"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.350" starttime="20181202 16:52:20.349"></status>
</kw>
<msg timestamp="20181202 16:52:20.350" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress</msg>
<status status="PASS" endtime="20181202 16:52:20.350" starttime="20181202 16:52:20.349"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.351" starttime="20181202 16:52:20.351"></status>
</kw>
<msg timestamp="20181202 16:52:20.351" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:20.351" starttime="20181202 16:52:20.350"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.352" starttime="20181202 16:52:20.352"></status>
</kw>
<msg timestamp="20181202 16:52:20.352" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:52:20.352" starttime="20181202 16:52:20.351"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.354" starttime="20181202 16:52:20.354"></status>
</kw>
<msg timestamp="20181202 16:52:20.354" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:20.354" starttime="20181202 16:52:20.353"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.355" starttime="20181202 16:52:20.355"></status>
</kw>
<msg timestamp="20181202 16:52:20.355" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:20.355" starttime="20181202 16:52:20.354"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:20.356" starttime="20181202 16:52:20.356"></status>
</kw>
<msg timestamp="20181202 16:52:20.356" level="INFO">${cmd} = openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:20.356" starttime="20181202 16:52:20.355"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:20.357" level="INFO">Starting process:
openstack security group rule create sgbcast1 --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:52:20.392" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:22.691" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:22.691" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:22.691" starttime="20181202 16:52:20.357"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:22.693" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:22Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | a4333eed-d2f9-4fba-a4ac-49c92281cbc6 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:22Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:22.693" starttime="20181202 16:52:22.692"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:22.693" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:22.693" starttime="20181202 16:52:22.693"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.694" starttime="20181202 16:52:22.693"></status>
</kw>
<msg timestamp="20181202 16:52:22.694" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:22.694" starttime="20181202 16:52:20.356"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:22.695" level="INFO">${rule_id} = a4333eed-d2f9-4fba-a4ac-49c92281cbc6</msg>
<status status="PASS" endtime="20181202 16:52:22.695" starttime="20181202 16:52:22.694"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:22.695" starttime="20181202 16:52:20.338"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 16:52:22.739" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 16:52:22.739" starttime="20181202 16:52:22.739"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:22.739" starttime="20181202 16:52:22.738"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.740" starttime="20181202 16:52:22.740"></status>
</kw>
<msg timestamp="20181202 16:52:22.740" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 16:52:22.740" starttime="20181202 16:52:22.739"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.741" starttime="20181202 16:52:22.741"></status>
</kw>
<msg timestamp="20181202 16:52:22.741" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 16:52:22.741" starttime="20181202 16:52:22.740"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.742" starttime="20181202 16:52:22.742"></status>
</kw>
<msg timestamp="20181202 16:52:22.742" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 16:52:22.742" starttime="20181202 16:52:22.741"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.743" starttime="20181202 16:52:22.742"></status>
</kw>
<msg timestamp="20181202 16:52:22.743" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 16:52:22.743" starttime="20181202 16:52:22.742"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.744" starttime="20181202 16:52:22.743"></status>
</kw>
<msg timestamp="20181202 16:52:22.744" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 16:52:22.744" starttime="20181202 16:52:22.743"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.745" starttime="20181202 16:52:22.744"></status>
</kw>
<msg timestamp="20181202 16:52:22.745" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 16:52:22.745" starttime="20181202 16:52:22.744"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 16:52:22.745" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 16:52:22.745" starttime="20181202 16:52:22.745"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 16:52:22.746" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 16:52:22.746" starttime="20181202 16:52:22.745"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 16:52:22.746" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:22.746" starttime="20181202 16:52:22.746"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.747" starttime="20181202 16:52:22.747"></status>
</kw>
<msg timestamp="20181202 16:52:22.747" level="INFO">${cmd} = openstack security group rule create sgbcast1</msg>
<status status="PASS" endtime="20181202 16:52:22.747" starttime="20181202 16:52:22.746"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.748" starttime="20181202 16:52:22.748"></status>
</kw>
<msg timestamp="20181202 16:52:22.748" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress</msg>
<status status="PASS" endtime="20181202 16:52:22.748" starttime="20181202 16:52:22.747"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.749" starttime="20181202 16:52:22.749"></status>
</kw>
<msg timestamp="20181202 16:52:22.749" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 16:52:22.749" starttime="20181202 16:52:22.748"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.750" starttime="20181202 16:52:22.750"></status>
</kw>
<msg timestamp="20181202 16:52:22.750" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 16:52:22.750" starttime="20181202 16:52:22.749"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.751" starttime="20181202 16:52:22.751"></status>
</kw>
<msg timestamp="20181202 16:52:22.751" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:22.751" starttime="20181202 16:52:22.751"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.752" starttime="20181202 16:52:22.752"></status>
</kw>
<msg timestamp="20181202 16:52:22.752" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:22.752" starttime="20181202 16:52:22.752"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:22.753" starttime="20181202 16:52:22.753"></status>
</kw>
<msg timestamp="20181202 16:52:22.753" level="INFO">${cmd} = openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 16:52:22.753" starttime="20181202 16:52:22.753"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:22.755" level="INFO">Starting process:
openstack security group rule create sgbcast1 --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 16:52:22.781" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:24.995" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:24.996" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:24.996" starttime="20181202 16:52:22.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:24.997" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T16:52:24Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | c8e72eac-73ac-43a1-b89a-4f5a49dceb94 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | bb415e1c-309f-465e-858d-aa699f9349f0 |
| updated_at        | 2018-12-02T16:52:24Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:24.997" starttime="20181202 16:52:24.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:24.997" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:24.997" starttime="20181202 16:52:24.997"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:24.998" starttime="20181202 16:52:24.998"></status>
</kw>
<msg timestamp="20181202 16:52:24.998" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 16:52:24.998" starttime="20181202 16:52:22.754"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 16:52:24.999" level="INFO">${rule_id} = c8e72eac-73ac-43a1-b89a-4f5a49dceb94</msg>
<status status="PASS" endtime="20181202 16:52:24.999" starttime="20181202 16:52:24.999"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:24.999" starttime="20181202 16:52:22.737"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:25.000" starttime="20181202 16:52:24.999"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:25.000" starttime="20181202 16:52:07.806"></status>
</kw>
<kw name="Create Router" library="OpenStackOperations">
<doc>Create Router and Add Interface to the subnets.</doc>
<arguments>
<arg>${ROUTER}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router create ${router_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:25.009" level="INFO">Starting process:
openstack router create sgbcast_router</msg>
<msg timestamp="20181202 16:52:25.030" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:27.134" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:27.135" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:27.135" starttime="20181202 16:52:25.009"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:27.136" level="INFO">+-------------------------+--------------------------------------+
| Field                   | Value                                |
+-------------------------+--------------------------------------+
| admin_state_up          | UP                                   |
| availability_zone_hints | None                                 |
| availability_zones      | None                                 |
| created_at              | 2018-12-02T16:52:27Z                 |
| description             |                                      |
| distributed             | False                                |
| external_gateway_info   | None                                 |
| flavor_id               | None                                 |
| ha                      | False                                |
| id                      | 2678e637-51fb-44d1-afb6-213c086f384c |
| name                    | sgbcast_router                       |
| project_id              | 17b1de510988465db29f79175f31c234     |
| revision_number         | 0                                    |
| routes                  |                                      |
| status                  | ACTIVE                               |
| tags                    |                                      |
| updated_at              | 2018-12-02T16:52:27Z                 |
+-------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:27.136" starttime="20181202 16:52:27.135"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:27.137" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:27.137" starttime="20181202 16:52:27.136"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:27.137" starttime="20181202 16:52:27.137"></status>
</kw>
<msg timestamp="20181202 16:52:27.138" level="INFO">${output} = +-------------------------+--------------------------------------+
| Field                   | Value                                |
+-------------------------+--------------------------------------+...</msg>
<status status="PASS" endtime="20181202 16:52:27.138" starttime="20181202 16:52:25.008"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:27.138" starttime="20181202 16:52:25.001"></status>
</kw>
<kw type="for" name="${interface} IN [ @{SUBNETS} ]">
<kw type="foritem" name="${interface} = sgbcast_sub_1">
<kw name="Add Router Interface" library="OpenStackOperations">
<arguments>
<arg>${ROUTER}</arg>
<arg>${interface}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router add subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:27.152" level="INFO">Starting process:
openstack router add subnet sgbcast_router sgbcast_sub_1</msg>
<msg timestamp="20181202 16:52:27.172" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:31.202" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:31.203" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:31.203" starttime="20181202 16:52:27.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:31.204" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:31.204" starttime="20181202 16:52:31.203"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:31.205" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:31.205" starttime="20181202 16:52:31.204"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:31.206" starttime="20181202 16:52:31.205"></status>
</kw>
<msg timestamp="20181202 16:52:31.207" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:52:31.207" starttime="20181202 16:52:27.151"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:31.207" starttime="20181202 16:52:27.139"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:31.207" starttime="20181202 16:52:27.138"></status>
</kw>
<kw type="foritem" name="${interface} = sgbcast_sub_2">
<kw name="Add Router Interface" library="OpenStackOperations">
<arguments>
<arg>${ROUTER}</arg>
<arg>${interface}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router add subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:31.221" level="INFO">Starting process:
openstack router add subnet sgbcast_router sgbcast_sub_2</msg>
<msg timestamp="20181202 16:52:31.249" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:35.191" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:35.191" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:35.191" starttime="20181202 16:52:31.220"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:35.192" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:35.192" starttime="20181202 16:52:35.192"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:35.193" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:35.193" starttime="20181202 16:52:35.192"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:35.193" starttime="20181202 16:52:35.193"></status>
</kw>
<msg timestamp="20181202 16:52:35.194" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 16:52:35.194" starttime="20181202 16:52:31.220"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:35.194" starttime="20181202 16:52:31.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:35.194" starttime="20181202 16:52:31.207"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:35.194" starttime="20181202 16:52:27.138"></status>
</kw>
<kw type="for" name="${port_net1} IN [ @{NET_1_PORTS} ]">
<kw type="foritem" name="${port_net1} = sgbcast_net_1_port_1">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>${port_net1}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:52:35.195" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:52:35.196" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:52:35.196" starttime="20181202 16:52:35.195"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:35.196" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:35.196" starttime="20181202 16:52:35.196"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:35.197" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:35.197" starttime="20181202 16:52:35.196"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:35.210" level="INFO">Starting process:
openstack port create --network sgbcast_net_1 sgbcast_net_1_port_1 --security-group sgbcast1  </msg>
<msg timestamp="20181202 16:52:35.229" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:38.248" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:38.249" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:38.249" starttime="20181202 16:52:35.209"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:38.250" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T16:52:37Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='55.0.0.4', subnet_id='743be54c-afa5-433c-8e33-312db5989f49' |
| id                    | 5886c549-2113-4729-a306-d3235da394a5                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:86:4b:54                                                       |
| name                  | sgbcast_net_1_port_1                                                    |
| network_id            | 42c3b673-945b-4e72-a24b-00d223572aab                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | bb415e1c-309f-465e-858d-aa699f9349f0                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T16:52:37Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:38.250" starttime="20181202 16:52:38.249"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:38.251" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:38.251" starttime="20181202 16:52:38.250"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:38.252" starttime="20181202 16:52:38.251"></status>
</kw>
<msg timestamp="20181202 16:52:38.252" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:52:38.252" starttime="20181202 16:52:35.208"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:38.253" starttime="20181202 16:52:35.194"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:38.253" starttime="20181202 16:52:35.194"></status>
</kw>
<kw type="foritem" name="${port_net1} = sgbcast_net_1_port_2">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>${port_net1}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:52:38.255" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:52:38.255" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:52:38.255" starttime="20181202 16:52:38.254"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:38.255" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:38.256" starttime="20181202 16:52:38.255"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:38.256" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:38.256" starttime="20181202 16:52:38.256"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:38.268" level="INFO">Starting process:
openstack port create --network sgbcast_net_1 sgbcast_net_1_port_2 --security-group sgbcast1  </msg>
<msg timestamp="20181202 16:52:38.289" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:41.554" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:41.554" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:41.554" starttime="20181202 16:52:38.267"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:41.556" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T16:52:40Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='55.0.0.3', subnet_id='743be54c-afa5-433c-8e33-312db5989f49' |
| id                    | 8c228cbd-96eb-4d95-a4a0-a91c141ec264                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:1f:a1:ad                                                       |
| name                  | sgbcast_net_1_port_2                                                    |
| network_id            | 42c3b673-945b-4e72-a24b-00d223572aab                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | bb415e1c-309f-465e-858d-aa699f9349f0                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T16:52:40Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:41.556" starttime="20181202 16:52:41.555"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:41.556" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:41.556" starttime="20181202 16:52:41.556"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:41.557" starttime="20181202 16:52:41.556"></status>
</kw>
<msg timestamp="20181202 16:52:41.557" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:52:41.557" starttime="20181202 16:52:38.266"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:41.557" starttime="20181202 16:52:38.253"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:41.558" starttime="20181202 16:52:38.253"></status>
</kw>
<kw type="foritem" name="${port_net1} = sgbcast_net_1_port_3">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>${port_net1}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:52:41.559" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:52:41.559" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:52:41.559" starttime="20181202 16:52:41.559"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:41.560" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:41.560" starttime="20181202 16:52:41.559"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:41.560" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:41.560" starttime="20181202 16:52:41.560"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:41.569" level="INFO">Starting process:
openstack port create --network sgbcast_net_1 sgbcast_net_1_port_3 --security-group sgbcast1  </msg>
<msg timestamp="20181202 16:52:41.592" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:44.653" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:44.654" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:44.654" starttime="20181202 16:52:41.569"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:44.656" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T16:52:44Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='55.0.0.10', subnet_id='743be54c-afa5-433c-8e33-312db5989f49' |
| id                    | d8a83dd8-b4f9-4147-a38d-567f26d3dad4                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:4d:aa:9d                                                        |
| name                  | sgbcast_net_1_port_3                                                     |
| network_id            | 42c3b673-945b-4e72-a24b-00d223572aab                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | bb415e1c-309f-465e-858d-aa699f9349f0                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T16:52:44Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:44.656" starttime="20181202 16:52:44.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:44.657" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:44.657" starttime="20181202 16:52:44.656"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:44.658" starttime="20181202 16:52:44.657"></status>
</kw>
<msg timestamp="20181202 16:52:44.659" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 16:52:44.659" starttime="20181202 16:52:41.568"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:44.659" starttime="20181202 16:52:41.558"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:44.659" starttime="20181202 16:52:41.558"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:44.659" starttime="20181202 16:52:35.194"></status>
</kw>
<kw type="for" name="${port_net2} IN [ @{NET_2_PORTS} ]">
<kw type="foritem" name="${port_net2} = sgbcast_net_2_port_1">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>${port_net2}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:52:44.662" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:52:44.662" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:52:44.662" starttime="20181202 16:52:44.662"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:44.663" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:44.663" starttime="20181202 16:52:44.663"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:44.665" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:44.665" starttime="20181202 16:52:44.664"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:44.680" level="INFO">Starting process:
openstack port create --network sgbcast_net_2 sgbcast_net_2_port_1 --security-group sgbcast1  </msg>
<msg timestamp="20181202 16:52:44.711" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:47.931" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:47.932" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:47.932" starttime="20181202 16:52:44.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:47.933" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T16:52:47Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='56.0.0.7', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95' |
| id                    | b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:c9:94:da                                                       |
| name                  | sgbcast_net_2_port_1                                                    |
| network_id            | dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | bb415e1c-309f-465e-858d-aa699f9349f0                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T16:52:47Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:47.934" starttime="20181202 16:52:47.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:47.935" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:47.935" starttime="20181202 16:52:47.934"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:47.936" starttime="20181202 16:52:47.935"></status>
</kw>
<msg timestamp="20181202 16:52:47.937" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 16:52:47.937" starttime="20181202 16:52:44.678"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:47.937" starttime="20181202 16:52:44.660"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:47.937" starttime="20181202 16:52:44.660"></status>
</kw>
<kw type="foritem" name="${port_net2} = sgbcast_net_2_port_2">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>${port_net2}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 16:52:47.940" level="INFO">Length is 0</msg>
<msg timestamp="20181202 16:52:47.940" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 16:52:47.940" starttime="20181202 16:52:47.939"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:47.941" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:47.941" starttime="20181202 16:52:47.941"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 16:52:47.942" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 16:52:47.942" starttime="20181202 16:52:47.941"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:47.957" level="INFO">Starting process:
openstack port create --network sgbcast_net_2 sgbcast_net_2_port_2 --security-group sgbcast1  </msg>
<msg timestamp="20181202 16:52:47.997" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:51.074" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:51.074" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:51.074" starttime="20181202 16:52:47.956"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:51.076" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T16:52:50Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='56.0.0.15', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95' |
| id                    | 80461347-5e0d-44ea-ae0f-e4896aa62e9e                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:da:7e:3d                                                        |
| name                  | sgbcast_net_2_port_2                                                     |
| network_id            | dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | bb415e1c-309f-465e-858d-aa699f9349f0                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T16:52:50Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:51.076" starttime="20181202 16:52:51.075"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:51.077" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:51.077" starttime="20181202 16:52:51.076"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:51.078" starttime="20181202 16:52:51.077"></status>
</kw>
<msg timestamp="20181202 16:52:51.079" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 16:52:51.079" starttime="20181202 16:52:47.955"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:51.079" starttime="20181202 16:52:47.938"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:51.079" starttime="20181202 16:52:47.937"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:51.079" starttime="20181202 16:52:44.660"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{NET_1_PORTS}[0]</arg>
<arg>@{NET_1_PORTS}[1]</arg>
<arg>@{NET_1_PORTS}[2]</arg>
<arg>@{NET_2_PORTS}[0]</arg>
<arg>@{NET_2_PORTS}[1]</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<msg timestamp="20181202 16:52:51.081" level="INFO">@{ports} = [ sgbcast_net_1_port_1 | sgbcast_net_1_port_2 | sgbcast_net_1_port_3 | sgbcast_net_2_port_1 | sgbcast_net_2_port_2 ]</msg>
<status status="PASS" endtime="20181202 16:52:51.081" starttime="20181202 16:52:51.080"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{NET_1_VMS}[0]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>@{NET_1_VMS}[2]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>@{NET_2_VMS}[1]</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<msg timestamp="20181202 16:52:51.082" level="INFO">@{vms} = [ sgbcast_net_1_vm_1 | sgbcast_net_1_vm_2 | sgbcast_net_1_vm_3 | sgbcast_net_2_vm_1 | sgbcast_net_2_vm_2 ]</msg>
<status status="PASS" endtime="20181202 16:52:51.082" starttime="20181202 16:52:51.081"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<assign>
<var>@{nodes}</var>
</assign>
<msg timestamp="20181202 16:52:51.084" level="INFO">@{nodes} = [  |  |  |  |  ]</msg>
<status status="PASS" endtime="20181202 16:52:51.084" starttime="20181202 16:52:51.083"></status>
</kw>
<kw type="for" name="${port} | ${vm} | ${node} IN ZIP [ ${ports} | ${vms} | ${nodes} ]">
<kw type="foritem" name="${port} = sgbcast_net_1_port_1, ${vm} = sgbcast_net_1_vm_1, ${node} = ">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${port}</arg>
<arg>${vm}</arg>
<arg>${node}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:52:51.114" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:52:51.114" starttime="20181202 16:52:51.113"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:51.126" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port sgbcast_net_1_port_1 --security-group sgbcast1 --availability-zone nova: sgbcast_net_1_vm_1</msg>
<msg timestamp="20181202 16:52:51.158" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:52:57.128" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:52:57.128" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:52:57.128" starttime="20181202 16:52:51.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:52:57.129" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | r3cj5kCiVQMB                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:52:55Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 8b5a8dc9-cfe2-4355-b724-3a8f8e26014c                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sgbcast_net_1_vm_1                                              |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb415e1c-309f-465e-858d-aa699f9349f0'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:52:56Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:52:57.129" starttime="20181202 16:52:57.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:52:57.130" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:52:57.130" starttime="20181202 16:52:57.130"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:52:57.131" starttime="20181202 16:52:57.131"></status>
</kw>
<msg timestamp="20181202 16:52:57.132" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:52:57.132" starttime="20181202 16:52:51.125"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:57.132" starttime="20181202 16:52:51.112"></status>
</kw>
<status status="PASS" endtime="20181202 16:52:57.132" starttime="20181202 16:52:51.084"></status>
</kw>
<kw type="foritem" name="${port} = sgbcast_net_1_port_2, ${vm} = sgbcast_net_1_vm_2, ${node} = ">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${port}</arg>
<arg>${vm}</arg>
<arg>${node}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:52:57.175" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:52:57.175" starttime="20181202 16:52:57.173"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:52:57.195" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port sgbcast_net_1_port_2 --security-group sgbcast1 --availability-zone nova: sgbcast_net_1_vm_2</msg>
<msg timestamp="20181202 16:52:57.221" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:01.036" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:01.037" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:01.037" starttime="20181202 16:52:57.194"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:01.038" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | rCe2zuYPcBYa                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:53:00Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | ae8e7f34-b7db-4144-9768-266941dd77b8                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sgbcast_net_1_vm_2                                              |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb415e1c-309f-465e-858d-aa699f9349f0'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:53:00Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:53:01.038" starttime="20181202 16:53:01.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:01.039" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:01.040" starttime="20181202 16:53:01.039"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:01.041" starttime="20181202 16:53:01.040"></status>
</kw>
<msg timestamp="20181202 16:53:01.041" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:53:01.041" starttime="20181202 16:52:57.193"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:01.042" starttime="20181202 16:52:57.172"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:01.042" starttime="20181202 16:52:57.132"></status>
</kw>
<kw type="foritem" name="${port} = sgbcast_net_1_port_3, ${vm} = sgbcast_net_1_vm_3, ${node} = ">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${port}</arg>
<arg>${vm}</arg>
<arg>${node}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:53:01.066" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:53:01.066" starttime="20181202 16:53:01.066"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:53:01.075" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port sgbcast_net_1_port_3 --security-group sgbcast1 --availability-zone nova: sgbcast_net_1_vm_3</msg>
<msg timestamp="20181202 16:53:01.093" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:05.196" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:05.196" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:05.197" starttime="20181202 16:53:01.074"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:05.197" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 83AwL8cZktoL                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:53:04Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | ce6880e3-a21d-449d-b916-3e12a259111a                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sgbcast_net_1_vm_3                                              |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb415e1c-309f-465e-858d-aa699f9349f0'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:53:05Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:53:05.198" starttime="20181202 16:53:05.197"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:05.198" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:05.198" starttime="20181202 16:53:05.198"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:05.199" starttime="20181202 16:53:05.198"></status>
</kw>
<msg timestamp="20181202 16:53:05.199" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:53:05.199" starttime="20181202 16:53:01.074"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:05.199" starttime="20181202 16:53:01.065"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:05.199" starttime="20181202 16:53:01.042"></status>
</kw>
<kw type="foritem" name="${port} = sgbcast_net_2_port_1, ${vm} = sgbcast_net_2_vm_1, ${node} = ">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${port}</arg>
<arg>${vm}</arg>
<arg>${node}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:53:05.216" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:53:05.216" starttime="20181202 16:53:05.215"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:53:05.223" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port sgbcast_net_2_port_1 --security-group sgbcast1 --availability-zone nova: sgbcast_net_2_vm_1</msg>
<msg timestamp="20181202 16:53:05.263" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:09.980" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:09.981" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:09.981" starttime="20181202 16:53:05.223"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:09.982" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | LtsWuGC5qLqU                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:53:09Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 553039fc-7662-4323-afe7-80a001a6ec50                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sgbcast_net_2_vm_1                                              |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb415e1c-309f-465e-858d-aa699f9349f0'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:53:09Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:53:09.982" starttime="20181202 16:53:09.981"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:09.982" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:09.982" starttime="20181202 16:53:09.982"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:09.983" starttime="20181202 16:53:09.983"></status>
</kw>
<msg timestamp="20181202 16:53:09.983" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:53:09.983" starttime="20181202 16:53:05.222"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:09.984" starttime="20181202 16:53:05.215"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:09.984" starttime="20181202 16:53:05.199"></status>
</kw>
<kw type="foritem" name="${port} = sgbcast_net_2_port_2, ${vm} = sgbcast_net_2_vm_2, ${node} = ">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${port}</arg>
<arg>${vm}</arg>
<arg>${node}</arg>
<arg>sg=@{SECURITY_GROUP}[0]</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 16:53:10.001" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 16:53:10.001" starttime="20181202 16:53:10.000"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:53:10.009" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port sgbcast_net_2_port_2 --security-group sgbcast1 --availability-zone nova: sgbcast_net_2_vm_2</msg>
<msg timestamp="20181202 16:53:10.046" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:13.810" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:13.811" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:13.811" starttime="20181202 16:53:10.008"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:13.812" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | w5gcQN6vfdGi                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T16:53:13Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 69a22608-d3ba-4770-85a3-6d96e4f7685e                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | sgbcast_net_2_vm_2                                              |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='bb415e1c-309f-465e-858d-aa699f9349f0'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T16:53:13Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 16:53:13.812" starttime="20181202 16:53:13.811"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:13.812" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:13.813" starttime="20181202 16:53:13.812"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:13.813" starttime="20181202 16:53:13.813"></status>
</kw>
<msg timestamp="20181202 16:53:13.814" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 16:53:13.814" starttime="20181202 16:53:10.007"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:13.814" starttime="20181202 16:53:09.999"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:13.814" starttime="20181202 16:53:09.984"></status>
</kw>
<status status="PASS" endtime="20181202 16:53:13.814" starttime="20181202 16:52:51.084"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${NET_1_VMS}</arg>
<arg>${NET_2_VMS}</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<msg timestamp="20181202 16:53:13.814" level="INFO">@{vms} = [ sgbcast_net_1_vm_1 | sgbcast_net_1_vm_2 | sgbcast_net_1_vm_3 | sgbcast_net_2_vm_1 | sgbcast_net_2_vm_2 ]</msg>
<status status="PASS" endtime="20181202 16:53:13.814" starttime="20181202 16:53:13.814"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{vms}</arg>
</arguments>
<assign>
<var>@{VM_IPS}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 16:53:13.816" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 16:53:13.816" starttime="20181202 16:53:13.815"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = sgbcast_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:53:13.825" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:53:13.868" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:16.946" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:16.946" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:16.946" starttime="20181202 16:53:13.825"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:16.948" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:53:16.948" starttime="20181202 16:53:16.947"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:16.948" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:16.949" starttime="20181202 16:53:16.948"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:16.950" starttime="20181202 16:53:16.949"></status>
</kw>
<msg timestamp="20181202 16:53:16.950" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:53:16.950" starttime="20181202 16:53:13.824"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:53:16.951" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:53:16.951" starttime="20181202 16:53:16.950"></status>
</kw>
<status status="FAIL" endtime="20181202 16:53:16.951" starttime="20181202 16:53:13.817"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:53:46.977" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:53:47.020" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:53:50.108" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:53:50.109" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:53:50.109" starttime="20181202 16:53:46.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:53:50.110" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:53:50.110" starttime="20181202 16:53:50.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:53:50.110" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:53:50.111" starttime="20181202 16:53:50.110"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:53:50.111" starttime="20181202 16:53:50.111"></status>
</kw>
<msg timestamp="20181202 16:53:50.111" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:53:50.112" starttime="20181202 16:53:46.975"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:53:50.112" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:53:50.112" starttime="20181202 16:53:50.112"></status>
</kw>
<status status="FAIL" endtime="20181202 16:53:50.112" starttime="20181202 16:53:46.952"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:54:20.139" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:54:20.181" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:54:23.444" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:54:23.445" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:54:23.445" starttime="20181202 16:54:20.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:54:23.446" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:54:23.446" starttime="20181202 16:54:23.445"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:54:23.447" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:54:23.447" starttime="20181202 16:54:23.447"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:54:23.448" starttime="20181202 16:54:23.447"></status>
</kw>
<msg timestamp="20181202 16:54:23.448" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:54:23.449" starttime="20181202 16:54:20.138"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:54:23.449" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:54:23.449" starttime="20181202 16:54:23.449"></status>
</kw>
<status status="FAIL" endtime="20181202 16:54:23.449" starttime="20181202 16:54:20.117"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:54:53.472" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:54:53.514" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:54:56.596" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:54:56.597" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:54:56.597" starttime="20181202 16:54:53.472"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:54:56.598" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:54:56.598" starttime="20181202 16:54:56.597"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:54:56.599" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:54:56.599" starttime="20181202 16:54:56.599"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:54:56.601" starttime="20181202 16:54:56.600"></status>
</kw>
<msg timestamp="20181202 16:54:56.601" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:54:56.601" starttime="20181202 16:54:53.470"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:54:56.603" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:54:56.603" starttime="20181202 16:54:56.602"></status>
</kw>
<status status="FAIL" endtime="20181202 16:54:56.603" starttime="20181202 16:54:53.451"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:55:26.626" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:55:26.668" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:55:30.120" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:55:30.120" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:55:30.120" starttime="20181202 16:55:26.626"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:55:30.122" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:55:30.122" starttime="20181202 16:55:30.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:55:30.123" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:55:30.124" starttime="20181202 16:55:30.123"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:55:30.125" starttime="20181202 16:55:30.124"></status>
</kw>
<msg timestamp="20181202 16:55:30.126" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:55:30.126" starttime="20181202 16:55:26.624"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:55:30.127" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:55:30.127" starttime="20181202 16:55:30.126"></status>
</kw>
<status status="FAIL" endtime="20181202 16:55:30.128" starttime="20181202 16:55:26.605"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:56:00.142" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:56:00.182" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:56:03.181" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:56:03.182" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:56:03.182" starttime="20181202 16:56:00.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:56:03.183" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:56:03.184" starttime="20181202 16:56:03.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:56:03.184" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:56:03.185" starttime="20181202 16:56:03.184"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:56:03.186" starttime="20181202 16:56:03.185"></status>
</kw>
<msg timestamp="20181202 16:56:03.186" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:56:03.187" starttime="20181202 16:56:00.141"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:56:03.188" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:56:03.188" starttime="20181202 16:56:03.187"></status>
</kw>
<status status="FAIL" endtime="20181202 16:56:03.188" starttime="20181202 16:56:00.129"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:56:33.219" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:56:33.261" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:56:36.493" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:56:36.493" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:56:36.494" starttime="20181202 16:56:33.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:56:36.495" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:56:36.495" starttime="20181202 16:56:36.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:56:36.496" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:56:36.497" starttime="20181202 16:56:36.496"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:56:36.498" starttime="20181202 16:56:36.497"></status>
</kw>
<msg timestamp="20181202 16:56:36.499" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:56:36.499" starttime="20181202 16:56:33.217"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:56:36.500" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:56:36.500" starttime="20181202 16:56:36.499"></status>
</kw>
<status status="FAIL" endtime="20181202 16:56:36.501" starttime="20181202 16:56:33.189"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:57:06.526" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:57:06.570" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:57:09.517" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:57:09.517" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:57:09.517" starttime="20181202 16:57:06.525"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:57:09.518" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:57:09.518" starttime="20181202 16:57:09.518"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:57:09.519" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:57:09.519" starttime="20181202 16:57:09.518"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:57:09.519" starttime="20181202 16:57:09.519"></status>
</kw>
<msg timestamp="20181202 16:57:09.520" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:57:09.520" starttime="20181202 16:57:06.524"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:57:09.520" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:57:09.520" starttime="20181202 16:57:09.520"></status>
</kw>
<status status="FAIL" endtime="20181202 16:57:09.520" starttime="20181202 16:57:06.502"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:57:39.535" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:57:39.577" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:57:42.635" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:57:42.636" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:57:42.636" starttime="20181202 16:57:39.534"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:57:42.637" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:57:42.637" starttime="20181202 16:57:42.636"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:57:42.638" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:57:42.638" starttime="20181202 16:57:42.638"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:57:42.639" starttime="20181202 16:57:42.638"></status>
</kw>
<msg timestamp="20181202 16:57:42.639" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:57:42.639" starttime="20181202 16:57:39.534"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:57:42.640" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:57:42.640" starttime="20181202 16:57:42.640"></status>
</kw>
<status status="FAIL" endtime="20181202 16:57:42.641" starttime="20181202 16:57:39.521"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:58:12.661" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:58:12.702" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:58:15.849" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:58:15.850" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:58:15.850" starttime="20181202 16:58:12.660"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:58:15.851" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:58:15.851" starttime="20181202 16:58:15.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:58:15.851" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:58:15.852" starttime="20181202 16:58:15.851"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:58:15.852" starttime="20181202 16:58:15.852"></status>
</kw>
<msg timestamp="20181202 16:58:15.853" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:58:15.853" starttime="20181202 16:58:12.659"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:58:15.853" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:58:15.853" starttime="20181202 16:58:15.853"></status>
</kw>
<status status="FAIL" endtime="20181202 16:58:15.854" starttime="20181202 16:58:12.642"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:58:45.867" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:58:45.911" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:58:48.872" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:58:48.872" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:58:48.873" starttime="20181202 16:58:45.866"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:58:48.874" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:58:48.874" starttime="20181202 16:58:48.873"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:58:48.874" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:58:48.874" starttime="20181202 16:58:48.874"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:58:48.875" starttime="20181202 16:58:48.874"></status>
</kw>
<msg timestamp="20181202 16:58:48.875" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:58:48.875" starttime="20181202 16:58:45.865"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:58:48.876" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:58:48.876" starttime="20181202 16:58:48.875"></status>
</kw>
<status status="FAIL" endtime="20181202 16:58:48.876" starttime="20181202 16:58:45.854"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:59:18.898" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:59:18.919" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:59:21.961" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:59:21.962" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:59:21.962" starttime="20181202 16:59:18.897"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:59:21.963" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:59:21.963" starttime="20181202 16:59:21.962"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:59:21.963" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:59:21.963" starttime="20181202 16:59:21.963"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:59:21.964" starttime="20181202 16:59:21.964"></status>
</kw>
<msg timestamp="20181202 16:59:21.964" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:59:21.964" starttime="20181202 16:59:18.896"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:59:21.965" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:59:21.965" starttime="20181202 16:59:21.965"></status>
</kw>
<status status="FAIL" endtime="20181202 16:59:21.965" starttime="20181202 16:59:18.877"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 16:59:51.981" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 16:59:52.009" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 16:59:54.991" level="INFO">Process completed.</msg>
<msg timestamp="20181202 16:59:54.991" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 16:59:54.991" starttime="20181202 16:59:51.980"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 16:59:54.993" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 16:59:54.993" starttime="20181202 16:59:54.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 16:59:54.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 16:59:54.994" starttime="20181202 16:59:54.993"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 16:59:54.994" starttime="20181202 16:59:54.994"></status>
</kw>
<msg timestamp="20181202 16:59:54.995" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 16:59:54.995" starttime="20181202 16:59:51.979"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 16:59:54.996" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 16:59:54.996" starttime="20181202 16:59:54.995"></status>
</kw>
<status status="FAIL" endtime="20181202 16:59:54.996" starttime="20181202 16:59:51.966"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:00:25.012" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:00:25.051" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:00:28.070" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:00:28.071" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:00:28.071" starttime="20181202 17:00:25.011"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:00:28.072" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:00:28.072" starttime="20181202 17:00:28.071"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:00:28.072" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:00:28.073" starttime="20181202 17:00:28.072"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:00:28.073" starttime="20181202 17:00:28.073"></status>
</kw>
<msg timestamp="20181202 17:00:28.073" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:00:28.074" starttime="20181202 17:00:25.010"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:00:28.074" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:00:28.074" starttime="20181202 17:00:28.074"></status>
</kw>
<status status="FAIL" endtime="20181202 17:00:28.074" starttime="20181202 17:00:24.997"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:00:58.089" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:00:58.134" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:01:01.427" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:01:01.427" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:01:01.427" starttime="20181202 17:00:58.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:01:01.429" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:01:01.429" starttime="20181202 17:01:01.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:01:01.430" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:01:01.430" starttime="20181202 17:01:01.429"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:01:01.431" starttime="20181202 17:01:01.430"></status>
</kw>
<msg timestamp="20181202 17:01:01.431" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:01:01.431" starttime="20181202 17:00:58.088"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:01:01.432" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:01:01.432" starttime="20181202 17:01:01.432"></status>
</kw>
<status status="FAIL" endtime="20181202 17:01:01.433" starttime="20181202 17:00:58.075"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:01:31.443" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:01:31.485" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:01:34.638" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:01:34.638" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:01:34.638" starttime="20181202 17:01:31.443"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:01:34.640" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:01:34.640" starttime="20181202 17:01:34.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:01:34.641" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:01:34.641" starttime="20181202 17:01:34.640"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:01:34.641" starttime="20181202 17:01:34.641"></status>
</kw>
<msg timestamp="20181202 17:01:34.642" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:01:34.642" starttime="20181202 17:01:31.442"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:01:34.642" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:01:34.643" starttime="20181202 17:01:34.642"></status>
</kw>
<status status="FAIL" endtime="20181202 17:01:34.643" starttime="20181202 17:01:31.433"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:02:04.666" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:02:04.686" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:02:07.861" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:02:07.862" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:02:07.862" starttime="20181202 17:02:04.665"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:02:07.865" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:02:07.865" starttime="20181202 17:02:07.863"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:02:07.866" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:02:07.866" starttime="20181202 17:02:07.865"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:02:07.868" starttime="20181202 17:02:07.867"></status>
</kw>
<msg timestamp="20181202 17:02:07.869" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:02:07.869" starttime="20181202 17:02:04.664"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:02:07.871" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:02:07.871" starttime="20181202 17:02:07.870"></status>
</kw>
<status status="FAIL" endtime="20181202 17:02:07.872" starttime="20181202 17:02:04.644"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:02:37.893" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:02:37.936" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:02:40.988" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:02:40.988" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:02:40.989" starttime="20181202 17:02:37.892"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:02:40.990" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:02:40.990" starttime="20181202 17:02:40.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:02:40.991" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:02:40.991" starttime="20181202 17:02:40.991"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:02:40.992" starttime="20181202 17:02:40.991"></status>
</kw>
<msg timestamp="20181202 17:02:40.992" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:02:40.992" starttime="20181202 17:02:37.891"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:02:40.993" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:02:40.993" starttime="20181202 17:02:40.993"></status>
</kw>
<status status="FAIL" endtime="20181202 17:02:40.994" starttime="20181202 17:02:37.873"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:11.004" level="INFO">Starting process:
openstack server show sgbcast_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:03:11.048" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:14.514" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:14.514" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:14.514" starttime="20181202 17:03:11.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:14.516" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:03:14.516" starttime="20181202 17:03:14.515"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:14.516" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:14.516" starttime="20181202 17:03:14.516"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:14.517" starttime="20181202 17:03:14.517"></status>
</kw>
<msg timestamp="20181202 17:03:14.518" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:03:14.518" starttime="20181202 17:03:11.003"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:03:14.518" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:03:14.519" starttime="20181202 17:03:14.518"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.519" starttime="20181202 17:03:10.994"></status>
</kw>
<msg timestamp="20181202 17:03:14.519" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:03:14.519" starttime="20181202 16:53:13.816"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.519" starttime="20181202 16:53:13.816"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.520" starttime="20181202 16:53:13.816"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.520" starttime="20181202 16:53:13.816"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.520" starttime="20181202 16:53:13.815"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.520" starttime="20181202 16:51:57.489"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:14.520" starttime="20181202 16:51:08.987"></status>
</kw>
<test id="s1-s6-t1" name="Verify Network Broadcast traffic between the VMs hosted in Single Network">
<doc>This TC is to verify Network Broadcast traffic between the VMs hosted in Same Network on same/different compute node</doc>
<status status="FAIL" endtime="20181202 17:03:14.522" critical="yes" starttime="20181202 17:03:14.521">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s6-t2" name="Verify Network Broadcast traffic between the VMs hosted in Multi Network">
<doc>This TC is to verify Network Broadcast traffic between the VMs hosted in Different Network on same/different compute node.</doc>
<status status="FAIL" endtime="20181202 17:03:14.524" critical="yes" starttime="20181202 17:03:14.523">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s6-t3" name="Verify Subnet Broadcast traffic between the VMs hosted on same compute node in Single Network">
<doc>Verify L3-Subnet Broadcast traffic between the VMs hosted on same compute node in Single Network</doc>
<status status="FAIL" endtime="20181202 17:03:14.524" critical="yes" starttime="20181202 17:03:14.524">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s6-t4" name="Verify Subnet Broadcast traffic between the VMs hosted on Different compute node in Single Network">
<doc>Verify L3-Subnet Broadcast traffic between the VMs hosted on same compute node in Single Network</doc>
<status status="FAIL" endtime="20181202 17:03:14.525" critical="yes" starttime="20181202 17:03:14.525">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s6-t5" name="Verify Subnet Broadcast traffic between the VMs hosted on same compute node in Multi Network">
<doc>Verify L3-Subnet Broadcast traffic between the VMs hosted on same compute node in Multi Network</doc>
<status status="FAIL" endtime="20181202 17:03:14.526" critical="yes" starttime="20181202 17:03:14.525">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s6-t6" name="Verify Subnet Broadcast traffic between the VMs hosted on Different compute node in Multi Network">
<doc>Verify L3-Subnet Broadcast traffic between the VMs hosted on Different compute node in Multi Network</doc>
<status status="FAIL" endtime="20181202 17:03:14.527" critical="yes" starttime="20181202 17:03:14.526">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:03:14.531" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 17:03:14.531" starttime="20181202 17:03:14.530"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:14.533" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:03:14.964" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 17:03:14.964" starttime="20181202 17:03:14.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:03:14.965" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1350
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 447
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3168
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1956
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 120
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 64.490235
distributed-data-store.config.commit.rate_Mean     = 7.20346496806
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 1805
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.096157
distributed-data-store.operational.commit.rate_Max      = 15.079998
distributed-data-store.operational.commit.rate_Mean     = 0.492929729768
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 5208
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 17:03:14.965" starttime="20181202 17:03:14.964"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:14.965" starttime="20181202 17:03:14.530"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:14.965" starttime="20181202 17:03:14.530"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:14.965" starttime="20181202 17:03:14.529"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:03:14.967" level="INFO">${tmpdir} = CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:14.967" starttime="20181202 17:03:14.967"></status>
</kw>
<msg timestamp="20181202 17:03:14.968" level="INFO">${dstdir} = /tmp/CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:14.968" starttime="20181202 17:03:14.967"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:03:14.968" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:14.968" starttime="20181202 17:03:14.968"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:14.970" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group_L3Bcast 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:03:15.283" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 17:03:15.283" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 17:03:15.283" starttime="20181202 17:03:14.968"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.285" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 17:03:15.285" starttime="20181202 17:03:15.284"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.286" starttime="20181202 17:03:15.285"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.286" starttime="20181202 17:03:14.966"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.286" starttime="20181202 17:03:14.965"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:03:15.289" level="INFO">${tmpdir} = CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:15.289" starttime="20181202 17:03:15.288"></status>
</kw>
<msg timestamp="20181202 17:03:15.289" level="INFO">${dstdir} = /tmp/CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:15.289" starttime="20181202 17:03:15.288"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:03:15.290" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group_L3Bcast</msg>
<status status="PASS" endtime="20181202 17:03:15.290" starttime="20181202 17:03:15.289"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.292" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Security_Group_L3Bcast 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:03:15.542" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 17:03:15.542" level="INFO">${output} = 2018-12-02 17:03:15,502 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:03:15,505 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 17:03:15.542" starttime="20181202 17:03:15.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.544" level="INFO">rc: 1, output: 2018-12-02 17:03:15,502 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:03:15,505 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 17:03:15,508 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 17:03:15,517 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:42c3b673-945b-4e72-a24b-00d223572aab
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 17:03:15.544" starttime="20181202 17:03:15.543"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 17:03:15.545" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 17:03:15.545" starttime="20181202 17:03:15.544"></status>
</kw>
<status status="FAIL" endtime="20181202 17:03:15.545" starttime="20181202 17:03:15.287"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.545" starttime="20181202 17:03:15.287"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.545" starttime="20181202 17:03:14.529"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.547" starttime="20181202 17:03:15.547"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.549" starttime="20181202 17:03:15.548"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.549" starttime="20181202 17:03:15.549"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.554" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 17:03:15.554" starttime="20181202 17:03:15.549"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.570" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.570" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 17:03:15.570" starttime="20181202 17:03:15.554"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.571" starttime="20181202 17:03:15.548"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.572" starttime="20181202 17:03:15.572"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.572" starttime="20181202 17:03:15.572"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.574" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 17:03:15.574" starttime="20181202 17:03:15.573"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.590" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.590" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 17:03:15.590" starttime="20181202 17:03:15.575"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.590" starttime="20181202 17:03:15.571"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.592" starttime="20181202 17:03:15.592"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.592" starttime="20181202 17:03:15.592"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.594" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 17:03:15.595" starttime="20181202 17:03:15.592"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.600" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.600" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 17:03:15.600" starttime="20181202 17:03:15.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.601" starttime="20181202 17:03:15.591"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.602" starttime="20181202 17:03:15.601"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.602" starttime="20181202 17:03:15.602"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.604" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 17:03:15.604" starttime="20181202 17:03:15.602"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.607" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.607" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 17:03:15.607" starttime="20181202 17:03:15.604"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.608" starttime="20181202 17:03:15.601"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.609" starttime="20181202 17:03:15.608"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.609" starttime="20181202 17:03:15.609"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.611" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 17:03:15.611" starttime="20181202 17:03:15.609"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.616" level="INFO">qdhcp-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b
qdhcp-42c3b673-945b-4e72-a24b-00d223572aab
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.616" level="INFO">${output} = qdhcp-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b
qdhcp-42c3b673-945b-4e72-a24b-00d223572aab
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:03:15.616" starttime="20181202 17:03:15.612"></status>
</kw>
<msg timestamp="20181202 17:03:15.616" level="INFO">${nslist} = qdhcp-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b
qdhcp-42c3b673-945b-4e72-a24b-00d223572aab
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:03:15.616" starttime="20181202 17:03:15.608"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 17:03:15.617" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 17:03:15.617" level="INFO">@{lines} = [ qdhcp-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b | qdhcp-42c3b673-945b-4e72-a24b-00d223572aab ]</msg>
<status status="PASS" endtime="20181202 17:03:15.617" starttime="20181202 17:03:15.617"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.619" starttime="20181202 17:03:15.618"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.619" starttime="20181202 17:03:15.619"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.622" level="INFO">sudo ip netns exec qdhcp-dfedf5b4-4980-4f 6f-8c0f-d0bdbef79b1b ip -o link</msg>
<status status="PASS" endtime="20181202 17:03:15.622" starttime="20181202 17:03:15.619"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.647" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
85: tap3a9e9d41-b5: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:66:be:a1 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.648" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
85: tap3a9e9d41-b5: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:03:15.648" starttime="20181202 17:03:15.622"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.648" starttime="20181202 17:03:15.618"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.649" starttime="20181202 17:03:15.649"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.650" starttime="20181202 17:03:15.649"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.653" level="INFO">sudo ip netns exec qdhcp-dfedf5b4-4980-4f 6f-8c0f-d0bdbef79b1b ip -o addr</msg>
<status status="PASS" endtime="20181202 17:03:15.653" starttime="20181202 17:03:15.650"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.673" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
85: tap3a9e9d41-b5    inet 56.0.0.2/24 brd 56.0.0.255 scope global tap3a9e9d41-b5\       valid_lft forever preferred_lft forever
85: tap3a9e9d41-b5    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap3a9e9d41-b5\       valid_lft forever preferred_lft forever
85: tap3a9e9d41-b5    inet6 fe80::f816:3eff:fe66:bea1/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.674" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
85: tap3a9e9d41-b5    inet 56...</msg>
<status status="PASS" endtime="20181202 17:03:15.674" starttime="20181202 17:03:15.653"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.674" starttime="20181202 17:03:15.648"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.675" starttime="20181202 17:03:15.675"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.676" starttime="20181202 17:03:15.675"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.678" level="INFO">sudo ip netns exec qdhcp-dfedf5b4-4980-4f 6f-8c0f-d0bdbef79b1b ip route</msg>
<status status="PASS" endtime="20181202 17:03:15.678" starttime="20181202 17:03:15.676"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.696" level="INFO">default via 56.0.0.1 dev tap3a9e9d41-b5 
56.0.0.0/24 dev tap3a9e9d41-b5 proto kernel scope link src 56.0.0.2 
169.254.0.0/16 dev tap3a9e9d41-b5 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.696" level="INFO">${output} = default via 56.0.0.1 dev tap3a9e9d41-b5 
56.0.0.0/24 dev tap3a9e9d41-b5 proto kernel scope link src 56.0.0.2 
169.254.0.0/16 dev tap3a9e9d41-b5 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:03:15.697" starttime="20181202 17:03:15.679"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.697" starttime="20181202 17:03:15.674"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.697" starttime="20181202 17:03:15.618"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-42c3b673-945b-4e72-a24b-00d223572aab">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.699" starttime="20181202 17:03:15.698"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.699" starttime="20181202 17:03:15.699"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.701" level="INFO">sudo ip netns exec qdhcp-42c3b673-945b-4e 72-a24b-00d223572aab ip -o link</msg>
<status status="PASS" endtime="20181202 17:03:15.702" starttime="20181202 17:03:15.699"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.728" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
84: tapafd98249-91: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:a7:a6:5b brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.728" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
84: tapafd98249-91: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:03:15.728" starttime="20181202 17:03:15.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.729" starttime="20181202 17:03:15.697"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.730" starttime="20181202 17:03:15.730"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.730" starttime="20181202 17:03:15.730"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.733" level="INFO">sudo ip netns exec qdhcp-42c3b673-945b-4e 72-a24b-00d223572aab ip -o addr</msg>
<status status="PASS" endtime="20181202 17:03:15.733" starttime="20181202 17:03:15.731"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.755" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
84: tapafd98249-91    inet 55.0.0.2/24 brd 55.0.0.255 scope global tapafd98249-91\       valid_lft forever preferred_lft forever
84: tapafd98249-91    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapafd98249-91\       valid_lft forever preferred_lft forever
84: tapafd98249-91    inet6 fe80::f816:3eff:fea7:a65b/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.755" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
84: tapafd98249-91    inet 55...</msg>
<status status="PASS" endtime="20181202 17:03:15.755" starttime="20181202 17:03:15.733"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.756" starttime="20181202 17:03:15.729"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.757" starttime="20181202 17:03:15.757"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.757" starttime="20181202 17:03:15.757"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.760" level="INFO">sudo ip netns exec qdhcp-42c3b673-945b-4e 72-a24b-00d223572aab ip route</msg>
<status status="PASS" endtime="20181202 17:03:15.760" starttime="20181202 17:03:15.757"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.779" level="INFO">default via 55.0.0.1 dev tapafd98249-91 
55.0.0.0/24 dev tapafd98249-91 proto kernel scope link src 55.0.0.2 
169.254.0.0/16 dev tapafd98249-91 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.779" level="INFO">${output} = default via 55.0.0.1 dev tapafd98249-91 
55.0.0.0/24 dev tapafd98249-91 proto kernel scope link src 55.0.0.2 
169.254.0.0/16 dev tapafd98249-91 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:03:15.779" starttime="20181202 17:03:15.760"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.779" starttime="20181202 17:03:15.756"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.780" starttime="20181202 17:03:15.697"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.780" starttime="20181202 17:03:15.617"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.781" starttime="20181202 17:03:15.780"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.781" starttime="20181202 17:03:15.781"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.783" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 17:03:15.783" starttime="20181202 17:03:15.781"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.804" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap3a9e9d41-b5"
            tag: 4095
            Interface "tap3a9e9d41-b5"
                type: internal
        Port "tapafd98249-91"
            tag: 4095
            Interface "tapafd98249-91"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.805" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 17:03:15.805" starttime="20181202 17:03:15.783"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.805" starttime="20181202 17:03:15.780"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.806" starttime="20181202 17:03:15.806"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.807" starttime="20181202 17:03:15.806"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.808" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 17:03:15.808" starttime="20181202 17:03:15.807"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.828" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 60
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 60
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.828" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 60
datapath_types...</msg>
<status status="PASS" endtime="20181202 17:03:15.828" starttime="20181202 17:03:15.809"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.828" starttime="20181202 17:03:15.805"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.830" starttime="20181202 17:03:15.829"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.830" starttime="20181202 17:03:15.830"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.832" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 17:03:15.832" starttime="20181202 17:03:15.830"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:15.848" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 26(tapafd98249-91): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 27(tap3a9e9d41-b5): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:15.848" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 17:03:15.849" starttime="20181202 17:03:15.832"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:15.849" starttime="20181202 17:03:15.829"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:15.850" starttime="20181202 17:03:15.850"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:15.850" starttime="20181202 17:03:15.850"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:15.853" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 17:03:15.853" starttime="20181202 17:03:15.851"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:16.248" level="INFO">cookie=0x8000000, duration=4114.820s, table=0, n_packets=4111, n_bytes=221994, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=669.924s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tapafd98249-91",vlan_tci=0x0000/0x1fff actions=write_metadata:0x210000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=667.065s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap3a9e9d41-b5",vlan_tci=0x0000/0x1fff actions=write_metadata:0x220000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4114.802s, table=17, n_packets=4111, n_bytes=221994, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=645.040s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x9000210000000000/0xffffff0000000000 actions=load:0x21-&gt;NXM_NX_REG1[0..19],load:0x1397-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000211397000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8000001, duration=645.037s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x210000000000/0xffffff0000000000 actions=load:0x186a3-&gt;NXM_NX_REG3[0..24],write_metadata:0x9000210000030d46/0xfffffffffffffffe,goto_table:19
 cookie=0x8000001, duration=641.224s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x220000000000/0xffffff0000000000 actions=load:0x186a3-&gt;NXM_NX_REG3[0..24],write_metadata:0x9000220000030d46/0xfffffffffffffffe,goto_table:19
 cookie=0x8040000, duration=641.216s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x9000220000000000/0xffffff0000000000 actions=load:0x22-&gt;NXM_NX_REG1[0..19],load:0x1398-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000221398000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4406.899s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4406.885s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4406.880s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x8000009, duration=645.285s, table=19, n_packets=0, n_bytes=0, priority=20,metadata=0x30d46/0xfffffe,dl_dst=fa:16:3e:c3:5e:35 actions=goto_table:21
 cookie=0x8000009, duration=641.284s, table=19, n_packets=0, n_bytes=0, priority=20,metadata=0x30d46/0xfffffe,dl_dst=fa:16:3e:df:ee:79 actions=goto_table:21
 cookie=0x1080000, duration=4406.862s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4406.890s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=645.040s, table=21, n_packets=0, n_bytes=0, priority=42,icmp,metadata=0x30d46/0xfffffe,nw_dst=55.0.0.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c3:5e:35-&gt;eth_src,move:NXM_OF_IP_SRC[]-&gt;NXM_OF_IP_DST[],set_field:55.0.0.1-&gt;ip_src,set_field:0-&gt;icmp_type,load:0-&gt;NXM_OF_IN_PORT[],resubmit(,21)
 cookie=0x8000003, duration=641.272s, table=21, n_packets=0, n_bytes=0, priority=42,icmp,metadata=0x30d46/0xfffffe,nw_dst=56.0.0.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:df:ee:79-&gt;eth_src,move:NXM_OF_IP_SRC[]-&gt;NXM_OF_IP_DST[],set_field:56.0.0.1-&gt;ip_src,set_field:0-&gt;icmp_type,load:0-&gt;NXM_OF_IN_PORT[],resubmit(,21)
 cookie=0x8000003, duration=644.756s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=55.0.0.2 actions=group:150000
 cookie=0x8000003, duration=640.765s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d46/0xfffffe,nw_dst=56.0.0.2 actions=group:150001
 cookie=0x8000003, duration=4245.792s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4245.792s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4406.862s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4406.862s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4406.702s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001397, duration=669.007s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x55 actions=write_metadata:0x1397000000/0xfffffffff000000,goto_table:51
 cookie=0x9001398, duration=666.111s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x22 actions=write_metadata:0x1398000000/0xfffffffff000000,goto_table:51
 cookie=0x9051397, duration=669.924s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x55 actions=write_metadata:0x1397000000/0xfffffffff000000,goto_table:51
 cookie=0x9051398, duration=667.065s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x22 actions=write_metadata:0x1398000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=4406.314s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4406.306s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4406.702s, table=43, n_packets=4280, n_bytes=233388, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4406.906s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4406.831s, table=48, n_packets=4281, n_bytes=233430, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=8.382s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8051397, duration=668.984s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x211397000000/0xfffffffff000000,dl_src=fa:16:3e:a7:a6:5b actions=goto_table:51
 cookie=0x8051398, duration=666.099s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x221398000000/0xfffffffff000000,dl_src=fa:16:3e:66:be:a1 actions=goto_table:51
 cookie=0x8050001, duration=4406.702s, table=50, n_packets=3737, n_bytes=201798, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4406.831s, table=50, n_packets=378, n_bytes=20496, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4247.849s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031397, duration=668.980s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1397000000/0xffff000000,dl_dst=fa:16:3e:a7:a6:5b actions=load:0x2100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031398, duration=666.095s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1398000000/0xffff000000,dl_dst=fa:16:3e:66:be:a1 actions=load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4406.702s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4406.702s, table=51, n_packets=4281, n_bytes=233430, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4248.204s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4248.194s, table=52, n_packets=4217, n_bytes=227706, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3307.451s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3307.448s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3292.013s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3292.013s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701397, duration=668.997s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1397000000/0xffff000001 actions=write_actions(group:210030)
 cookie=0x8701397, duration=668.989s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1397000001/0xffff000001 actions=write_actions(group:210029)
 cookie=0x8701398, duration=666.107s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1398000000/0xffff000001 actions=write_actions(group:210032)
 cookie=0x8701398, duration=666.103s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1398000001/0xffff000001 actions=write_actions(group:210031)
 cookie=0x8800001, duration=4248.189s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3307.135s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3291.681s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800021, duration=668.962s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x21,metadata=0x210000000000/0xfffff0000000000 actions=drop
 cookie=0x8800022, duration=666.087s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x22,metadata=0x220000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4248.192s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3307.141s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3291.683s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800021, duration=668.975s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x21 actions=load:0x2100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800022, duration=666.091s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x22 actions=load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4406.899s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4406.862s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x3f220121, duration=645.040s, table=81, n_packets=0, n_bytes=0, priority=100,arp,metadata=0x211397000000/0xfffffffff000000,arp_tpa=55.0.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:c3:5e:35-&gt;eth_src,load:0x2-&gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]-&gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]-&gt;NXM_OF_ARP_TPA[],load:0xfa163ec35e35-&gt;NXM_NX_ARP_SHA[],load:0x37000001-&gt;NXM_OF_ARP_SPA[],load:0-&gt;NXM_OF_IN_PORT[],load:0x2100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x40220122, duration=641.253s, table=81, n_packets=0, n_bytes=0, priority=100,arp,metadata=0x221398000000/0xfffffffff000000,arp_tpa=56.0.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:df:ee:79-&gt;eth_src,load:0x2-&gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]-&gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]-&gt;NXM_OF_ARP_TPA[],load:0xfa163edfee79-&gt;NXM_NX_ARP_SHA[],load:0x38000001-&gt;NXM_OF_ARP_SPA[],load:0-&gt;NXM_OF_IN_PORT[],load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8220000, duration=4406.702s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4406.894s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4406.644s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4406.644s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4406.644s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4406.638s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4406.619s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4406.619s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4406.619s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4406.619s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4406.642s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4406.638s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4406.638s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4114.791s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4114.791s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=669.924s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2100 actions=output:"tapafd98249-91"
 cookie=0x8000007, duration=667.052s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2200 actions=output:"tap3a9e9d41-b5"
 cookie=0x6900000, duration=4406.619s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4406.619s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4406.619s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4406.619s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4406.619s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4406.619s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4406.619s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4406.644s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4406.642s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4406.644s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4406.644s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4406.644s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4406.644s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4406.644s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4406.619s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4406.619s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4406.619s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:16.248" level="INFO">${output} =  cookie=0x8000000, duration=4114.820s, table=0, n_packets=4111, n_bytes=221994, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 17:03:16.248" starttime="20181202 17:03:15.853"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.249" starttime="20181202 17:03:15.849"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:16.250" starttime="20181202 17:03:16.250"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:16.250" starttime="20181202 17:03:16.250"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.254" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 17:03:16.254" starttime="20181202 17:03:16.250"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:16.279" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210030,type=all,bucket=actions=group:210029
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=150000,type=all,bucket=actions=set_field:fa:16:3e:c3:5e:35-&gt;eth_src,set_field:fa:16:3e:a7:a6:5b-&gt;eth_dst,load:0x2100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210029,type=all,bucket=actions=set_field:0x21-&gt;tun_id,resubmit(,55)
 group_id=210031,type=all,bucket=actions=set_field:0x22-&gt;tun_id,resubmit(,55)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210032,type=all,bucket=actions=group:210031
 group_id=150001,type=all,bucket=actions=set_field:fa:16:3e:df:ee:79-&gt;eth_src,set_field:fa:16:3e:66:be:a1-&gt;eth_dst,load:0x2200-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:16.279" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210030,type=all,bucket=actions=group:210029
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535...</msg>
<status status="PASS" endtime="20181202 17:03:16.279" starttime="20181202 17:03:16.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.280" starttime="20181202 17:03:16.249"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:16.281" starttime="20181202 17:03:16.281"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:03:16.282" starttime="20181202 17:03:16.282"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.284" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 17:03:16.285" starttime="20181202 17:03:16.282"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:16.313" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210030,duration=670.059s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=2543.003s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=4407.054s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=3293.085s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=3308.231s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=150000,duration=645.470s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210004,duration=4248.975s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=2531.751s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210029,duration=670.359s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210031,duration=667.500s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=4249.294s,ref_count=1,packet_count=4217,byte_count=227706
 group_id=210009,duration=3308.522s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=3292.780s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
 group_id=210032,duration=667.183s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=150001,duration=641.661s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:03:16.313" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210030,duration=670.059s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=2543.003s,ref_count=...</msg>
<status status="PASS" endtime="20181202 17:03:16.313" starttime="20181202 17:03:16.285"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.314" starttime="20181202 17:03:16.280"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.314" starttime="20181202 17:03:15.547"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.314" starttime="20181202 17:03:15.546"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.314" starttime="20181202 17:03:15.546"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.314" starttime="20181202 17:03:15.546"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 17:03:16.324" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622c06890&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:03:16.324" starttime="20181202 17:03:16.323"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.330" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.330" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.330" starttime="20181202 17:03:16.325"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.331" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.331" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.331" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.331" starttime="20181202 17:03:16.330"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.331" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.331" starttime="20181202 17:03:16.331"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.331" starttime="20181202 17:03:16.324"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.334" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.334" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.334" starttime="20181202 17:03:16.332"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.335" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","segmentation-id":85,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5015,"mac-timeout":300},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","segmentation-id":34,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5016,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 17:03:16.335" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.335" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 17:03:16.335" starttime="20181202 17:03:16.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.335" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "elan-tag": 5015,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 85
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "elan-tag": 5016,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 34
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.335" starttime="20181202 17:03:16.335"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.335" starttime="20181202 17:03:16.331"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.339" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.339" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.339" starttime="20181202 17:03:16.336"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.340" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"5886c549-2113-4729-a306-d3235da394a5","elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","static-mac-entries":[{"mac-address":"fa:16:3e:86:4b:54","ip-prefix":"55.0.0.4"}]},{"name":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","static-mac-entries":[{"mac-address":"fa:16:3e:da:7e:3d","ip-prefix":"56.0.0.15"}]},{"name":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","static-mac-entries":[{"mac-address":"fa:16:3e:c3:5e:35","ip-prefix":"55.0.0.1"}]},{"name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","static-mac-entries":[{"mac-address":"fa:16:3e:66:be:a1","ip-prefix":"56.0.0.2"}]},{"name":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","static-mac-entries":[{"mac-address":"fa:16:3e:df:ee:79","ip-prefix":"56.0.0.1"}]},{"name":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","static-mac-entries":[{"mac-address":"fa:16:3e:4d:aa:9d","ip-prefix":"55.0.0.10"}]},{"name":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","static-mac-entries":[{"mac-address":"fa:16:3e:1f:a1:ad","ip-prefix":"55.0.0.3"}]},{"name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","static-mac-entries":[{"mac-address":"fa:16:3e:a7:a6:5b","ip-prefix":"55.0.0.2"}]},{"name":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","static-mac-entries":[{"mac-address":"fa:16:3e:c9:94:da","ip-prefix":"56.0.0.7"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.340" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.340" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "5886c549-2113-4729-a306-d323...</msg>
<status status="PASS" endtime="20181202 17:03:16.340" starttime="20181202 17:03:16.339"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.341" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "5886c549-2113-4729-a306-d3235da394a5",
                "static-mac-entries": [
                    {
                        "ip-prefix": "55.0.0.4",
                        "mac-address": "fa:16:3e:86:4b:54"
                    }
                ]
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "name": "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "56.0.0.15",
                        "mac-address": "fa:16:3e:da:7e:3d"
                    }
                ]
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "static-mac-entries": [
                    {
                        "ip-prefix": "55.0.0.1",
                        "mac-address": "fa:16:3e:c3:5e:35"
                    }
                ]
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "static-mac-entries": [
                    {
                        "ip-prefix": "56.0.0.2",
                        "mac-address": "fa:16:3e:66:be:a1"
                    }
                ]
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "static-mac-entries": [
                    {
                        "ip-prefix": "56.0.0.1",
                        "mac-address": "fa:16:3e:df:ee:79"
                    }
                ]
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                "static-mac-entries": [
                    {
                        "ip-prefix": "55.0.0.10",
                        "mac-address": "fa:16:3e:4d:aa:9d"
                    }
                ]
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "8c228cbd-96eb-4d95-a4a0-a91c141ec264",
                "static-mac-entries": [
                    {
                        "ip-prefix": "55.0.0.3",
                        "mac-address": "fa:16:3e:1f:a1:ad"
                    }
                ]
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "static-mac-entries": [
                    {
                        "ip-prefix": "55.0.0.2",
                        "mac-address": "fa:16:3e:a7:a6:5b"
                    }
                ]
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "static-mac-entries": [
                    {
                        "ip-prefix": "56.0.0.7",
                        "mac-address": "fa:16:3e:c9:94:da"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.341" starttime="20181202 17:03:16.340"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.341" starttime="20181202 17:03:16.336"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.344" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.344" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.344" starttime="20181202 17:03:16.341"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.347" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543769528}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","id-value":[33]},{"id-key":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","id-value":[34]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543769554}],"id-entries":[{"id-key":"nexthop.10000355.0.0.2/32","id-value":[150000]},{"id-key":"nexthop.10000356.0.0.2/32","id-value":[150001]}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":150001,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012},{"ready-time-sec":1543769468,"id":5014}],"available-id-count":13,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5016,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543769522}],"id-entries":[{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","id-value":[5016]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"42c3b673-945b-4e72-a24b-00d223572aab","id-value":[5015]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30},{"ready-time-sec":1543769453,"id":31},{"ready-time-sec":1543769466,"id":32}],"available-id-count":31,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":34,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":11,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001}],"available-id-count":1,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100007,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543769554}],"id-entries":[{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c","id-value":[100003]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.2/32","id-value":[100005]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32","id-value":[100006]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.2/32","id-value":[100007]},{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32","id-value":[100004]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543769530}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"bb415e1c-309f-465e-858d-aa699f9349f0","id-value":[11]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 17:03:16.347" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.348" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 17:03:16.348" starttime="20181202 17:03:16.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.348" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543769528
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                        "id-value": [
                            33
                        ]
                    },
                    {
                        "id-key": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                        "id-value": [
                            34
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543769554
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "nexthop.10000355.0.0.2/32",
                        "id-value": [
                            150000
                        ]
                    },
                    {
                        "id-key": "nexthop.10000356.0.0.2/32",
                        "id-value": [
                            150001
                        ]
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 150001,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5016,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 13,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        },
                        {
                            "id": 5014,
                            "ready-time-sec": 1543769468
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543769522
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                        "id-value": [
                            5016
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "42c3b673-945b-4e72-a24b-00d223572aab",
                        "id-value": [
                            5015
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 34,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 31,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1543769453
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1543769466
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 11,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100007,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 1,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543769554
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c",
                        "id-value": [
                            100003
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.2/32",
                        "id-value": [
                            100005
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32",
                        "id-value": [
                            100006
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.2/32",
                        "id-value": [
                            100007
                        ]
                    },
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32",
                        "id-value": [
                            100004
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543769530
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "bb415e1c-309f-465e-858d-aa699f9349f0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.349" starttime="20181202 17:03:16.348"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.349" starttime="20181202 17:03:16.341"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.351" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.352" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.352" starttime="20181202 17:03:16.349"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.353" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb415e1c-309f-465e-858d-aa699f9349f0","access-list-entries":{"ace":[{"rule-name":"35efcca2-d46a-44e9-93e7-70a3d00c9eba","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"f1698fc4-e691-430a-9bce-fb99c1d95f05","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aa740b16-2d5a-4083-b5d0-56206fb99329","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6fa6ba30-8ad8-45fe-b6d4-a10c998360c3","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"a06183da-ad1f-44a7-bd7a-a043965163ec","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"07c10f14-3bae-4569-9e78-f3d699ada5c3","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"a4333eed-d2f9-4fba-a4ac-49c92281cbc6","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c8e72eac-73ac-43a1-b89a-4f5a49dceb94","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 17:03:16.354" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.354" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 17:03:16.354" starttime="20181202 17:03:16.352"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.354" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "35efcca2-d46a-44e9-93e7-70a3d00c9eba"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "f1698fc4-e691-430a-9bce-fb99c1d95f05"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "aa740b16-2d5a-4083-b5d0-56206fb99329"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "6fa6ba30-8ad8-45fe-b6d4-a10c998360c3"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "a06183da-ad1f-44a7-bd7a-a043965163ec"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "07c10f14-3bae-4569-9e78-f3d699ada5c3"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "a4333eed-d2f9-4fba-a4ac-49c92281cbc6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "c8e72eac-73ac-43a1-b89a-4f5a49dceb94"
                        }
                    ]
                },
                "acl-name": "bb415e1c-309f-465e-858d-aa699f9349f0",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.355" starttime="20181202 17:03:16.354"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.355" starttime="20181202 17:03:16.349"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.358" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.358" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.358" starttime="20181202 17:03:16.355"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.359" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk"},{"name":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:4d:aa:9d","ip-address":"55.0.0.10"},{"mac-address":"fa:16:3e:4d:aa:9d","ip-address":"fe80:0:0:0:f816:3eff:fe4d:aa9d"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:1f:a1:ad","ip-address":"fe80:0:0:0:f816:3eff:fe1f:a1ad"},{"mac-address":"fa:16:3e:1f:a1:ad","ip-address":"55.0.0.3"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapafd98249-91"},{"name":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:da:7e:3d","ip-address":"fe80:0:0:0:f816:3eff:feda:7e3d"},{"mac-address":"fa:16:3e:da:7e:3d","ip-address":"56.0.0.15"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"5886c549-2113-4729-a306-d3235da394a5","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:86:4b:54","ip-address":"55.0.0.4"},{"mac-address":"fa:16:3e:86:4b:54","ip-address":"fe80:0:0:0:f816:3eff:fe86:4b54"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk"},{"name":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c9:94:da","ip-address":"56.0.0.7"},{"mac-address":"fa:16:3e:c9:94:da","ip-address":"fe80:0:0:0:f816:3eff:fec9:94da"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap3a9e9d41-b5"}]}} </msg>
<msg timestamp="20181202 17:03:16.359" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.359" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "odl-interface:l2vlan-mode":...</msg>
<status status="PASS" endtime="20181202 17:03:16.359" starttime="20181202 17:03:16.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.360" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "55.0.0.10",
                        "mac-address": "fa:16:3e:4d:aa:9d"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe4d:aa9d",
                        "mac-address": "fa:16:3e:4d:aa:9d"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "bb415e1c-309f-465e-858d-aa699f9349f0"
                ],
                "enabled": true,
                "name": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe1f:a1ad",
                        "mac-address": "fa:16:3e:1f:a1:ad"
                    },
                    {
                        "ip-address": "55.0.0.3",
                        "mac-address": "fa:16:3e:1f:a1:ad"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "bb415e1c-309f-465e-858d-aa699f9349f0"
                ],
                "enabled": true,
                "name": "8c228cbd-96eb-4d95-a4a0-a91c141ec264",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapafd98249-91",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:feda:7e3d",
                        "mac-address": "fa:16:3e:da:7e:3d"
                    },
                    {
                        "ip-address": "56.0.0.15",
                        "mac-address": "fa:16:3e:da:7e:3d"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "bb415e1c-309f-465e-858d-aa699f9349f0"
                ],
                "enabled": true,
                "name": "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "55.0.0.4",
                        "mac-address": "fa:16:3e:86:4b:54"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe86:4b54",
                        "mac-address": "fa:16:3e:86:4b:54"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "bb415e1c-309f-465e-858d-aa699f9349f0"
                ],
                "enabled": true,
                "name": "5886c549-2113-4729-a306-d3235da394a5",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "56.0.0.7",
                        "mac-address": "fa:16:3e:c9:94:da"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec9:94da",
                        "mac-address": "fa:16:3e:c9:94:da"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "bb415e1c-309f-465e-858d-aa699f9349f0"
                ],
                "enabled": true,
                "name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap3a9e9d41-b5",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.360" starttime="20181202 17:03:16.359"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.360" starttime="20181202 17:03:16.355"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.365" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.365" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.365" starttime="20181202 17:03:16.360"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.370" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.42c3b673-945b-4e72-a24b-00d223572aab.afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84137738240,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5015,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":33,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]},{"service-priority":8,"service-name":"vpn.2678e637-51fb-44d1-afb6-213c086f384c.afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":10,"flow-cookie":134217729,"instruction":[{"order":1,"apply-actions":{"action":[{"order":0,"nx-reg-load":{"value":100003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":2,"write-metadata":{"metadata":200006,"metadata-mask":16777214}},{"order":3,"go-to-table":{"table_id":19}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"26"}}]}}]}]},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"27"}}]}}]}]},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84154515456,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5016,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":34,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]},{"service-priority":8,"service-name":"vpn.2678e637-51fb-44d1-afb6-213c086f384c.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":10,"flow-cookie":134217729,"instruction":[{"order":1,"apply-actions":{"action":[{"order":0,"nx-reg-load":{"value":100003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":2,"write-metadata":{"metadata":200006,"metadata-mask":16777214}},{"order":3,"go-to-table":{"table_id":19}}]}]},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-ingress"}]}} </msg>
<msg timestamp="20181202 17:03:16.370" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.370" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 17:03:16.370" starttime="20181202 17:03:16.366"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.371" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84137738240,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5015
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 33
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.42c3b673-945b-4e72-a24b-00d223572aab.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 134217729,
                        "flow-priority": 10,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 24,
                                                    "nx-reg": "nicira-match:nxm-nx-reg3",
                                                    "start": 0
                                                },
                                                "value": 100003
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 1
                            },
                            {
                                "order": 2,
                                "write-metadata": {
                                    "metadata": 200006,
                                    "metadata-mask": 16777214
                                }
                            },
                            {
                                "go-to-table": {
                                    "table_id": 19
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "vpn.2678e637-51fb-44d1-afb6-213c086f384c.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                        "service-priority": 8,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "26"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "27"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84154515456,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5016
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 34
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 134217729,
                        "flow-priority": 10,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 24,
                                                    "nx-reg": "nicira-match:nxm-nx-reg3",
                                                    "start": 0
                                                },
                                                "value": 100003
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 1
                            },
                            {
                                "order": 2,
                                "write-metadata": {
                                    "metadata": 200006,
                                    "metadata-mask": 16777214
                                }
                            },
                            {
                                "go-to-table": {
                                    "table_id": 19
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "vpn.2678e637-51fb-44d1-afb6-213c086f384c.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                        "service-priority": 8,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.372" starttime="20181202 17:03:16.371"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.372" starttime="20181202 17:03:16.360"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.375" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.376" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.376" starttime="20181202 17:03:16.372"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.377" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"42c3b673-945b-4e72-a24b-00d223572aab"},{"zone-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.377" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.377" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 17:03:16.377" starttime="20181202 17:03:16.376"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.378" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "42c3b673-945b-4e72-a24b-00d223572aab"
                            },
                            {
                                "zone-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
                            },
                            {
                                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.378" starttime="20181202 17:03:16.378"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.378" starttime="20181202 17:03:16.372"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.382" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.383" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.383" starttime="20181202 17:03:16.379"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.384" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.384" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.384" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.384" starttime="20181202 17:03:16.383"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.385" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.385" starttime="20181202 17:03:16.385"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.385" starttime="20181202 17:03:16.378"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.389" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.390" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.390" starttime="20181202 17:03:16.386"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.391" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.391" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.391" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.391" starttime="20181202 17:03:16.390"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.392" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.392" starttime="20181202 17:03:16.391"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.392" starttime="20181202 17:03:16.385"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.395" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.396" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.396" starttime="20181202 17:03:16.392"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.396" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.396" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.396" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.396" starttime="20181202 17:03:16.396"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.397" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.397" starttime="20181202 17:03:16.397"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.397" starttime="20181202 17:03:16.392"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.408" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.408" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.408" starttime="20181202 17:03:16.397"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.409" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"42c3b673-945b-4e72-a24b-00d223572aab","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.409" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.409" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 17:03:16.409" starttime="20181202 17:03:16.408"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.410" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.410" starttime="20181202 17:03:16.410"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.410" starttime="20181202 17:03:16.397"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.413" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.413" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.413" starttime="20181202 17:03:16.410"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.414" level="INFO">To JSON using : content={"vpn-instances":{"vpn-instance":[{"vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c","type":"l3","ipv4-family":{"vpnTargets":{}},"l3vni":0}]}} </msg>
<msg timestamp="20181202 17:03:16.414" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.414" level="INFO">${pretty_output} = {
    "vpn-instances": {
        "vpn-instance": [
            {
                "ipv4-family": {
                    "vpnTargets": {}
                },
                "l3vni": 0,
                "t...</msg>
<status status="PASS" endtime="20181202 17:03:16.414" starttime="20181202 17:03:16.413"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.414" level="INFO">{
    "vpn-instances": {
        "vpn-instance": [
            {
                "ipv4-family": {
                    "vpnTargets": {}
                },
                "l3vni": 0,
                "type": "l3",
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.414" starttime="20181202 17:03:16.414"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.414" starttime="20181202 17:03:16.410"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.417" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.417" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.417" starttime="20181202 17:03:16.415"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.418" level="INFO">To JSON using : content={"vpn-interfaces":{"vpn-interface":[{"name":"5886c549-2113-4729-a306-d3235da394a5","router-interface":false,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":85,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"55.0.0.4/32","mac_address":"fa:16:3e:86:4b:54","adjacency_type":"primary-adjacency","subnet_id":"743be54c-afa5-433c-8e33-312db5989f49"}]},{"name":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","router-interface":false,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":34,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"56.0.0.15/32","mac_address":"fa:16:3e:da:7e:3d","adjacency_type":"primary-adjacency","subnet_id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95"}]},{"name":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","router-interface":true,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":85,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"55.0.0.1/32","mac_address":"fa:16:3e:c3:5e:35","adjacency_type":"primary-adjacency","subnet_id":"743be54c-afa5-433c-8e33-312db5989f49"}]},{"name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","router-interface":false,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":34,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"56.0.0.2/32","mac_address":"fa:16:3e:66:be:a1","adjacency_type":"primary-adjacency","subnet_id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95"}]},{"name":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","router-interface":true,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":34,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"56.0.0.1/32","mac_address":"fa:16:3e:df:ee:79","adjacency_type":"primary-adjacency","subnet_id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95"}]},{"name":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","router-interface":false,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":85,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"55.0.0.10/32","mac_address":"fa:16:3e:4d:aa:9d","adjacency_type":"primary-adjacency","subnet_id":"743be54c-afa5-433c-8e33-312db5989f49"}]},{"name":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","router-interface":false,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":85,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"55.0.0.3/32","mac_address":"fa:16:3e:1f:a1:ad","adjacency_type":"primary-adjacency","subnet_id":"743be54c-afa5-433c-8e33-312db5989f49"}]},{"name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","router-interface":false,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":85,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"55.0.0.2/32","mac_address":"fa:16:3e:a7:a6:5b","adjacency_type":"primary-adjacency","subnet_id":"743be54c-afa5-433c-8e33-312db5989f49"}]},{"name":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","router-interface":false,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","vpn-instance-names":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":34,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"56.0.0.7/32","mac_address":"fa:16:3e:c9:94:da","adjacency_type":"primary-adjacency","subnet_id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.418" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.419" level="INFO">${pretty_output} = {
    "vpn-interfaces": {
        "vpn-interface": [
            {
                "name": "5886c549-2113-4729-a306-d3235da394a5",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",...</msg>
<status status="PASS" endtime="20181202 17:03:16.419" starttime="20181202 17:03:16.417"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.419" level="INFO">{
    "vpn-interfaces": {
        "vpn-interface": [
            {
                "name": "5886c549-2113-4729-a306-d3235da394a5",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.4/32",
                        "mac_address": "fa:16:3e:86:4b:54",
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 85,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "56.0.0.15/32",
                        "mac_address": "fa:16:3e:da:7e:3d",
                        "subnet_id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 34,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.1/32",
                        "mac_address": "fa:16:3e:c3:5e:35",
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49"
                    }
                ],
                "router-interface": true,
                "segmentation-id": 85,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "56.0.0.2/32",
                        "mac_address": "fa:16:3e:66:be:a1",
                        "subnet_id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 34,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "56.0.0.1/32",
                        "mac_address": "fa:16:3e:df:ee:79",
                        "subnet_id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                    }
                ],
                "router-interface": true,
                "segmentation-id": 34,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.10/32",
                        "mac_address": "fa:16:3e:4d:aa:9d",
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 85,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "8c228cbd-96eb-4d95-a4a0-a91c141ec264",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.3/32",
                        "mac_address": "fa:16:3e:1f:a1:ad",
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 85,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.2/32",
                        "mac_address": "fa:16:3e:a7:a6:5b",
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 85,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            },
            {
                "name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "56.0.0.7/32",
                        "mac_address": "fa:16:3e:c9:94:da",
                        "subnet_id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 34,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.419" starttime="20181202 17:03:16.419"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.419" starttime="20181202 17:03:16.414"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.422" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.423" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.423" starttime="20181202 17:03:16.420"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.423" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 17:03:16.423" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.424" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 17:03:16.424" starttime="20181202 17:03:16.423"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.424" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:03:16.424" starttime="20181202 17:03:16.424"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.424" starttime="20181202 17:03:16.419"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.427" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.428" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.428" starttime="20181202 17:03:16.424"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.430" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"34","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgbcast_net_2"},{"uuid":"42c3b673-945b-4e72-a24b-00d223572aab","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"85","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"sgbcast_net_1"}]},"security-groups":{"security-group":[{"uuid":"bb415e1c-309f-465e-858d-aa699f9349f0","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"sgbcast1","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]},"security-rules":{"security-rule":[{"uuid":"aa740b16-2d5a-4083-b5d0-56206fb99329","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"07c10f14-3bae-4569-9e78-f3d699ada5c3","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"35efcca2-d46a-44e9-93e7-70a3d00c9eba","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0"},{"uuid":"a06183da-ad1f-44a7-bd7a-a043965163ec","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"c8e72eac-73ac-43a1-b89a-4f5a49dceb94","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"6fa6ba30-8ad8-45fe-b6d4-a10c998360c3","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"f1698fc4-e691-430a-9bce-fb99c1d95f05","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"a4333eed-d2f9-4fba-a4ac-49c92281cbc6","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"bb415e1c-309f-465e-858d-aa699f9349f0","remote-ip-prefix":"0.0.0.0/0"}]},"subnets":{"subnet":[{"uuid":"743be54c-afa5-433c-8e33-312db5989f49","gateway-ip":"55.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"55.0.0.2","end":"55.0.0.254"}],"cidr":"55.0.0.0/24","network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":"sgbcast_sub_1"},{"uuid":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","gateway-ip":"56.0.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"56.0.0.2","end":"56.0.0.254"}],"cidr":"56.0.0.0/24","network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","name":"sgbcast_sub_2"}]},"ports":{"port":[{"uuid":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","fixed-ips":[{"subnet-id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","ip-address":"56.0.0.1"}],"device-id":"2678e637-51fb-44d1-afb6-213c086f384c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","revision-number":2,"device-owner":"network:router_interface","mac-address":"fa:16:3e:df:ee:79","admin-state-up":true,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","name":""},{"uuid":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","fixed-ips":[{"subnet-id":"743be54c-afa5-433c-8e33-312db5989f49","ip-address":"55.0.0.10"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:4d:aa:9d","security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"admin-state-up":true,"status":"ACTIVE","network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":"sgbcast_net_1_port_3"},{"uuid":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","fixed-ips":[{"subnet-id":"743be54c-afa5-433c-8e33-312db5989f49","ip-address":"55.0.0.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:1f:a1:ad","security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"admin-state-up":true,"status":"ACTIVE","network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":"sgbcast_net_1_port_2"},{"uuid":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","fixed-ips":[{"subnet-id":"743be54c-afa5-433c-8e33-312db5989f49","ip-address":"55.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42c3b673-945b-4e72-a24b-00d223572aab","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:a7:a6:5b","admin-state-up":true,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":""},{"uuid":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","fixed-ips":[{"subnet-id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","ip-address":"56.0.0.15"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:da:7e:3d","security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"admin-state-up":true,"status":"ACTIVE","network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","name":"sgbcast_net_2_port_2"},{"uuid":"5886c549-2113-4729-a306-d3235da394a5","fixed-ips":[{"subnet-id":"743be54c-afa5-433c-8e33-312db5989f49","ip-address":"55.0.0.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:86:4b:54","security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"admin-state-up":true,"status":"ACTIVE","network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":"sgbcast_net_1_port_1"},{"uuid":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","fixed-ips":[{"subnet-id":"743be54c-afa5-433c-8e33-312db5989f49","ip-address":"55.0.0.1"}],"device-id":"2678e637-51fb-44d1-afb6-213c086f384c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","revision-number":2,"device-owner":"network:router_interface","mac-address":"fa:16:3e:c3:5e:35","admin-state-up":true,"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","name":""},{"uuid":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","fixed-ips":[{"subnet-id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","ip-address":"56.0.0.7"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c9:94:da","security-groups":["bb415e1c-309f-465e-858d-aa699f9349f0"],"admin-state-up":true,"status":"ACTIVE","network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","name":"sgbcast_net_2_port_1"},{"uuid":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","fixed-ips":[{"subnet-id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","ip-address":"56.0.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:66:be:a1","admin-state-up":true,"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","name":""}]},"routers":{"router":[{"uuid":"2678e637-51fb-44d1-afb6-213c086f384c","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"distributed":false,"name":"sgbcast_router"}]}}} </msg>
<msg timestamp="20181202 17:03:16.430" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.430" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 17:03:16.430" starttime="20181202 17:03:16.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.431" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "sgbcast_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "34",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
                },
                {
                    "admin-state-up": true,
                    "name": "sgbcast_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "85",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "42c3b673-945b-4e72-a24b-00d223572aab"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                    "device-owner": "network:router_interface",
                    "fixed-ips": [
                        {
                            "ip-address": "56.0.0.1",
                            "subnet-id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                        }
                    ],
                    "mac-address": "fa:16:3e:df:ee:79",
                    "name": "",
                    "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 2,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "55.0.0.10",
                            "subnet-id": "743be54c-afa5-433c-8e33-312db5989f49"
                        }
                    ],
                    "mac-address": "fa:16:3e:4d:aa:9d",
                    "name": "sgbcast_net_1_port_3",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "bb415e1c-309f-465e-858d-aa699f9349f0"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "55.0.0.3",
                            "subnet-id": "743be54c-afa5-433c-8e33-312db5989f49"
                        }
                    ],
                    "mac-address": "fa:16:3e:1f:a1:ad",
                    "name": "sgbcast_net_1_port_2",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "bb415e1c-309f-465e-858d-aa699f9349f0"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "8c228cbd-96eb-4d95-a4a0-a91c141ec264"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-42c3b673-945b-4e72-a24b-00d223572aab",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "55.0.0.2",
                            "subnet-id": "743be54c-afa5-433c-8e33-312db5989f49"
                        }
                    ],
                    "mac-address": "fa:16:3e:a7:a6:5b",
                    "name": "",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "56.0.0.15",
                            "subnet-id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                        }
                    ],
                    "mac-address": "fa:16:3e:da:7e:3d",
                    "name": "sgbcast_net_2_port_2",
                    "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "bb415e1c-309f-465e-858d-aa699f9349f0"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "80461347-5e0d-44ea-ae0f-e4896aa62e9e"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "55.0.0.4",
                            "subnet-id": "743be54c-afa5-433c-8e33-312db5989f49"
                        }
                    ],
                    "mac-address": "fa:16:3e:86:4b:54",
                    "name": "sgbcast_net_1_port_1",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "bb415e1c-309f-465e-858d-aa699f9349f0"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "5886c549-2113-4729-a306-d3235da394a5"
                },
                {
                    "admin-state-up": true,
                    "device-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                    "device-owner": "network:router_interface",
                    "fixed-ips": [
                        {
                            "ip-address": "55.0.0.1",
                            "subnet-id": "743be54c-afa5-433c-8e33-312db5989f49"
                        }
                    ],
                    "mac-address": "fa:16:3e:c3:5e:35",
                    "name": "",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 2,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "56.0.0.7",
                            "subnet-id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                        }
                    ],
                    "mac-address": "fa:16:3e:c9:94:da",
                    "name": "sgbcast_net_2_port_1",
                    "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "bb415e1c-309f-465e-858d-aa699f9349f0"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "56.0.0.2",
                            "subnet-id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                        }
                    ],
                    "mac-address": "fa:16:3e:66:be:a1",
                    "name": "",
                    "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                }
            ]
        },
        "routers": {
            "router": [
                {
                    "admin-state-up": true,
                    "distributed": false,
                    "name": "sgbcast_router",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2678e637-51fb-44d1-afb6-213c086f384c"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "sgbcast1",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "bb415e1c-309f-465e-858d-aa699f9349f0"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aa740b16-2d5a-4083-b5d0-56206fb99329"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "07c10f14-3bae-4569-9e78-f3d699ada5c3"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "35efcca2-d46a-44e9-93e7-70a3d00c9eba"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a06183da-ad1f-44a7-bd7a-a043965163ec"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c8e72eac-73ac-43a1-b89a-4f5a49dceb94"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6fa6ba30-8ad8-45fe-b6d4-a10c998360c3"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f1698fc4-e691-430a-9bce-fb99c1d95f05"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "bb415e1c-309f-465e-858d-aa699f9349f0",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a4333eed-d2f9-4fba-a4ac-49c92281cbc6"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "55.0.0.254",
                            "start": "55.0.0.2"
                        }
                    ],
                    "cidr": "55.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "55.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgbcast_sub_1",
                    "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "743be54c-afa5-433c-8e33-312db5989f49"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "56.0.0.254",
                            "start": "56.0.0.2"
                        }
                    ],
                    "cidr": "56.0.0.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "56.0.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "sgbcast_sub_2",
                    "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.431" starttime="20181202 17:03:16.430"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.431" starttime="20181202 17:03:16.424"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.433" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.434" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.434" starttime="20181202 17:03:16.431"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.434" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"42c3b673-945b-4e72-a24b-00d223572aab","subnet-id-list":["743be54c-afa5-433c-8e33-312db5989f49"]},{"network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","subnet-id-list":["ea8a0127-eda6-4151-a5b1-64a0af35bb95"]}]}} </msg>
<msg timestamp="20181202 17:03:16.434" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.434" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "subnet-id-list": [
                    "743be54c-afa...</msg>
<status status="PASS" endtime="20181202 17:03:16.434" starttime="20181202 17:03:16.434"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.435" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "subnet-id-list": [
                    "743be54c-afa5-433c-8e33-312db5989f49"
                ]
            },
            {
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "subnet-id-list": [
                    "ea8a0127-eda6-4151-a5b1-64a0af35bb95"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.435" starttime="20181202 17:03:16.435"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.435" starttime="20181202 17:03:16.431"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.437" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.437" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.437" starttime="20181202 17:03:16.435"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.438" level="INFO">To JSON using : content={"neutron-vpn-portip-port-data":{"vpn-portip-to-port":[{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"55.0.0.10","mac-address":"fa:16:3e:4d:aa:9d","port-name":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"55.0.0.4","mac-address":"fa:16:3e:86:4b:54","port-name":"5886c549-2113-4729-a306-d3235da394a5","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"56.0.0.15","mac-address":"fa:16:3e:da:7e:3d","port-name":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"56.0.0.1","mac-address":"fa:16:3e:df:ee:79","port-name":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","subnet-ip":true},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"56.0.0.2","mac-address":"fa:16:3e:66:be:a1","port-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"55.0.0.2","mac-address":"fa:16:3e:a7:a6:5b","port-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"56.0.0.7","mac-address":"fa:16:3e:c9:94:da","port-name":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"55.0.0.3","mac-address":"fa:16:3e:1f:a1:ad","port-name":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","subnet-ip":false},{"vpn-name":"2678e637-51fb-44d1-afb6-213c086f384c","port-fixedip":"55.0.0.1","mac-address":"fa:16:3e:c3:5e:35","port-name":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","subnet-ip":true}]}} </msg>
<msg timestamp="20181202 17:03:16.438" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.438" level="INFO">${pretty_output} = {
    "neutron-vpn-portip-port-data": {
        "vpn-portip-to-port": [
            {
                "mac-address": "fa:16:3e:4d:aa:9d",
                "port-fixedip": "55.0.0.10",
                "...</msg>
<status status="PASS" endtime="20181202 17:03:16.438" starttime="20181202 17:03:16.437"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.439" level="INFO">{
    "neutron-vpn-portip-port-data": {
        "vpn-portip-to-port": [
            {
                "mac-address": "fa:16:3e:4d:aa:9d",
                "port-fixedip": "55.0.0.10",
                "port-name": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:86:4b:54",
                "port-fixedip": "55.0.0.4",
                "port-name": "5886c549-2113-4729-a306-d3235da394a5",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:da:7e:3d",
                "port-fixedip": "56.0.0.15",
                "port-name": "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:df:ee:79",
                "port-fixedip": "56.0.0.1",
                "port-name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "subnet-ip": true,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:66:be:a1",
                "port-fixedip": "56.0.0.2",
                "port-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:a7:a6:5b",
                "port-fixedip": "55.0.0.2",
                "port-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:c9:94:da",
                "port-fixedip": "56.0.0.7",
                "port-name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:1f:a1:ad",
                "port-fixedip": "55.0.0.3",
                "port-name": "8c228cbd-96eb-4d95-a4a0-a91c141ec264",
                "subnet-ip": false,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "mac-address": "fa:16:3e:c3:5e:35",
                "port-fixedip": "55.0.0.1",
                "port-name": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "subnet-ip": true,
                "vpn-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.439" starttime="20181202 17:03:16.438"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.439" starttime="20181202 17:03:16.435"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.441" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.441" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.441" starttime="20181202 17:03:16.439"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.442" level="INFO">To JSON using : content={"router-interfaces-map":{"router-interfaces":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c","interfaces":[{"interface-id":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"},{"interface-id":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd"},{"interface-id":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"},{"interface-id":"80461347-5e0d-44ea-ae0f-e4896aa62e9e"},{"interface-id":"5886c549-2113-4729-a306-d3235da394a5"},{"interface-id":"c8af17ba-bbc5-41a2-abc8-812d40748bc3"},{"interface-id":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4"},{"interface-id":"8c228cbd-96eb-4d95-a4a0-a91c141ec264"},{"interface-id":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.442" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.442" level="INFO">${pretty_output} = {
    "router-interfaces-map": {
        "router-interfaces": [
            {
                "interfaces": [
                    {
                        "interface-id": "3a9e9d41-b510-4fcf-a4d4-dd5...</msg>
<status status="PASS" endtime="20181202 17:03:16.442" starttime="20181202 17:03:16.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.442" level="INFO">{
    "router-interfaces-map": {
        "router-interfaces": [
            {
                "interfaces": [
                    {
                        "interface-id": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                    },
                    {
                        "interface-id": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd"
                    },
                    {
                        "interface-id": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                    },
                    {
                        "interface-id": "80461347-5e0d-44ea-ae0f-e4896aa62e9e"
                    },
                    {
                        "interface-id": "5886c549-2113-4729-a306-d3235da394a5"
                    },
                    {
                        "interface-id": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
                    },
                    {
                        "interface-id": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4"
                    },
                    {
                        "interface-id": "8c228cbd-96eb-4d95-a4a0-a91c141ec264"
                    },
                    {
                        "interface-id": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef"
                    }
                ],
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.442" starttime="20181202 17:03:16.442"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.442" starttime="20181202 17:03:16.439"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.445" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.445" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.445" starttime="20181202 17:03:16.443"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.447" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","router-id":"2678e637-51fb-44d1-afb6-213c086f384c","router-interface-fixed-ip":"56.0.0.1","network-type":"VXLAN","router-interface-port-id":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","router-intf-mac-address":"fa:16:3e:df:ee:79","port-list":["b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","80461347-5e0d-44ea-ae0f-e4896aa62e9e","3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"],"segmentation-id":34,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","subnet-ip":"56.0.0.0/24","vpn-id":"2678e637-51fb-44d1-afb6-213c086f384c"},{"id":"743be54c-afa5-433c-8e33-312db5989f49","router-id":"2678e637-51fb-44d1-afb6-213c086f384c","router-interface-fixed-ip":"55.0.0.1","network-type":"VXLAN","router-interface-port-id":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","router-intf-mac-address":"fa:16:3e:c3:5e:35","port-list":["afd98249-91b5-48b7-9e0e-a3ba2766cc53","5886c549-2113-4729-a306-d3235da394a5","d8a83dd8-b4f9-4147-a38d-567f26d3dad4","8c228cbd-96eb-4d95-a4a0-a91c141ec264"],"segmentation-id":85,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"42c3b673-945b-4e72-a24b-00d223572aab","subnet-ip":"55.0.0.0/24","vpn-id":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:03:16.447" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.447" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
         ...</msg>
<status status="PASS" endtime="20181202 17:03:16.447" starttime="20181202 17:03:16.446"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.448" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95",
                "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "network-type": "VXLAN",
                "port-list": [
                    "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                    "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                    "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                ],
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                "router-interface-fixed-ip": "56.0.0.1",
                "router-interface-port-id": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "router-intf-mac-address": "fa:16:3e:df:ee:79",
                "segmentation-id": 34,
                "subnet-ip": "56.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                "vpn-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "id": "743be54c-afa5-433c-8e33-312db5989f49",
                "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                "network-type": "VXLAN",
                "port-list": [
                    "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                    "5886c549-2113-4729-a306-d3235da394a5",
                    "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                    "8c228cbd-96eb-4d95-a4a0-a91c141ec264"
                ],
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                "router-interface-fixed-ip": "55.0.0.1",
                "router-interface-port-id": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "router-intf-mac-address": "fa:16:3e:c3:5e:35",
                "segmentation-id": 85,
                "subnet-ip": "55.0.0.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                "vpn-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.448" starttime="20181202 17:03:16.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.448" starttime="20181202 17:03:16.443"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.450" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.450" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.450" starttime="20181202 17:03:16.448"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.451" level="INFO">To JSON using : content={"vpnMaps":{"vpnMap":[{"vpn-id":"2678e637-51fb-44d1-afb6-213c086f384c","router-id":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:03:16.451" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.451" level="INFO">${pretty_output} = {
    "vpnMaps": {
        "vpnMap": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vpn-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }...</msg>
<status status="PASS" endtime="20181202 17:03:16.451" starttime="20181202 17:03:16.451"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.452" level="INFO">{
    "vpnMaps": {
        "vpnMap": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vpn-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.452" starttime="20181202 17:03:16.451"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.452" starttime="20181202 17:03:16.448"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.454" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.454" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.454" starttime="20181202 17:03:16.452"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.455" level="INFO">To JSON using : content={"fibEntries":{"vrfTables":[{"routeDistinguisher":"2678e637-51fb-44d1-afb6-213c086f384c","vrfEntry":[{"destPrefix":"55.0.0.2/32","origin":"l","encap-type":"mplsgre","route-paths":[{"nexthop-address":"11.0.0.37","label":100005}],"gateway_mac_address":"fa:16:3e:c3:5e:35"},{"destPrefix":"55.0.0.1/32","origin":"l","route-paths":[{"nexthop-address":"0.0.0.0","label":100004}],"ip-address":"55.0.0.1/32","uuid":"2678e637-51fb-44d1-afb6-213c086f384c","mac-address":"fa:16:3e:c3:5e:35"},{"destPrefix":"56.0.0.2/32","origin":"l","encap-type":"mplsgre","route-paths":[{"nexthop-address":"11.0.0.37","label":100007}],"gateway_mac_address":"fa:16:3e:df:ee:79"},{"destPrefix":"56.0.0.1/32","origin":"l","route-paths":[{"nexthop-address":"0.0.0.0","label":100006}],"ip-address":"56.0.0.1/32","uuid":"2678e637-51fb-44d1-afb6-213c086f384c","mac-address":"fa:16:3e:df:ee:79"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.455" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.455" level="INFO">${pretty_output} = {
    "fibEntries": {
        "vrfTables": [
            {
                "routeDistinguisher": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vrfEntry": [
                    {
           ...</msg>
<status status="PASS" endtime="20181202 17:03:16.455" starttime="20181202 17:03:16.454"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.456" level="INFO">{
    "fibEntries": {
        "vrfTables": [
            {
                "routeDistinguisher": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vrfEntry": [
                    {
                        "destPrefix": "55.0.0.2/32",
                        "encap-type": "mplsgre",
                        "gateway_mac_address": "fa:16:3e:c3:5e:35",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100005,
                                "nexthop-address": "11.0.0.37"
                            }
                        ]
                    },
                    {
                        "destPrefix": "55.0.0.1/32",
                        "ip-address": "55.0.0.1/32",
                        "mac-address": "fa:16:3e:c3:5e:35",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100004,
                                "nexthop-address": "0.0.0.0"
                            }
                        ],
                        "uuid": "2678e637-51fb-44d1-afb6-213c086f384c"
                    },
                    {
                        "destPrefix": "56.0.0.2/32",
                        "encap-type": "mplsgre",
                        "gateway_mac_address": "fa:16:3e:df:ee:79",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100007,
                                "nexthop-address": "11.0.0.37"
                            }
                        ]
                    },
                    {
                        "destPrefix": "56.0.0.1/32",
                        "ip-address": "56.0.0.1/32",
                        "mac-address": "fa:16:3e:df:ee:79",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100006,
                                "nexthop-address": "0.0.0.0"
                            }
                        ],
                        "uuid": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.456" starttime="20181202 17:03:16.455"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.456" starttime="20181202 17:03:16.452"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.458" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.458" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.458" starttime="20181202 17:03:16.456"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.459" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap3a9e9d41-b5","interface-child-entry":[{"child-interface":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"}]},{"parent-interface":"tapafd98249-91","interface-child-entry":[{"child-interface":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.459" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.460" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 17:03:16.460" starttime="20181202 17:03:16.459"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.460" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                    }
                ],
                "parent-interface": "tap3a9e9d41-b5"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                    }
                ],
                "parent-interface": "tapafd98249-91"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.460" starttime="20181202 17:03:16.460"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.460" starttime="20181202 17:03:16.456"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.462" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.462" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.463" starttime="20181202 17:03:16.460"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.463" level="INFO">To JSON using : content={"router-interfaces":{"router-interface":[{"interface-name":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"5886c549-2113-4729-a306-d3235da394a5","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"interface-name":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","router-name":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:03:16.463" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.463" level="INFO">${pretty_output} = {
    "router-interfaces": {
        "router-interface": [
            {
                "interface-name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "router-name": "2678e637-51fb-44d1-af...</msg>
<status status="PASS" endtime="20181202 17:03:16.463" starttime="20181202 17:03:16.463"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.464" level="INFO">{
    "router-interfaces": {
        "router-interface": [
            {
                "interface-name": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "5886c549-2113-4729-a306-d3235da394a5",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "c8af17ba-bbc5-41a2-abc8-812d40748bc3",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "8c228cbd-96eb-4d95-a4a0-a91c141ec264",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "interface-name": "80461347-5e0d-44ea-ae0f-e4896aa62e9e",
                "router-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.464" starttime="20181202 17:03:16.464"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.464" starttime="20181202 17:03:16.460"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.466" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.466" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.466" starttime="20181202 17:03:16.464"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.467" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"vpn-id":100003,"external-vpn":false,"vrf-id":"2678e637-51fb-44d1-afb6-213c086f384c","vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:03:16.467" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.467" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 17:03:16.467" starttime="20181202 17:03:16.467"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.468" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "external-vpn": false,
                "vpn-id": 100003,
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vrf-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.468" starttime="20181202 17:03:16.467"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.468" starttime="20181202 17:03:16.464"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.528" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.528" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.528" starttime="20181202 17:03:16.468"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.529" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c","vrf-id":"2678e637-51fb-44d1-afb6-213c086f384c","vpn-id":100003},{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 17:03:16.529" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.529" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100003,
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c",
               ...</msg>
<status status="PASS" endtime="20181202 17:03:16.529" starttime="20181202 17:03:16.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.529" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100003,
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vrf-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.530" starttime="20181202 17:03:16.529"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.530" starttime="20181202 17:03:16.468"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.533" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.533" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.533" starttime="20181202 17:03:16.530"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.534" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.534" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.534" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.534" starttime="20181202 17:03:16.534"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.535" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.535" starttime="20181202 17:03:16.535"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.535" starttime="20181202 17:03:16.530"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.537" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.537" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.537" starttime="20181202 17:03:16.535"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.538" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 17:03:16.538" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.538" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:03:16.538" starttime="20181202 17:03:16.538"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.539" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:03:16.539" starttime="20181202 17:03:16.538"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.539" starttime="20181202 17:03:16.535"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.541" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.541" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.541" starttime="20181202 17:03:16.539"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.542" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 17:03:16.542" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.542" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:03:16.542" starttime="20181202 17:03:16.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.542" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:03:16.542" starttime="20181202 17:03:16.542"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.542" starttime="20181202 17:03:16.539"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.545" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.545" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.545" starttime="20181202 17:03:16.543"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.546" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.546" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.546" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.546" starttime="20181202 17:03:16.546"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.547" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.547" starttime="20181202 17:03:16.546"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.547" starttime="20181202 17:03:16.542"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.550" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.550" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.550" starttime="20181202 17:03:16.547"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.551" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.551" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.551" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.551" starttime="20181202 17:03:16.550"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.551" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.551" starttime="20181202 17:03:16.551"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.552" starttime="20181202 17:03:16.547"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.555" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.555" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.555" starttime="20181202 17:03:16.552"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.556" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.556" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.556" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.556" starttime="20181202 17:03:16.555"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.557" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.557" starttime="20181202 17:03:16.556"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.557" starttime="20181202 17:03:16.552"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.560" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.561" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.561" starttime="20181202 17:03:16.557"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.562" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.562" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.562" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.562" starttime="20181202 17:03:16.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.562" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.563" starttime="20181202 17:03:16.562"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.563" starttime="20181202 17:03:16.557"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.566" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.566" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.566" starttime="20181202 17:03:16.563"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.567" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.567" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.567" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.567" starttime="20181202 17:03:16.566"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.568" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.568" starttime="20181202 17:03:16.567"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.568" starttime="20181202 17:03:16.563"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.576" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.576" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.576" starttime="20181202 17:03:16.568"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.608" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.83659136235614.21.100004.42","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"icmpv4-match":{"icmpv4-code":0,"icmpv4-type":8},"metadata":{"metadata":200006,"metadata-mask":16777214},"ip-match":{"ip-protocol":1},"ipv4-destination":"55.0.0.1/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.100004.42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"set-field":{"ipv4-source":"55.0.0.1/32"}},{"order":4,"set-field":{"icmpv4-match":{"icmpv4-type":0}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":6,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":21}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:c3:5e:35"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-ip-dst":[null],"start":0,"end":31},"src":{"of-ip-src":[null],"start":0}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.100006.42","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"icmpv4-match":{"icmpv4-code":0,"icmpv4-type":8},"metadata":{"metadata":200006,"metadata-mask":16777214},"ip-match":{"ip-protocol":1},"ipv4-destination":"56.0.0.1/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.100006.42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"set-field":{"ipv4-source":"56.0.0.1/32"}},{"order":4,"set-field":{"icmpv4-match":{"icmpv4-type":0}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":6,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":21}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:df:ee:79"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-ip-dst":[null],"start":0,"end":31},"src":{"of-ip-src":[null],"start":0}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.55.0.0.2","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200006,"metadata-mask":16777214},"ipv4-destination":"55.0.0.2/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.55.0.0.2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":150000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.56.0.0.2","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200006,"metadata-mask":16777214},"ipv4-destination":"56.0.0.2/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.56.0.0.2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":150001}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"fa:16:3e:df:ee:79.100003.83659136235614.19","priority":20,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:df:ee:79"}},"metadata":{"metadata":200006,"metadata-mask":16777214}},"strict":false,"cookie":134217737,"flow-name":"fa:16:3e:df:ee:79.100003.83659136235614.19","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":21}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"fa:16:3e:c3:5e:35.100003.83659136235614.19","priority":20,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:c3:5e:35"}},"metadata":{"metadata":200006,"metadata-mask":16777214}},"strict":false,"cookie":134217737,"flow-name":"fa:16:3e:c3:5e:35.100003.83659136235614.19","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":21}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.afd98249-91b5-48b7-9e0e-a3ba2766cc53.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":8448}}}]},"strict":true,"cookie":134217735,"flow-name":"default.afd98249-91b5-48b7-9e0e-a3ba2766cc53","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"26"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":8704}}}]},"strict":true,"cookie":134217735,"flow-name":"default.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"27"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3685","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":85}},"strict":false,"cookie":150999959,"flow-name":"ITM Flow Entry :5015","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84137738240,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3634","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":34}},"strict":false,"cookie":150999960,"flow-name":"ITM Flow Entry :5016","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84154515456,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385015","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":85}},"strict":false,"cookie":151327639,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84137738240,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385016","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":34}},"strict":false,"cookie":151327640,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84154515456,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525016false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84154515456,"metadata-mask":1099494850561}},"strict":false,"cookie":141562776,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210032}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525015false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84137738240,"metadata-mask":1099494850561}},"strict":false,"cookie":141562775,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210030}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525016true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84154515457,"metadata-mask":1099494850561}},"strict":false,"cookie":141562776,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210031}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525015true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84137738241,"metadata-mask":1099494850561}},"strict":false,"cookie":141562775,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210029}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5050158365913623561433fa:16:3e:a7:a6:5b","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:a7:a6:5b"}},"metadata":{"metadata":36368021454848,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550423,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050168365913623561434fa:16:3e:66:be:a1","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:66:be:a1"}},"metadata":{"metadata":37467549859840,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550424,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150168365913623561434fa:16:3e:66:be:a1","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:66:be:a1"}},"metadata":{"metadata":84154515456,"metadata-mask":1099494850560}},"strict":true,"cookie":134419352,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8704,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150158365913623561433fa:16:3e:a7:a6:5b","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:a7:a6:5b"}},"metadata":{"metadata":84137738240,"metadata-mask":1099494850560}},"strict":true,"cookie":134419351,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8448,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.33.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":33}},"strict":true,"cookie":142606369,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8448,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.33.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":36283883716608,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":33}},"strict":true,"cookie":142606369,"flow-name":"42c3b673-945b-4e72-a24b-00d223572aab","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.34.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":34}},"strict":true,"cookie":142606370,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8704,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.34.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":34}},"strict":true,"cookie":142606370,"flow-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:27","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":37383395344384,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:afd98249-91b5-48b7-9e0e-a3ba2766cc53","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:26","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:afd98249-91b5-48b7-9e0e-a3ba2766cc53","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":36283883716608,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Arp:tbl_81:lport_33:tpa_55.0.0.1","priority":100,"table_id":81,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"metadata":{"metadata":36368021454848,"metadata-mask":1152921504590069760},"arp-target-transport-address":"55.0.0.1/32","arp-op":1},"strict":true,"cookie":1059193121,"flow-name":"Arp:tbl_81:lport_33:tpa_55.0.0.1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"nx-arp-tha":[null],"start":0,"end":47},"src":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":4,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-arp-tpa":[null],"start":0,"end":31},"src":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":274973449215541,"dst":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":6,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":922746881,"dst":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:c3:5e:35"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2,"dst":{"of-arp-op":[null],"start":0,"end":15}}},{"order":7,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":8,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8448,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":9,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Arp:tbl_81:lport_34:tpa_56.0.0.1","priority":100,"table_id":81,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"metadata":{"metadata":37467549859840,"metadata-mask":1152921504590069760},"arp-target-transport-address":"56.0.0.1/32","arp-op":1},"strict":true,"cookie":1075970338,"flow-name":"Arp:tbl_81:lport_34:tpa_56.0.0.1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"nx-arp-tha":[null],"start":0,"end":47},"src":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":4,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-arp-tpa":[null],"start":0,"end":31},"src":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":274973451087481,"dst":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":6,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":939524097,"dst":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:df:ee:79"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2,"dst":{"of-arp-op":[null],"start":0,"end":15}}},{"order":7,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":8,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8704,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":9,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":37383395344384,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134217729,"flow-name":"vpn.2678e637-51fb-44d1-afb6-213c086f384c.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":100003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":3,"go-to-table":{"table_id":19}},{"order":4,"write-metadata":{"metadata":10376330924857167174,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376330924856967168,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":34,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5016,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529252513618329600,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.afd98249-91b5-48b7-9e0e-a3ba2766cc53.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376329825345339392,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.42c3b673-945b-4e72-a24b-00d223572aab.afd98249-91b5-48b7-9e0e-a3ba2766cc53","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":33,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5015,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529251414089924608,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.afd98249-91b5-48b7-9e0e-a3ba2766cc53.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":36283883716608,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134217729,"flow-name":"vpn.2678e637-51fb-44d1-afb6-213c086f384c.afd98249-91b5-48b7-9e0e-a3ba2766cc53","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":100003,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":3,"go-to-table":{"table_id":19}},{"order":4,"write-metadata":{"metadata":10376329825345539398,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210030,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210029}}],"watch_port":4294967295}]},"group-name":"42c3b673-945b-4e72-a24b-00d223572aab","group-type":"group-all"},{"group-id":210029,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":33}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"42c3b673-945b-4e72-a24b-00d223572aab","group-type":"group-all"},{"group-id":210032,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210031}}],"watch_port":4294967295}]},"group-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","group-type":"group-all"},{"group-id":210031,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":34}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","group-type":"group-all"},{"group-id":150000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}},{"order":0,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:c3:5e:35"}}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:a7:a6:5b"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8448,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}],"watch_port":4294967295}]},"group-name":"55.0.0.2/32","group-type":"group-all"},{"group-id":150001,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}},{"order":0,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:df:ee:79"}}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:66:be:a1"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":8704,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}],"watch_port":4294967295}]},"group-name":"56.0.0.2/32","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.609" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.611" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:03:16.611" starttime="20181202 17:03:16.576"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.614" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210029
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210030,
                        "group-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 33
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210029,
                        "group-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210031
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210032,
                        "group-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 34
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210031,
                        "group-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-source": {
                                                        "address": "fa:16:3e:c3:5e:35"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-destination": {
                                                        "address": "fa:16:3e:a7:a6:5b"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 8448
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 150000,
                        "group-name": "55.0.0.2/32",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-source": {
                                                        "address": "fa:16:3e:df:ee:79"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-destination": {
                                                        "address": "fa:16:3e:66:be:a1"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 8704
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 150001,
                        "group-name": "56.0.0.2/32",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.100004.42",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.100004.42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 3,
                                                        "set-field": {
                                                            "ipv4-source": "55.0.0.1/32"
                                                        }
                                                    },
                                                    {
                                                        "order": 4,
                                                        "set-field": {
                                                            "icmpv4-match": {
                                                                "icmpv4-type": 0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 21
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:c3:5e:35"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-ip-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-ip-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "icmpv4-match": {
                                        "icmpv4-code": 0,
                                        "icmpv4-type": 8
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "ipv4-destination": "55.0.0.1/32",
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.100006.42",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.100006.42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 3,
                                                        "set-field": {
                                                            "ipv4-source": "56.0.0.1/32"
                                                        }
                                                    },
                                                    {
                                                        "order": 4,
                                                        "set-field": {
                                                            "icmpv4-match": {
                                                                "icmpv4-type": 0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 21
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:df:ee:79"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-ip-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-ip-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "icmpv4-match": {
                                        "icmpv4-code": 0,
                                        "icmpv4-type": 8
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "ipv4-destination": "56.0.0.1/32",
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.55.0.0.2",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.55.0.0.2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 150000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "55.0.0.2/32",
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.56.0.0.2",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.2678e637-51fb-44d1-afb6-213c086f384c.42.56.0.0.2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 150001
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "56.0.0.2/32",
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 134217737,
                                "flow-name": "fa:16:3e:df:ee:79.100003.83659136235614.19",
                                "hard-timeout": 0,
                                "id": "fa:16:3e:df:ee:79.100003.83659136235614.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 21
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:df:ee:79"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 20,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 134217737,
                                "flow-name": "fa:16:3e:c3:5e:35.100003.83659136235614.19",
                                "hard-timeout": 0,
                                "id": "fa:16:3e:c3:5e:35.100003.83659136235614.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 21
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:c3:5e:35"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200006,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 20,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.afd98249-91b5-48b7-9e0e-a3ba2766cc53.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "26"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8448
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "27"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 8704
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999959,
                                "flow-name": "ITM Flow Entry :5015",
                                "hard-timeout": 0,
                                "id": "3685",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84137738240,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 85
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999960,
                                "flow-name": "ITM Flow Entry :5016",
                                "hard-timeout": 0,
                                "id": "3634",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84154515456,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 34
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327639,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "385015",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84137738240,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 85
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327640,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "385016",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84154515456,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 34
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562776,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "525016false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210032
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84154515456,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562775,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "525015false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210030
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84137738240,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562776,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "525016true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210031
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84154515457,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562775,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "525015true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210029
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84137738241,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550423,
                                "hard-timeout": 0,
                                "id": "5050158365913623561433fa:16:3e:a7:a6:5b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:a7:a6:5b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 36368021454848,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550424,
                                "hard-timeout": 0,
                                "id": "5050168365913623561434fa:16:3e:66:be:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:66:be:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37467549859840,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419352,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "5150168365913623561434fa:16:3e:66:be:a1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8704
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:66:be:a1"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84154515456,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419351,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "5150158365913623561433fa:16:3e:a7:a6:5b",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8448
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:a7:a6:5b"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84137738240,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606369,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "55.33.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8448
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 33
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606369,
                                "flow-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                                "hard-timeout": 0,
                                "id": "55.33.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 36283883716608,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 33
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606370,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "55.34.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8704
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 34
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606370,
                                "flow-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                                "hard-timeout": 0,
                                "id": "55.34.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 34
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 37383395344384,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:27",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 36283883716608,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:26",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            },
                            {
                                "barrier": false,
                                "cookie": 1059193121,
                                "flow-name": "Arp:tbl_81:lport_33:tpa_55.0.0.1",
                                "hard-timeout": 0,
                                "id": "Arp:tbl_81:lport_33:tpa_55.0.0.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-tha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-tpa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 4
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 274973449215541
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 922746881
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:c3:5e:35"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-arp-op": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 2
                                                        },
                                                        "order": 2
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 7
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8448
                                                        },
                                                        "order": 8
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 9
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "arp-target-transport-address": "55.0.0.1/32",
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 36368021454848,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 100,
                                "strict": true,
                                "table_id": 81
                            },
                            {
                                "barrier": false,
                                "cookie": 1075970338,
                                "flow-name": "Arp:tbl_81:lport_34:tpa_56.0.0.1",
                                "hard-timeout": 0,
                                "id": "Arp:tbl_81:lport_34:tpa_56.0.0.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-tha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-tpa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 4
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 274973451087481
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 939524097
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:df:ee:79"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-arp-op": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 2
                                                        },
                                                        "order": 2
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 7
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 8704
                                                        },
                                                        "order": 8
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 9
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "arp-target-transport-address": "56.0.0.1/32",
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 37467549859840,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 100,
                                "strict": true,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "vpn.2678e637-51fb-44d1-afb6-213c086f384c.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 24,
                                                                "nx-reg": "nicira-match:nxm-nx-reg3",
                                                                "start": 0
                                                            },
                                                            "value": 100003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 19
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 10376330924857167174,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 37383395344384,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.3a9e9d41-b510-4fcf-a4d4-dd507c05cc99.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 34
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5016
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529252513618329600,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376330924856967168,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.42c3b673-945b-4e72-a24b-00d223572aab.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.afd98249-91b5-48b7-9e0e-a3ba2766cc53.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 33
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5015
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529251414089924608,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376329825345339392,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "vpn.2678e637-51fb-44d1-afb6-213c086f384c.afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.afd98249-91b5-48b7-9e0e-a3ba2766cc53.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 24,
                                                                "nx-reg": "nicira-match:nxm-nx-reg3",
                                                                "start": 0
                                                            },
                                                            "value": 100003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 19
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 10376329825345539398,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 36283883716608,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.618" starttime="20181202 17:03:16.612"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.618" starttime="20181202 17:03:16.568"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.622" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.622" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.622" starttime="20181202 17:03:16.619"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.623" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["afd98249-91b5-48b7-9e0e-a3ba2766cc53"]}]},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"]}]},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"}]}} </msg>
<msg timestamp="20181202 17:03:16.623" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.624" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181202 17:03:16.624" starttime="20181202 17:03:16.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.624" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                        ]
                    }
                ],
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                        ]
                    }
                ],
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.624" starttime="20181202 17:03:16.624"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.624" starttime="20181202 17:03:16.618"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.627" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.627" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.627" starttime="20181202 17:03:16.625"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.628" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab","mac-entry":[{"mac-address":"fa:16:3e:a7:a6:5b","interface":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","ip-prefix":"55.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","mac-entry":[{"mac-address":"fa:16:3e:66:be:a1","interface":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","ip-prefix":"56.0.0.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 17:03:16.628" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.628" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 17:03:16.628" starttime="20181202 17:03:16.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.629" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab",
                "mac-entry": [
                    {
                        "interface": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                        "ip-prefix": "55.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:a7:a6:5b"
                    }
                ]
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                "mac-entry": [
                    {
                        "interface": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                        "ip-prefix": "56.0.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:66:be:a1"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.629" starttime="20181202 17:03:16.629"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.629" starttime="20181202 17:03:16.624"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.633" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.633" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.633" starttime="20181202 17:03:16.629"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.634" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.634" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.634" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.634" starttime="20181202 17:03:16.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.634" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.634" starttime="20181202 17:03:16.634"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.634" starttime="20181202 17:03:16.629"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.637" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.637" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.637" starttime="20181202 17:03:16.635"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.638" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b","elan-interfaces":["3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"]},{"name":"42c3b673-945b-4e72-a24b-00d223572aab","elan-interfaces":["afd98249-91b5-48b7-9e0e-a3ba2766cc53"]}]}} </msg>
<msg timestamp="20181202 17:03:16.638" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.638" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 17:03:16.638" starttime="20181202 17:03:16.638"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.639" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                ],
                "name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "elan-interfaces": [
                    "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                ],
                "name": "42c3b673-945b-4e72-a24b-00d223572aab"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.639" starttime="20181202 17:03:16.639"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.639" starttime="20181202 17:03:16.635"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.642" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.642" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.642" starttime="20181202 17:03:16.639"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.643" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tapafd98249-91","lower-layer-if":["openflow:83659136235614:26"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:52:05.881Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","lower-layer-if":["openflow:83659136235614:26"],"type":"iana-if-type:l2vlan","if-index":33,"statistics":{"discontinuity-time":"2018-12-02T16:52:05.898Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap3a9e9d41-b5","lower-layer-if":["openflow:83659136235614:27"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T16:52:08.741Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","lower-layer-if":["openflow:83659136235614:27"],"type":"iana-if-type:l2vlan","if-index":34,"statistics":{"discontinuity-time":"2018-12-02T16:52:08.764Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 17:03:16.643" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.643" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 17:03:16.643" starttime="20181202 17:03:16.642"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.644" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:26"
                ],
                "name": "tapafd98249-91",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:52:05.881Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 33,
                "lower-layer-if": [
                    "openflow:83659136235614:26"
                ],
                "name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:52:05.898Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:27"
                ],
                "name": "tap3a9e9d41-b5",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:52:08.741Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 34,
                "lower-layer-if": [
                    "openflow:83659136235614:27"
                ],
                "name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T16:52:08.764Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.644" starttime="20181202 17:03:16.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.644" starttime="20181202 17:03:16.639"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.647" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.647" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.647" starttime="20181202 17:03:16.644"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.648" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":34,"port-no":27,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":34,"port-no":27,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":33,"port-no":26,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":33,"port-no":26,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 17:03:16.648" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.648" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 17:03:16.648" starttime="20181202 17:03:16.648"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.649" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 34,
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 27,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 34,
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 27,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 33,
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 26,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 33,
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 26,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.649" starttime="20181202 17:03:16.649"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.649" starttime="20181202 17:03:16.644"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.652" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.652" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.652" starttime="20181202 17:03:16.650"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.653" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.653" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.653" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.653" starttime="20181202 17:03:16.653"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.654" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.654" starttime="20181202 17:03:16.654"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.654" starttime="20181202 17:03:16.649"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.657" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.657" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.657" starttime="20181202 17:03:16.655"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.658" level="INFO">To JSON using : content={"l3nexthop":{"vpnNexthops":[{"vpnId":100003,"vpnNexthop":[{"IpAddress":"55.0.0.2/32","egressPointer":150000,"dpnId":83659136235614,"ip-adjacencies":[{"ip-adjacency":"55.0.0.2/32"}]},{"IpAddress":"56.0.0.2/32","egressPointer":150001,"dpnId":83659136235614,"ip-adjacencies":[{"ip-adjacency":"56.0.0.2/32"}]}]}]}} </msg>
<msg timestamp="20181202 17:03:16.658" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.658" level="INFO">${pretty_output} = {
    "l3nexthop": {
        "vpnNexthops": [
            {
                "vpnId": 100003,
                "vpnNexthop": [
                    {
                        "IpAddress": "55.0.0.2/32",
 ...</msg>
<status status="PASS" endtime="20181202 17:03:16.658" starttime="20181202 17:03:16.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.659" level="INFO">{
    "l3nexthop": {
        "vpnNexthops": [
            {
                "vpnId": 100003,
                "vpnNexthop": [
                    {
                        "IpAddress": "55.0.0.2/32",
                        "dpnId": 83659136235614,
                        "egressPointer": 150000,
                        "ip-adjacencies": [
                            {
                                "ip-adjacency": "55.0.0.2/32"
                            }
                        ]
                    },
                    {
                        "IpAddress": "56.0.0.2/32",
                        "dpnId": 83659136235614,
                        "egressPointer": 150001,
                        "ip-adjacencies": [
                            {
                                "ip-adjacency": "56.0.0.2/32"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.659" starttime="20181202 17:03:16.658"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.659" starttime="20181202 17:03:16.654"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.663" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.663" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.663" starttime="20181202 17:03:16.659"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.664" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.664" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.664" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.664" starttime="20181202 17:03:16.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.664" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.664" starttime="20181202 17:03:16.664"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.664" starttime="20181202 17:03:16.659"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.667" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.668" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.668" starttime="20181202 17:03:16.665"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.669" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tapafd98249-91","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1006a919-12b2-4b79-8334-028a247fffab","ovsdb:name":"tapafd98249-91","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:a7:a6:5b"},{"external-id-key":"iface-id","external-id-value":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"}],"ovsdb:port-uuid":"5ec92731-3373-4e08-be8f-e04c2a854018","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":26},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534},{"tp-id":"tap3a9e9d41-b5","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"d52f7442-7b9a-48f9-b3c7-fd5dfa5dd006","ovsdb:name":"tap3a9e9d41-b5","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:66:be:a1"},{"external-id-key":"iface-id","external-id-value":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"}],"ovsdb:port-uuid":"2e3b8fb0-d8d7-49ac-9e96-5c415485dfcf","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":27}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 17:03:16.669" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.669" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 17:03:16.669" starttime="20181202 17:03:16.668"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.670" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:a7:a6:5b"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1006a919-12b2-4b79-8334-028a247fffab",
                            "ovsdb:name": "tapafd98249-91",
                            "ovsdb:ofport": 26,
                            "ovsdb:port-uuid": "5ec92731-3373-4e08-be8f-e04c2a854018",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapafd98249-91"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:66:be:a1"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "d52f7442-7b9a-48f9-b3c7-fd5dfa5dd006",
                            "ovsdb:name": "tap3a9e9d41-b5",
                            "ovsdb:ofport": 27,
                            "ovsdb:port-uuid": "2e3b8fb0-d8d7-49ac-9e96-5c415485dfcf",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap3a9e9d41-b5"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:03:16.670" starttime="20181202 17:03:16.670"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.670" starttime="20181202 17:03:16.665"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.673" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.673" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.673" starttime="20181202 17:03:16.670"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.674" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"c8af17ba-bbc5-41a2-abc8-812d40748bc3","status":"ACTIVE"},{"uuid":"d8a83dd8-b4f9-4147-a38d-567f26d3dad4","status":"DOWN"},{"uuid":"8c228cbd-96eb-4d95-a4a0-a91c141ec264","status":"DOWN"},{"uuid":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","status":"ACTIVE"},{"uuid":"80461347-5e0d-44ea-ae0f-e4896aa62e9e","status":"DOWN"},{"uuid":"5886c549-2113-4729-a306-d3235da394a5","status":"DOWN"},{"uuid":"51fa98fd-8fc7-4cf7-b859-fc36885c70bd","status":"ACTIVE"},{"uuid":"b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef","status":"DOWN"},{"uuid":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 17:03:16.674" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.674" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 17:03:16.674" starttime="20181202 17:03:16.673"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.674" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
            },
            {
                "status": "DOWN",
                "uuid": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4"
            },
            {
                "status": "DOWN",
                "uuid": "8c228cbd-96eb-4d95-a4a0-a91c141ec264"
            },
            {
                "status": "ACTIVE",
                "uuid": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
            },
            {
                "status": "DOWN",
                "uuid": "80461347-5e0d-44ea-ae0f-e4896aa62e9e"
            },
            {
                "status": "DOWN",
                "uuid": "5886c549-2113-4729-a306-d3235da394a5"
            },
            {
                "status": "ACTIVE",
                "uuid": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd"
            },
            {
                "status": "DOWN",
                "uuid": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef"
            },
            {
                "status": "ACTIVE",
                "uuid": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.674" starttime="20181202 17:03:16.674"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.674" starttime="20181202 17:03:16.670"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.677" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.677" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.677" starttime="20181202 17:03:16.675"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.678" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.678" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.678" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.678" starttime="20181202 17:03:16.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.678" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.678" starttime="20181202 17:03:16.678"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.678" starttime="20181202 17:03:16.674"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.681" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.681" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.681" starttime="20181202 17:03:16.679"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.682" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":34,"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"},{"if-index":33,"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 17:03:16.682" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.682" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 34,
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
            }...</msg>
<status status="PASS" endtime="20181202 17:03:16.682" starttime="20181202 17:03:16.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.682" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 34,
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
            },
            {
                "if-index": 33,
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.682" starttime="20181202 17:03:16.682"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.682" starttime="20181202 17:03:16.679"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.685" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.685" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.685" starttime="20181202 17:03:16.683"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.686" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.686" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.686" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.686" starttime="20181202 17:03:16.685"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.686" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.686" starttime="20181202 17:03:16.686"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.686" starttime="20181202 17:03:16.683"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.689" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.689" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.689" starttime="20181202 17:03:16.687"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.689" level="INFO">To JSON using : content={"neutron-router-dpns":{"router-dpn-list":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c","dpn-vpninterfaces-list":[{"dpn-id":83659136235614,"router-interfaces":[{"interface":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"},{"interface":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"}]}]}]}} </msg>
<msg timestamp="20181202 17:03:16.689" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.690" level="INFO">${pretty_output} = {
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "dpn-vpninterfaces-list": [
                    {
                        "dpn-id": 83659136235614,
          ...</msg>
<status status="PASS" endtime="20181202 17:03:16.690" starttime="20181202 17:03:16.689"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.690" level="INFO">{
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "dpn-vpninterfaces-list": [
                    {
                        "dpn-id": 83659136235614,
                        "router-interfaces": [
                            {
                                "interface": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                            },
                            {
                                "interface": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                            }
                        ]
                    }
                ],
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.690" starttime="20181202 17:03:16.690"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.690" starttime="20181202 17:03:16.686"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.693" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.693" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.693" starttime="20181202 17:03:16.690"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.693" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.694" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.694" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.694" starttime="20181202 17:03:16.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.694" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.694" starttime="20181202 17:03:16.694"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.694" starttime="20181202 17:03:16.690"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.697" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.697" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.697" starttime="20181202 17:03:16.694"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.698" level="INFO">To JSON using : content={"prefix-to-interface":{"vpn-ids":[{"vpn-id":100003,"prefixes":[{"ip_address":"56.0.0.2/32","segmentation-id":34,"prefix-cue":"none","dpnId":83659136235614,"vpn-interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","network-type":"VXLAN","network-id":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"ip_address":"55.0.0.2/32","segmentation-id":85,"prefix-cue":"none","dpnId":83659136235614,"vpn-interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","network-type":"VXLAN","network-id":"42c3b673-945b-4e72-a24b-00d223572aab"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.698" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.698" level="INFO">${pretty_output} = {
    "prefix-to-interface": {
        "vpn-ids": [
            {
                "prefixes": [
                    {
                        "dpnId": 83659136235614,
                        "ip_addre...</msg>
<status status="PASS" endtime="20181202 17:03:16.698" starttime="20181202 17:03:16.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.698" level="INFO">{
    "prefix-to-interface": {
        "vpn-ids": [
            {
                "prefixes": [
                    {
                        "dpnId": 83659136235614,
                        "ip_address": "56.0.0.2/32",
                        "network-id": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b",
                        "network-type": "VXLAN",
                        "prefix-cue": "none",
                        "segmentation-id": 34,
                        "vpn-interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                    },
                    {
                        "dpnId": 83659136235614,
                        "ip_address": "55.0.0.2/32",
                        "network-id": "42c3b673-945b-4e72-a24b-00d223572aab",
                        "network-type": "VXLAN",
                        "prefix-cue": "none",
                        "segmentation-id": 85,
                        "vpn-interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                    }
                ],
                "vpn-id": 100003
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.698" starttime="20181202 17:03:16.698"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.699" starttime="20181202 17:03:16.694"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.701" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.701" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.701" starttime="20181202 17:03:16.699"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.702" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 17:03:16.702" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.702" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 17:03:16.702" starttime="20181202 17:03:16.701"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.702" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.702" starttime="20181202 17:03:16.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.702" starttime="20181202 17:03:16.699"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.705" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.705" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.705" starttime="20181202 17:03:16.703"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.706" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"2678e637-51fb-44d1-afb6-213c086f384c","vpn-id":100003,"vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c","type":"l3","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"created","ipv4-configured":true,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"}]}]},{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 17:03:16.706" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.706" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": true,
                "ipv6-configured": ...</msg>
<status status="PASS" endtime="20181202 17:03:16.706" starttime="20181202 17:03:16.705"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.706" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": true,
                "ipv6-configured": false,
                "type": "l3",
                "vpn-id": 100003,
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c",
                "vpn-state": "created",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53"
                            },
                            {
                                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99"
                            }
                        ]
                    }
                ],
                "vrf-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.706" starttime="20181202 17:03:16.706"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.706" starttime="20181202 17:03:16.702"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.708" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.709" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.709" starttime="20181202 17:03:16.707"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.709" level="INFO">To JSON using : content={"vpn-interface-op-data":{"vpn-interface-op-data-entry":[{"name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c","gateway-mac-address":"fa:16:3e:c3:5e:35","dpn-id":83659136235614,"lport-tag":33,"adjacency":[{"ip_address":"55.0.0.2/32","next-hop-ip-list":["11.0.0.37"],"label":100005,"vrf-id":"2678e637-51fb-44d1-afb6-213c086f384c","phys-network-func":false,"subnet_id":"743be54c-afa5-433c-8e33-312db5989f49","mac_address":"fa:16:3e:a7:a6:5b","adjacency_type":"primary-adjacency"}]},{"name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","vpn-instance-name":"2678e637-51fb-44d1-afb6-213c086f384c","gateway-mac-address":"fa:16:3e:df:ee:79","dpn-id":83659136235614,"lport-tag":34,"adjacency":[{"ip_address":"56.0.0.2/32","next-hop-ip-list":["11.0.0.37"],"label":100007,"vrf-id":"2678e637-51fb-44d1-afb6-213c086f384c","phys-network-func":false,"subnet_id":"ea8a0127-eda6-4151-a5b1-64a0af35bb95","mac_address":"fa:16:3e:66:be:a1","adjacency_type":"primary-adjacency"}]}]}} </msg>
<msg timestamp="20181202 17:03:16.709" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.709" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {
        "vpn-interface-op-data-entry": [
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacenc...</msg>
<status status="PASS" endtime="20181202 17:03:16.710" starttime="20181202 17:03:16.709"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.710" level="INFO">{
    "vpn-interface-op-data": {
        "vpn-interface-op-data-entry": [
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "55.0.0.2/32",
                        "label": 100005,
                        "mac_address": "fa:16:3e:a7:a6:5b",
                        "next-hop-ip-list": [
                            "11.0.0.37"
                        ],
                        "phys-network-func": false,
                        "subnet_id": "743be54c-afa5-433c-8e33-312db5989f49",
                        "vrf-id": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ],
                "dpn-id": 83659136235614,
                "gateway-mac-address": "fa:16:3e:c3:5e:35",
                "lport-tag": 33,
                "name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "56.0.0.2/32",
                        "label": 100007,
                        "mac_address": "fa:16:3e:66:be:a1",
                        "next-hop-ip-list": [
                            "11.0.0.37"
                        ],
                        "phys-network-func": false,
                        "subnet_id": "ea8a0127-eda6-4151-a5b1-64a0af35bb95",
                        "vrf-id": "2678e637-51fb-44d1-afb6-213c086f384c"
                    }
                ],
                "dpn-id": 83659136235614,
                "gateway-mac-address": "fa:16:3e:df:ee:79",
                "lport-tag": 34,
                "name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "vpn-instance-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.710" starttime="20181202 17:03:16.710"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.710" starttime="20181202 17:03:16.706"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.713" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.713" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.713" starttime="20181202 17:03:16.710"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.714" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 17:03:16.714" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.714" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 17:03:16.714" starttime="20181202 17:03:16.713"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.714" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.714" starttime="20181202 17:03:16.714"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.714" starttime="20181202 17:03:16.710"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.717" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.717" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.717" starttime="20181202 17:03:16.715"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.718" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.718" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.718" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.718" starttime="20181202 17:03:16.717"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.718" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.718" starttime="20181202 17:03:16.718"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.718" starttime="20181202 17:03:16.714"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.721" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.722" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.722" starttime="20181202 17:03:16.719"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.722" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.722" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.722" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.722" starttime="20181202 17:03:16.722"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.723" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.723" starttime="20181202 17:03:16.723"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.723" starttime="20181202 17:03:16.719"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.726" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.726" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.726" starttime="20181202 17:03:16.723"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.727" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:03:16.727" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.727" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:03:16.727" starttime="20181202 17:03:16.726"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.727" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.727" starttime="20181202 17:03:16.727"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.727" starttime="20181202 17:03:16.723"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:03:16.733" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:03:16.733" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:03:16.733" starttime="20181202 17:03:16.728"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:03:16.736" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:26","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapafd98249-91","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":26,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:27","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap3a9e9d41-b5","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":27,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 17:03:16.736" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:03:16.736" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 17:03:16.736" starttime="20181202 17:03:16.733"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.736" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapafd98249-91",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 26,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:26"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap3a9e9d41-b5",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 27,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:27"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:03:16.737" starttime="20181202 17:03:16.736"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.737" starttime="20181202 17:03:16.728"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.737" starttime="20181202 17:03:16.324"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.737" starttime="20181202 17:03:16.323"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:16.737" starttime="20181202 17:03:16.314"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:03:16.739" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group L3Bcast/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 17:03:16.739" starttime="20181202 17:03:16.738"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:16.748" starttime="20181202 17:03:16.748"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:03:16.749" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:03:16.749" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:03:16.749" starttime="20181202 17:03:16.748"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:03:16.749" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group L3Bcast/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:03:16.749" starttime="20181202 17:03:16.749"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:03:16.750" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 17:03:16.750" starttime="20181202 17:03:16.750"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:03:16.751" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:03:16.751" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:03:16.751" starttime="20181202 17:03:16.751"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:16.751" starttime="20181202 17:03:16.751"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:03:16.752" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:03:17.167" level="INFO">Read output: Last login: Sun Dec  2 16:51:57 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:03:17.167" starttime="20181202 17:03:16.752"></status>
</kw>
<msg timestamp="20181202 17:03:17.167" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:03:17.168" starttime="20181202 17:03:16.752"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.168" starttime="20181202 17:03:16.750"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:03:17.169" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Security Group L3Bcast/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 17:03:17.193" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 17:03:17.193" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:03:17.193" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:03:17.194" starttime="20181202 17:03:17.168"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:03:17.259" starttime="20181202 17:03:17.194"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.260" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:03:17.260" starttime="20181202 17:03:17.259"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:17.262" starttime="20181202 17:03:17.261"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.263" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:03:17.263" starttime="20181202 17:03:17.263"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.264" starttime="20181202 17:03:17.262"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:17.267" starttime="20181202 17:03:17.266"></status>
</kw>
<msg timestamp="20181202 17:03:17.267" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:03:17.267" starttime="20181202 17:03:17.265"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.267" starttime="20181202 17:03:17.264"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.267" starttime="20181202 17:03:16.747"></status>
</kw>
<msg timestamp="20181202 17:03:17.267" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:03:17.268" starttime="20181202 17:03:16.747"></status>
</kw>
<msg timestamp="20181202 17:03:17.268" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:17.268" starttime="20181202 17:03:16.746"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 17:03:17.269" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 17:03:17.269" starttime="20181202 17:03:17.268"></status>
</kw>
<msg timestamp="20181202 17:03:17.269" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 17:03:17.269" starttime="20181202 17:03:16.745"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 17:03:17.271" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 17:03:17.271" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 17:03:17.271" starttime="20181202 17:03:17.270"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:17.272" starttime="20181202 17:03:17.271"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 17:03:17.272" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:03:17.273" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 17:03:17.273" starttime="20181202 17:03:17.272"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.274" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 17:03:17.274" starttime="20181202 17:03:17.274"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.274" starttime="20181202 17:03:17.273"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.274" starttime="20181202 17:03:16.738"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.274" starttime="20181202 17:03:16.738"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.274" starttime="20181202 17:03:16.737"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:17.285" starttime="20181202 17:03:17.284"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.285" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:03:17.438" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:03:17.438" starttime="20181202 17:03:17.285"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.452" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 17:03:17.452" starttime="20181202 17:03:17.438"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:03:17.454" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:03:17.454" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:03:17.454" starttime="20181202 17:03:17.452"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:03:17.497" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:03:17.498" starttime="20181202 17:03:17.455"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:03:17.500" starttime="20181202 17:03:17.498"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:03:17.500" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:03:17.500" starttime="20181202 17:03:17.500"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.500" starttime="20181202 17:03:17.283"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.500" starttime="20181202 17:03:17.275"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.500" starttime="20181202 17:03:17.275"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.501" starttime="20181202 17:03:17.274"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.501" starttime="20181202 17:03:14.528"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:17.501" starttime="20181202 17:03:14.528"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:17.502" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:17.502" starttime="20181202 17:03:17.502"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:17.503" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:03:17.522" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:19.861" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:19.862" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:19.862" starttime="20181202 17:03:17.503"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:19.865" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:03:19.865" starttime="20181202 17:03:19.863"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:19.866" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:19.866" starttime="20181202 17:03:19.866"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:19.868" starttime="20181202 17:03:19.867"></status>
</kw>
<msg timestamp="20181202 17:03:19.868" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:03:19.868" starttime="20181202 17:03:17.502"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:19.869" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:03:19.869" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:03:19.869" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:19.869" starttime="20181202 17:03:19.869"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:03:19.870" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:03:19.870" starttime="20181202 17:03:19.870"></status>
</kw>
<msg timestamp="20181202 17:03:19.871" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:19.871" starttime="20181202 17:03:17.501"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:03:19.871" starttime="20181202 17:03:19.871"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:19.873" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:19.873" starttime="20181202 17:03:19.873"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:19.875" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:03:19.918" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:23.063" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:23.063" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:23.063" starttime="20181202 17:03:19.874"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:23.064" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "69a22608-d3ba-4770-85a3-6d96e4f7685e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "553039fc-7662-4323-afe7-80a001a6ec50", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ce6880e3-a21d-449d-b916-3e12a259111a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ae8e7f34-b7db-4144-9768-266941dd77b8", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "8b5a8dc9-cfe2-4355-b724-3a8f8e26014c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:03:23.064" starttime="20181202 17:03:23.064"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:23.065" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:23.065" starttime="20181202 17:03:23.064"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:23.066" starttime="20181202 17:03:23.065"></status>
</kw>
<msg timestamp="20181202 17:03:23.066" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "69a22608-d3ba-4770-85a3-6d96e4f7685e", 
    "Flavor": "m1.nano", 
    "Networks": ...</msg>
<status status="PASS" endtime="20181202 17:03:23.066" starttime="20181202 17:03:19.873"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:23.066" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "69a22608-d3ba-4770-85a3-6d96e4f7685e", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "553039fc-7662-4323-afe7-80a001a6ec50", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ce6880e3-a21d-449d-b916-3e12a259111a", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ae8e7f34-b7db-4144-9768-266941dd77b8", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "sgbcast_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "8b5a8dc9-cfe2-4355-b724-3a8f8e26014c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 17:03:23.066" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:03:23.067" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'69a22608-d3ba-4770-85a3-6d96e4f7685e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'...</msg>
<status status="PASS" endtime="20181202 17:03:23.067" starttime="20181202 17:03:23.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:03:23.067" level="INFO">[{u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'69a22608-d3ba-4770-85a3-6d96e4f7685e', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'553039fc-7662-4323-afe7-80a001a6ec50', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ce6880e3-a21d-449d-b916-3e12a259111a', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ae8e7f34-b7db-4144-9768-266941dd77b8', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'8b5a8dc9-cfe2-4355-b724-3a8f8e26014c', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 17:03:23.067" starttime="20181202 17:03:23.067"></status>
</kw>
<msg timestamp="20181202 17:03:23.067" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'69a22608-d3ba-4770-85a3-6d96e4f7685e', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'...</msg>
<status status="PASS" endtime="20181202 17:03:23.067" starttime="20181202 17:03:19.872"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'69a22608-d3ba-4770-85a3-6d96e4f7685e', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:23.077" level="INFO">Starting process:
openstack server show 69a22608-d3ba-4770-85a3-6d96e4f7685e</msg>
<msg timestamp="20181202 17:03:23.119" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:26.216" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:26.217" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:26.217" starttime="20181202 17:03:23.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:26.218" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:53:13Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:53:15Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 69a22608-d3ba-4770-85a3-6d96e4f7685e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sgbcast_net_2_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:53:15Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:03:26.219" starttime="20181202 17:03:26.217"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:26.219" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:26.219" starttime="20181202 17:03:26.219"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:26.220" starttime="20181202 17:03:26.219"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:26.220" starttime="20181202 17:03:23.076"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:26.230" level="INFO">Starting process:
openstack server delete 69a22608-d3ba-4770-85a3-6d96e4f7685e</msg>
<msg timestamp="20181202 17:03:26.273" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:30.465" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:30.465" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:30.466" starttime="20181202 17:03:26.230"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:30.467" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:30.467" starttime="20181202 17:03:30.466"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:30.467" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:30.467" starttime="20181202 17:03:30.467"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:30.468" starttime="20181202 17:03:30.467"></status>
</kw>
<msg timestamp="20181202 17:03:30.468" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:30.468" starttime="20181202 17:03:26.229"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:30.468" starttime="20181202 17:03:26.221"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:30.468" starttime="20181202 17:03:26.221"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:30.469" starttime="20181202 17:03:23.068"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sgbcast_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'553039fc-7662-4323-afe7-80a001a6ec50', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:30.477" level="INFO">Starting process:
openstack server show 553039fc-7662-4323-afe7-80a001a6ec50</msg>
<msg timestamp="20181202 17:03:30.520" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:33.532" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:33.532" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:33.532" starttime="20181202 17:03:30.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:33.533" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:53:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:53:10Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 553039fc-7662-4323-afe7-80a001a6ec50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sgbcast_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:53:09Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:03:33.534" starttime="20181202 17:03:33.533"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:33.534" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:33.534" starttime="20181202 17:03:33.534"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:33.535" starttime="20181202 17:03:33.535"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:33.535" starttime="20181202 17:03:30.476"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:33.544" level="INFO">Starting process:
openstack server delete 553039fc-7662-4323-afe7-80a001a6ec50</msg>
<msg timestamp="20181202 17:03:33.588" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:36.429" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:36.429" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:36.429" starttime="20181202 17:03:33.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:36.430" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:36.431" starttime="20181202 17:03:36.430"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:36.431" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:36.431" starttime="20181202 17:03:36.431"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:36.432" starttime="20181202 17:03:36.431"></status>
</kw>
<msg timestamp="20181202 17:03:36.432" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:36.433" starttime="20181202 17:03:33.543"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:36.433" starttime="20181202 17:03:33.536"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:36.433" starttime="20181202 17:03:33.536"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:36.433" starttime="20181202 17:03:30.469"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ce6880e3-a21d-449d-b916-3e12a259111a', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:36.444" level="INFO">Starting process:
openstack server show ce6880e3-a21d-449d-b916-3e12a259111a</msg>
<msg timestamp="20181202 17:03:36.482" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:39.418" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:39.419" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:39.419" starttime="20181202 17:03:36.443"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:39.420" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:53:04Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:53:05Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | ce6880e3-a21d-449d-b916-3e12a259111a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sgbcast_net_1_vm_3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:53:05Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:03:39.421" starttime="20181202 17:03:39.420"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:39.422" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:39.422" starttime="20181202 17:03:39.421"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:39.422" starttime="20181202 17:03:39.422"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:39.423" starttime="20181202 17:03:36.442"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:39.432" level="INFO">Starting process:
openstack server delete ce6880e3-a21d-449d-b916-3e12a259111a</msg>
<msg timestamp="20181202 17:03:39.474" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:42.405" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:42.406" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:42.406" starttime="20181202 17:03:39.432"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:42.408" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:42.408" starttime="20181202 17:03:42.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:42.408" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:42.409" starttime="20181202 17:03:42.408"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:42.410" starttime="20181202 17:03:42.409"></status>
</kw>
<msg timestamp="20181202 17:03:42.410" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:42.410" starttime="20181202 17:03:39.431"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:42.411" starttime="20181202 17:03:39.423"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:42.411" starttime="20181202 17:03:39.423"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:42.411" starttime="20181202 17:03:36.433"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ae8e7f34-b7db-4144-9768-266941dd77b8', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:42.423" level="INFO">Starting process:
openstack server show ae8e7f34-b7db-4144-9768-266941dd77b8</msg>
<msg timestamp="20181202 17:03:42.443" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:45.496" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:45.497" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:45.497" starttime="20181202 17:03:42.423"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:45.499" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:53:00Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:53:01Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | ae8e7f34-b7db-4144-9768-266941dd77b8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sgbcast_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:53:01Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:03:45.501" starttime="20181202 17:03:45.498"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:45.502" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:45.502" starttime="20181202 17:03:45.501"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:45.504" starttime="20181202 17:03:45.503"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:45.505" starttime="20181202 17:03:42.422"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:45.526" level="INFO">Starting process:
openstack server delete ae8e7f34-b7db-4144-9768-266941dd77b8</msg>
<msg timestamp="20181202 17:03:45.553" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:48.401" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:48.401" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:48.402" starttime="20181202 17:03:45.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:48.403" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:48.403" starttime="20181202 17:03:48.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:48.404" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:48.404" starttime="20181202 17:03:48.403"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:48.405" starttime="20181202 17:03:48.404"></status>
</kw>
<msg timestamp="20181202 17:03:48.405" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:48.405" starttime="20181202 17:03:45.525"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:48.405" starttime="20181202 17:03:45.506"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:48.405" starttime="20181202 17:03:45.505"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:48.405" starttime="20181202 17:03:42.411"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'sgbcast_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'8b5a8dc9-cfe2-4355-b724-3a8f8e26014c', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:48.420" level="INFO">Starting process:
openstack server show 8b5a8dc9-cfe2-4355-b724-3a8f8e26014c</msg>
<msg timestamp="20181202 17:03:48.461" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:51.511" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:51.512" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:51.512" starttime="20181202 17:03:48.419"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:51.513" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000019                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T16:52:55Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T16:52:57Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 8b5a8dc9-cfe2-4355-b724-3a8f8e26014c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | sgbcast_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T16:52:57Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:03:51.514" starttime="20181202 17:03:51.513"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:51.515" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:51.515" starttime="20181202 17:03:51.514"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:51.516" starttime="20181202 17:03:51.515"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:51.516" starttime="20181202 17:03:48.418"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:51.526" level="INFO">Starting process:
openstack server delete 8b5a8dc9-cfe2-4355-b724-3a8f8e26014c</msg>
<msg timestamp="20181202 17:03:51.546" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:55.783" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:55.784" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:55.784" starttime="20181202 17:03:51.526"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:55.785" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:55.785" starttime="20181202 17:03:55.785"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:55.786" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:55.786" starttime="20181202 17:03:55.786"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:55.787" starttime="20181202 17:03:55.786"></status>
</kw>
<msg timestamp="20181202 17:03:55.787" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:03:55.787" starttime="20181202 17:03:51.525"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:55.788" starttime="20181202 17:03:51.517"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:55.788" starttime="20181202 17:03:51.517"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:55.788" starttime="20181202 17:03:48.405"></status>
</kw>
<status status="PASS" endtime="20181202 17:03:55.788" starttime="20181202 17:03:23.068"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:55.790" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:55.790" starttime="20181202 17:03:55.789"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:55.791" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:03:55.834" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:03:58.104" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:03:58.105" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:03:58.105" starttime="20181202 17:03:55.790"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:03:58.107" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Name": "sgbcast_router", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "2678e637-51fb-44d1-afb6-213c086f384c"
  }
]</msg>
<status status="PASS" endtime="20181202 17:03:58.107" starttime="20181202 17:03:58.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:03:58.108" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:03:58.109" starttime="20181202 17:03:58.108"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:03:58.110" starttime="20181202 17:03:58.109"></status>
</kw>
<msg timestamp="20181202 17:03:58.111" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Name": "sgbcast_router", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "2678e637-5...</msg>
<status status="PASS" endtime="20181202 17:03:58.111" starttime="20181202 17:03:55.790"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:58.112" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Name": "sgbcast_router", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "2678e637-51fb-44d1-afb6-213c086f384c"
  }
] </msg>
<msg timestamp="20181202 17:03:58.112" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:03:58.112" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Name': u'sgbcast_router', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'2678e637-51fb-44d1-afb6-213c086f384...</msg>
<status status="PASS" endtime="20181202 17:03:58.113" starttime="20181202 17:03:58.111"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:03:58.113" level="INFO">[{u'Status': u'ACTIVE', u'Name': u'sgbcast_router', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'2678e637-51fb-44d1-afb6-213c086f384c'}]</msg>
<status status="PASS" endtime="20181202 17:03:58.114" starttime="20181202 17:03:58.113"></status>
</kw>
<msg timestamp="20181202 17:03:58.114" level="INFO">@{routers} = [ {u'Status': u'ACTIVE', u'Name': u'sgbcast_router', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'2678e637-51fb-44d1-afb6-213c086f384...</msg>
<status status="PASS" endtime="20181202 17:03:58.114" starttime="20181202 17:03:55.788"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<kw type="foritem" name="${router} = {u'Status': u'ACTIVE', u'Name': u'sgbcast_router', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'2678e637-51fb-44d1-afb6-213c086f384c'...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Cleanup Router</arg>
<arg>${router['ID']}</arg>
</arguments>
<kw name="Cleanup Router" library="OpenStackOperations">
<doc>Delete a router, but first remove any interfaces or gateways so that the delete will be successful.</doc>
<arguments>
<arg>${router['ID']}</arg>
</arguments>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list --router ${id} -f json --long</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:03:58.119" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:03:58.119" starttime="20181202 17:03:58.118"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list --router 2678e637-51fb-44d1-afb6-213c086f384c -f json --long and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:03:58.122" level="INFO">Starting process:
openstack port list --router 2678e637-51fb-44d1-afb6-213c086f384c -f json --long</msg>
<msg timestamp="20181202 17:03:58.165" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:00.632" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:00.633" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:00.633" starttime="20181202 17:03:58.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:00.635" level="INFO">[
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:c3:5e:35", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd"
  }, 
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:df:ee:79", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='56.0.0.1', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
  }
]</msg>
<status status="PASS" endtime="20181202 17:04:00.635" starttime="20181202 17:04:00.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:00.637" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:00.637" starttime="20181202 17:04:00.636"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:00.638" starttime="20181202 17:04:00.637"></status>
</kw>
<msg timestamp="20181202 17:04:00.639" level="INFO">${json} = [
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:c3:5e:35", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addre...</msg>
<status status="PASS" endtime="20181202 17:04:00.639" starttime="20181202 17:03:58.119"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:00.640" level="INFO">To JSON using : content=[
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:c3:5e:35", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "51fa98fd-8fc7-4cf7-b859-fc36885c70bd"
  }, 
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:df:ee:79", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='56.0.0.1', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "c8af17ba-bbc5-41a2-abc8-812d40748bc3"
  }
] </msg>
<msg timestamp="20181202 17:04:00.641" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:04:00.641" level="INFO">@{list} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'Name': u'', u'MAC Address': u'fa:16:3e:c3:5e:35', u'Device Owner': u'network...</msg>
<status status="PASS" endtime="20181202 17:04:00.641" starttime="20181202 17:04:00.640"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:04:00.642" level="INFO">[{u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'Name': u'', u'MAC Address': u'fa:16:3e:c3:5e:35', u'Device Owner': u'network:router_interface', u'Security Groups': u'', u'Tags': u'', u'ID': u'51fa98fd-8fc7-4cf7-b859-fc36885c70bd'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='56.0.0.1', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'Name': u'', u'MAC Address': u'fa:16:3e:df:ee:79', u'Device Owner': u'network:router_interface', u'Security Groups': u'', u'Tags': u'', u'ID': u'c8af17ba-bbc5-41a2-abc8-812d40748bc3'}]</msg>
<status status="PASS" endtime="20181202 17:04:00.642" starttime="20181202 17:04:00.642"></status>
</kw>
<msg timestamp="20181202 17:04:00.643" level="INFO">@{ports} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'Name': u'', u'MAC Address': u'fa:16:3e:c3:5e:35', u'Device Owner': u'network...</msg>
<status status="PASS" endtime="20181202 17:04:00.643" starttime="20181202 17:03:58.117"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='55.0.0.1', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'&quot;, u'Name': u'', u'MAC Address': u'fa:16:3e:c3:5e:35', u'Device Owner': u'network:r...">
<kw name="Get Match" library="OpenStackOperations">
<doc>Wrapper around String.Get Regexp Matches to return None if not found or the first match if found.</doc>
<arguments>
<arg>${port['Fixed IP Addresses']}</arg>
<arg>${REGEX_UUID}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="Get Regexp Matches" library="String">
<doc>Returns a list of all non-overlapping matches in the given string.</doc>
<arguments>
<arg>${text}</arg>
<arg>${regexp}</arg>
</arguments>
<assign>
<var>@{matches}</var>
</assign>
<msg timestamp="20181202 17:04:00.646" level="INFO">@{matches} = [ 743be54c-afa5-433c-8e33-312db5989f49 ]</msg>
<status status="PASS" endtime="20181202 17:04:00.647" starttime="20181202 17:04:00.646"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${matches}</arg>
</arguments>
<assign>
<var>${matches_length}</var>
</assign>
<msg timestamp="20181202 17:04:00.648" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:04:00.648" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181202 17:04:00.648" starttime="20181202 17:04:00.647"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181202 17:04:00.666" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181202 17:04:00.666" starttime="20181202 17:04:00.648"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<msg timestamp="20181202 17:04:00.668" level="INFO">${OS_MATCH} = 743be54c-afa5-433c-8e33-312db5989f49</msg>
<status status="PASS" endtime="20181202 17:04:00.668" starttime="20181202 17:04:00.667"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:00.668" starttime="20181202 17:04:00.666"></status>
</kw>
<msg timestamp="20181202 17:04:00.669" level="INFO">${subnet_id} = 743be54c-afa5-433c-8e33-312db5989f49</msg>
<status status="PASS" endtime="20181202 17:04:00.669" starttime="20181202 17:04:00.644"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_gateway"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Gateway</arg>
<arg>${id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:00.670" starttime="20181202 17:04:00.669"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_interface"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Remove Interface" library="OpenStackOperations">
<doc>Remove Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router remove subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:00.687" level="INFO">Starting process:
openstack router remove subnet 2678e637-51fb-44d1-afb6-213c086f384c 743be54c-afa5-433c-8e33-312db5989f49</msg>
<msg timestamp="20181202 17:04:00.715" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:05.200" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:05.201" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:05.201" starttime="20181202 17:04:00.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:05.202" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:05.202" starttime="20181202 17:04:05.201"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:05.202" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:05.203" starttime="20181202 17:04:05.202"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:05.203" starttime="20181202 17:04:05.203"></status>
</kw>
<msg timestamp="20181202 17:04:05.204" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:05.204" starttime="20181202 17:04:00.685"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:05.204" starttime="20181202 17:04:00.672"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:05.204" starttime="20181202 17:04:00.671"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:05.204" starttime="20181202 17:04:00.670"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:05.204" starttime="20181202 17:04:00.643"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='56.0.0.1', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'&quot;, u'Name': u'', u'MAC Address': u'fa:16:3e:df:ee:79', u'Device Owner': u'network:r...">
<kw name="Get Match" library="OpenStackOperations">
<doc>Wrapper around String.Get Regexp Matches to return None if not found or the first match if found.</doc>
<arguments>
<arg>${port['Fixed IP Addresses']}</arg>
<arg>${REGEX_UUID}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="Get Regexp Matches" library="String">
<doc>Returns a list of all non-overlapping matches in the given string.</doc>
<arguments>
<arg>${text}</arg>
<arg>${regexp}</arg>
</arguments>
<assign>
<var>@{matches}</var>
</assign>
<msg timestamp="20181202 17:04:05.206" level="INFO">@{matches} = [ ea8a0127-eda6-4151-a5b1-64a0af35bb95 ]</msg>
<status status="PASS" endtime="20181202 17:04:05.206" starttime="20181202 17:04:05.205"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${matches}</arg>
</arguments>
<assign>
<var>${matches_length}</var>
</assign>
<msg timestamp="20181202 17:04:05.206" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:04:05.207" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181202 17:04:05.207" starttime="20181202 17:04:05.206"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181202 17:04:05.207" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181202 17:04:05.207" starttime="20181202 17:04:05.207"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<msg timestamp="20181202 17:04:05.208" level="INFO">${OS_MATCH} = ea8a0127-eda6-4151-a5b1-64a0af35bb95</msg>
<status status="PASS" endtime="20181202 17:04:05.209" starttime="20181202 17:04:05.208"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:05.209" starttime="20181202 17:04:05.208"></status>
</kw>
<msg timestamp="20181202 17:04:05.209" level="INFO">${subnet_id} = ea8a0127-eda6-4151-a5b1-64a0af35bb95</msg>
<status status="PASS" endtime="20181202 17:04:05.209" starttime="20181202 17:04:05.205"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_gateway"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Gateway</arg>
<arg>${id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:05.210" starttime="20181202 17:04:05.209"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_interface"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Remove Interface" library="OpenStackOperations">
<doc>Remove Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router remove subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:05.220" level="INFO">Starting process:
openstack router remove subnet 2678e637-51fb-44d1-afb6-213c086f384c ea8a0127-eda6-4151-a5b1-64a0af35bb95</msg>
<msg timestamp="20181202 17:04:05.260" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:09.524" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:09.525" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:09.525" starttime="20181202 17:04:05.220"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:09.526" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:09.526" starttime="20181202 17:04:09.525"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:09.527" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:09.527" starttime="20181202 17:04:09.526"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:09.528" starttime="20181202 17:04:09.527"></status>
</kw>
<msg timestamp="20181202 17:04:09.528" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:09.528" starttime="20181202 17:04:05.219"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:09.528" starttime="20181202 17:04:05.211"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:09.528" starttime="20181202 17:04:05.210"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:09.529" starttime="20181202 17:04:05.210"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:09.529" starttime="20181202 17:04:05.204"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:09.529" starttime="20181202 17:04:00.643"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Router</arg>
<arg>${id}</arg>
</arguments>
<kw name="Delete Router" library="OpenStackOperations">
<doc>Delete Router and Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router delete ${router_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:09.540" level="INFO">Starting process:
openstack router delete 2678e637-51fb-44d1-afb6-213c086f384c</msg>
<msg timestamp="20181202 17:04:09.558" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:12.158" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:12.159" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:12.159" starttime="20181202 17:04:09.540"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:12.160" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:12.161" starttime="20181202 17:04:12.160"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:12.161" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:12.161" starttime="20181202 17:04:12.161"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:12.162" starttime="20181202 17:04:12.162"></status>
</kw>
<msg timestamp="20181202 17:04:12.162" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:04:09.539"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:04:09.529"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:04:09.529"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:03:58.116"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:03:58.115"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:03:58.115"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:12.163" starttime="20181202 17:03:58.115"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:12.164" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:04:12.164" starttime="20181202 17:04:12.164"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:12.165" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:04:12.208" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:14.505" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:14.505" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:14.505" starttime="20181202 17:04:12.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:14.507" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99", 
    "MAC Address": "fa:16:3e:66:be:a1", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.4', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "5886c549-2113-4729-a306-d3235da394a5", 
    "MAC Address": "fa:16:3e:86:4b:54", 
    "Name": "sgbcast_net_1_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='56.0.0.15', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "80461347-5e0d-44ea-ae0f-e4896aa62e9e", 
    "MAC Address": "fa:16:3e:da:7e:3d", 
    "Name": "sgbcast_net_2_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.3', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "8c228cbd-96eb-4d95-a4a0-a91c141ec264", 
    "MAC Address": "fa:16:3e:1f:a1:ad", 
    "Name": "sgbcast_net_1_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='55.0.0.2', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "afd98249-91b5-48b7-9e0e-a3ba2766cc53", 
    "MAC Address": "fa:16:3e:a7:a6:5b", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='56.0.0.7', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef", 
    "MAC Address": "fa:16:3e:c9:94:da", 
    "Name": "sgbcast_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.10', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4", 
    "MAC Address": "fa:16:3e:4d:aa:9d", 
    "Name": "sgbcast_net_1_port_3"
  }
]</msg>
<status status="PASS" endtime="20181202 17:04:14.507" starttime="20181202 17:04:14.506"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:14.507" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:14.507" starttime="20181202 17:04:14.507"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:14.508" starttime="20181202 17:04:14.507"></status>
</kw>
<msg timestamp="20181202 17:04:14.508" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 17:04:14.508" starttime="20181202 17:04:12.164"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:14.509" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99", 
    "MAC Address": "fa:16:3e:66:be:a1", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.4', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "5886c549-2113-4729-a306-d3235da394a5", 
    "MAC Address": "fa:16:3e:86:4b:54", 
    "Name": "sgbcast_net_1_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='56.0.0.15', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "80461347-5e0d-44ea-ae0f-e4896aa62e9e", 
    "MAC Address": "fa:16:3e:da:7e:3d", 
    "Name": "sgbcast_net_2_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.3', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "8c228cbd-96eb-4d95-a4a0-a91c141ec264", 
    "MAC Address": "fa:16:3e:1f:a1:ad", 
    "Name": "sgbcast_net_1_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='55.0.0.2', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "afd98249-91b5-48b7-9e0e-a3ba2766cc53", 
    "MAC Address": "fa:16:3e:a7:a6:5b", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='56.0.0.7', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", 
    "ID": "b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef", 
    "MAC Address": "fa:16:3e:c9:94:da", 
    "Name": "sgbcast_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='55.0.0.10', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", 
    "ID": "d8a83dd8-b4f9-4147-a38d-567f26d3dad4", 
    "MAC Address": "fa:16:3e:4d:aa:9d", 
    "Name": "sgbcast_net_1_port_3"
  }
] </msg>
<msg timestamp="20181202 17:04:14.509" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:04:14.509" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'ID': u'3a9e9d41-b510-4fcf-a4d4-dd507c05cc99', u'MAC Address': u'fa:16:3e:6...</msg>
<status status="PASS" endtime="20181202 17:04:14.509" starttime="20181202 17:04:14.508"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:04:14.509" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'ID': u'3a9e9d41-b510-4fcf-a4d4-dd507c05cc99', u'MAC Address': u'fa:16:3e:66:be:a1', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.4', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'ID': u'5886c549-2113-4729-a306-d3235da394a5', u'MAC Address': u'fa:16:3e:86:4b:54', u'Name': u'sgbcast_net_1_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='56.0.0.15', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'ID': u'80461347-5e0d-44ea-ae0f-e4896aa62e9e', u'MAC Address': u'fa:16:3e:da:7e:3d', u'Name': u'sgbcast_net_2_port_2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.3', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'ID': u'8c228cbd-96eb-4d95-a4a0-a91c141ec264', u'MAC Address': u'fa:16:3e:1f:a1:ad', u'Name': u'sgbcast_net_1_port_2'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='55.0.0.2', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'ID': u'afd98249-91b5-48b7-9e0e-a3ba2766cc53', u'MAC Address': u'fa:16:3e:a7:a6:5b', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='56.0.0.7', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'ID': u'b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef', u'MAC Address': u'fa:16:3e:c9:94:da', u'Name': u'sgbcast_net_2_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='55.0.0.10', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'", u'ID': u'd8a83dd8-b4f9-4147-a38d-567f26d3dad4', u'MAC Address': u'fa:16:3e:4d:aa:9d', u'Name': u'sgbcast_net_1_port_3'}]</msg>
<status status="PASS" endtime="20181202 17:04:14.510" starttime="20181202 17:04:14.509"></status>
</kw>
<msg timestamp="20181202 17:04:14.510" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'", u'ID': u'3a9e9d41-b510-4fcf-a4d4-dd507c05cc99', u'MAC Address': u'fa:16:3e:6...</msg>
<status status="PASS" endtime="20181202 17:04:14.510" starttime="20181202 17:04:12.163"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='56.0.0.2', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'&quot;, u'ID': u'3a9e9d41-b510-4fcf-a4d4-dd507c05cc99', u'MAC Address': u'fa:16:3e:66:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:14.519" level="INFO">Starting process:
openstack port delete 3a9e9d41-b510-4fcf-a4d4-dd507c05cc99</msg>
<msg timestamp="20181202 17:04:14.553" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:17.235" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:17.236" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:17.236" starttime="20181202 17:04:14.519"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:17.237" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:17.237" starttime="20181202 17:04:17.236"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:17.238" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:17.238" starttime="20181202 17:04:17.238"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:17.239" starttime="20181202 17:04:17.239"></status>
</kw>
<msg timestamp="20181202 17:04:17.240" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:17.240" starttime="20181202 17:04:14.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:17.240" starttime="20181202 17:04:14.511"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:17.240" starttime="20181202 17:04:14.510"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:17.240" starttime="20181202 17:04:14.510"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='55.0.0.4', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'&quot;, u'ID': u'5886c549-2113-4729-a306-d3235da394a5', u'MAC Address': u'fa:16:3e:86:4b...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:17.254" level="INFO">Starting process:
openstack port delete 5886c549-2113-4729-a306-d3235da394a5</msg>
<msg timestamp="20181202 17:04:17.297" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:20.249" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:20.250" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:20.250" starttime="20181202 17:04:17.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:20.251" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:20.251" starttime="20181202 17:04:20.250"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:20.252" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:20.252" starttime="20181202 17:04:20.251"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:20.253" starttime="20181202 17:04:20.252"></status>
</kw>
<msg timestamp="20181202 17:04:20.253" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:20.253" starttime="20181202 17:04:17.252"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:20.253" starttime="20181202 17:04:17.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:20.253" starttime="20181202 17:04:17.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:20.254" starttime="20181202 17:04:17.240"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='56.0.0.15', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'&quot;, u'ID': u'80461347-5e0d-44ea-ae0f-e4896aa62e9e', u'MAC Address': u'fa:16:3e:da:7...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:20.265" level="INFO">Starting process:
openstack port delete 80461347-5e0d-44ea-ae0f-e4896aa62e9e</msg>
<msg timestamp="20181202 17:04:20.307" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:23.032" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:23.033" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:23.033" starttime="20181202 17:04:20.264"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:23.034" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:23.034" starttime="20181202 17:04:23.034"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:23.035" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:23.035" starttime="20181202 17:04:23.035"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:23.036" starttime="20181202 17:04:23.036"></status>
</kw>
<msg timestamp="20181202 17:04:23.037" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:23.037" starttime="20181202 17:04:20.264"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:23.037" starttime="20181202 17:04:20.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:23.037" starttime="20181202 17:04:20.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:23.037" starttime="20181202 17:04:20.254"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='55.0.0.3', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'&quot;, u'ID': u'8c228cbd-96eb-4d95-a4a0-a91c141ec264', u'MAC Address': u'fa:16:3e:1f:a1...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:23.049" level="INFO">Starting process:
openstack port delete 8c228cbd-96eb-4d95-a4a0-a91c141ec264</msg>
<msg timestamp="20181202 17:04:23.077" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:25.920" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:25.921" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:25.921" starttime="20181202 17:04:23.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:25.922" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:25.922" starttime="20181202 17:04:25.921"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:25.922" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:25.922" starttime="20181202 17:04:25.922"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:25.923" starttime="20181202 17:04:25.923"></status>
</kw>
<msg timestamp="20181202 17:04:25.923" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:25.924" starttime="20181202 17:04:23.048"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:25.924" starttime="20181202 17:04:23.038"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:25.924" starttime="20181202 17:04:23.038"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:25.924" starttime="20181202 17:04:23.037"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='55.0.0.2', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'&quot;, u'ID': u'afd98249-91b5-48b7-9e0e-a3ba2766cc53', u'MAC Address': u'fa:16:3e:a7:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:25.934" level="INFO">Starting process:
openstack port delete afd98249-91b5-48b7-9e0e-a3ba2766cc53</msg>
<msg timestamp="20181202 17:04:25.966" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:28.658" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:28.658" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:28.658" starttime="20181202 17:04:25.934"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:28.659" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:28.659" starttime="20181202 17:04:28.658"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:28.659" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:28.660" starttime="20181202 17:04:28.659"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:28.660" starttime="20181202 17:04:28.660"></status>
</kw>
<msg timestamp="20181202 17:04:28.661" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:28.661" starttime="20181202 17:04:25.933"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:28.661" starttime="20181202 17:04:25.924"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:28.661" starttime="20181202 17:04:25.924"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:28.661" starttime="20181202 17:04:25.924"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='56.0.0.7', subnet_id='ea8a0127-eda6-4151-a5b1-64a0af35bb95'&quot;, u'ID': u'b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef', u'MAC Address': u'fa:16:3e:c9:94...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:28.670" level="INFO">Starting process:
openstack port delete b9c704fd-9f6f-43bb-8a8b-b3b34c2891ef</msg>
<msg timestamp="20181202 17:04:28.692" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:31.892" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:31.892" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:31.892" starttime="20181202 17:04:28.669"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:31.894" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:31.894" starttime="20181202 17:04:31.893"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:31.895" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:31.895" starttime="20181202 17:04:31.894"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:31.896" starttime="20181202 17:04:31.895"></status>
</kw>
<msg timestamp="20181202 17:04:31.897" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:31.897" starttime="20181202 17:04:28.669"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:31.897" starttime="20181202 17:04:28.662"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:31.897" starttime="20181202 17:04:28.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:31.897" starttime="20181202 17:04:28.661"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='55.0.0.10', subnet_id='743be54c-afa5-433c-8e33-312db5989f49'&quot;, u'ID': u'd8a83dd8-b4f9-4147-a38d-567f26d3dad4', u'MAC Address': u'fa:16:3e:4d:a...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:31.912" level="INFO">Starting process:
openstack port delete d8a83dd8-b4f9-4147-a38d-567f26d3dad4</msg>
<msg timestamp="20181202 17:04:31.956" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:34.687" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:34.688" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:34.688" starttime="20181202 17:04:31.912"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:34.689" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:34.689" starttime="20181202 17:04:34.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:34.690" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:34.690" starttime="20181202 17:04:34.689"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:34.690" starttime="20181202 17:04:34.690"></status>
</kw>
<msg timestamp="20181202 17:04:34.691" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:34.691" starttime="20181202 17:04:31.911"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:34.691" starttime="20181202 17:04:31.898"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:34.691" starttime="20181202 17:04:31.897"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:34.691" starttime="20181202 17:04:31.897"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:34.691" starttime="20181202 17:04:14.510"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:34.692" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:04:34.692" starttime="20181202 17:04:34.692"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:34.694" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:04:34.734" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:36.912" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:36.912" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:36.912" starttime="20181202 17:04:34.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:36.913" level="INFO">[
  {
    "Subnets": "743be54c-afa5-433c-8e33-312db5989f49", 
    "ID": "42c3b673-945b-4e72-a24b-00d223572aab", 
    "Name": "sgbcast_net_1"
  }, 
  {
    "Subnets": "ea8a0127-eda6-4151-a5b1-64a0af35bb95", 
    "ID": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b", 
    "Name": "sgbcast_net_2"
  }
]</msg>
<status status="PASS" endtime="20181202 17:04:36.913" starttime="20181202 17:04:36.913"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:36.914" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:36.914" starttime="20181202 17:04:36.914"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:36.915" starttime="20181202 17:04:36.914"></status>
</kw>
<msg timestamp="20181202 17:04:36.915" level="INFO">${json} = [
  {
    "Subnets": "743be54c-afa5-433c-8e33-312db5989f49", 
    "ID": "42c3b673-945b-4e72-a24b-00d223572aab", 
    "Name": "sgbcast_net_1"
  }, 
  {
    "Subnets": "ea8a0127-eda6-4151-a5b1-64a0af35b...</msg>
<status status="PASS" endtime="20181202 17:04:36.915" starttime="20181202 17:04:34.692"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:36.915" level="INFO">To JSON using : content=[
  {
    "Subnets": "743be54c-afa5-433c-8e33-312db5989f49", 
    "ID": "42c3b673-945b-4e72-a24b-00d223572aab", 
    "Name": "sgbcast_net_1"
  }, 
  {
    "Subnets": "ea8a0127-eda6-4151-a5b1-64a0af35bb95", 
    "ID": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b", 
    "Name": "sgbcast_net_2"
  }
] </msg>
<msg timestamp="20181202 17:04:36.916" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:04:36.916" level="INFO">@{list} = [ {u'Subnets': u'743be54c-afa5-433c-8e33-312db5989f49', u'ID': u'42c3b673-945b-4e72-a24b-00d223572aab', u'Name': u'sgbcast_net_1'} | {u'Subnets': u'ea8a0127-eda6-4151-a5b1-64a0af35bb95', u'ID': u'dfed...</msg>
<status status="PASS" endtime="20181202 17:04:36.916" starttime="20181202 17:04:36.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:04:36.916" level="INFO">[{u'Subnets': u'743be54c-afa5-433c-8e33-312db5989f49', u'ID': u'42c3b673-945b-4e72-a24b-00d223572aab', u'Name': u'sgbcast_net_1'}, {u'Subnets': u'ea8a0127-eda6-4151-a5b1-64a0af35bb95', u'ID': u'dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b', u'Name': u'sgbcast_net_2'}]</msg>
<status status="PASS" endtime="20181202 17:04:36.916" starttime="20181202 17:04:36.916"></status>
</kw>
<msg timestamp="20181202 17:04:36.917" level="INFO">@{networks} = [ {u'Subnets': u'743be54c-afa5-433c-8e33-312db5989f49', u'ID': u'42c3b673-945b-4e72-a24b-00d223572aab', u'Name': u'sgbcast_net_1'} | {u'Subnets': u'ea8a0127-eda6-4151-a5b1-64a0af35bb95', u'ID': u'dfed...</msg>
<status status="PASS" endtime="20181202 17:04:36.917" starttime="20181202 17:04:34.691"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'743be54c-afa5-433c-8e33-312db5989f49', u'ID': u'42c3b673-945b-4e72-a24b-00d223572aab', u'Name': u'sgbcast_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:36.927" level="INFO">Starting process:
openstack subnet delete 743be54c-afa5-433c-8e33-312db5989f49</msg>
<msg timestamp="20181202 17:04:36.969" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:40.203" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:40.204" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:40.204" starttime="20181202 17:04:36.927"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:40.205" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:40.205" starttime="20181202 17:04:40.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:40.206" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:40.206" starttime="20181202 17:04:40.206"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:40.207" starttime="20181202 17:04:40.206"></status>
</kw>
<msg timestamp="20181202 17:04:40.208" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:40.208" starttime="20181202 17:04:36.926"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:40.208" starttime="20181202 17:04:36.917"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:40.208" starttime="20181202 17:04:36.917"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:40.223" level="INFO">Starting process:
openstack network delete 42c3b673-945b-4e72-a24b-00d223572aab</msg>
<msg timestamp="20181202 17:04:40.252" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:42.962" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:42.963" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:42.963" starttime="20181202 17:04:40.222"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:42.964" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:42.964" starttime="20181202 17:04:42.964"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:42.965" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:42.965" starttime="20181202 17:04:42.965"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:42.966" starttime="20181202 17:04:42.965"></status>
</kw>
<msg timestamp="20181202 17:04:42.967" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:42.967" starttime="20181202 17:04:40.221"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:42.967" starttime="20181202 17:04:40.209"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:42.967" starttime="20181202 17:04:40.208"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:42.967" starttime="20181202 17:04:36.917"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'ea8a0127-eda6-4151-a5b1-64a0af35bb95', u'ID': u'dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b', u'Name': u'sgbcast_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:42.977" level="INFO">Starting process:
openstack subnet delete ea8a0127-eda6-4151-a5b1-64a0af35bb95</msg>
<msg timestamp="20181202 17:04:43.002" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:46.445" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:46.446" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:46.446" starttime="20181202 17:04:42.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:46.447" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:46.447" starttime="20181202 17:04:46.446"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:46.447" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:46.447" starttime="20181202 17:04:46.447"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:46.448" starttime="20181202 17:04:46.448"></status>
</kw>
<msg timestamp="20181202 17:04:46.449" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:46.449" starttime="20181202 17:04:42.977"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:46.449" starttime="20181202 17:04:42.968"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:46.449" starttime="20181202 17:04:42.968"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:46.459" level="INFO">Starting process:
openstack network delete dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b</msg>
<msg timestamp="20181202 17:04:46.498" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:49.550" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:49.551" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:49.551" starttime="20181202 17:04:46.459"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:49.552" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:49.552" starttime="20181202 17:04:49.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:49.552" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:49.552" starttime="20181202 17:04:49.552"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:49.553" starttime="20181202 17:04:49.553"></status>
</kw>
<msg timestamp="20181202 17:04:49.554" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:49.554" starttime="20181202 17:04:46.458"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:49.554" starttime="20181202 17:04:46.450"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:49.554" starttime="20181202 17:04:46.449"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:49.554" starttime="20181202 17:04:42.967"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:49.554" starttime="20181202 17:04:36.917"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:49.555" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:04:49.555" starttime="20181202 17:04:49.555"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:49.556" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:04:49.595" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:51.681" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:51.681" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:51.682" starttime="20181202 17:04:49.556"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:51.683" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgbcast1", 
    "ID": "bb415e1c-309f-465e-858d-aa699f9349f0", 
    "Name": "sgbcast1"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:04:51.684" starttime="20181202 17:04:51.682"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:51.685" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:51.685" starttime="20181202 17:04:51.684"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:51.686" starttime="20181202 17:04:51.685"></status>
</kw>
<msg timestamp="20181202 17:04:51.687" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:04:51.687" starttime="20181202 17:04:49.556"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:04:51.688" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "sgbcast1", 
    "ID": "bb415e1c-309f-465e-858d-aa699f9349f0", 
    "Name": "sgbcast1"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:04:51.688" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:04:51.689" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 17:04:51.689" starttime="20181202 17:04:51.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:04:51.690" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgbcast1', u'Description': u'sgbcast1', u'ID': u'bb415e1c-309f-465e-858d-aa699f9349f0'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:04:51.690" starttime="20181202 17:04:51.689"></status>
</kw>
<msg timestamp="20181202 17:04:51.691" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 17:04:51.691" starttime="20181202 17:04:49.554"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:51.693" starttime="20181202 17:04:51.692"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:51.693" starttime="20181202 17:04:51.691"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'sgbcast1', u'Description': u'sgbcast1', u'ID': u'bb415e1c-309f-465e-858d-aa699f9349f0'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:51.714" level="INFO">Starting process:
openstack security group delete bb415e1c-309f-465e-858d-aa699f9349f0</msg>
<msg timestamp="20181202 17:04:51.734" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:53.912" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:53.912" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:53.912" starttime="20181202 17:04:51.713"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:53.914" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:53.914" starttime="20181202 17:04:53.913"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:53.914" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:53.914" starttime="20181202 17:04:53.914"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:53.915" starttime="20181202 17:04:53.915"></status>
</kw>
<msg timestamp="20181202 17:04:53.916" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:53.916" starttime="20181202 17:04:51.713"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.916" starttime="20181202 17:04:51.695"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.916" starttime="20181202 17:04:51.694"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.916" starttime="20181202 17:04:51.693"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.916" starttime="20181202 17:04:51.693"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:53.918" starttime="20181202 17:04:53.917"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.918" starttime="20181202 17:04:53.917"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:53.918" starttime="20181202 17:04:51.691"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:04:53.919" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:04:53.919" starttime="20181202 17:04:53.919"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:53.928" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:04:53.950" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:56.356" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:56.356" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:56.356" starttime="20181202 17:04:53.927"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:56.357" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:56.357" starttime="20181202 17:04:56.357"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:56.358" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:56.358" starttime="20181202 17:04:56.357"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:56.359" starttime="20181202 17:04:56.358"></status>
</kw>
<msg timestamp="20181202 17:04:56.359" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:56.359" starttime="20181202 17:04:53.927"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:56.359" starttime="20181202 17:04:53.919"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:56.368" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:04:56.411" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:04:58.544" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:04:58.544" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:04:58.545" starttime="20181202 17:04:56.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:04:58.546" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:58.546" starttime="20181202 17:04:58.545"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:04:58.547" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:04:58.547" starttime="20181202 17:04:58.546"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:04:58.548" starttime="20181202 17:04:58.547"></status>
</kw>
<msg timestamp="20181202 17:04:58.548" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:04:58.548" starttime="20181202 17:04:56.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:04:58.548" starttime="20181202 17:04:56.359"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:04:58.562" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:04:58.603" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:00.548" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:00.548" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:00.548" starttime="20181202 17:04:58.562"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:00.550" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:00.550" starttime="20181202 17:05:00.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:00.551" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:00.551" starttime="20181202 17:05:00.550"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:00.552" starttime="20181202 17:05:00.551"></status>
</kw>
<msg timestamp="20181202 17:05:00.552" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:00.552" starttime="20181202 17:04:58.561"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:00.552" starttime="20181202 17:04:58.549"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:00.566" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:05:00.600" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:02.684" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:02.685" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:02.685" starttime="20181202 17:05:00.566"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:02.686" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:02.686" starttime="20181202 17:05:02.685"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:02.687" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:02.687" starttime="20181202 17:05:02.687"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:02.688" starttime="20181202 17:05:02.687"></status>
</kw>
<msg timestamp="20181202 17:05:02.689" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:02.689" starttime="20181202 17:05:00.565"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:02.689" starttime="20181202 17:05:00.553"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:02.702" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:05:02.744" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:04.852" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:04.852" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:04.853" starttime="20181202 17:05:02.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:04.854" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:05:04.854" starttime="20181202 17:05:04.853"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:04.855" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:04.855" starttime="20181202 17:05:04.855"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:04.857" starttime="20181202 17:05:04.856"></status>
</kw>
<msg timestamp="20181202 17:05:04.857" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:05:04.857" starttime="20181202 17:05:02.701"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:04.857" starttime="20181202 17:05:02.689"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:04.871" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:05:04.914" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:07.211" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:07.211" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:07.212" starttime="20181202 17:05:04.871"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:07.214" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:05:07.214" starttime="20181202 17:05:07.213"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:07.215" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:07.215" starttime="20181202 17:05:07.214"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:07.217" starttime="20181202 17:05:07.216"></status>
</kw>
<msg timestamp="20181202 17:05:07.218" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:05:07.218" starttime="20181202 17:05:04.870"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:07.218" starttime="20181202 17:05:04.857"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:07.240" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:05:07.286" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:09.913" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:09.914" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:09.914" starttime="20181202 17:05:07.239"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:09.916" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:09.916" starttime="20181202 17:05:09.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:09.917" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:09.918" starttime="20181202 17:05:09.917"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:09.919" starttime="20181202 17:05:09.918"></status>
</kw>
<msg timestamp="20181202 17:05:09.920" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:09.920" starttime="20181202 17:05:07.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:09.920" starttime="20181202 17:05:07.218"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:09.939" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:05:09.978" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:12.212" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:12.212" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:12.212" starttime="20181202 17:05:09.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.213" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:12.214" starttime="20181202 17:05:12.213"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.214" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:12.214" starttime="20181202 17:05:12.214"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:12.215" starttime="20181202 17:05:12.214"></status>
</kw>
<msg timestamp="20181202 17:05:12.215" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:12.215" starttime="20181202 17:05:09.937"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.215" starttime="20181202 17:05:09.920"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.215" starttime="20181202 17:04:53.919"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.216" starttime="20181202 17:04:53.918"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.216" starttime="20181202 17:03:17.501"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:12.218" starttime="20181202 17:05:12.218"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:05:12.219" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 17:05:12.307" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:05:12.307" level="INFO">${stdout} = 4 S root      296620  296600  0  80   0 - 55154 poll_s 16:51 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
4 S...</msg>
<status status="PASS" endtime="20181202 17:05:12.307" starttime="20181202 17:05:12.218"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.308" level="INFO">4 S root      296620  296600  0  80   0 - 55154 poll_s 16:51 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
4 S tcpdump   296629  296620  0  80   0 -  8196 poll_s 16:51 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
0 S heat-ad+  341520  296600  0  80   0 - 28293 do_wai 17:05 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  341530  341520  0  80   0 - 28176 pipe_w 17:05 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 17:05:12.308" starttime="20181202 17:05:12.307"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:05:12.308" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 17:05:12.425" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:05:12.426" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:05:12.426" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:05:12.426" starttime="20181202 17:05:12.308"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.427" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:12.427" starttime="20181202 17:05:12.426"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.427" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:12.428" starttime="20181202 17:05:12.427"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:05:12.428" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 17:05:12.570" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 17:05:12.570" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 17:05:12.570" starttime="20181202 17:05:12.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.571" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:12.571" starttime="20181202 17:05:12.571"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:05:12.572" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 17:05:12.669" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:05:12.669" level="INFO">${stdout} = total 80
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 17:05:12.669" starttime="20181202 17:05:12.572"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.670" level="INFO">total 80
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.669"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:12.670" starttime="20181202 17:05:12.216"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 17:05:12.789" starttime="20181202 17:05:12.671"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:12.803" starttime="20181202 17:05:12.802"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.803" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:05:12.902" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:05:12.903" starttime="20181202 17:05:12.803"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:05:12.923" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 17:05:12.923" starttime="20181202 17:05:12.903"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:05:13.105" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:05:13.105" level="INFO">${output} = [?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:13.105" starttime="20181202 17:05:12.924"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:05:13.150" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:05:13.150" starttime="20181202 17:05:13.105"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:13.152" starttime="20181202 17:05:13.151"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.153" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:13.153" starttime="20181202 17:05:13.152"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.153" starttime="20181202 17:05:12.800"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.153" starttime="20181202 17:05:12.790"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.153" starttime="20181202 17:05:12.789"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.153" starttime="20181202 17:03:14.527"></status>
</kw>
<doc>Test Suite for Network and Subnet Broadcast with security group</doc>
<status status="FAIL" endtime="20181202 17:05:13.153" starttime="20181202 16:51:08.891">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/netvirt/vpnservice/vpn_basic.robot" id="s1-s7" name="Vpn Basic">
<kw type="setup" name="Suite Setup">
<kw name="Basic Suite Setup" library="VpnOperations">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 17:05:13.246" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 17:05:13.246" starttime="20181202 17:05:13.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.246" starttime="20181202 17:05:13.238"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 17:05:13.253" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 17:05:13.253" starttime="20181202 17:05:13.247"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.254" starttime="20181202 17:05:13.254"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 17:05:13.254" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 17:05:13.254" starttime="20181202 17:05:13.254"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 17:05:13.255" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 17:05:13.255" starttime="20181202 17:05:13.255"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.256" starttime="20181202 17:05:13.255"></status>
</kw>
<msg timestamp="20181202 17:05:13.256" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:05:13.256" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:05:13.256" starttime="20181202 17:05:13.255"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 17:05:13.256" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:05:13.256" starttime="20181202 17:05:13.256"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 17:05:13.257" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:13.257" starttime="20181202 17:05:13.257"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 17:05:13.258" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:13.258" starttime="20181202 17:05:13.258"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 17:05:13.258" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 17:05:13.258" starttime="20181202 17:05:13.258"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.260" starttime="20181202 17:05:13.260"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:05:13.260" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:13.260" starttime="20181202 17:05:13.260"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.261" starttime="20181202 17:05:13.261"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 17:05:13.262" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:05:13.262" starttime="20181202 17:05:13.261"></status>
</kw>
<msg timestamp="20181202 17:05:13.262" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:05:13.262" starttime="20181202 17:05:13.261"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.263" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622b5fa90&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:05:13.263" starttime="20181202 17:05:13.262"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.263" starttime="20181202 17:05:13.263"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.264" starttime="20181202 17:05:13.259"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.264" starttime="20181202 17:05:13.259"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.264" starttime="20181202 17:05:13.258"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.264" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:13.264" starttime="20181202 17:05:13.264"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.265" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 17:05:13.265" starttime="20181202 17:05:13.264"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.265" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 17:05:13.265" starttime="20181202 17:05:13.265"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.266" starttime="20181202 17:05:13.257"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.266" starttime="20181202 17:05:13.247"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:05:13.267" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:13.268" starttime="20181202 17:05:13.267"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:05:13.268" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:13.268" starttime="20181202 17:05:13.268"></status>
</kw>
<msg timestamp="20181202 17:05:13.268" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:13.268" starttime="20181202 17:05:13.266"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:05:13.269" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:13.269" starttime="20181202 17:05:13.269"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:05:13.271" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:13.271" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:13.271" starttime="20181202 17:05:13.270"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.273" starttime="20181202 17:05:13.273"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:05:13.274" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:13.274" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:13.274" starttime="20181202 17:05:13.274"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:05:13.275" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:05:13.275" starttime="20181202 17:05:13.274"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:05:13.275" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 17:05:13.275" starttime="20181202 17:05:13.275"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:05:13.276" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:05:13.276" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:05:13.276" starttime="20181202 17:05:13.276"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.277" starttime="20181202 17:05:13.277"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.278" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:05:13.732" level="INFO">Read output: Last login: Sun Dec  2 17:03:17 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:05:13.732" starttime="20181202 17:05:13.278"></status>
</kw>
<msg timestamp="20181202 17:05:13.732" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:13.732" starttime="20181202 17:05:13.277"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.733" starttime="20181202 17:05:13.276"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:05:13.734" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 17:05:13.758" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 17:05:13.758" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:05:13.758" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:05:13.758" starttime="20181202 17:05:13.733"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:13.823" starttime="20181202 17:05:13.759"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.824" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:05:13.824" starttime="20181202 17:05:13.824"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.825" starttime="20181202 17:05:13.824"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.826" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:13.826" starttime="20181202 17:05:13.826"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.826" starttime="20181202 17:05:13.825"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.828" starttime="20181202 17:05:13.828"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.828" starttime="20181202 17:05:13.828"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:13.829" starttime="20181202 17:05:13.829"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.829" starttime="20181202 17:05:13.827"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.829" starttime="20181202 17:05:13.272"></status>
</kw>
<msg timestamp="20181202 17:05:13.829" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:13.829" starttime="20181202 17:05:13.272"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.829" starttime="20181202 17:05:13.271"></status>
</kw>
<msg timestamp="20181202 17:05:13.830" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:13.830" starttime="20181202 17:05:13.271"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.831" starttime="20181202 17:05:13.831"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.832" starttime="20181202 17:05:13.832"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:13.832" starttime="20181202 17:05:13.832"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.832" starttime="20181202 17:05:13.830"></status>
</kw>
<msg timestamp="20181202 17:05:13.833" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.270"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.833" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.833"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.269"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.268"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.268"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:13.833" starttime="20181202 17:05:13.266"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.834" starttime="20181202 17:05:13.834"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 17:05:13.867" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:13.867" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:13.867" starttime="20181202 17:05:13.866"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.867" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:05:13.867" starttime="20181202 17:05:13.867"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.868" level="INFO">1</msg>
<status status="PASS" endtime="20181202 17:05:13.868" starttime="20181202 17:05:13.868"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.870" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 17:05:13.870" starttime="20181202 17:05:13.869"></status>
</kw>
<msg timestamp="20181202 17:05:13.870" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:05:13.870" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 17:05:13.870" starttime="20181202 17:05:13.868"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.871" starttime="20181202 17:05:13.870"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 17:05:13.873" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:13.873" starttime="20181202 17:05:13.872"></status>
</kw>
<msg timestamp="20181202 17:05:13.873" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:13.873" starttime="20181202 17:05:13.871"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.874" starttime="20181202 17:05:13.873"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 17:05:13.874" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 17:05:13.874" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 17:05:13.875" starttime="20181202 17:05:13.874"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:13.875" starttime="20181202 17:05:13.875"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:05:13.876" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:05:14.014" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:05:14.014" starttime="20181202 17:05:13.876"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.016" starttime="20181202 17:05:14.016"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:14.016"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:14.017"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:14.015"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.865"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.835"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.834"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.834"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.834"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.017" starttime="20181202 17:05:13.246"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:05:14.027" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.028" starttime="20181202 17:05:14.027"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:05:14.028" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.028" starttime="20181202 17:05:14.028"></status>
</kw>
<msg timestamp="20181202 17:05:14.028" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.028" starttime="20181202 17:05:14.027"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 17:05:14.038" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 17:05:14.038" starttime="20181202 17:05:14.038"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 17:05:14.038" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 17:05:14.038" starttime="20181202 17:05:14.038"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.081" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 17:05:14.082" starttime="20181202 17:05:14.039"></status>
</kw>
<msg timestamp="20181202 17:05:14.082" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 17:05:14.082" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 17:05:14.082" starttime="20181202 17:05:14.039"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.125" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ "v "p "n "_ "b "a "s "i "c ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.126" starttime="20181202 17:05:14.083"></status>
</kw>
<msg timestamp="20181202 17:05:14.126" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 17:05:14.126" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:05:14.126" starttime="20181202 17:05:14.083"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.127" starttime="20181202 17:05:14.126"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.127" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ "v "p "n "_ "b "a "s "i "c ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.127" starttime="20181202 17:05:14.127"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.128" starttime="20181202 17:05:14.128"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.129" starttime="20181202 17:05:14.129"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.130" starttime="20181202 17:05:14.129"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.130" starttime="20181202 17:05:14.130"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.130" starttime="20181202 17:05:14.128"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.130" starttime="20181202 17:05:14.037"></status>
</kw>
<msg timestamp="20181202 17:05:14.130" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:05:14.130" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:05:14.130" starttime="20181202 17:05:14.037"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.131" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.131" starttime="20181202 17:05:14.131"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.131" starttime="20181202 17:05:14.036"></status>
</kw>
<msg timestamp="20181202 17:05:14.131" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:05:14.131" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:05:14.131" starttime="20181202 17:05:14.029"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.132"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.028"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.028"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.026"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.018"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:14.018"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.132" starttime="20181202 17:05:13.238"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 17:05:14.133" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 17:05:14.133" starttime="20181202 17:05:14.133"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:05:14.135" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.135" starttime="20181202 17:05:14.135"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:05:14.136" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.136" starttime="20181202 17:05:14.136"></status>
</kw>
<msg timestamp="20181202 17:05:14.136" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.136" starttime="20181202 17:05:14.135"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:05:14.137" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:14.138" starttime="20181202 17:05:14.137"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:05:14.140" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:14.140" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:14.140" starttime="20181202 17:05:14.139"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.148" starttime="20181202 17:05:14.148"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.149" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:05:14.271" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:05:14.271" starttime="20181202 17:05:14.148"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.319" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 17:05:14.319" starttime="20181202 17:05:14.271"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:05:14.321" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:05:14.321" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.321" starttime="20181202 17:05:14.320"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:05:14.363" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:05:14.364" starttime="20181202 17:05:14.321"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.366" starttime="20181202 17:05:14.364"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.366" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.366" starttime="20181202 17:05:14.366"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.366" starttime="20181202 17:05:14.147"></status>
</kw>
<msg timestamp="20181202 17:05:14.366" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.366" starttime="20181202 17:05:14.140"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.368" starttime="20181202 17:05:14.368"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.368" starttime="20181202 17:05:14.368"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.369"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.139"></status>
</kw>
<msg timestamp="20181202 17:05:14.369" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.138"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.138"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.136"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.136"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.369" starttime="20181202 17:05:14.134"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.370" starttime="20181202 17:05:14.134"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:05:14.371" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.371" starttime="20181202 17:05:14.371"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:05:14.372" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.372" starttime="20181202 17:05:14.372"></status>
</kw>
<msg timestamp="20181202 17:05:14.372" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:05:14.372" starttime="20181202 17:05:14.370"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:05:14.373" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:14.373" starttime="20181202 17:05:14.373"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:05:14.376" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:14.376" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:14.376" starttime="20181202 17:05:14.375"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.384" starttime="20181202 17:05:14.383"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.384" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:05:14.516" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:05:14.517" starttime="20181202 17:05:14.384"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.535" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 17:05:14.535" starttime="20181202 17:05:14.517"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:05:14.565" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:05:14.565" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.565" starttime="20181202 17:05:14.536"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:05:14.608" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:05:14.608" starttime="20181202 17:05:14.565"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.610" starttime="20181202 17:05:14.609"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.611" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:05:14.611" starttime="20181202 17:05:14.610"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.611" starttime="20181202 17:05:14.383"></status>
</kw>
<msg timestamp="20181202 17:05:14.611" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.611" starttime="20181202 17:05:14.376"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.613" starttime="20181202 17:05:14.612"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.613" starttime="20181202 17:05:14.613"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.613"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.612"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.374"></status>
</kw>
<msg timestamp="20181202 17:05:14.614" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.373"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.372"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.372"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.370"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.370"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.614" starttime="20181202 17:05:14.133"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.615" starttime="20181202 17:05:14.133"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.616" starttime="20181202 17:05:14.615"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.617" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:14.617" starttime="20181202 17:05:14.616"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:05:14.618" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 17:05:14.618" starttime="20181202 17:05:14.617"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:05:14.619" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:05:14.619" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:05:14.619" starttime="20181202 17:05:14.619"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:14.619" starttime="20181202 17:05:14.619"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.621" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:05:14.953" level="INFO">Read output: Last login: Sun Dec  2 17:05:13 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:05:14.954" starttime="20181202 17:05:14.620"></status>
</kw>
<msg timestamp="20181202 17:05:14.954" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:14.954" starttime="20181202 17:05:14.620"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.954" starttime="20181202 17:05:14.618"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.955" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:05:14.955" starttime="20181202 17:05:14.955"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.955" starttime="20181202 17:05:14.617"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.958" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:14.958" starttime="20181202 17:05:14.957"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.959" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:14.959" starttime="20181202 17:05:14.958"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.960" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:05:14.960" starttime="20181202 17:05:14.959"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.960" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:05:14.961" starttime="20181202 17:05:14.960"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.961" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:05:14.961" starttime="20181202 17:05:14.961"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.962" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:05:14.962" starttime="20181202 17:05:14.962"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.967" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:05:14.967" starttime="20181202 17:05:14.963"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.972" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:05:14.972" starttime="20181202 17:05:14.968"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.972" starttime="20181202 17:05:14.957"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:14.972" starttime="20181202 17:05:14.956"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 17:05:14.973" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:05:14.973" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:05:14.973" starttime="20181202 17:05:14.973"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 17:05:14.974" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:05:14.974" starttime="20181202 17:05:14.973"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:14.985" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:05:15.009" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:17.090" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:17.090" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:17.090" starttime="20181202 17:05:14.985"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:17.092" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:17.092" starttime="20181202 17:05:17.091"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:17.092" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:17.093" starttime="20181202 17:05:17.092"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:17.094" starttime="20181202 17:05:17.093"></status>
</kw>
<msg timestamp="20181202 17:05:17.094" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:17.094" starttime="20181202 17:05:14.984"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:17.107" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:05:17.142" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:19.332" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:19.333" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:19.333" starttime="20181202 17:05:17.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:19.334" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:19.334" starttime="20181202 17:05:19.333"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:19.334" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:19.334" starttime="20181202 17:05:19.334"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:19.335" starttime="20181202 17:05:19.335"></status>
</kw>
<msg timestamp="20181202 17:05:19.336" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:05:19.336" starttime="20181202 17:05:17.105"></status>
</kw>
<msg timestamp="20181202 17:05:19.336" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:19.336" starttime="20181202 17:05:14.975"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:19.344" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:05:19.365" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:21.530" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:21.530" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:21.530" starttime="20181202 17:05:19.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:21.531" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:21.531" starttime="20181202 17:05:21.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:21.532" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:21.532" starttime="20181202 17:05:21.532"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:21.533" starttime="20181202 17:05:21.532"></status>
</kw>
<msg timestamp="20181202 17:05:21.533" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:21.533" starttime="20181202 17:05:19.344"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:21.541" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:05:21.561" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:23.692" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:23.692" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:23.692" starttime="20181202 17:05:21.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:23.694" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:23.694" starttime="20181202 17:05:23.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:23.694" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:23.694" starttime="20181202 17:05:23.694"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:23.695" starttime="20181202 17:05:23.695"></status>
</kw>
<msg timestamp="20181202 17:05:23.696" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:05:23.696" starttime="20181202 17:05:21.540"></status>
</kw>
<msg timestamp="20181202 17:05:23.696" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:23.696" starttime="20181202 17:05:19.336"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:23.710" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:05:23.751" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:25.886" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:25.887" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:25.887" starttime="20181202 17:05:23.710"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:25.888" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:25.888" starttime="20181202 17:05:25.887"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:25.888" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:25.889" starttime="20181202 17:05:25.888"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:25.890" starttime="20181202 17:05:25.889"></status>
</kw>
<msg timestamp="20181202 17:05:25.890" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:25.890" starttime="20181202 17:05:23.709"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:25.900" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:05:25.943" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:28.073" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:28.074" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:28.074" starttime="20181202 17:05:25.899"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.075" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:28.075" starttime="20181202 17:05:28.074"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.075" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:28.076" starttime="20181202 17:05:28.075"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:28.076" starttime="20181202 17:05:28.076"></status>
</kw>
<msg timestamp="20181202 17:05:28.077" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:05:28.077" starttime="20181202 17:05:25.899"></status>
</kw>
<msg timestamp="20181202 17:05:28.077" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:28.077" starttime="20181202 17:05:23.697"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.077" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:28.077" starttime="20181202 17:05:28.077"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.078" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:28.078" starttime="20181202 17:05:28.078"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.079" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:05:28.079" starttime="20181202 17:05:28.078"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.079" starttime="20181202 17:05:14.974"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:05:28.081" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 17:05:28.081" starttime="20181202 17:05:28.080"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.081" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 17:05:28.082" starttime="20181202 17:05:28.081"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.082" starttime="20181202 17:05:28.079"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.082" starttime="20181202 17:05:14.616"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.083" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622ab4810&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:05:28.083" starttime="20181202 17:05:28.082"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.083" starttime="20181202 17:05:14.615"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 17:05:28.085" level="INFO">${suite_} = CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:05:28.085" starttime="20181202 17:05:28.084"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 17:05:28.085" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:05:28.085" starttime="20181202 17:05:28.085"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 17:05:28.086" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:28.086" starttime="20181202 17:05:28.086"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 17:05:28.087" level="INFO">${fname} = tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:05:28.087" starttime="20181202 17:05:28.087"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:05:28.089" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:05:28.089" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:05:28.089" starttime="20181202 17:05:28.088"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:05:28.090" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:05:28.090" starttime="20181202 17:05:28.089"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:05:28.091" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:05:28.091" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:05:28.091" starttime="20181202 17:05:28.090"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:28.091" starttime="20181202 17:05:28.091"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.092" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:05:28.425" level="INFO">Read output: Last login: Sun Dec  2 17:05:14 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:05:28.425" starttime="20181202 17:05:28.092"></status>
</kw>
<msg timestamp="20181202 17:05:28.425" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:28.425" starttime="20181202 17:05:28.091"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.425" starttime="20181202 17:05:28.090"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:05:28.426" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 17:05:28.426" starttime="20181202 17:05:28.426"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:05:28.427" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 17:05:28.430" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 17:05:28.430" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 17:05:28.430" starttime="20181202 17:05:28.427"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.431" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:05:28.431" starttime="20181202 17:05:28.430"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.432" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:05:28.432" starttime="20181202 17:05:28.431"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:28.434" starttime="20181202 17:05:28.434"></status>
</kw>
<msg timestamp="20181202 17:05:28.434" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:05:28.434" starttime="20181202 17:05:28.433"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.434" starttime="20181202 17:05:28.432"></status>
</kw>
<msg timestamp="20181202 17:05:28.435" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:05:28.435" starttime="20181202 17:05:28.087"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:28.435" starttime="20181202 17:05:28.435"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.435" starttime="20181202 17:05:28.087"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:28.435" starttime="20181202 17:05:28.086"></status>
</kw>
<msg timestamp="20181202 17:05:28.436" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:05:28.436" starttime="20181202 17:05:28.085"></status>
</kw>
<msg timestamp="20181202 17:05:28.436" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:05:28.436" starttime="20181202 17:05:28.084"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 17:05:28.437" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:05:28.437" starttime="20181202 17:05:28.436"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:28.440" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:28.440" starttime="20181202 17:05:28.439"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:28.442" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:05:28.481" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:30.834" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:30.835" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:30.835" starttime="20181202 17:05:28.441"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:30.836" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:30.836" starttime="20181202 17:05:30.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:30.837" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:30.837" starttime="20181202 17:05:30.837"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:30.839" starttime="20181202 17:05:30.838"></status>
</kw>
<msg timestamp="20181202 17:05:30.839" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:05:30.839" starttime="20181202 17:05:28.440"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:30.840" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:05:30.840" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:30.840" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:30.841" starttime="20181202 17:05:30.840"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:30.841" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:30.841" starttime="20181202 17:05:30.841"></status>
</kw>
<msg timestamp="20181202 17:05:30.842" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:30.842" starttime="20181202 17:05:28.439"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:05:30.842" starttime="20181202 17:05:30.842"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:30.844" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:30.844" starttime="20181202 17:05:30.844"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:30.846" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:05:30.884" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:33.696" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:33.696" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:33.696" starttime="20181202 17:05:30.845"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:33.697" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:33.697" starttime="20181202 17:05:33.697"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:33.698" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:33.698" starttime="20181202 17:05:33.697"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:33.698" starttime="20181202 17:05:33.698"></status>
</kw>
<msg timestamp="20181202 17:05:33.699" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:05:33.699" starttime="20181202 17:05:30.845"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:33.699" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:05:33.699" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:33.699" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:33.699" starttime="20181202 17:05:33.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:33.700" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:33.700" starttime="20181202 17:05:33.700"></status>
</kw>
<msg timestamp="20181202 17:05:33.700" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:33.700" starttime="20181202 17:05:30.843"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 17:05:33.700" starttime="20181202 17:05:33.700"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:33.701" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:33.701" starttime="20181202 17:05:33.701"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:33.702" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:05:33.727" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:35.788" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:35.789" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:35.789" starttime="20181202 17:05:33.702"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:35.791" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:35.791" starttime="20181202 17:05:35.790"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:35.792" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:35.793" starttime="20181202 17:05:35.792"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:35.794" starttime="20181202 17:05:35.793"></status>
</kw>
<msg timestamp="20181202 17:05:35.795" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:05:35.795" starttime="20181202 17:05:33.702"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:35.796" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:05:35.796" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:35.796" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:35.796" starttime="20181202 17:05:35.795"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:35.797" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:35.797" starttime="20181202 17:05:35.797"></status>
</kw>
<msg timestamp="20181202 17:05:35.798" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:35.798" starttime="20181202 17:05:33.701"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:05:35.798" starttime="20181202 17:05:35.798"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:35.800" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:35.800" starttime="20181202 17:05:35.799"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:35.802" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:05:35.844" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:37.996" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:37.997" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:37.997" starttime="20181202 17:05:35.801"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:37.998" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:37.998" starttime="20181202 17:05:37.997"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:37.999" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:37.999" starttime="20181202 17:05:37.998"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:38.000" starttime="20181202 17:05:37.999"></status>
</kw>
<msg timestamp="20181202 17:05:38.000" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:05:38.000" starttime="20181202 17:05:35.800"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:38.001" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:05:38.001" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:38.001" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:38.001" starttime="20181202 17:05:38.001"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:38.002" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:38.002" starttime="20181202 17:05:38.001"></status>
</kw>
<msg timestamp="20181202 17:05:38.002" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:38.002" starttime="20181202 17:05:35.799"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 17:05:38.002" starttime="20181202 17:05:38.002"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:38.004" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:38.004" starttime="20181202 17:05:38.004"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:38.006" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:05:38.031" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:40.119" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:40.119" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:40.119" starttime="20181202 17:05:38.006"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:40.120" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:40.120" starttime="20181202 17:05:40.120"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:40.121" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:40.121" starttime="20181202 17:05:40.120"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:40.122" starttime="20181202 17:05:40.121"></status>
</kw>
<msg timestamp="20181202 17:05:40.122" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:05:40.122" starttime="20181202 17:05:38.005"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:40.122" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:05:40.122" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:40.122" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:40.122" starttime="20181202 17:05:40.122"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:40.123" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:05:40.123" starttime="20181202 17:05:40.123"></status>
</kw>
<msg timestamp="20181202 17:05:40.123" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:40.123" starttime="20181202 17:05:38.003"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 17:05:40.123" starttime="20181202 17:05:40.123"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:40.124" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:05:40.124" starttime="20181202 17:05:40.124"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:40.125" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:05:40.144" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:42.285" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:42.286" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:42.286" starttime="20181202 17:05:40.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:42.287" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:05:42.287" starttime="20181202 17:05:42.286"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:42.288" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:42.288" starttime="20181202 17:05:42.287"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:42.289" starttime="20181202 17:05:42.288"></status>
</kw>
<msg timestamp="20181202 17:05:42.289" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:05:42.289" starttime="20181202 17:05:40.125"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:05:42.290" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:05:42.290" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:05:42.290" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:05:42.290" starttime="20181202 17:05:42.290"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:05:42.291" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:05:42.291" starttime="20181202 17:05:42.291"></status>
</kw>
<msg timestamp="20181202 17:05:42.291" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:05:42.291" starttime="20181202 17:05:40.124"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:42.293" starttime="20181202 17:05:42.292"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:42.293" starttime="20181202 17:05:42.292"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:42.294" starttime="20181202 17:05:42.293"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:42.294" starttime="20181202 17:05:42.293"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:42.294" starttime="20181202 17:05:42.291"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:05:42.295" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:05:42.295" starttime="20181202 17:05:42.295"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:42.308" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:05:42.336" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:44.953" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:44.954" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:44.954" starttime="20181202 17:05:42.308"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:44.955" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:44.955" starttime="20181202 17:05:44.954"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:44.955" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:44.956" starttime="20181202 17:05:44.955"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:44.956" starttime="20181202 17:05:44.956"></status>
</kw>
<msg timestamp="20181202 17:05:44.957" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:44.957" starttime="20181202 17:05:42.307"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:44.957" starttime="20181202 17:05:42.296"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:44.965" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:05:45.004" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:47.294" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:47.295" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:47.295" starttime="20181202 17:05:44.964"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:47.296" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:47.297" starttime="20181202 17:05:47.296"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:47.297" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:47.297" starttime="20181202 17:05:47.297"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:47.299" starttime="20181202 17:05:47.298"></status>
</kw>
<msg timestamp="20181202 17:05:47.299" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:47.299" starttime="20181202 17:05:44.964"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:47.299" starttime="20181202 17:05:44.957"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:47.312" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:05:47.347" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:49.453" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:49.453" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:49.454" starttime="20181202 17:05:47.311"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:49.455" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:49.455" starttime="20181202 17:05:49.454"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:49.456" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:49.456" starttime="20181202 17:05:49.455"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:49.457" starttime="20181202 17:05:49.456"></status>
</kw>
<msg timestamp="20181202 17:05:49.458" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:49.458" starttime="20181202 17:05:47.311"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:49.458" starttime="20181202 17:05:47.300"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:49.471" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:05:49.491" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:51.897" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:51.897" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:51.897" starttime="20181202 17:05:49.471"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:51.898" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:51.898" starttime="20181202 17:05:51.898"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:51.899" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:51.899" starttime="20181202 17:05:51.899"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:51.900" starttime="20181202 17:05:51.899"></status>
</kw>
<msg timestamp="20181202 17:05:51.900" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:51.900" starttime="20181202 17:05:49.470"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:51.900" starttime="20181202 17:05:49.458"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:51.910" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:05:51.952" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:54.018" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:54.019" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:54.019" starttime="20181202 17:05:51.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:54.020" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:05:54.020" starttime="20181202 17:05:54.019"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:54.020" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:54.020" starttime="20181202 17:05:54.020"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:54.021" starttime="20181202 17:05:54.020"></status>
</kw>
<msg timestamp="20181202 17:05:54.021" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:05:54.021" starttime="20181202 17:05:51.909"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:54.021" starttime="20181202 17:05:51.900"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:54.029" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:05:54.067" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:56.423" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:56.423" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:56.423" starttime="20181202 17:05:54.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:56.424" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:05:56.424" starttime="20181202 17:05:56.424"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:56.425" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:56.425" starttime="20181202 17:05:56.425"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:56.426" starttime="20181202 17:05:56.425"></status>
</kw>
<msg timestamp="20181202 17:05:56.426" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:05:56.426" starttime="20181202 17:05:54.028"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:56.426" starttime="20181202 17:05:54.021"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:56.434" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:05:56.474" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:05:58.787" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:05:58.787" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:05:58.787" starttime="20181202 17:05:56.434"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:05:58.789" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:58.789" starttime="20181202 17:05:58.788"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:05:58.790" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:05:58.790" starttime="20181202 17:05:58.790"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:05:58.791" starttime="20181202 17:05:58.790"></status>
</kw>
<msg timestamp="20181202 17:05:58.792" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:05:58.792" starttime="20181202 17:05:56.433"></status>
</kw>
<status status="PASS" endtime="20181202 17:05:58.792" starttime="20181202 17:05:56.426"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:05:58.812" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:05:58.842" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:01.140" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:01.141" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:01.141" starttime="20181202 17:05:58.811"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.143" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:01.143" starttime="20181202 17:06:01.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:01.144" starttime="20181202 17:06:01.144"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.146" starttime="20181202 17:06:01.145"></status>
</kw>
<msg timestamp="20181202 17:06:01.146" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:58.810"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:58.792"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:42.295"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:42.294"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:28.438"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.147" starttime="20181202 17:05:28.437"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.151" starttime="20181202 17:06:01.151"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:06:01.153" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 17:06:01.153" starttime="20181202 17:06:01.152"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.156" starttime="20181202 17:06:01.155"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.157" starttime="20181202 17:06:01.156"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.162" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.162" starttime="20181202 17:06:01.157"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.183" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.184" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.184" starttime="20181202 17:06:01.163"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.184" starttime="20181202 17:06:01.154"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.184" starttime="20181202 17:06:01.153"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.187" starttime="20181202 17:06:01.186"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.187" starttime="20181202 17:06:01.187"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.191" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.191" starttime="20181202 17:06:01.188"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.207" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.207" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.207" starttime="20181202 17:06:01.191"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.207" starttime="20181202 17:06:01.185"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.207" starttime="20181202 17:06:01.184"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.210" starttime="20181202 17:06:01.209"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.210" starttime="20181202 17:06:01.210"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.214" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.215" starttime="20181202 17:06:01.210"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.226" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.227" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.227" starttime="20181202 17:06:01.215"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.227" starttime="20181202 17:06:01.208"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.227" starttime="20181202 17:06:01.207"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.229" starttime="20181202 17:06:01.228"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.229" starttime="20181202 17:06:01.229"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.232" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.232" starttime="20181202 17:06:01.229"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.243" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.244" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.244" starttime="20181202 17:06:01.232"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.244" starttime="20181202 17:06:01.228"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.244" starttime="20181202 17:06:01.227"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.245" starttime="20181202 17:06:01.245"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.246" starttime="20181202 17:06:01.246"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.248" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.249" starttime="20181202 17:06:01.246"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.261" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.261" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.261" starttime="20181202 17:06:01.249"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.261" starttime="20181202 17:06:01.244"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.261" starttime="20181202 17:06:01.244"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.263" starttime="20181202 17:06:01.262"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.263" starttime="20181202 17:06:01.263"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.266" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.266" starttime="20181202 17:06:01.263"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.278" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.279" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.279" starttime="20181202 17:06:01.266"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.279" starttime="20181202 17:06:01.262"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.279" starttime="20181202 17:06:01.261"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.280" starttime="20181202 17:06:01.280"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.280" starttime="20181202 17:06:01.280"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.283" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.283" starttime="20181202 17:06:01.280"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.301" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.301" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.301" starttime="20181202 17:06:01.283"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.302" starttime="20181202 17:06:01.279"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.302" starttime="20181202 17:06:01.279"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.303" starttime="20181202 17:06:01.303"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.303" starttime="20181202 17:06:01.303"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.307" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.307" starttime="20181202 17:06:01.303"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.323" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.324" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.324" starttime="20181202 17:06:01.307"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.324" starttime="20181202 17:06:01.302"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.324" starttime="20181202 17:06:01.302"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.326" starttime="20181202 17:06:01.325"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.326" starttime="20181202 17:06:01.326"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.330" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.330" starttime="20181202 17:06:01.327"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.357" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.357" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.357" starttime="20181202 17:06:01.330"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.357" starttime="20181202 17:06:01.325"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.358" starttime="20181202 17:06:01.324"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.359" starttime="20181202 17:06:01.359"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.359" starttime="20181202 17:06:01.359"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.362" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:06:01.362" starttime="20181202 17:06:01.360"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.375" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.375" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:01.375" starttime="20181202 17:06:01.362"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.375" starttime="20181202 17:06:01.358"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.375" starttime="20181202 17:06:01.358"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.375" starttime="20181202 17:06:01.153"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.377" starttime="20181202 17:06:01.376"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:06:01.377" starttime="20181202 17:06:01.377"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.379" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 17:06:01.379" starttime="20181202 17:06:01.377"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.435" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:06:01.435" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 17:06:01.435" starttime="20181202 17:06:01.380"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.436" starttime="20181202 17:06:01.376"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.436" starttime="20181202 17:06:01.150"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.436" starttime="20181202 17:06:01.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.436" starttime="20181202 17:06:01.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.436" starttime="20181202 17:06:01.148"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.445" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:06:01.445" starttime="20181202 17:06:01.444"></status>
</kw>
<msg timestamp="20181202 17:06:01.445" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:01.445" starttime="20181202 17:06:01.444"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.445" starttime="20181202 17:06:01.445"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:06:01.446" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:06:01.446" starttime="20181202 17:06:01.445"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.446" starttime="20181202 17:06:01.443"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.457" starttime="20181202 17:06:01.456"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.457" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:06:01.591" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:06:01.592" starttime="20181202 17:06:01.457"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.609" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 17:06:01.610" starttime="20181202 17:06:01.592"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:06:01.614" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:06:01 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:06:01.614" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:06:01 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:06:01.614" starttime="20181202 17:06:01.610"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:06:01.658" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:06:01.659" starttime="20181202 17:06:01.614"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:06:01.661" starttime="20181202 17:06:01.659"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.661" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:06:01 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:06:01.661" starttime="20181202 17:06:01.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.662" starttime="20181202 17:06:01.456"></status>
</kw>
<msg timestamp="20181202 17:06:01.662" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:06:01 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:06:01.662" starttime="20181202 17:06:01.449"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.662" starttime="20181202 17:06:01.662"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.663" starttime="20181202 17:06:01.663"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.663" starttime="20181202 17:06:01.663"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.664" starttime="20181202 17:06:01.664"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.664" starttime="20181202 17:06:01.663"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.664" starttime="20181202 17:06:01.664"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.665" starttime="20181202 17:06:01.664"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.665" starttime="20181202 17:06:01.665"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.665" starttime="20181202 17:06:01.665"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.666" starttime="20181202 17:06:01.665"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.666" starttime="20181202 17:06:01.665"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.666" starttime="20181202 17:06:01.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.666" starttime="20181202 17:06:01.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.666" starttime="20181202 17:06:01.662"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.447"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.447"></status>
</kw>
<msg timestamp="20181202 17:06:01.667" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:01.667" starttime="20181202 17:06:01.446"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.676" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:06:01.676" starttime="20181202 17:06:01.676"></status>
</kw>
<msg timestamp="20181202 17:06:01.676" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:01.676" starttime="20181202 17:06:01.676"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.677" starttime="20181202 17:06:01.677"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:06:01.677" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:06:01.678" starttime="20181202 17:06:01.677"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.678" starttime="20181202 17:06:01.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.678" starttime="20181202 17:06:01.667"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.678" starttime="20181202 17:06:01.446"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 17:06:01.679" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 17:06:01.679" starttime="20181202 17:06:01.679"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.688" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 17:06:01.688" starttime="20181202 17:06:01.680"></status>
</kw>
<msg timestamp="20181202 17:06:01.688" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:06:01.688" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 17:06:01.688" starttime="20181202 17:06:01.680"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.688" starttime="20181202 17:06:01.688"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.688" starttime="20181202 17:06:01.680"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.689" starttime="20181202 17:06:01.680"></status>
</kw>
<msg timestamp="20181202 17:06:01.689" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 17:06:01.689" starttime="20181202 17:06:01.679"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.689" starttime="20181202 17:06:01.689"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.690" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:06:01.690" starttime="20181202 17:06:01.689"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.690" starttime="20181202 17:06:01.678"></status>
</kw>
<msg timestamp="20181202 17:06:01.690" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:01.690" starttime="20181202 17:06:01.678"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.701" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:06:01.702" starttime="20181202 17:06:01.701"></status>
</kw>
<msg timestamp="20181202 17:06:01.702" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:01.702" starttime="20181202 17:06:01.700"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.703" starttime="20181202 17:06:01.702"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:06:01.704" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:06:01.704" starttime="20181202 17:06:01.703"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.704" starttime="20181202 17:06:01.700"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.704" starttime="20181202 17:06:01.690"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.704" starttime="20181202 17:06:01.678"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:06:01.717" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:06:01.717" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:06:01.717" starttime="20181202 17:06:01.706"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 17:06:01.744" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:06:01.745" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 17:06:01.745" starttime="20181202 17:06:01.721"></status>
</kw>
<msg timestamp="20181202 17:06:01.747" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:06:01.747" starttime="20181202 17:06:01.718"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.750" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:06:01.752" starttime="20181202 17:06:01.748"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:01.752" starttime="20181202 17:06:01.717"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 17:06:01.753" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 17:06:01.753" starttime="20181202 17:06:01.753"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.756" starttime="20181202 17:06:01.756"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:06:01.757" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:06:01.757" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:06:01.757" starttime="20181202 17:06:01.757"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:06:01.758" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:06:01.758" starttime="20181202 17:06:01.758"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:06:01.759" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 17:06:01.759" starttime="20181202 17:06:01.758"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:06:01.761" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:01.761" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:06:01.761" starttime="20181202 17:06:01.760"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:01.761" starttime="20181202 17:06:01.761"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:06:01.763" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:06:02.094" level="INFO">Read output: Last login: Sun Dec  2 17:05:28 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:06:02.094" starttime="20181202 17:06:01.762"></status>
</kw>
<msg timestamp="20181202 17:06:02.094" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:06:02.094" starttime="20181202 17:06:01.762"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.094" starttime="20181202 17:06:01.760"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:06:02.095" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 17:06:02.130" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:06:02.130" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 17:06:02.130" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:06:02.130" starttime="20181202 17:06:02.095"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:06:02.195" starttime="20181202 17:06:02.131"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.196" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:02.196" starttime="20181202 17:06:02.195"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.198" starttime="20181202 17:06:02.197"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.200" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:06:02.200" starttime="20181202 17:06:02.200"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.200" starttime="20181202 17:06:02.198"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.207" starttime="20181202 17:06:02.203"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.208" starttime="20181202 17:06:02.207"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:06:02.209" starttime="20181202 17:06:02.208"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.209" starttime="20181202 17:06:02.202"></status>
</kw>
<msg timestamp="20181202 17:06:02.209" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 17:06:02.209" starttime="20181202 17:06:01.755"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.210" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 17:06:02.211" starttime="20181202 17:06:02.210"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 17:06:02.211" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:06:02.212" starttime="20181202 17:06:02.211"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.215" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.216" starttime="20181202 17:06:02.213"></status>
</kw>
<msg timestamp="20181202 17:06:02.216" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.216" starttime="20181202 17:06:02.213"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.217" starttime="20181202 17:06:02.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.217" starttime="20181202 17:06:02.212"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.221" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.221" starttime="20181202 17:06:02.218"></status>
</kw>
<msg timestamp="20181202 17:06:02.221" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.221" starttime="20181202 17:06:02.218"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.222" starttime="20181202 17:06:02.222"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.222" starttime="20181202 17:06:02.217"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.225" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.226" starttime="20181202 17:06:02.223"></status>
</kw>
<msg timestamp="20181202 17:06:02.226" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.226" starttime="20181202 17:06:02.223"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.227" starttime="20181202 17:06:02.226"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.227" starttime="20181202 17:06:02.222"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.230" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.231" starttime="20181202 17:06:02.228"></status>
</kw>
<msg timestamp="20181202 17:06:02.231" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.231" starttime="20181202 17:06:02.227"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.232" starttime="20181202 17:06:02.231"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.232" starttime="20181202 17:06:02.227"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.235" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.235" starttime="20181202 17:06:02.233"></status>
</kw>
<msg timestamp="20181202 17:06:02.235" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.236" starttime="20181202 17:06:02.232"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.236" starttime="20181202 17:06:02.236"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.236" starttime="20181202 17:06:02.232"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.240" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.240" starttime="20181202 17:06:02.238"></status>
</kw>
<msg timestamp="20181202 17:06:02.240" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.240" starttime="20181202 17:06:02.237"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.241" starttime="20181202 17:06:02.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.241" starttime="20181202 17:06:02.237"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.244" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.245" starttime="20181202 17:06:02.242"></status>
</kw>
<msg timestamp="20181202 17:06:02.245" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.245" starttime="20181202 17:06:02.241"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.246" starttime="20181202 17:06:02.245"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.246" starttime="20181202 17:06:02.241"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.249" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.249" starttime="20181202 17:06:02.247"></status>
</kw>
<msg timestamp="20181202 17:06:02.249" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.249" starttime="20181202 17:06:02.246"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.250" starttime="20181202 17:06:02.250"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.250" starttime="20181202 17:06:02.246"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.253" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.254" starttime="20181202 17:06:02.251"></status>
</kw>
<msg timestamp="20181202 17:06:02.254" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.254" starttime="20181202 17:06:02.251"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.255" starttime="20181202 17:06:02.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.255" starttime="20181202 17:06:02.250"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.258" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.258" starttime="20181202 17:06:02.256"></status>
</kw>
<msg timestamp="20181202 17:06:02.258" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.258" starttime="20181202 17:06:02.255"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.259" starttime="20181202 17:06:02.259"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.259" starttime="20181202 17:06:02.255"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.263" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.263" starttime="20181202 17:06:02.260"></status>
</kw>
<msg timestamp="20181202 17:06:02.263" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.263" starttime="20181202 17:06:02.260"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.264" starttime="20181202 17:06:02.264"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.264" starttime="20181202 17:06:02.259"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.268" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.268" starttime="20181202 17:06:02.265"></status>
</kw>
<msg timestamp="20181202 17:06:02.269" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.269" starttime="20181202 17:06:02.265"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.269" starttime="20181202 17:06:02.269"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.269" starttime="20181202 17:06:02.264"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.273" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.274" starttime="20181202 17:06:02.270"></status>
</kw>
<msg timestamp="20181202 17:06:02.274" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.274" starttime="20181202 17:06:02.270"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.274" starttime="20181202 17:06:02.274"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.274" starttime="20181202 17:06:02.269"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.278" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.279" starttime="20181202 17:06:02.275"></status>
</kw>
<msg timestamp="20181202 17:06:02.279" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.279" starttime="20181202 17:06:02.275"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.279" starttime="20181202 17:06:02.279"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.280" starttime="20181202 17:06:02.275"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.283" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.283" starttime="20181202 17:06:02.280"></status>
</kw>
<msg timestamp="20181202 17:06:02.284" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.284" starttime="20181202 17:06:02.280"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.284" starttime="20181202 17:06:02.284"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.284" starttime="20181202 17:06:02.280"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.289" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.289" starttime="20181202 17:06:02.285"></status>
</kw>
<msg timestamp="20181202 17:06:02.289" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.289" starttime="20181202 17:06:02.285"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.290" starttime="20181202 17:06:02.289"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.290" starttime="20181202 17:06:02.284"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.295" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.295" starttime="20181202 17:06:02.291"></status>
</kw>
<msg timestamp="20181202 17:06:02.295" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.295" starttime="20181202 17:06:02.290"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.296" starttime="20181202 17:06:02.295"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.296" starttime="20181202 17:06:02.290"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.299" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.299" starttime="20181202 17:06:02.296"></status>
</kw>
<msg timestamp="20181202 17:06:02.299" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.299" starttime="20181202 17:06:02.296"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.300" starttime="20181202 17:06:02.299"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.300" starttime="20181202 17:06:02.296"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.303" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.304" starttime="20181202 17:06:02.300"></status>
</kw>
<msg timestamp="20181202 17:06:02.304" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.304" starttime="20181202 17:06:02.300"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.304" starttime="20181202 17:06:02.304"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.304" starttime="20181202 17:06:02.300"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.307" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.308" starttime="20181202 17:06:02.305"></status>
</kw>
<msg timestamp="20181202 17:06:02.308" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.308" starttime="20181202 17:06:02.305"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.308" starttime="20181202 17:06:02.308"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.308" starttime="20181202 17:06:02.304"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.311" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.312" starttime="20181202 17:06:02.309"></status>
</kw>
<msg timestamp="20181202 17:06:02.312" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.312" starttime="20181202 17:06:02.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.313" starttime="20181202 17:06:02.312"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.313" starttime="20181202 17:06:02.308"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.316" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.316" starttime="20181202 17:06:02.313"></status>
</kw>
<msg timestamp="20181202 17:06:02.316" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.316" starttime="20181202 17:06:02.313"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.317" starttime="20181202 17:06:02.316"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.317" starttime="20181202 17:06:02.313"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.320" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.320" starttime="20181202 17:06:02.317"></status>
</kw>
<msg timestamp="20181202 17:06:02.320" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.320" starttime="20181202 17:06:02.317"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.321" starttime="20181202 17:06:02.321"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.321" starttime="20181202 17:06:02.317"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.325" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.325" starttime="20181202 17:06:02.322"></status>
</kw>
<msg timestamp="20181202 17:06:02.325" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.325" starttime="20181202 17:06:02.321"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.326" starttime="20181202 17:06:02.326"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.326" starttime="20181202 17:06:02.321"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.329" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.329" starttime="20181202 17:06:02.326"></status>
</kw>
<msg timestamp="20181202 17:06:02.329" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.329" starttime="20181202 17:06:02.326"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.330" starttime="20181202 17:06:02.330"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.330" starttime="20181202 17:06:02.326"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.335" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.335" starttime="20181202 17:06:02.331"></status>
</kw>
<msg timestamp="20181202 17:06:02.335" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.335" starttime="20181202 17:06:02.330"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.336" starttime="20181202 17:06:02.335"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.336" starttime="20181202 17:06:02.330"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.340" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.340" starttime="20181202 17:06:02.337"></status>
</kw>
<msg timestamp="20181202 17:06:02.340" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.340" starttime="20181202 17:06:02.336"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.341" starttime="20181202 17:06:02.341"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.341" starttime="20181202 17:06:02.336"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.345" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.345" starttime="20181202 17:06:02.342"></status>
</kw>
<msg timestamp="20181202 17:06:02.345" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.345" starttime="20181202 17:06:02.341"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.346" starttime="20181202 17:06:02.346"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.346" starttime="20181202 17:06:02.341"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.350" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.350" starttime="20181202 17:06:02.347"></status>
</kw>
<msg timestamp="20181202 17:06:02.350" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.350" starttime="20181202 17:06:02.346"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.351" starttime="20181202 17:06:02.350"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.351" starttime="20181202 17:06:02.346"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.355" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.356" starttime="20181202 17:06:02.351"></status>
</kw>
<msg timestamp="20181202 17:06:02.356" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.356" starttime="20181202 17:06:02.351"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.356" starttime="20181202 17:06:02.356"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.356" starttime="20181202 17:06:02.351"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.360" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.360" starttime="20181202 17:06:02.357"></status>
</kw>
<msg timestamp="20181202 17:06:02.360" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.360" starttime="20181202 17:06:02.356"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.361" starttime="20181202 17:06:02.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.361" starttime="20181202 17:06:02.356"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:06:02.365" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=4281.084s, table=0, n_packets=4278, n_bytes=231048, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4281.066s, table=17, n_packets=4278, n_bytes=231048, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=4573.163s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=4573.149s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=4573.144s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=4573.126s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.154s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=4412.056s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=4412.056s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=4573.126s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=4573.126s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=4572.966s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=4572.578s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=4572.570s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=4572.966s, table=43, n_packets=4452, n_bytes=242892, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=4573.170s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=4573.095s, table=48, n_packets=4453, n_bytes=242934, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.576s, table=49, n_packets=8, n_bytes=432, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=4572.966s, table=50, n_packets=3889, n_bytes=210042, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=4573.095s, table=50, n_packets=393, n_bytes=21306, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=4414.113s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=4572.966s, table=51, n_packets=4453, n_bytes=242934, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=4414.468s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=4414.458s, table=52, n_packets=4384, n_bytes=236760, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=3473.715s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=3473.712s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=3458.277s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=4414.453s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=3473.399s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=3457.945s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=4414.456s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=3473.405s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=3457.947s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=4573.163s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=4573.126s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=4572.966s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=4573.158s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=4572.908s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=4572.908s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=4572.902s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=4572.883s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.883s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.906s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.902s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4281.055s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=4572.883s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=4572.883s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=4572.883s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=4572.908s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.906s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=4572.908s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=4572.908s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=4572.883s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:06:02.365" starttime="20181202 17:06:02.361"></status>
</kw>
<msg timestamp="20181202 17:06:02.365" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:06:02.365" starttime="20181202 17:06:02.361"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.365" starttime="20181202 17:06:02.365"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.365" starttime="20181202 17:06:02.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.366" starttime="20181202 17:06:02.212"></status>
</kw>
<msg timestamp="20181202 17:06:02.366" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:06:02.366" starttime="20181202 17:06:01.754"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 17:06:02.366" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:02.366" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 17:06:02.366" starttime="20181202 17:06:02.366"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.367" starttime="20181202 17:06:02.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.367" starttime="20181202 17:06:01.753"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.367" starttime="20181202 17:06:01.753"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.368" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 17:06:02.368" starttime="20181202 17:06:02.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.368" starttime="20181202 17:06:01.705"></status>
</kw>
<msg timestamp="20181202 17:06:02.368" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:02.368" starttime="20181202 17:06:01.704"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.377" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:06:02.377" starttime="20181202 17:06:02.376"></status>
</kw>
<msg timestamp="20181202 17:06:02.377" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:06:02.377" starttime="20181202 17:06:02.376"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:02.377" starttime="20181202 17:06:02.377"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:06:02.378" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:02.377"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:02.376"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:02.368"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:01.704"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:01.446"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:06:01.436"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.378" starttime="20181202 17:05:13.237"></status>
</kw>
<kw name="Create_Default_Session" library="TemplatedRequests">
<doc>Create "default" session to ${url} with authentication and connection parameters.</doc>
<arguments>
<arg>timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>alias=default</arg>
<arg>url=${url}</arg>
<arg>auth=${auth}</arg>
<arg>timeout=${timeout}</arg>
<arg>max_retries=${max_retries}</arg>
</arguments>
<msg timestamp="20181202 17:06:02.386" level="INFO">Creating Session using : alias=default, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622be2bd0&gt;, timeout=10, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:06:02.386" starttime="20181202 17:06:02.385"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.386" starttime="20181202 17:06:02.385"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:02.386" starttime="20181202 17:05:13.237"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:02.394" level="INFO">Starting process:
openstack network create vpn_net_1 </msg>
<msg timestamp="20181202 17:06:02.433" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:04.642" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:04.643" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:04.643" starttime="20181202 17:06:02.393"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:04.644" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:06:04Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | fb0dfaae-2baa-4343-b48d-0e3904b877be |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpn_net_1                            |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 95                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:06:04Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:04.644" starttime="20181202 17:06:04.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:04.644" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:04.645" starttime="20181202 17:06:04.644"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:04.645" starttime="20181202 17:06:04.645"></status>
</kw>
<msg timestamp="20181202 17:06:04.646" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:06:04.646" starttime="20181202 17:06:02.393"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:04.646" starttime="20181202 17:06:02.386"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:04.655" level="INFO">Starting process:
openstack network create vpn_net_2 </msg>
<msg timestamp="20181202 17:06:04.695" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:06.944" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:06.945" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:06.945" starttime="20181202 17:06:04.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:06.946" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:06:06Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 44c0fd8e-43a7-4e09-bfb8-710fb2db10e8 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpn_net_2                            |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 100                                  |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:06:06Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:06.946" starttime="20181202 17:06:06.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:06.947" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:06.947" starttime="20181202 17:06:06.947"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:06.948" starttime="20181202 17:06:06.947"></status>
</kw>
<msg timestamp="20181202 17:06:06.948" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:06:06.948" starttime="20181202 17:06:04.654"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.949" starttime="20181202 17:06:04.646"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${NETWORK_URL}</arg>
<arg>${NETWORKS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${NETWORK_URL}</arg>
<arg>${NETWORKS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:06:06.985" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/networks, headers=None json=None</msg>
<msg timestamp="20181202 17:06:06.985" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:06:06.985" starttime="20181202 17:06:06.971"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:06:06.986" level="INFO">{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"fb0dfaae-2baa-4343-b48d-0e3904b877be","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"95","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpn_net_1"},{"uuid":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"100","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpn_net_2"}]}}</msg>
<status status="PASS" endtime="20181202 17:06:06.986" starttime="20181202 17:06:06.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.986" starttime="20181202 17:06:06.985"></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="20181202 17:06:06.987" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:06:06.987" starttime="20181202 17:06:06.987"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = vpn_net_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:06.988" starttime="20181202 17:06:06.988"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.988" starttime="20181202 17:06:06.987"></status>
</kw>
<kw type="foritem" name="${i} = vpn_net_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:06.989" starttime="20181202 17:06:06.988"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.989" starttime="20181202 17:06:06.988"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.989" starttime="20181202 17:06:06.987"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.989" starttime="20181202 17:06:06.970"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:06.989" starttime="20181202 17:06:06.949"></status>
</kw>
<kw name="Update Network" library="OpenStackOperations">
<doc>Update Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>additional_args=--description ${UPDATE_NETWORK}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network set ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:06.997" level="INFO">Starting process:
openstack network set vpn_net_1 --description UpdateNetwork</msg>
<msg timestamp="20181202 17:06:07.035" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:09.607" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:09.608" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:09.608" starttime="20181202 17:06:06.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:09.609" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:09.609" starttime="20181202 17:06:09.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:09.609" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:09.610" starttime="20181202 17:06:09.609"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:09.610" starttime="20181202 17:06:09.610"></status>
</kw>
<msg timestamp="20181202 17:06:09.611" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:06:09.611" starttime="20181202 17:06:06.996"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:09.611" starttime="20181202 17:06:06.989"></status>
</kw>
<kw name="Show Network" library="OpenStackOperations">
<doc>Show Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network show ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:09.619" level="INFO">Starting process:
openstack network show vpn_net_1</msg>
<msg timestamp="20181202 17:06:09.657" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:11.974" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:11.974" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:11.974" starttime="20181202 17:06:09.619"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:11.975" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:06:04Z                 |
| description               | UpdateNetwork                        |
| dns_domain                | None                                 |
| id                        | fb0dfaae-2baa-4343-b48d-0e3904b877be |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | None                                 |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpn_net_1                            |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 95                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:06:09Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:11.975" starttime="20181202 17:06:11.975"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:11.976" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:11.976" starttime="20181202 17:06:11.976"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:11.977" starttime="20181202 17:06:11.976"></status>
</kw>
<msg timestamp="20181202 17:06:11.977" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:06:11.977" starttime="20181202 17:06:09.618"></status>
</kw>
<msg timestamp="20181202 17:06:11.977" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:06:11.977" starttime="20181202 17:06:09.611"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${UPDATE_NETWORK}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:11.978" starttime="20181202 17:06:11.978"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS}[0]</arg>
<arg>@{SUBNET_CIDRS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:11.987" level="INFO">Starting process:
openstack subnet create --network vpn_net_1 --subnet-range 10.1.1.0/24 vpn_sub_1 </msg>
<msg timestamp="20181202 17:06:12.019" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:15.316" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:15.317" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:15.317" starttime="20181202 17:06:11.987"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:15.318" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.1.1.2-10.1.1.254                  |
| cidr              | 10.1.1.0/24                          |
| created_at        | 2018-12-02T17:06:14Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.1.1.1                             |
| host_routes       |                                      |
| id                | 16aded9a-2dc5-420e-a677-9e10d5e90b1b |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpn_sub_1                            |
| network_id        | fb0dfaae-2baa-4343-b48d-0e3904b877be |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:06:14Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:15.319" starttime="20181202 17:06:15.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:15.320" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:15.320" starttime="20181202 17:06:15.319"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:15.321" starttime="20181202 17:06:15.320"></status>
</kw>
<msg timestamp="20181202 17:06:15.322" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:06:15.322" starttime="20181202 17:06:11.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:15.322" starttime="20181202 17:06:11.978"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{SUBNETS}[1]</arg>
<arg>@{SUBNET_CIDRS}[1]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:15.337" level="INFO">Starting process:
openstack subnet create --network vpn_net_2 --subnet-range 20.1.1.0/24 vpn_sub_2 </msg>
<msg timestamp="20181202 17:06:15.360" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:18.128" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:18.128" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:18.128" starttime="20181202 17:06:15.337"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:18.130" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 20.1.1.2-20.1.1.254                  |
| cidr              | 20.1.1.0/24                          |
| created_at        | 2018-12-02T17:06:17Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 20.1.1.1                             |
| host_routes       |                                      |
| id                | f686997d-b579-41ac-a151-550a14c88416 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpn_sub_2                            |
| network_id        | 44c0fd8e-43a7-4e09-bfb8-710fb2db10e8 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:06:17Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:18.130" starttime="20181202 17:06:18.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:18.131" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:18.131" starttime="20181202 17:06:18.130"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:18.132" starttime="20181202 17:06:18.131"></status>
</kw>
<msg timestamp="20181202 17:06:18.132" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:06:18.132" starttime="20181202 17:06:15.336"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.133" starttime="20181202 17:06:15.322"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SUBNETWORK_URL}</arg>
<arg>${SUBNETS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SUBNETWORK_URL}</arg>
<arg>${SUBNETS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:06:18.160" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/subnets/, headers=None json=None</msg>
<msg timestamp="20181202 17:06:18.160" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:06:18.160" starttime="20181202 17:06:18.156"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:06:18.162" level="INFO">{"subnets":{"subnet":[{"uuid":"f686997d-b579-41ac-a151-550a14c88416","gateway-ip":"20.1.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"20.1.1.2","end":"20.1.1.254"}],"cidr":"20.1.1.0/24","network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_sub_2"},{"uuid":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","gateway-ip":"10.1.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"cidr":"10.1.1.0/24","network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":"vpn_sub_1"}]}}</msg>
<status status="PASS" endtime="20181202 17:06:18.162" starttime="20181202 17:06:18.161"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.162" starttime="20181202 17:06:18.161"></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="20181202 17:06:18.163" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:06:18.163" starttime="20181202 17:06:18.162"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = vpn_sub_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:18.163" starttime="20181202 17:06:18.163"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.163" starttime="20181202 17:06:18.163"></status>
</kw>
<kw type="foritem" name="${i} = vpn_sub_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:18.164" starttime="20181202 17:06:18.164"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.164" starttime="20181202 17:06:18.164"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.164" starttime="20181202 17:06:18.163"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.164" starttime="20181202 17:06:18.155"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:18.165" starttime="20181202 17:06:18.133"></status>
</kw>
<kw name="Update SubNet" library="OpenStackOperations">
<doc>Update subnet with openstack subnet set request.</doc>
<arguments>
<arg>@{SUBNETS}[0]</arg>
<arg>additional_args=--description ${UPDATE_SUBNET}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet set ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:18.175" level="INFO">Starting process:
openstack subnet set vpn_sub_1 --description UpdateSubnet</msg>
<msg timestamp="20181202 17:06:18.199" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:20.774" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:20.774" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:20.775" starttime="20181202 17:06:18.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:20.776" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:20.777" starttime="20181202 17:06:20.775"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:20.778" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:20.778" starttime="20181202 17:06:20.777"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:20.779" starttime="20181202 17:06:20.778"></status>
</kw>
<msg timestamp="20181202 17:06:20.780" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:06:20.780" starttime="20181202 17:06:18.174"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:20.780" starttime="20181202 17:06:18.165"></status>
</kw>
<kw name="Show SubNet" library="OpenStackOperations">
<doc>Show subnet with neutron request.</doc>
<arguments>
<arg>@{SUBNETS}[0]</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet show ${subnet_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:20.798" level="INFO">Starting process:
openstack subnet show vpn_sub_1</msg>
<msg timestamp="20181202 17:06:20.820" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:23.116" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:23.116" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:23.116" starttime="20181202 17:06:20.798"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:23.117" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.1.1.2-10.1.1.254                  |
| cidr              | 10.1.1.0/24                          |
| created_at        | 2018-12-02T17:06:14Z                 |
| description       | UpdateSubnet                         |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.1.1.1                             |
| host_routes       |                                      |
| id                | 16aded9a-2dc5-420e-a677-9e10d5e90b1b |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpn_sub_1                            |
| network_id        | fb0dfaae-2baa-4343-b48d-0e3904b877be |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 1                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:06:20Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:23.118" starttime="20181202 17:06:23.117"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:23.118" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:23.118" starttime="20181202 17:06:23.118"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:23.119" starttime="20181202 17:06:23.118"></status>
</kw>
<msg timestamp="20181202 17:06:23.119" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:06:23.119" starttime="20181202 17:06:20.797"></status>
</kw>
<msg timestamp="20181202 17:06:23.119" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:06:23.119" starttime="20181202 17:06:20.781"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${UPDATE_SUBNET}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:23.120" starttime="20181202 17:06:23.120"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:23.122" starttime="20181202 17:06:23.122"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:23.122" starttime="20181202 17:06:23.121"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:23.130" level="INFO">Starting process:
openstack security group create vpn_sg </msg>
<msg timestamp="20181202 17:06:23.170" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:25.472" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:25.472" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:25.472" starttime="20181202 17:06:23.130"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:25.473" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T17:06:25Z                                                                                                                                  |
| description     | vpn_sg                                                                                                                                                |
| id              | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                                                                                                  |
| name            | vpn_sg                                                                                                                                                |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T17:06:25Z', direction='egress', ethertype='IPv6', id='468d0b00-aa3f-4f6c-81f9-f328aa5dd233', updated_at='2018-12-02T17:06:25Z' |
|                 | created_at='2018-12-02T17:06:25Z', direction='egress', ethertype='IPv4', id='814bd731-067a-4ee7-9c08-15c99c117f50', updated_at='2018-12-02T17:06:25Z' |
| updated_at      | 2018-12-02T17:06:25Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:25.473" starttime="20181202 17:06:25.473"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:25.474" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:25.474" starttime="20181202 17:06:25.474"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.475" starttime="20181202 17:06:25.474"></status>
</kw>
<msg timestamp="20181202 17:06:25.475" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 17:06:25.475" starttime="20181202 17:06:23.129"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 17:06:25.476" level="INFO">${sgp_id} = f1228f88-80a4-4bd8-80ff-cd99b44daa1b</msg>
<status status="PASS" endtime="20181202 17:06:25.476" starttime="20181202 17:06:25.475"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:25.476" starttime="20181202 17:06:23.121"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:25.514" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:06:25.514" starttime="20181202 17:06:25.513"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:25.514" starttime="20181202 17:06:25.513"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.515" starttime="20181202 17:06:25.514"></status>
</kw>
<msg timestamp="20181202 17:06:25.515" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:25.515" starttime="20181202 17:06:25.514"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.516" starttime="20181202 17:06:25.515"></status>
</kw>
<msg timestamp="20181202 17:06:25.516" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:06:25.516" starttime="20181202 17:06:25.515"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.517" starttime="20181202 17:06:25.516"></status>
</kw>
<msg timestamp="20181202 17:06:25.517" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:25.517" starttime="20181202 17:06:25.516"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.518" starttime="20181202 17:06:25.517"></status>
</kw>
<msg timestamp="20181202 17:06:25.518" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:06:25.518" starttime="20181202 17:06:25.517"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.519" starttime="20181202 17:06:25.519"></status>
</kw>
<msg timestamp="20181202 17:06:25.519" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:06:25.519" starttime="20181202 17:06:25.518"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.520" starttime="20181202 17:06:25.520"></status>
</kw>
<msg timestamp="20181202 17:06:25.520" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:06:25.520" starttime="20181202 17:06:25.519"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:25.521" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:25.521" starttime="20181202 17:06:25.521"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:25.522" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:25.522" starttime="20181202 17:06:25.521"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:25.522" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:25.522" starttime="20181202 17:06:25.522"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.523" starttime="20181202 17:06:25.523"></status>
</kw>
<msg timestamp="20181202 17:06:25.523" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:25.523" starttime="20181202 17:06:25.523"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.524" starttime="20181202 17:06:25.524"></status>
</kw>
<msg timestamp="20181202 17:06:25.524" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:06:25.524" starttime="20181202 17:06:25.524"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.525" starttime="20181202 17:06:25.525"></status>
</kw>
<msg timestamp="20181202 17:06:25.525" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:25.525" starttime="20181202 17:06:25.525"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.527" starttime="20181202 17:06:25.526"></status>
</kw>
<msg timestamp="20181202 17:06:25.527" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:06:25.527" starttime="20181202 17:06:25.526"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.528" starttime="20181202 17:06:25.528"></status>
</kw>
<msg timestamp="20181202 17:06:25.528" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:25.529" starttime="20181202 17:06:25.527"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.530" starttime="20181202 17:06:25.529"></status>
</kw>
<msg timestamp="20181202 17:06:25.530" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:25.530" starttime="20181202 17:06:25.529"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:25.530" starttime="20181202 17:06:25.530"></status>
</kw>
<msg timestamp="20181202 17:06:25.531" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:25.531" starttime="20181202 17:06:25.530"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:25.532" level="INFO">Starting process:
openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:06:25.573" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:27.799" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:27.799" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:27.799" starttime="20181202 17:06:25.531"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:27.801" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:27Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 3edf2663-4603-4246-9faf-e63636fc6195 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:27Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:27.801" starttime="20181202 17:06:27.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:27.802" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:27.802" starttime="20181202 17:06:27.801"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.803" starttime="20181202 17:06:27.802"></status>
</kw>
<msg timestamp="20181202 17:06:27.803" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:27.803" starttime="20181202 17:06:25.531"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:27.804" level="INFO">${rule_id} = 3edf2663-4603-4246-9faf-e63636fc6195</msg>
<status status="PASS" endtime="20181202 17:06:27.804" starttime="20181202 17:06:27.804"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:27.805" starttime="20181202 17:06:25.511"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:27.843" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:06:27.843" starttime="20181202 17:06:27.842"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:27.843" starttime="20181202 17:06:27.842"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.844" starttime="20181202 17:06:27.844"></status>
</kw>
<msg timestamp="20181202 17:06:27.844" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:27.844" starttime="20181202 17:06:27.843"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.845" starttime="20181202 17:06:27.844"></status>
</kw>
<msg timestamp="20181202 17:06:27.845" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:06:27.845" starttime="20181202 17:06:27.844"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.846" starttime="20181202 17:06:27.845"></status>
</kw>
<msg timestamp="20181202 17:06:27.846" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:27.846" starttime="20181202 17:06:27.845"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.847" starttime="20181202 17:06:27.846"></status>
</kw>
<msg timestamp="20181202 17:06:27.847" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:06:27.847" starttime="20181202 17:06:27.846"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.848" starttime="20181202 17:06:27.847"></status>
</kw>
<msg timestamp="20181202 17:06:27.848" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:06:27.848" starttime="20181202 17:06:27.847"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.849" starttime="20181202 17:06:27.848"></status>
</kw>
<msg timestamp="20181202 17:06:27.849" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:06:27.849" starttime="20181202 17:06:27.848"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:27.849" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:27.849" starttime="20181202 17:06:27.849"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:27.850" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:27.850" starttime="20181202 17:06:27.849"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:27.850" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:27.850" starttime="20181202 17:06:27.850"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.851" starttime="20181202 17:06:27.851"></status>
</kw>
<msg timestamp="20181202 17:06:27.851" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:27.851" starttime="20181202 17:06:27.850"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.852" starttime="20181202 17:06:27.852"></status>
</kw>
<msg timestamp="20181202 17:06:27.852" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress</msg>
<status status="PASS" endtime="20181202 17:06:27.852" starttime="20181202 17:06:27.851"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.853" starttime="20181202 17:06:27.853"></status>
</kw>
<msg timestamp="20181202 17:06:27.853" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:27.853" starttime="20181202 17:06:27.852"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.854" starttime="20181202 17:06:27.854"></status>
</kw>
<msg timestamp="20181202 17:06:27.854" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:06:27.854" starttime="20181202 17:06:27.853"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.855" starttime="20181202 17:06:27.855"></status>
</kw>
<msg timestamp="20181202 17:06:27.855" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:27.855" starttime="20181202 17:06:27.854"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.856" starttime="20181202 17:06:27.856"></status>
</kw>
<msg timestamp="20181202 17:06:27.856" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:27.856" starttime="20181202 17:06:27.855"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:27.857" starttime="20181202 17:06:27.857"></status>
</kw>
<msg timestamp="20181202 17:06:27.857" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:06:27.857" starttime="20181202 17:06:27.856"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:27.859" level="INFO">Starting process:
openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:06:27.907" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:30.240" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:30.240" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:30.240" starttime="20181202 17:06:27.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:30.241" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:30Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 60111f70-60c6-4d64-9a9c-16a118b7c095 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:30Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:30.242" starttime="20181202 17:06:30.241"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:30.242" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:30.242" starttime="20181202 17:06:30.242"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.243" starttime="20181202 17:06:30.243"></status>
</kw>
<msg timestamp="20181202 17:06:30.244" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:30.244" starttime="20181202 17:06:27.857"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:30.245" level="INFO">${rule_id} = 60111f70-60c6-4d64-9a9c-16a118b7c095</msg>
<status status="PASS" endtime="20181202 17:06:30.245" starttime="20181202 17:06:30.244"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:30.245" starttime="20181202 17:06:27.841"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:30.289" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:06:30.289" starttime="20181202 17:06:30.288"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:30.289" starttime="20181202 17:06:30.288"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.290" starttime="20181202 17:06:30.290"></status>
</kw>
<msg timestamp="20181202 17:06:30.290" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:30.290" starttime="20181202 17:06:30.289"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.291" starttime="20181202 17:06:30.291"></status>
</kw>
<msg timestamp="20181202 17:06:30.291" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:06:30.291" starttime="20181202 17:06:30.290"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.292" starttime="20181202 17:06:30.292"></status>
</kw>
<msg timestamp="20181202 17:06:30.292" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:30.292" starttime="20181202 17:06:30.292"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.293" starttime="20181202 17:06:30.293"></status>
</kw>
<msg timestamp="20181202 17:06:30.294" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:06:30.294" starttime="20181202 17:06:30.293"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.295" starttime="20181202 17:06:30.294"></status>
</kw>
<msg timestamp="20181202 17:06:30.295" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:06:30.295" starttime="20181202 17:06:30.294"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.296" starttime="20181202 17:06:30.295"></status>
</kw>
<msg timestamp="20181202 17:06:30.296" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:06:30.296" starttime="20181202 17:06:30.295"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:30.296" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:30.296" starttime="20181202 17:06:30.296"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:30.297" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:30.297" starttime="20181202 17:06:30.297"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:30.298" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:30.298" starttime="20181202 17:06:30.297"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.299" starttime="20181202 17:06:30.298"></status>
</kw>
<msg timestamp="20181202 17:06:30.299" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:30.299" starttime="20181202 17:06:30.298"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.300" starttime="20181202 17:06:30.300"></status>
</kw>
<msg timestamp="20181202 17:06:30.300" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:06:30.300" starttime="20181202 17:06:30.299"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.301" starttime="20181202 17:06:30.301"></status>
</kw>
<msg timestamp="20181202 17:06:30.301" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:30.301" starttime="20181202 17:06:30.300"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.303" starttime="20181202 17:06:30.302"></status>
</kw>
<msg timestamp="20181202 17:06:30.303" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:30.303" starttime="20181202 17:06:30.301"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.304" starttime="20181202 17:06:30.304"></status>
</kw>
<msg timestamp="20181202 17:06:30.304" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:30.304" starttime="20181202 17:06:30.303"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.305" starttime="20181202 17:06:30.305"></status>
</kw>
<msg timestamp="20181202 17:06:30.305" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:30.305" starttime="20181202 17:06:30.305"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:30.306" starttime="20181202 17:06:30.306"></status>
</kw>
<msg timestamp="20181202 17:06:30.307" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:30.307" starttime="20181202 17:06:30.306"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:30.308" level="INFO">Starting process:
openstack security group rule create vpn_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:06:30.332" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:32.614" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:32.614" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:32.615" starttime="20181202 17:06:30.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:32.616" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:32Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 1706ea22-7e9a-4921-88fd-12c6c7cf4c30 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:32Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:32.616" starttime="20181202 17:06:32.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:32.616" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:32.616" starttime="20181202 17:06:32.616"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.617" starttime="20181202 17:06:32.617"></status>
</kw>
<msg timestamp="20181202 17:06:32.618" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:32.618" starttime="20181202 17:06:30.307"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:32.618" level="INFO">${rule_id} = 1706ea22-7e9a-4921-88fd-12c6c7cf4c30</msg>
<status status="PASS" endtime="20181202 17:06:32.618" starttime="20181202 17:06:32.618"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:32.619" starttime="20181202 17:06:30.287"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:32.652" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:06:32.652" starttime="20181202 17:06:32.652"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:32.652" starttime="20181202 17:06:32.651"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.653" starttime="20181202 17:06:32.653"></status>
</kw>
<msg timestamp="20181202 17:06:32.653" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:32.653" starttime="20181202 17:06:32.652"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.654" starttime="20181202 17:06:32.654"></status>
</kw>
<msg timestamp="20181202 17:06:32.654" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:06:32.654" starttime="20181202 17:06:32.653"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.655" starttime="20181202 17:06:32.655"></status>
</kw>
<msg timestamp="20181202 17:06:32.655" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:32.655" starttime="20181202 17:06:32.654"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.656" starttime="20181202 17:06:32.656"></status>
</kw>
<msg timestamp="20181202 17:06:32.656" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:06:32.656" starttime="20181202 17:06:32.655"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.658" starttime="20181202 17:06:32.657"></status>
</kw>
<msg timestamp="20181202 17:06:32.658" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:06:32.658" starttime="20181202 17:06:32.657"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.659" starttime="20181202 17:06:32.658"></status>
</kw>
<msg timestamp="20181202 17:06:32.659" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:06:32.659" starttime="20181202 17:06:32.658"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:32.659" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:32.659" starttime="20181202 17:06:32.659"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:32.660" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:32.660" starttime="20181202 17:06:32.660"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:32.660" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:32.660" starttime="20181202 17:06:32.660"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.661" starttime="20181202 17:06:32.661"></status>
</kw>
<msg timestamp="20181202 17:06:32.661" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:32.661" starttime="20181202 17:06:32.661"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.662" starttime="20181202 17:06:32.662"></status>
</kw>
<msg timestamp="20181202 17:06:32.663" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress</msg>
<status status="PASS" endtime="20181202 17:06:32.663" starttime="20181202 17:06:32.662"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.664" starttime="20181202 17:06:32.664"></status>
</kw>
<msg timestamp="20181202 17:06:32.664" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:32.664" starttime="20181202 17:06:32.663"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.666" starttime="20181202 17:06:32.666"></status>
</kw>
<msg timestamp="20181202 17:06:32.666" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:32.666" starttime="20181202 17:06:32.665"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.668" starttime="20181202 17:06:32.667"></status>
</kw>
<msg timestamp="20181202 17:06:32.668" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:32.668" starttime="20181202 17:06:32.667"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.669" starttime="20181202 17:06:32.669"></status>
</kw>
<msg timestamp="20181202 17:06:32.669" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:32.669" starttime="20181202 17:06:32.668"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:32.670" starttime="20181202 17:06:32.670"></status>
</kw>
<msg timestamp="20181202 17:06:32.670" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:06:32.671" starttime="20181202 17:06:32.669"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:32.673" level="INFO">Starting process:
openstack security group rule create vpn_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:06:32.717" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:35.036" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:35.036" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:35.036" starttime="20181202 17:06:32.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:35.038" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:34Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 1d1a17a7-8bad-4b80-bfe7-524b305c65f7 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:34Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:35.038" starttime="20181202 17:06:35.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:35.038" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:35.038" starttime="20181202 17:06:35.038"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.039" starttime="20181202 17:06:35.039"></status>
</kw>
<msg timestamp="20181202 17:06:35.039" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:35.039" starttime="20181202 17:06:32.671"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:35.040" level="INFO">${rule_id} = 1d1a17a7-8bad-4b80-bfe7-524b305c65f7</msg>
<status status="PASS" endtime="20181202 17:06:35.040" starttime="20181202 17:06:35.040"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:35.040" starttime="20181202 17:06:32.650"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:35.072" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:06:35.072" starttime="20181202 17:06:35.072"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:35.072" starttime="20181202 17:06:35.071"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.073" starttime="20181202 17:06:35.073"></status>
</kw>
<msg timestamp="20181202 17:06:35.073" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:35.073" starttime="20181202 17:06:35.072"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.074" starttime="20181202 17:06:35.074"></status>
</kw>
<msg timestamp="20181202 17:06:35.074" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:06:35.074" starttime="20181202 17:06:35.073"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.075" starttime="20181202 17:06:35.075"></status>
</kw>
<msg timestamp="20181202 17:06:35.075" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:35.075" starttime="20181202 17:06:35.074"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.076" starttime="20181202 17:06:35.076"></status>
</kw>
<msg timestamp="20181202 17:06:35.076" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:06:35.076" starttime="20181202 17:06:35.076"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.077" starttime="20181202 17:06:35.077"></status>
</kw>
<msg timestamp="20181202 17:06:35.077" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:06:35.077" starttime="20181202 17:06:35.077"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.078" starttime="20181202 17:06:35.078"></status>
</kw>
<msg timestamp="20181202 17:06:35.078" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:06:35.078" starttime="20181202 17:06:35.078"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:35.079" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:35.079" starttime="20181202 17:06:35.079"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:35.080" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:35.080" starttime="20181202 17:06:35.079"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:35.080" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:35.080" starttime="20181202 17:06:35.080"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.081" starttime="20181202 17:06:35.081"></status>
</kw>
<msg timestamp="20181202 17:06:35.081" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:35.081" starttime="20181202 17:06:35.080"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.082" starttime="20181202 17:06:35.082"></status>
</kw>
<msg timestamp="20181202 17:06:35.082" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:06:35.082" starttime="20181202 17:06:35.082"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.083" starttime="20181202 17:06:35.083"></status>
</kw>
<msg timestamp="20181202 17:06:35.084" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:35.084" starttime="20181202 17:06:35.083"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.085" starttime="20181202 17:06:35.084"></status>
</kw>
<msg timestamp="20181202 17:06:35.085" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:06:35.085" starttime="20181202 17:06:35.084"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.086" starttime="20181202 17:06:35.086"></status>
</kw>
<msg timestamp="20181202 17:06:35.086" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:35.086" starttime="20181202 17:06:35.085"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.087" starttime="20181202 17:06:35.087"></status>
</kw>
<msg timestamp="20181202 17:06:35.087" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:35.087" starttime="20181202 17:06:35.087"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:35.088" starttime="20181202 17:06:35.088"></status>
</kw>
<msg timestamp="20181202 17:06:35.088" level="INFO">${cmd} = openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:35.088" starttime="20181202 17:06:35.088"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:35.090" level="INFO">Starting process:
openstack security group rule create vpn_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:06:35.133" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:37.317" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:37.317" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:37.317" starttime="20181202 17:06:35.089"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:37.319" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:37Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | e4ece932-8fdf-4663-a66f-3c30eb15a260 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:37Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:37.319" starttime="20181202 17:06:37.318"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:37.320" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:37.320" starttime="20181202 17:06:37.319"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.321" starttime="20181202 17:06:37.320"></status>
</kw>
<msg timestamp="20181202 17:06:37.321" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:37.321" starttime="20181202 17:06:35.089"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:37.322" level="INFO">${rule_id} = e4ece932-8fdf-4663-a66f-3c30eb15a260</msg>
<status status="PASS" endtime="20181202 17:06:37.322" starttime="20181202 17:06:37.322"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:37.323" starttime="20181202 17:06:35.070"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:06:37.365" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:06:37.365" starttime="20181202 17:06:37.365"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:37.365" starttime="20181202 17:06:37.364"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.366" starttime="20181202 17:06:37.366"></status>
</kw>
<msg timestamp="20181202 17:06:37.366" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:06:37.366" starttime="20181202 17:06:37.365"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.367" starttime="20181202 17:06:37.367"></status>
</kw>
<msg timestamp="20181202 17:06:37.367" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:06:37.367" starttime="20181202 17:06:37.366"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.369" starttime="20181202 17:06:37.368"></status>
</kw>
<msg timestamp="20181202 17:06:37.369" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:06:37.369" starttime="20181202 17:06:37.368"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.370" starttime="20181202 17:06:37.369"></status>
</kw>
<msg timestamp="20181202 17:06:37.370" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:06:37.370" starttime="20181202 17:06:37.369"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.371" starttime="20181202 17:06:37.371"></status>
</kw>
<msg timestamp="20181202 17:06:37.371" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:06:37.371" starttime="20181202 17:06:37.370"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.372" starttime="20181202 17:06:37.372"></status>
</kw>
<msg timestamp="20181202 17:06:37.372" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:06:37.372" starttime="20181202 17:06:37.371"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:06:37.373" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:06:37.373" starttime="20181202 17:06:37.372"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:06:37.373" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:06:37.373" starttime="20181202 17:06:37.373"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:06:37.374" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:37.374" starttime="20181202 17:06:37.374"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.375" starttime="20181202 17:06:37.375"></status>
</kw>
<msg timestamp="20181202 17:06:37.375" level="INFO">${cmd} = openstack security group rule create vpn_sg</msg>
<status status="PASS" endtime="20181202 17:06:37.375" starttime="20181202 17:06:37.374"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.376" starttime="20181202 17:06:37.376"></status>
</kw>
<msg timestamp="20181202 17:06:37.376" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress</msg>
<status status="PASS" endtime="20181202 17:06:37.376" starttime="20181202 17:06:37.375"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.377" starttime="20181202 17:06:37.377"></status>
</kw>
<msg timestamp="20181202 17:06:37.378" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:06:37.378" starttime="20181202 17:06:37.377"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.379" starttime="20181202 17:06:37.379"></status>
</kw>
<msg timestamp="20181202 17:06:37.379" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:06:37.379" starttime="20181202 17:06:37.378"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.380" starttime="20181202 17:06:37.380"></status>
</kw>
<msg timestamp="20181202 17:06:37.380" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:37.380" starttime="20181202 17:06:37.379"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.381" starttime="20181202 17:06:37.381"></status>
</kw>
<msg timestamp="20181202 17:06:37.381" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:37.381" starttime="20181202 17:06:37.381"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:37.382" starttime="20181202 17:06:37.382"></status>
</kw>
<msg timestamp="20181202 17:06:37.383" level="INFO">${cmd} = openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:06:37.383" starttime="20181202 17:06:37.382"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:37.384" level="INFO">Starting process:
openstack security group rule create vpn_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:06:37.418" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:39.653" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:39.654" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:39.654" starttime="20181202 17:06:37.384"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:39.656" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:06:39Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 001b721b-5e6f-40c0-8510-9f9ca889f3a6 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f1228f88-80a4-4bd8-80ff-cd99b44daa1b |
| updated_at        | 2018-12-02T17:06:39Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:39.657" starttime="20181202 17:06:39.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:39.658" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:39.658" starttime="20181202 17:06:39.657"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:39.660" starttime="20181202 17:06:39.659"></status>
</kw>
<msg timestamp="20181202 17:06:39.661" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:06:39.661" starttime="20181202 17:06:37.383"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:06:39.662" level="INFO">${rule_id} = 001b721b-5e6f-40c0-8510-9f9ca889f3a6</msg>
<status status="PASS" endtime="20181202 17:06:39.662" starttime="20181202 17:06:39.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:39.663" starttime="20181202 17:06:37.363"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:39.665" starttime="20181202 17:06:39.663"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:39.665" starttime="20181202 17:06:23.120"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>--allowed-address ip-address=@{EXTRA_NW_SUBNET}[0] --allowed-address ip-address=@{EXTRA_NW_SUBNET}[1]</arg>
</arguments>
<assign>
<var>${allowed_address_pairs_args}</var>
</assign>
<msg timestamp="20181202 17:06:39.667" level="INFO">${allowed_address_pairs_args} = --allowed-address ip-address=71.1.1.0/24 --allowed-address ip-address=72.1.1.0/24</msg>
<status status="PASS" endtime="20181202 17:06:39.667" starttime="20181202 17:06:39.666"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{PORTS}[0]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>additional_args=${allowed_address_pairs_args}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:06:39.670" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:39.670" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:06:39.670" starttime="20181202 17:06:39.669"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:39.671" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:39.671" starttime="20181202 17:06:39.671"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:39.673" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:39.673" starttime="20181202 17:06:39.672"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:39.696" level="INFO">Starting process:
openstack port create --network vpn_net_1 vpn_net_1_port_1 --security-group vpn_sg --allowed-address ip-address=71.1.1.0/24 --allowed-address ip-address=72.1.1.0/24 </msg>
<msg timestamp="20181202 17:06:39.725" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:42.632" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:42.632" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:42.632" starttime="20181202 17:06:39.695"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:42.633" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs | ip_address='71.1.1.0/24', mac_address='fa:16:3e:70:af:ce'               |
|                       | ip_address='72.1.1.0/24', mac_address='fa:16:3e:70:af:ce'               |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:06:42Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b' |
| id                    | 474c1151-a762-4328-9928-0257a1b40acd                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:70:af:ce                                                       |
| name                  | vpn_net_1_port_1                                                        |
| network_id            | fb0dfaae-2baa-4343-b48d-0e3904b877be                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:06:42Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:42.633" starttime="20181202 17:06:42.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:42.634" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:42.634" starttime="20181202 17:06:42.633"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:42.635" starttime="20181202 17:06:42.634"></status>
</kw>
<msg timestamp="20181202 17:06:42.635" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:06:42.635" starttime="20181202 17:06:39.694"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:42.635" starttime="20181202 17:06:39.667"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{PORTS}[1]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>additional_args=${allowed_address_pairs_args}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:06:42.637" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:42.637" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:06:42.637" starttime="20181202 17:06:42.636"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:42.637" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:42.637" starttime="20181202 17:06:42.637"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:42.638" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:42.638" starttime="20181202 17:06:42.637"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:42.646" level="INFO">Starting process:
openstack port create --network vpn_net_1 vpn_net_1_port_2 --security-group vpn_sg --allowed-address ip-address=71.1.1.0/24 --allowed-address ip-address=72.1.1.0/24 </msg>
<msg timestamp="20181202 17:06:42.685" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:45.930" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:45.931" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:45.931" starttime="20181202 17:06:42.646"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:45.932" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs | ip_address='71.1.1.0/24', mac_address='fa:16:3e:c7:ea:c9'               |
|                       | ip_address='72.1.1.0/24', mac_address='fa:16:3e:c7:ea:c9'               |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:06:45Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='10.1.1.6', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b' |
| id                    | 27e8fcdb-a499-4c5f-99c4-5c5d287381b0                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:c7:ea:c9                                                       |
| name                  | vpn_net_1_port_2                                                        |
| network_id            | fb0dfaae-2baa-4343-b48d-0e3904b877be                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:06:45Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:45.932" starttime="20181202 17:06:45.932"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:45.933" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:45.933" starttime="20181202 17:06:45.933"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:45.934" starttime="20181202 17:06:45.933"></status>
</kw>
<msg timestamp="20181202 17:06:45.934" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:06:45.934" starttime="20181202 17:06:42.645"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:45.934" starttime="20181202 17:06:42.635"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{PORTS}[2]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>additional_args=${allowed_address_pairs_args}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:06:45.936" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:45.936" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:06:45.936" starttime="20181202 17:06:45.936"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:45.937" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:45.937" starttime="20181202 17:06:45.937"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:45.938" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:45.938" starttime="20181202 17:06:45.937"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:45.947" level="INFO">Starting process:
openstack port create --network vpn_net_2 vpn_net_2_port_1 --security-group vpn_sg --allowed-address ip-address=71.1.1.0/24 --allowed-address ip-address=72.1.1.0/24 </msg>
<msg timestamp="20181202 17:06:45.977" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:48.809" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:48.809" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:48.809" starttime="20181202 17:06:45.947"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:48.811" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs | ip_address='71.1.1.0/24', mac_address='fa:16:3e:6c:c2:09'               |
|                       | ip_address='72.1.1.0/24', mac_address='fa:16:3e:6c:c2:09'               |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:06:48Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='20.1.1.4', subnet_id='f686997d-b579-41ac-a151-550a14c88416' |
| id                    | 3106ab57-56ad-41d7-ac8f-3de76ecd5561                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:6c:c2:09                                                       |
| name                  | vpn_net_2_port_1                                                        |
| network_id            | 44c0fd8e-43a7-4e09-bfb8-710fb2db10e8                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:06:48Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:48.811" starttime="20181202 17:06:48.810"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:48.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:48.811" starttime="20181202 17:06:48.811"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:48.812" starttime="20181202 17:06:48.811"></status>
</kw>
<msg timestamp="20181202 17:06:48.812" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:06:48.812" starttime="20181202 17:06:45.946"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:48.812" starttime="20181202 17:06:45.935"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{PORTS}[3]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>additional_args=${allowed_address_pairs_args}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:06:48.814" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:06:48.814" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:06:48.814" starttime="20181202 17:06:48.814"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:48.815" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:48.815" starttime="20181202 17:06:48.815"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:06:48.816" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:06:48.816" starttime="20181202 17:06:48.815"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:48.824" level="INFO">Starting process:
openstack port create --network vpn_net_2 vpn_net_2_port_2 --security-group vpn_sg --allowed-address ip-address=71.1.1.0/24 --allowed-address ip-address=72.1.1.0/24 </msg>
<msg timestamp="20181202 17:06:48.861" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:51.944" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:51.945" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:51.945" starttime="20181202 17:06:48.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:51.946" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs | ip_address='71.1.1.0/24', mac_address='fa:16:3e:9c:45:62'               |
|                       | ip_address='72.1.1.0/24', mac_address='fa:16:3e:9c:45:62'               |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:06:51Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='20.1.1.3', subnet_id='f686997d-b579-41ac-a151-550a14c88416' |
| id                    | 3874786d-21fa-42d2-9d31-b1ec28cc3f45                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:9c:45:62                                                       |
| name                  | vpn_net_2_port_2                                                        |
| network_id            | 44c0fd8e-43a7-4e09-bfb8-710fb2db10e8                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:06:51Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:06:51.946" starttime="20181202 17:06:51.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:51.947" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:51.947" starttime="20181202 17:06:51.947"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:51.948" starttime="20181202 17:06:51.947"></status>
</kw>
<msg timestamp="20181202 17:06:51.949" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:06:51.949" starttime="20181202 17:06:48.823"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.949" starttime="20181202 17:06:48.813"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Check For Elements At URI</arg>
<arg>${PORT_URL}</arg>
<arg>${PORTS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${PORT_URL}</arg>
<arg>${PORTS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:06:51.976" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/ports/, headers=None json=None</msg>
<msg timestamp="20181202 17:06:51.976" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:06:51.976" starttime="20181202 17:06:51.970"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:06:51.977" level="INFO">{"ports":{"port":[{"uuid":"474c1151-a762-4328-9928-0257a1b40acd","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.5"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:70:af:ce","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:70:af:ce","ip-address":"71.1.1.0/24"},{"mac-address":"fa:16:3e:70:af:ce","ip-address":"72.1.1.0/24"}],"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":"vpn_net_1_port_1"},{"uuid":"3106ab57-56ad-41d7-ac8f-3de76ecd5561","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:6c:c2:09","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"71.1.1.0/24"},{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"72.1.1.0/24"}],"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_net_2_port_1"},{"uuid":"08b29d12-1f06-473d-b9df-fd670befc6cc","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:7f:26:a0","admin-state-up":true,"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":""},{"uuid":"27e8fcdb-a499-4c5f-99c4-5c5d287381b0","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.6"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c7:ea:c9","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"71.1.1.0/24"}],"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":"vpn_net_1_port_2"},{"uuid":"3874786d-21fa-42d2-9d31-b1ec28cc3f45","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:9c:45:62","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:9c:45:62","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:9c:45:62","ip-address":"71.1.1.0/24"}],"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_net_2_port_2"},{"uuid":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb0dfaae-2baa-4343-b48d-0e3904b877be","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:96:72:ba","admin-state-up":true,"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":""}]}}</msg>
<status status="PASS" endtime="20181202 17:06:51.977" starttime="20181202 17:06:51.977"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.978" starttime="20181202 17:06:51.976"></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="20181202 17:06:51.978" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:06:51.978" starttime="20181202 17:06:51.978"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = vpn_net_1_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:51.979" starttime="20181202 17:06:51.979"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.979" starttime="20181202 17:06:51.979"></status>
</kw>
<kw type="foritem" name="${i} = vpn_net_1_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:51.980" starttime="20181202 17:06:51.980"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.980" starttime="20181202 17:06:51.979"></status>
</kw>
<kw type="foritem" name="${i} = vpn_net_2_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:51.981" starttime="20181202 17:06:51.981"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.981" starttime="20181202 17:06:51.980"></status>
</kw>
<kw type="foritem" name="${i} = vpn_net_2_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:51.982" starttime="20181202 17:06:51.981"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.982" starttime="20181202 17:06:51.981"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.982" starttime="20181202 17:06:51.978"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.982" starttime="20181202 17:06:51.969"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:51.982" starttime="20181202 17:06:51.949"></status>
</kw>
<kw name="Get Ports MacAddr" library="OpenStackOperations">
<doc>Retrieve the port MacAddr for the given list of port name and return the MAC address list.</doc>
<arguments>
<arg>${PORTS}</arg>
</arguments>
<assign>
<var>${PORTS_MACADDR}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${macs}</var>
</assign>
<msg timestamp="20181202 17:06:51.983" level="INFO">${macs} = []</msg>
<status status="PASS" endtime="20181202 17:06:51.983" starttime="20181202 17:06:51.983"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = vpn_net_1_port_1">
<kw name="Get Port Mac" library="OpenStackOperations">
<doc>Keyword would return the MAC ID of the ${port_name} received.</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${mac}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${port_name} | grep mac_address | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:52.003" level="INFO">Starting process:
openstack port show vpn_net_1_port_1 | grep mac_address | awk '{print $4}'</msg>
<msg timestamp="20181202 17:06:52.040" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:54.128" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:54.129" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:54.129" starttime="20181202 17:06:52.002"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:54.130" level="INFO">ip_address='71.1.1.0/24',
mac_address='fa:16:3e:70:af:ce'
fa:16:3e:70:af:ce</msg>
<status status="PASS" endtime="20181202 17:06:54.130" starttime="20181202 17:06:54.129"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:54.130" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:54.130" starttime="20181202 17:06:54.130"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:54.131" starttime="20181202 17:06:54.131"></status>
</kw>
<msg timestamp="20181202 17:06:54.132" level="INFO">${output} = ip_address='71.1.1.0/24',
mac_address='fa:16:3e:70:af:ce'
fa:16:3e:70:af:ce</msg>
<status status="PASS" endtime="20181202 17:06:54.132" starttime="20181202 17:06:52.002"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:06:54.132" level="INFO">${splitted_output} = [u"ip_address='71.1.1.0/24',", u"mac_address='fa:16:3e:70:af:ce'", u'fa:16:3e:70:af:ce']</msg>
<status status="PASS" endtime="20181202 17:06:54.132" starttime="20181202 17:06:54.132"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${port_mac}</var>
</assign>
<msg timestamp="20181202 17:06:54.133" level="INFO">${port_mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:54.133" starttime="20181202 17:06:54.132"></status>
</kw>
<msg timestamp="20181202 17:06:54.133" level="INFO">${mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:54.133" starttime="20181202 17:06:51.993"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${macs}</arg>
<arg>${mac}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:54.134" starttime="20181202 17:06:54.133"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:54.134" starttime="20181202 17:06:51.984"></status>
</kw>
<kw type="foritem" name="${port} = vpn_net_1_port_2">
<kw name="Get Port Mac" library="OpenStackOperations">
<doc>Keyword would return the MAC ID of the ${port_name} received.</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${mac}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${port_name} | grep mac_address | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:54.150" level="INFO">Starting process:
openstack port show vpn_net_1_port_2 | grep mac_address | awk '{print $4}'</msg>
<msg timestamp="20181202 17:06:54.188" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:56.212" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:56.212" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:56.212" starttime="20181202 17:06:54.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:56.213" level="INFO">ip_address='71.1.1.0/24',
mac_address='fa:16:3e:c7:ea:c9'
fa:16:3e:c7:ea:c9</msg>
<status status="PASS" endtime="20181202 17:06:56.213" starttime="20181202 17:06:56.213"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:56.214" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:56.214" starttime="20181202 17:06:56.213"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:56.214" starttime="20181202 17:06:56.214"></status>
</kw>
<msg timestamp="20181202 17:06:56.215" level="INFO">${output} = ip_address='71.1.1.0/24',
mac_address='fa:16:3e:c7:ea:c9'
fa:16:3e:c7:ea:c9</msg>
<status status="PASS" endtime="20181202 17:06:56.215" starttime="20181202 17:06:54.149"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:06:56.216" level="INFO">${splitted_output} = [u"ip_address='71.1.1.0/24',", u"mac_address='fa:16:3e:c7:ea:c9'", u'fa:16:3e:c7:ea:c9']</msg>
<status status="PASS" endtime="20181202 17:06:56.216" starttime="20181202 17:06:56.215"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${port_mac}</var>
</assign>
<msg timestamp="20181202 17:06:56.216" level="INFO">${port_mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:56.216" starttime="20181202 17:06:56.216"></status>
</kw>
<msg timestamp="20181202 17:06:56.217" level="INFO">${mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:56.217" starttime="20181202 17:06:54.143"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${macs}</arg>
<arg>${mac}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:56.217" starttime="20181202 17:06:56.217"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:56.217" starttime="20181202 17:06:54.134"></status>
</kw>
<kw type="foritem" name="${port} = vpn_net_2_port_1">
<kw name="Get Port Mac" library="OpenStackOperations">
<doc>Keyword would return the MAC ID of the ${port_name} received.</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${mac}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${port_name} | grep mac_address | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:56.232" level="INFO">Starting process:
openstack port show vpn_net_2_port_1 | grep mac_address | awk '{print $4}'</msg>
<msg timestamp="20181202 17:06:56.269" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:06:58.695" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:06:58.696" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:06:58.696" starttime="20181202 17:06:56.232"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:06:58.697" level="INFO">ip_address='71.1.1.0/24',
mac_address='fa:16:3e:6c:c2:09'
fa:16:3e:6c:c2:09</msg>
<status status="PASS" endtime="20181202 17:06:58.697" starttime="20181202 17:06:58.696"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:06:58.698" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:06:58.698" starttime="20181202 17:06:58.697"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:58.699" starttime="20181202 17:06:58.698"></status>
</kw>
<msg timestamp="20181202 17:06:58.699" level="INFO">${output} = ip_address='71.1.1.0/24',
mac_address='fa:16:3e:6c:c2:09'
fa:16:3e:6c:c2:09</msg>
<status status="PASS" endtime="20181202 17:06:58.699" starttime="20181202 17:06:56.231"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:06:58.700" level="INFO">${splitted_output} = [u"ip_address='71.1.1.0/24',", u"mac_address='fa:16:3e:6c:c2:09'", u'fa:16:3e:6c:c2:09']</msg>
<status status="PASS" endtime="20181202 17:06:58.700" starttime="20181202 17:06:58.700"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${port_mac}</var>
</assign>
<msg timestamp="20181202 17:06:58.701" level="INFO">${port_mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:58.701" starttime="20181202 17:06:58.701"></status>
</kw>
<msg timestamp="20181202 17:06:58.701" level="INFO">${mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:06:58.701" starttime="20181202 17:06:56.225"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${macs}</arg>
<arg>${mac}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:06:58.702" starttime="20181202 17:06:58.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:06:58.702" starttime="20181202 17:06:56.217"></status>
</kw>
<kw type="foritem" name="${port} = vpn_net_2_port_2">
<kw name="Get Port Mac" library="OpenStackOperations">
<doc>Keyword would return the MAC ID of the ${port_name} received.</doc>
<arguments>
<arg>${port}</arg>
</arguments>
<assign>
<var>${mac}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${port_name} | grep mac_address | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:06:58.724" level="INFO">Starting process:
openstack port show vpn_net_2_port_2 | grep mac_address | awk '{print $4}'</msg>
<msg timestamp="20181202 17:06:58.764" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:01.014" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:01.015" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:01.015" starttime="20181202 17:06:58.724"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:01.016" level="INFO">ip_address='71.1.1.0/24',
mac_address='fa:16:3e:9c:45:62'
fa:16:3e:9c:45:62</msg>
<status status="PASS" endtime="20181202 17:07:01.016" starttime="20181202 17:07:01.016"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:01.017" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:01.017" starttime="20181202 17:07:01.017"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:01.018" starttime="20181202 17:07:01.018"></status>
</kw>
<msg timestamp="20181202 17:07:01.019" level="INFO">${output} = ip_address='71.1.1.0/24',
mac_address='fa:16:3e:9c:45:62'
fa:16:3e:9c:45:62</msg>
<status status="PASS" endtime="20181202 17:07:01.019" starttime="20181202 17:06:58.723"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:07:01.020" level="INFO">${splitted_output} = [u"ip_address='71.1.1.0/24',", u"mac_address='fa:16:3e:9c:45:62'", u'fa:16:3e:9c:45:62']</msg>
<status status="PASS" endtime="20181202 17:07:01.020" starttime="20181202 17:07:01.019"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${port_mac}</var>
</assign>
<msg timestamp="20181202 17:07:01.021" level="INFO">${port_mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:07:01.021" starttime="20181202 17:07:01.020"></status>
</kw>
<msg timestamp="20181202 17:07:01.021" level="INFO">${mac} = ip_address='71.1.1.0/24',</msg>
<status status="PASS" endtime="20181202 17:07:01.021" starttime="20181202 17:06:58.712"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${macs}</arg>
<arg>${mac}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:01.022" starttime="20181202 17:07:01.022"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:01.022" starttime="20181202 17:06:58.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:01.022" starttime="20181202 17:06:51.983"></status>
</kw>
<msg timestamp="20181202 17:07:01.023" level="INFO">${PORTS_MACADDR} = [u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',"]</msg>
<status status="PASS" endtime="20181202 17:07:01.023" starttime="20181202 17:06:51.982"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${PORTS_MACADDR}</arg>
</arguments>
<msg timestamp="20181202 17:07:01.023" level="INFO">${PORTS_MACADDR} = [u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',", u"ip_address='71.1.1.0/24',"]</msg>
<status status="PASS" endtime="20181202 17:07:01.024" starttime="20181202 17:07:01.023"></status>
</kw>
<kw name="Update Port" library="OpenStackOperations">
<doc>Update port with neutron request.</doc>
<arguments>
<arg>@{PORTS}[0]</arg>
<arg>additional_args=--description ${UPDATE_PORT}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port set ${port_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:01.035" level="INFO">Starting process:
openstack port set vpn_net_1_port_1 --description UpdatePort</msg>
<msg timestamp="20181202 17:07:01.073" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:03.904" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:03.905" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:03.905" starttime="20181202 17:07:01.035"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:03.907" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:03.907" starttime="20181202 17:07:03.906"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:03.908" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:03.908" starttime="20181202 17:07:03.907"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:03.910" starttime="20181202 17:07:03.909"></status>
</kw>
<msg timestamp="20181202 17:07:03.910" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:07:03.910" starttime="20181202 17:07:01.034"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:03.911" starttime="20181202 17:07:01.024"></status>
</kw>
<kw name="Show Port" library="OpenStackOperations">
<doc>Show port with neutron request.</doc>
<arguments>
<arg>@{PORTS}[0]</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port show ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:03.931" level="INFO">Starting process:
openstack port show vpn_net_1_port_1</msg>
<msg timestamp="20181202 17:07:03.953" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:06.432" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:06.432" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:06.432" starttime="20181202 17:07:03.930"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:06.433" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs | ip_address='71.1.1.0/24', mac_address='fa:16:3e:70:af:ce'               |
|                       | ip_address='72.1.1.0/24', mac_address='fa:16:3e:70:af:ce'               |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:06:42Z                                                    |
| data_plane_status     | None                                                                    |
| description           | UpdatePort                                                              |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b' |
| id                    | 474c1151-a762-4328-9928-0257a1b40acd                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:70:af:ce                                                       |
| name                  | vpn_net_1_port_1                                                        |
| network_id            | fb0dfaae-2baa-4343-b48d-0e3904b877be                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 2                                                                       |
| security_group_ids    | f1228f88-80a4-4bd8-80ff-cd99b44daa1b                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:07:03Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:07:06.433" starttime="20181202 17:07:06.433"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:06.434" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:06.434" starttime="20181202 17:07:06.434"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:06.435" starttime="20181202 17:07:06.434"></status>
</kw>
<msg timestamp="20181202 17:07:06.435" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:07:06.435" starttime="20181202 17:07:03.929"></status>
</kw>
<msg timestamp="20181202 17:07:06.435" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:07:06.435" starttime="20181202 17:07:03.911"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>${UPDATE_PORT}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:06.436" starttime="20181202 17:07:06.436"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[0]</arg>
<arg>@{NET_1_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:07:06.471" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:07:06.471" starttime="20181202 17:07:06.470"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:06.485" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpn_net_1_port_1 --security-group vpn_sg --availability-zone nova: vpn_net_1_vm_1</msg>
<msg timestamp="20181202 17:07:06.529" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:12.299" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:12.299" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:12.299" starttime="20181202 17:07:06.484"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:12.300" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 3tRrvS57pBPg                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:07:11Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 638889ee-1272-4e45-9bc1-a460d501bcc3                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpn_net_1_vm_1                                                  |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f1228f88-80a4-4bd8-80ff-cd99b44daa1b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:07:12Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:07:12.301" starttime="20181202 17:07:12.300"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:12.301" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:12.301" starttime="20181202 17:07:12.301"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:12.302" starttime="20181202 17:07:12.302"></status>
</kw>
<msg timestamp="20181202 17:07:12.303" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:07:12.303" starttime="20181202 17:07:06.483"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:12.303" starttime="20181202 17:07:06.468"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[1]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:07:12.326" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:07:12.326" starttime="20181202 17:07:12.325"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:12.335" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpn_net_1_port_2 --security-group vpn_sg --availability-zone nova: vpn_net_1_vm_2</msg>
<msg timestamp="20181202 17:07:12.380" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:16.017" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:16.017" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:16.017" starttime="20181202 17:07:12.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:16.019" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | Yagh8dnUXV58                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:07:15Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | a9469913-5132-4609-b175-99fcf8ce1b81                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpn_net_1_vm_2                                                  |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f1228f88-80a4-4bd8-80ff-cd99b44daa1b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:07:15Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:07:16.019" starttime="20181202 17:07:16.018"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:16.020" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:16.020" starttime="20181202 17:07:16.020"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:16.021" starttime="20181202 17:07:16.021"></status>
</kw>
<msg timestamp="20181202 17:07:16.022" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:07:16.022" starttime="20181202 17:07:12.334"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:16.022" starttime="20181202 17:07:12.324"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[2]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:07:16.040" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:07:16.040" starttime="20181202 17:07:16.040"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:16.048" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpn_net_2_port_1 --security-group vpn_sg --availability-zone nova: vpn_net_2_vm_1</msg>
<msg timestamp="20181202 17:07:16.074" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:19.606" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:19.606" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:19.607" starttime="20181202 17:07:16.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:19.608" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | zzrdYjGN7QoG                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:07:19Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 73529661-d9f0-4b5d-bcf5-6414a39354dc                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpn_net_2_vm_1                                                  |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f1228f88-80a4-4bd8-80ff-cd99b44daa1b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:07:19Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:07:19.608" starttime="20181202 17:07:19.607"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:19.609" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:19.609" starttime="20181202 17:07:19.608"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:19.609" starttime="20181202 17:07:19.609"></status>
</kw>
<msg timestamp="20181202 17:07:19.610" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:07:19.610" starttime="20181202 17:07:16.047"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:19.610" starttime="20181202 17:07:16.039"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[3]</arg>
<arg>@{NET_2_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:07:19.628" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:07:19.628" starttime="20181202 17:07:19.628"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:19.637" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpn_net_2_port_2 --security-group vpn_sg --availability-zone nova: vpn_net_2_vm_2</msg>
<msg timestamp="20181202 17:07:19.673" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:23.652" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:23.653" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:23.653" starttime="20181202 17:07:19.636"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:23.655" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | UPvR9WFmYqjL                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:07:23Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | b2d1effc-d01f-4a5c-9241-926c84b35cca                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpn_net_2_vm_2                                                  |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f1228f88-80a4-4bd8-80ff-cd99b44daa1b'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:07:23Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:07:23.656" starttime="20181202 17:07:23.654"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:23.657" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:23.657" starttime="20181202 17:07:23.656"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:23.659" starttime="20181202 17:07:23.657"></status>
</kw>
<msg timestamp="20181202 17:07:23.659" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:07:23.659" starttime="20181202 17:07:19.636"></status>
</kw>
<status status="PASS" endtime="20181202 17:07:23.660" starttime="20181202 17:07:19.626"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 17:07:23.663" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:07:23.663" starttime="20181202 17:07:23.662"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = vpn_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:23.685" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:07:23.709" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:07:26.988" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:07:26.989" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:07:26.989" starttime="20181202 17:07:23.684"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:07:26.992" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:07:26.992" starttime="20181202 17:07:26.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:07:26.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:07:26.994" starttime="20181202 17:07:26.992"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:07:26.996" starttime="20181202 17:07:26.994"></status>
</kw>
<msg timestamp="20181202 17:07:26.997" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:07:26.997" starttime="20181202 17:07:23.684"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:07:26.999" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:07:26.999" starttime="20181202 17:07:26.998"></status>
</kw>
<status status="FAIL" endtime="20181202 17:07:27.000" starttime="20181202 17:07:23.666"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:07:57.020" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:07:57.061" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:08:00.164" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:08:00.164" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:08:00.164" starttime="20181202 17:07:57.019"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:08:00.166" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:08:00.166" starttime="20181202 17:08:00.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:08:00.166" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:08:00.166" starttime="20181202 17:08:00.166"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:08:00.167" starttime="20181202 17:08:00.167"></status>
</kw>
<msg timestamp="20181202 17:08:00.168" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:08:00.168" starttime="20181202 17:07:57.018"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:08:00.168" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:08:00.168" starttime="20181202 17:08:00.168"></status>
</kw>
<status status="FAIL" endtime="20181202 17:08:00.169" starttime="20181202 17:07:57.001"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:08:30.182" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:08:30.202" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:08:33.488" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:08:33.489" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:08:33.489" starttime="20181202 17:08:30.181"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:08:33.491" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:08:33.491" starttime="20181202 17:08:33.490"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:08:33.492" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:08:33.492" starttime="20181202 17:08:33.491"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:08:33.493" starttime="20181202 17:08:33.492"></status>
</kw>
<msg timestamp="20181202 17:08:33.494" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:08:33.494" starttime="20181202 17:08:30.181"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:08:33.495" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:08:33.495" starttime="20181202 17:08:33.494"></status>
</kw>
<status status="FAIL" endtime="20181202 17:08:33.495" starttime="20181202 17:08:30.169"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:09:03.510" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:09:03.554" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:09:06.729" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:09:06.730" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:09:06.730" starttime="20181202 17:09:03.509"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:09:06.731" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:09:06.731" starttime="20181202 17:09:06.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:09:06.732" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:09:06.732" starttime="20181202 17:09:06.731"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:09:06.733" starttime="20181202 17:09:06.732"></status>
</kw>
<msg timestamp="20181202 17:09:06.733" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:09:06.733" starttime="20181202 17:09:03.508"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:09:06.734" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:09:06.734" starttime="20181202 17:09:06.734"></status>
</kw>
<status status="FAIL" endtime="20181202 17:09:06.735" starttime="20181202 17:09:03.496"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:09:36.751" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:09:36.781" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:09:39.654" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:09:39.655" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:09:39.655" starttime="20181202 17:09:36.750"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:09:39.656" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:09:39.656" starttime="20181202 17:09:39.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:09:39.656" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:09:39.656" starttime="20181202 17:09:39.656"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:09:39.657" starttime="20181202 17:09:39.657"></status>
</kw>
<msg timestamp="20181202 17:09:39.658" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:09:39.658" starttime="20181202 17:09:36.749"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:09:39.658" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:09:39.658" starttime="20181202 17:09:39.658"></status>
</kw>
<status status="FAIL" endtime="20181202 17:09:39.659" starttime="20181202 17:09:36.735"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:10:09.677" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:10:09.701" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:10:13.172" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:10:13.172" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:10:13.172" starttime="20181202 17:10:09.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:10:13.173" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:10:13.174" starttime="20181202 17:10:13.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:10:13.174" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:10:13.175" starttime="20181202 17:10:13.174"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:10:13.175" starttime="20181202 17:10:13.175"></status>
</kw>
<msg timestamp="20181202 17:10:13.176" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:10:13.176" starttime="20181202 17:10:09.676"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:10:13.177" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:10:13.177" starttime="20181202 17:10:13.176"></status>
</kw>
<status status="FAIL" endtime="20181202 17:10:13.177" starttime="20181202 17:10:09.660"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:10:43.200" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:10:43.241" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:10:46.447" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:10:46.448" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:10:46.448" starttime="20181202 17:10:43.199"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:10:46.450" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:10:46.451" starttime="20181202 17:10:46.449"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:10:46.452" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:10:46.452" starttime="20181202 17:10:46.451"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:10:46.454" starttime="20181202 17:10:46.452"></status>
</kw>
<msg timestamp="20181202 17:10:46.454" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:10:46.455" starttime="20181202 17:10:43.197"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:10:46.456" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:10:46.456" starttime="20181202 17:10:46.455"></status>
</kw>
<status status="FAIL" endtime="20181202 17:10:46.457" starttime="20181202 17:10:43.178"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:11:16.479" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:11:16.500" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:11:19.412" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:11:19.413" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:11:19.413" starttime="20181202 17:11:16.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:11:19.414" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:11:19.414" starttime="20181202 17:11:19.413"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:11:19.415" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:11:19.415" starttime="20181202 17:11:19.415"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:11:19.416" starttime="20181202 17:11:19.415"></status>
</kw>
<msg timestamp="20181202 17:11:19.417" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:11:19.417" starttime="20181202 17:11:16.477"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:11:19.417" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:11:19.418" starttime="20181202 17:11:19.417"></status>
</kw>
<status status="FAIL" endtime="20181202 17:11:19.418" starttime="20181202 17:11:16.458"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:11:49.428" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:11:49.459" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:11:52.537" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:11:52.538" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:11:52.538" starttime="20181202 17:11:49.428"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:11:52.540" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:11:52.540" starttime="20181202 17:11:52.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:11:52.541" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:11:52.542" starttime="20181202 17:11:52.541"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:11:52.543" starttime="20181202 17:11:52.542"></status>
</kw>
<msg timestamp="20181202 17:11:52.544" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:11:52.544" starttime="20181202 17:11:49.427"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:11:52.545" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:11:52.546" starttime="20181202 17:11:52.545"></status>
</kw>
<status status="FAIL" endtime="20181202 17:11:52.546" starttime="20181202 17:11:49.419"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:12:22.562" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:12:22.606" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:12:25.795" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:12:25.796" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:12:25.796" starttime="20181202 17:12:22.562"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:12:25.798" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:12:25.798" starttime="20181202 17:12:25.797"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:12:25.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:12:25.799" starttime="20181202 17:12:25.798"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:12:25.801" starttime="20181202 17:12:25.800"></status>
</kw>
<msg timestamp="20181202 17:12:25.801" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:12:25.801" starttime="20181202 17:12:22.561"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:12:25.802" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:12:25.803" starttime="20181202 17:12:25.802"></status>
</kw>
<status status="FAIL" endtime="20181202 17:12:25.803" starttime="20181202 17:12:22.547"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:12:55.816" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:12:55.856" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:12:59.002" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:12:59.002" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:12:59.002" starttime="20181202 17:12:55.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:12:59.004" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:12:59.004" starttime="20181202 17:12:59.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:12:59.004" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:12:59.005" starttime="20181202 17:12:59.004"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:12:59.005" starttime="20181202 17:12:59.005"></status>
</kw>
<msg timestamp="20181202 17:12:59.006" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:12:59.006" starttime="20181202 17:12:55.815"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:12:59.007" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:12:59.007" starttime="20181202 17:12:59.006"></status>
</kw>
<status status="FAIL" endtime="20181202 17:12:59.007" starttime="20181202 17:12:55.804"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:13:29.028" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:13:29.072" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:13:32.343" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:13:32.343" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:13:32.343" starttime="20181202 17:13:29.027"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:13:32.344" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:13:32.345" starttime="20181202 17:13:32.344"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:13:32.345" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:13:32.345" starttime="20181202 17:13:32.345"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:13:32.346" starttime="20181202 17:13:32.345"></status>
</kw>
<msg timestamp="20181202 17:13:32.346" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:13:32.346" starttime="20181202 17:13:29.026"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:13:32.347" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:13:32.347" starttime="20181202 17:13:32.347"></status>
</kw>
<status status="FAIL" endtime="20181202 17:13:32.347" starttime="20181202 17:13:29.008"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:14:02.368" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:14:02.411" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:14:05.597" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:14:05.597" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:14:05.597" starttime="20181202 17:14:02.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:14:05.599" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:14:05.599" starttime="20181202 17:14:05.598"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:14:05.600" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:14:05.600" starttime="20181202 17:14:05.599"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:14:05.601" starttime="20181202 17:14:05.600"></status>
</kw>
<msg timestamp="20181202 17:14:05.601" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:14:05.601" starttime="20181202 17:14:02.367"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:14:05.602" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:14:05.602" starttime="20181202 17:14:05.601"></status>
</kw>
<status status="FAIL" endtime="20181202 17:14:05.602" starttime="20181202 17:14:02.348"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:14:35.616" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:14:35.657" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:14:38.707" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:14:38.708" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:14:38.708" starttime="20181202 17:14:35.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:14:38.710" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:14:38.710" starttime="20181202 17:14:38.709"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:14:38.711" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:14:38.711" starttime="20181202 17:14:38.711"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:14:38.713" starttime="20181202 17:14:38.712"></status>
</kw>
<msg timestamp="20181202 17:14:38.713" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:14:38.713" starttime="20181202 17:14:35.615"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:14:38.715" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:14:38.715" starttime="20181202 17:14:38.714"></status>
</kw>
<status status="FAIL" endtime="20181202 17:14:38.715" starttime="20181202 17:14:35.603"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:15:08.730" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:15:08.766" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:15:12.046" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:15:12.047" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:15:12.047" starttime="20181202 17:15:08.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:15:12.048" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:15:12.049" starttime="20181202 17:15:12.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:15:12.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:15:12.049" starttime="20181202 17:15:12.049"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:15:12.050" starttime="20181202 17:15:12.050"></status>
</kw>
<msg timestamp="20181202 17:15:12.051" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:15:12.051" starttime="20181202 17:15:08.729"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:15:12.052" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:15:12.052" starttime="20181202 17:15:12.051"></status>
</kw>
<status status="FAIL" endtime="20181202 17:15:12.052" starttime="20181202 17:15:08.716"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:15:42.073" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:15:42.118" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:15:45.119" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:15:45.120" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:15:45.120" starttime="20181202 17:15:42.073"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:15:45.122" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:15:45.122" starttime="20181202 17:15:45.121"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:15:45.123" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:15:45.124" starttime="20181202 17:15:45.123"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:15:45.125" starttime="20181202 17:15:45.124"></status>
</kw>
<msg timestamp="20181202 17:15:45.126" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:15:45.126" starttime="20181202 17:15:42.071"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:15:45.127" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:15:45.128" starttime="20181202 17:15:45.127"></status>
</kw>
<status status="FAIL" endtime="20181202 17:15:45.128" starttime="20181202 17:15:42.053"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:16:15.142" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:16:15.183" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:16:18.275" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:16:18.276" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:16:18.276" starttime="20181202 17:16:15.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:16:18.277" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:16:18.277" starttime="20181202 17:16:18.276"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:16:18.277" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:16:18.277" starttime="20181202 17:16:18.277"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:16:18.278" starttime="20181202 17:16:18.278"></status>
</kw>
<msg timestamp="20181202 17:16:18.279" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:16:18.279" starttime="20181202 17:16:15.140"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:16:18.279" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:16:18.279" starttime="20181202 17:16:18.279"></status>
</kw>
<status status="FAIL" endtime="20181202 17:16:18.280" starttime="20181202 17:16:15.129"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:16:48.304" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:16:48.346" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:16:51.367" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:16:51.367" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:16:51.367" starttime="20181202 17:16:48.303"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:16:51.368" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:16:51.369" starttime="20181202 17:16:51.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:16:51.369" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:16:51.369" starttime="20181202 17:16:51.369"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:16:51.370" starttime="20181202 17:16:51.369"></status>
</kw>
<msg timestamp="20181202 17:16:51.370" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:16:51.370" starttime="20181202 17:16:48.301"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:16:51.371" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:16:51.371" starttime="20181202 17:16:51.370"></status>
</kw>
<status status="FAIL" endtime="20181202 17:16:51.371" starttime="20181202 17:16:48.281"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:21.383" level="INFO">Starting process:
openstack server show vpn_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:17:21.422" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:24.531" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:24.532" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:24.532" starttime="20181202 17:17:21.382"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.533" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:17:24.533" starttime="20181202 17:17:24.532"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.533" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:24.533" starttime="20181202 17:17:24.533"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.535" starttime="20181202 17:17:24.534"></status>
</kw>
<msg timestamp="20181202 17:17:24.535" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:17:24.535" starttime="20181202 17:17:21.382"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:17:24.536" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:17:24.536" starttime="20181202 17:17:24.535"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.536" starttime="20181202 17:17:21.372"></status>
</kw>
<msg timestamp="20181202 17:17:24.536" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:17:24.536" starttime="20181202 17:07:23.665"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.536" starttime="20181202 17:07:23.664"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.537" starttime="20181202 17:07:23.663"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.537" starttime="20181202 17:07:23.663"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.537" starttime="20181202 17:07:23.661"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.537" starttime="20181202 17:05:13.237"></status>
</kw>
<test id="s1-s7-t1" name="Check ELAN Datapath Traffic Within The Networks">
<doc>Checks datapath within the same network with different vlans.</doc>
<status status="FAIL" endtime="20181202 17:17:24.539" critical="yes" starttime="20181202 17:17:24.537">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t2" name="Create Router">
<status status="FAIL" endtime="20181202 17:17:24.540" critical="yes" starttime="20181202 17:17:24.539">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t3" name="Add Interfaces To Router">
<status status="FAIL" endtime="20181202 17:17:24.540" critical="yes" starttime="20181202 17:17:24.540">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t4" name="Check L3_Datapath Traffic Across Networks With Router">
<status status="FAIL" endtime="20181202 17:17:24.541" critical="yes" starttime="20181202 17:17:24.541">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t5" name="Add Multiple Extra Routes And Check Datapath Before L3VPN Creation">
<status status="FAIL" endtime="20181202 17:17:24.542" critical="yes" starttime="20181202 17:17:24.541">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t6" name="Delete Extra Route">
<status status="FAIL" endtime="20181202 17:17:24.542" critical="yes" starttime="20181202 17:17:24.542">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t7" name="Delete And Recreate Extra Route">
<doc>Recreate multiple extra route and check data path before L3VPN creation</doc>
<status status="FAIL" endtime="20181202 17:17:24.543" critical="yes" starttime="20181202 17:17:24.543">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t8" name="Create L3VPN">
<status status="FAIL" endtime="20181202 17:17:24.544" critical="yes" starttime="20181202 17:17:24.543">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t9" name="Associate L3VPN To Routers">
<status status="FAIL" endtime="20181202 17:17:24.544" critical="yes" starttime="20181202 17:17:24.544">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t10" name="Verify L3VPN Datapath With Router Association">
<status status="FAIL" endtime="20181202 17:17:24.545" critical="yes" starttime="20181202 17:17:24.545">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t11" name="Delete Router Failure When Associated With L3VPN">
<status status="FAIL" endtime="20181202 17:17:24.546" critical="yes" starttime="20181202 17:17:24.545">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t12" name="Verify Remove Interface From Router When Associated With L3VPN">
<status status="FAIL" endtime="20181202 17:17:24.546" critical="yes" starttime="20181202 17:17:24.546">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t13" name="Verify L3VPN Datapath With Router Dissociation When Interfaces are Added To Router">
<status status="FAIL" endtime="20181202 17:17:24.547" critical="yes" starttime="20181202 17:17:24.547">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t14" name="Remove Router Interfaces And Check L3_Datapath Traffic Across Networks">
<status status="FAIL" endtime="20181202 17:17:24.548" critical="yes" starttime="20181202 17:17:24.548">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t15" name="Delete Router">
<status status="FAIL" endtime="20181202 17:17:24.549" critical="yes" starttime="20181202 17:17:24.548">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t16" name="Delete Router With NonExistentRouter Name">
<doc>Delete router with nonExistentRouter name</doc>
<status status="FAIL" endtime="20181202 17:17:24.549" critical="yes" starttime="20181202 17:17:24.549">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t17" name="Associate Networks To L3VPN">
<doc>Associates L3VPN to networks and verify</doc>
<status status="FAIL" endtime="20181202 17:17:24.550" critical="yes" starttime="20181202 17:17:24.549">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t18" name="Check Datapath Traffic Across Networks With L3VPN">
<doc>Datapath Test Across the networks with VPN.</doc>
<status status="FAIL" endtime="20181202 17:17:24.551" critical="yes" starttime="20181202 17:17:24.550">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t19" name="Verification of route update after VM port removed and re added to VPN">
<doc>Verify route update after VM port removed and re added to VPN</doc>
<status status="FAIL" endtime="20181202 17:17:24.552" critical="yes" starttime="20181202 17:17:24.551">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t20" name="Verification of route update after reconfiguring vpn by adding new ports">
<doc>Verify route update after reconfiguring vpn by creating new VM with new port on openvswitch1</doc>
<status status="FAIL" endtime="20181202 17:17:24.553" critical="yes" starttime="20181202 17:17:24.552">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t21" name="Dissociate L3VPN From Networks">
<doc>Dissociate L3VPN from networks</doc>
<status status="FAIL" endtime="20181202 17:17:24.553" critical="yes" starttime="20181202 17:17:24.553">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t22" name="Delete Unknown L3VPN">
<doc>Verification of a failure response with deletion of an unknown L3VPN</doc>
<status status="FAIL" endtime="20181202 17:17:24.554" critical="yes" starttime="20181202 17:17:24.553">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t23" name="Delete L3VPN">
<doc>Delete L3VPN</doc>
<status status="FAIL" endtime="20181202 17:17:24.554" critical="yes" starttime="20181202 17:17:24.554">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s7-t24" name="Create Multiple L3VPN">
<doc>Creates three L3VPNs and then verify the same</doc>
<status status="FAIL" endtime="20181202 17:17:24.555" critical="yes" starttime="20181202 17:17:24.555">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="Suite Teardown">
<doc>Delete the setup</doc>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.VPN Delete L3VPN</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="VPN Delete L3VPN" library="VpnOperations">
<doc>Delete the created L3VPN</doc>
<arguments>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="Post_As_Json_Templated" library="TemplatedRequests">
<doc>Add arguments sensible for JSON data, return Post_Templated response text.</doc>
<arguments>
<arg>folder=${VAR_BASE}/l3vpn_delete</arg>
<arg>mapping=${Kwargs}</arg>
<arg>session=default</arg>
<arg>http_timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Post_Templated" library="TemplatedRequests">
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=json</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<assign>
<var>${uri}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.614" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.614" starttime="20181202 17:17:24.613"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.615" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/location.uri' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.615" starttime="20181202 17:17:24.614"></status>
</kw>
<msg timestamp="20181202 17:17:24.615" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.615" starttime="20181202 17:17:24.614"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.616" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.616" starttime="20181202 17:17:24.615"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.616" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.617" level="INFO">${template} = /restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.617" starttime="20181202 17:17:24.616"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.617" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.617" starttime="20181202 17:17:24.617"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.618" level="INFO">${final_text} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.618" starttime="20181202 17:17:24.617"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.618" starttime="20181202 17:17:24.612"></status>
</kw>
<msg timestamp="20181202 17:17:24.618" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.618" starttime="20181202 17:17:24.590"></status>
</kw>
<msg timestamp="20181202 17:17:24.618" level="INFO">${uri} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.618" starttime="20181202 17:17:24.589"></status>
</kw>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.653" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.653" starttime="20181202 17:17:24.652"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.654" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/post_data.json' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.654" starttime="20181202 17:17:24.654"></status>
</kw>
<msg timestamp="20181202 17:17:24.654" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.654" starttime="20181202 17:17:24.653"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.655" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.655" starttime="20181202 17:17:24.654"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.655" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.655" level="INFO">${template} = {
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.655" starttime="20181202 17:17:24.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.656" level="INFO">{
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.656" starttime="20181202 17:17:24.656"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.657" level="INFO">${final_text} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261441"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.657" starttime="20181202 17:17:24.656"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.657" starttime="20181202 17:17:24.652"></status>
</kw>
<msg timestamp="20181202 17:17:24.657" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.657" starttime="20181202 17:17:24.627"></status>
</kw>
<msg timestamp="20181202 17:17:24.658" level="INFO">${data} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261441"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.658" starttime="20181202 17:17:24.626"></status>
</kw>
<kw name="Resolve_Jmes_Path" library="TemplatedRequests">
<doc>Reads JMES path from file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/jmespath.expr if the file exists and</doc>
<arguments>
<arg>${folder}</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${read_jmes_file}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<msg timestamp="20181202 17:17:24.659" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/jmespath.expr' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.659" starttime="20181202 17:17:24.659"></status>
</kw>
<msg timestamp="20181202 17:17:24.659" level="INFO">${read_jmes_file} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.659" starttime="20181202 17:17:24.658"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>OperatingSystem.Get_File</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.660" level="INFO">${jmes_expression} = None</msg>
<status status="PASS" endtime="20181202 17:17:24.660" starttime="20181202 17:17:24.660"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.661" level="INFO">${expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.661" starttime="20181202 17:17:24.660"></status>
</kw>
<msg timestamp="20181202 17:17:24.661" level="INFO">${jmes_expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.661" starttime="20181202 17:17:24.658"></status>
</kw>
<kw name="Post_To_Uri" library="TemplatedRequests">
<doc>POST data to given URI, check status code and return response text.</doc>
<arguments>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${uri}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.663" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.663" starttime="20181202 17:17:24.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.663" level="INFO">{
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261441"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.663" starttime="20181202 17:17:24.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${content_type}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.664" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.664" starttime="20181202 17:17:24.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accept}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.664" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:17:24.664" starttime="20181202 17:17:24.664"></status>
</kw>
<kw name="Join_Two_Headers" library="TemplatedRequests">
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<arguments>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
</arguments>
<assign>
<var>${headers}</var>
</assign>
<kw name="Copy Dictionary" library="Collections">
<doc>Returns a copy of the given dictionary.</doc>
<arguments>
<arg>${first}</arg>
</arguments>
<assign>
<var>${accumulator}</var>
</assign>
<msg timestamp="20181202 17:17:24.665" level="INFO">${accumulator} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.665" starttime="20181202 17:17:24.665"></status>
</kw>
<kw name="Get Dictionary Items" library="Collections">
<doc>Returns items of the given ``dictionary``.</doc>
<arguments>
<arg>${second}</arg>
</arguments>
<assign>
<var>${items_to_add}</var>
</assign>
<msg timestamp="20181202 17:17:24.666" level="INFO">${items_to_add} = []</msg>
<status status="PASS" endtime="20181202 17:17:24.666" starttime="20181202 17:17:24.666"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.667" starttime="20181202 17:17:24.666"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accumulator}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.667" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.668" starttime="20181202 17:17:24.667"></status>
</kw>
<msg timestamp="20181202 17:17:24.668" level="INFO">${headers} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.668" starttime="20181202 17:17:24.664"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"""${http_timeout}""" == """${EMPTY}"""</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>ELSE</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response}</var>
</assign>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.680" level="INFO">Post Request using : alias=default, uri=/restconf/operations/neutronvpn:deleteL3VPN, data=&lt;application/yang.data+json&gt;, headers={u'Content-Type': u'application/yang.data+json'}, files=None, allow_redirects=True </msg>
<status status="PASS" endtime="20181202 17:17:24.680" starttime="20181202 17:17:24.669"></status>
</kw>
<msg timestamp="20181202 17:17:24.680" level="INFO">${response} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:24.680" starttime="20181202 17:17:24.668"></status>
</kw>
<kw name="Check_Status_Code" library="TemplatedRequests">
<doc>Log response text, check status_code is one of allowed ones.</doc>
<arguments>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.text}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.682" level="INFO">{"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261441 does not exist","error-info":"&lt;severity&gt;warning&lt;/severity&gt;"}]}}</msg>
<status status="PASS" endtime="20181202 17:17:24.682" starttime="20181202 17:17:24.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.682" level="INFO">400</msg>
<status status="PASS" endtime="20181202 17:17:24.682" starttime="20181202 17:17:24.682"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>"""${explicit_status_codes}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.683" starttime="20181202 17:17:24.683"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${additional_allowed_status_codes}</arg>
</arguments>
<assign>
<var>${final_allowd_list}</var>
</assign>
<msg timestamp="20181202 17:17:24.684" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<status status="PASS" endtime="20181202 17:17:24.684" starttime="20181202 17:17:24.683"></status>
</kw>
<kw name="List Should Contain Value" library="Collections">
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<arguments>
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.684" level="FAIL">[ 200 | 201 | 204 ] does not contain value '400'.</msg>
<status status="FAIL" endtime="20181202 17:17:24.684" starttime="20181202 17:17:24.684"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.685" starttime="20181202 17:17:24.681"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${normalize_json}</arg>
<arg>BuiltIn.Return_From_Keyword</arg>
<arg>${response.text}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.685" starttime="20181202 17:17:24.685"></status>
</kw>
<kw name="Normalize Json Text" library="norm_json">
<doc>Attempt to return sorted indented JSON string.</doc>
<arguments>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
</arguments>
<assign>
<var>${text_normalized}</var>
</assign>
<msg timestamp="20181202 17:17:24.686" level="INFO">${text_normalized} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261441 does not exist",
    "error-tag": "invalid...</msg>
<status status="PASS" endtime="20181202 17:17:24.686" starttime="20181202 17:17:24.685"></status>
</kw>
<msg timestamp="20181202 17:17:24.687" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261441 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.687" starttime="20181202 17:17:24.661"></status>
</kw>
<msg timestamp="20181202 17:17:24.687" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261441 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.687" starttime="20181202 17:17:24.580"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${verify}</arg>
<arg>Verify_Response_As_Json_Templated</arg>
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.687" starttime="20181202 17:17:24.687"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.688" starttime="20181202 17:17:24.579"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.688" starttime="20181202 17:17:24.558"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.688" starttime="20181202 17:17:24.557"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.VPN Delete L3VPN</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[1]</arg>
</arguments>
<kw name="VPN Delete L3VPN" library="VpnOperations">
<doc>Delete the created L3VPN</doc>
<arguments>
<arg>vpnid=@{VPN_INSTANCE_IDS}[1]</arg>
</arguments>
<kw name="Post_As_Json_Templated" library="TemplatedRequests">
<doc>Add arguments sensible for JSON data, return Post_Templated response text.</doc>
<arguments>
<arg>folder=${VAR_BASE}/l3vpn_delete</arg>
<arg>mapping=${Kwargs}</arg>
<arg>session=default</arg>
<arg>http_timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Post_Templated" library="TemplatedRequests">
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=json</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<assign>
<var>${uri}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.739" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.739" starttime="20181202 17:17:24.739"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.740" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/location.uri' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.740" starttime="20181202 17:17:24.740"></status>
</kw>
<msg timestamp="20181202 17:17:24.740" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.740" starttime="20181202 17:17:24.740"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.741" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.741" starttime="20181202 17:17:24.741"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.741" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.742" level="INFO">${template} = /restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.742" starttime="20181202 17:17:24.741"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.742" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.742" starttime="20181202 17:17:24.742"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.743" level="INFO">${final_text} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.743" starttime="20181202 17:17:24.742"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.743" starttime="20181202 17:17:24.738"></status>
</kw>
<msg timestamp="20181202 17:17:24.743" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.743" starttime="20181202 17:17:24.717"></status>
</kw>
<msg timestamp="20181202 17:17:24.743" level="INFO">${uri} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.743" starttime="20181202 17:17:24.716"></status>
</kw>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.772" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.772" starttime="20181202 17:17:24.772"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.773" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/post_data.json' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.773" starttime="20181202 17:17:24.773"></status>
</kw>
<msg timestamp="20181202 17:17:24.773" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.774" starttime="20181202 17:17:24.773"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.774" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.774" starttime="20181202 17:17:24.774"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.774" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.775" level="INFO">${template} = {
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.775" starttime="20181202 17:17:24.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.775" level="INFO">{
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.775" starttime="20181202 17:17:24.775"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.776" level="INFO">${final_text} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261442"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.776" starttime="20181202 17:17:24.775"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.776" starttime="20181202 17:17:24.772"></status>
</kw>
<msg timestamp="20181202 17:17:24.776" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.776" starttime="20181202 17:17:24.751"></status>
</kw>
<msg timestamp="20181202 17:17:24.776" level="INFO">${data} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261442"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.776" starttime="20181202 17:17:24.750"></status>
</kw>
<kw name="Resolve_Jmes_Path" library="TemplatedRequests">
<doc>Reads JMES path from file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/jmespath.expr if the file exists and</doc>
<arguments>
<arg>${folder}</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${read_jmes_file}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<msg timestamp="20181202 17:17:24.778" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/jmespath.expr' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.778" starttime="20181202 17:17:24.777"></status>
</kw>
<msg timestamp="20181202 17:17:24.778" level="INFO">${read_jmes_file} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.778" starttime="20181202 17:17:24.777"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>OperatingSystem.Get_File</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.779" level="INFO">${jmes_expression} = None</msg>
<status status="PASS" endtime="20181202 17:17:24.779" starttime="20181202 17:17:24.778"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.779" level="INFO">${expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.779" starttime="20181202 17:17:24.779"></status>
</kw>
<msg timestamp="20181202 17:17:24.779" level="INFO">${jmes_expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.779" starttime="20181202 17:17:24.777"></status>
</kw>
<kw name="Post_To_Uri" library="TemplatedRequests">
<doc>POST data to given URI, check status code and return response text.</doc>
<arguments>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${uri}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.781" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.781" starttime="20181202 17:17:24.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.781" level="INFO">{
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261442"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.781" starttime="20181202 17:17:24.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${content_type}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.782" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.782" starttime="20181202 17:17:24.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accept}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.782" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:17:24.782" starttime="20181202 17:17:24.782"></status>
</kw>
<kw name="Join_Two_Headers" library="TemplatedRequests">
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<arguments>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
</arguments>
<assign>
<var>${headers}</var>
</assign>
<kw name="Copy Dictionary" library="Collections">
<doc>Returns a copy of the given dictionary.</doc>
<arguments>
<arg>${first}</arg>
</arguments>
<assign>
<var>${accumulator}</var>
</assign>
<msg timestamp="20181202 17:17:24.783" level="INFO">${accumulator} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.783" starttime="20181202 17:17:24.783"></status>
</kw>
<kw name="Get Dictionary Items" library="Collections">
<doc>Returns items of the given ``dictionary``.</doc>
<arguments>
<arg>${second}</arg>
</arguments>
<assign>
<var>${items_to_add}</var>
</assign>
<msg timestamp="20181202 17:17:24.783" level="INFO">${items_to_add} = []</msg>
<status status="PASS" endtime="20181202 17:17:24.783" starttime="20181202 17:17:24.783"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.784" starttime="20181202 17:17:24.784"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accumulator}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.785" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.785" starttime="20181202 17:17:24.784"></status>
</kw>
<msg timestamp="20181202 17:17:24.785" level="INFO">${headers} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.785" starttime="20181202 17:17:24.782"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"""${http_timeout}""" == """${EMPTY}"""</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>ELSE</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response}</var>
</assign>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.792" level="INFO">Post Request using : alias=default, uri=/restconf/operations/neutronvpn:deleteL3VPN, data=&lt;application/yang.data+json&gt;, headers={u'Content-Type': u'application/yang.data+json'}, files=None, allow_redirects=True </msg>
<status status="PASS" endtime="20181202 17:17:24.792" starttime="20181202 17:17:24.786"></status>
</kw>
<msg timestamp="20181202 17:17:24.792" level="INFO">${response} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:24.792" starttime="20181202 17:17:24.785"></status>
</kw>
<kw name="Check_Status_Code" library="TemplatedRequests">
<doc>Log response text, check status_code is one of allowed ones.</doc>
<arguments>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.text}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.793" level="INFO">{"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261442 does not exist","error-info":"&lt;severity&gt;warning&lt;/severity&gt;"}]}}</msg>
<status status="PASS" endtime="20181202 17:17:24.793" starttime="20181202 17:17:24.793"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.794" level="INFO">400</msg>
<status status="PASS" endtime="20181202 17:17:24.794" starttime="20181202 17:17:24.794"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>"""${explicit_status_codes}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.794" starttime="20181202 17:17:24.794"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${additional_allowed_status_codes}</arg>
</arguments>
<assign>
<var>${final_allowd_list}</var>
</assign>
<msg timestamp="20181202 17:17:24.795" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<status status="PASS" endtime="20181202 17:17:24.795" starttime="20181202 17:17:24.795"></status>
</kw>
<kw name="List Should Contain Value" library="Collections">
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<arguments>
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.796" level="FAIL">[ 200 | 201 | 204 ] does not contain value '400'.</msg>
<status status="FAIL" endtime="20181202 17:17:24.796" starttime="20181202 17:17:24.795"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.796" starttime="20181202 17:17:24.792"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${normalize_json}</arg>
<arg>BuiltIn.Return_From_Keyword</arg>
<arg>${response.text}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.796" starttime="20181202 17:17:24.796"></status>
</kw>
<kw name="Normalize Json Text" library="norm_json">
<doc>Attempt to return sorted indented JSON string.</doc>
<arguments>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
</arguments>
<assign>
<var>${text_normalized}</var>
</assign>
<msg timestamp="20181202 17:17:24.797" level="INFO">${text_normalized} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261442 does not exist",
    "error-tag": "invalid...</msg>
<status status="PASS" endtime="20181202 17:17:24.797" starttime="20181202 17:17:24.796"></status>
</kw>
<msg timestamp="20181202 17:17:24.797" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261442 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.798" starttime="20181202 17:17:24.780"></status>
</kw>
<msg timestamp="20181202 17:17:24.798" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261442 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.798" starttime="20181202 17:17:24.709"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${verify}</arg>
<arg>Verify_Response_As_Json_Templated</arg>
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.798" starttime="20181202 17:17:24.798"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.799" starttime="20181202 17:17:24.709"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.799" starttime="20181202 17:17:24.688"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.799" starttime="20181202 17:17:24.688"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.VPN Delete L3VPN</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[2]</arg>
</arguments>
<kw name="VPN Delete L3VPN" library="VpnOperations">
<doc>Delete the created L3VPN</doc>
<arguments>
<arg>vpnid=@{VPN_INSTANCE_IDS}[2]</arg>
</arguments>
<kw name="Post_As_Json_Templated" library="TemplatedRequests">
<doc>Add arguments sensible for JSON data, return Post_Templated response text.</doc>
<arguments>
<arg>folder=${VAR_BASE}/l3vpn_delete</arg>
<arg>mapping=${Kwargs}</arg>
<arg>session=default</arg>
<arg>http_timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Post_Templated" library="TemplatedRequests">
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=json</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<assign>
<var>${uri}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.850" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.850" starttime="20181202 17:17:24.850"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.851" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/location.uri' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.851" starttime="20181202 17:17:24.850"></status>
</kw>
<msg timestamp="20181202 17:17:24.851" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.851" starttime="20181202 17:17:24.850"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.851" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/location.uri</msg>
<status status="PASS" endtime="20181202 17:17:24.852" starttime="20181202 17:17:24.851"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.852" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.852" level="INFO">${template} = /restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.852" starttime="20181202 17:17:24.852"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.853" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:17:24.853" starttime="20181202 17:17:24.852"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.853" level="INFO">${final_text} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.853" starttime="20181202 17:17:24.853"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.853" starttime="20181202 17:17:24.849"></status>
</kw>
<msg timestamp="20181202 17:17:24.853" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.854" starttime="20181202 17:17:24.827"></status>
</kw>
<msg timestamp="20181202 17:17:24.854" level="INFO">${uri} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.854" starttime="20181202 17:17:24.826"></status>
</kw>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:17:24.882" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.882" starttime="20181202 17:17:24.882"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.883" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/post_data.json' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.883" starttime="20181202 17:17:24.883"></status>
</kw>
<msg timestamp="20181202 17:17:24.883" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.883" starttime="20181202 17:17:24.882"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:17:24.884" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/post_data.json</msg>
<status status="PASS" endtime="20181202 17:17:24.884" starttime="20181202 17:17:24.883"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:17:24.884" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:17:24.884" level="INFO">${template} = {
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.884" starttime="20181202 17:17:24.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.885" level="INFO">{
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:17:24.885" starttime="20181202 17:17:24.885"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:17:24.885" level="INFO">${final_text} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261443"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.885" starttime="20181202 17:17:24.885"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.886" starttime="20181202 17:17:24.881"></status>
</kw>
<msg timestamp="20181202 17:17:24.886" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:24.886" starttime="20181202 17:17:24.861"></status>
</kw>
<msg timestamp="20181202 17:17:24.886" level="INFO">${data} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261443"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.886" starttime="20181202 17:17:24.860"></status>
</kw>
<kw name="Resolve_Jmes_Path" library="TemplatedRequests">
<doc>Reads JMES path from file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/jmespath.expr if the file exists and</doc>
<arguments>
<arg>${folder}</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${read_jmes_file}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<msg timestamp="20181202 17:17:24.887" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/jmespath.expr' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:17:24.887" starttime="20181202 17:17:24.887"></status>
</kw>
<msg timestamp="20181202 17:17:24.888" level="INFO">${read_jmes_file} = False</msg>
<status status="PASS" endtime="20181202 17:17:24.888" starttime="20181202 17:17:24.887"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>OperatingSystem.Get_File</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.888" level="INFO">${jmes_expression} = None</msg>
<status status="PASS" endtime="20181202 17:17:24.888" starttime="20181202 17:17:24.888"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${expression}</var>
</assign>
<msg timestamp="20181202 17:17:24.889" level="INFO">${expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.889" starttime="20181202 17:17:24.888"></status>
</kw>
<msg timestamp="20181202 17:17:24.889" level="INFO">${jmes_expression} = </msg>
<status status="PASS" endtime="20181202 17:17:24.889" starttime="20181202 17:17:24.886"></status>
</kw>
<kw name="Post_To_Uri" library="TemplatedRequests">
<doc>POST data to given URI, check status code and return response text.</doc>
<arguments>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${uri}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.890" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:17:24.890" starttime="20181202 17:17:24.890"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.891" level="INFO">{
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261443"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:17:24.891" starttime="20181202 17:17:24.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${content_type}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.891" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.891" starttime="20181202 17:17:24.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accept}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.892" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:17:24.892" starttime="20181202 17:17:24.891"></status>
</kw>
<kw name="Join_Two_Headers" library="TemplatedRequests">
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<arguments>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
</arguments>
<assign>
<var>${headers}</var>
</assign>
<kw name="Copy Dictionary" library="Collections">
<doc>Returns a copy of the given dictionary.</doc>
<arguments>
<arg>${first}</arg>
</arguments>
<assign>
<var>${accumulator}</var>
</assign>
<msg timestamp="20181202 17:17:24.893" level="INFO">${accumulator} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.893" starttime="20181202 17:17:24.892"></status>
</kw>
<kw name="Get Dictionary Items" library="Collections">
<doc>Returns items of the given ``dictionary``.</doc>
<arguments>
<arg>${second}</arg>
</arguments>
<assign>
<var>${items_to_add}</var>
</assign>
<msg timestamp="20181202 17:17:24.893" level="INFO">${items_to_add} = []</msg>
<status status="PASS" endtime="20181202 17:17:24.893" starttime="20181202 17:17:24.893"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.894" starttime="20181202 17:17:24.893"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accumulator}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.894" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.894" starttime="20181202 17:17:24.894"></status>
</kw>
<msg timestamp="20181202 17:17:24.895" level="INFO">${headers} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:17:24.895" starttime="20181202 17:17:24.892"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"""${http_timeout}""" == """${EMPTY}"""</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>ELSE</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response}</var>
</assign>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.900" level="INFO">Post Request using : alias=default, uri=/restconf/operations/neutronvpn:deleteL3VPN, data=&lt;application/yang.data+json&gt;, headers={u'Content-Type': u'application/yang.data+json'}, files=None, allow_redirects=True </msg>
<status status="PASS" endtime="20181202 17:17:24.900" starttime="20181202 17:17:24.895"></status>
</kw>
<msg timestamp="20181202 17:17:24.900" level="INFO">${response} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:24.901" starttime="20181202 17:17:24.895"></status>
</kw>
<kw name="Check_Status_Code" library="TemplatedRequests">
<doc>Log response text, check status_code is one of allowed ones.</doc>
<arguments>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.text}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.902" level="INFO">{"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261443 does not exist","error-info":"&lt;severity&gt;warning&lt;/severity&gt;"}]}}</msg>
<status status="PASS" endtime="20181202 17:17:24.902" starttime="20181202 17:17:24.901"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.902" level="INFO">400</msg>
<status status="PASS" endtime="20181202 17:17:24.902" starttime="20181202 17:17:24.902"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>"""${explicit_status_codes}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.903" starttime="20181202 17:17:24.902"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${additional_allowed_status_codes}</arg>
</arguments>
<assign>
<var>${final_allowd_list}</var>
</assign>
<msg timestamp="20181202 17:17:24.903" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<status status="PASS" endtime="20181202 17:17:24.903" starttime="20181202 17:17:24.903"></status>
</kw>
<kw name="List Should Contain Value" library="Collections">
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<arguments>
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:17:24.904" level="FAIL">[ 200 | 201 | 204 ] does not contain value '400'.</msg>
<status status="FAIL" endtime="20181202 17:17:24.904" starttime="20181202 17:17:24.903"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.904" starttime="20181202 17:17:24.901"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${normalize_json}</arg>
<arg>BuiltIn.Return_From_Keyword</arg>
<arg>${response.text}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.905" starttime="20181202 17:17:24.904"></status>
</kw>
<kw name="Normalize Json Text" library="norm_json">
<doc>Attempt to return sorted indented JSON string.</doc>
<arguments>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
</arguments>
<assign>
<var>${text_normalized}</var>
</assign>
<msg timestamp="20181202 17:17:24.905" level="INFO">${text_normalized} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261443 does not exist",
    "error-tag": "invalid...</msg>
<status status="PASS" endtime="20181202 17:17:24.906" starttime="20181202 17:17:24.905"></status>
</kw>
<msg timestamp="20181202 17:17:24.906" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261443 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.906" starttime="20181202 17:17:24.889"></status>
</kw>
<msg timestamp="20181202 17:17:24.906" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261443 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:17:24.906" starttime="20181202 17:17:24.820"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${verify}</arg>
<arg>Verify_Response_As_Json_Templated</arg>
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:24.907" starttime="20181202 17:17:24.906"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.907" starttime="20181202 17:17:24.819"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:24.907" starttime="20181202 17:17:24.799"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:24.907" starttime="20181202 17:17:24.799"></status>
</kw>
<kw name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:17:24.910" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 17:17:24.910" starttime="20181202 17:17:24.910"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:24.912" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:17:25.442" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 17:17:25.442" starttime="20181202 17:17:24.910"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.443" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1625
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 516
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3759
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2328
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 140
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.516224
distributed-data-store.config.commit.rate_Max      = 66.697705
distributed-data-store.config.commit.rate_Mean     = 6.38493264837
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 2149
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.093926
distributed-data-store.operational.commit.rate_Max      = 20.714779
distributed-data-store.operational.commit.rate_Mean     = 0.569401120453
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 6183
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 17:17:25.443" starttime="20181202 17:17:25.443"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.443" starttime="20181202 17:17:24.909"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.444" starttime="20181202 17:17:24.909"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.444" starttime="20181202 17:17:24.909"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:17:25.447" level="INFO">${tmpdir} = CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.447" starttime="20181202 17:17:25.446"></status>
</kw>
<msg timestamp="20181202 17:17:25.447" level="INFO">${dstdir} = /tmp/CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.447" starttime="20181202 17:17:25.445"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:17:25.447" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.447" starttime="20181202 17:17:25.447"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.450" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Vpn_Basic 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:17:25.658" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 17:17:25.658" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 17:17:25.658" starttime="20181202 17:17:25.448"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.659" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 17:17:25.659" starttime="20181202 17:17:25.659"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.660" starttime="20181202 17:17:25.659"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.660" starttime="20181202 17:17:25.444"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.660" starttime="20181202 17:17:25.444"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:17:25.662" level="INFO">${tmpdir} = CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.662" starttime="20181202 17:17:25.662"></status>
</kw>
<msg timestamp="20181202 17:17:25.662" level="INFO">${dstdir} = /tmp/CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.662" starttime="20181202 17:17:25.661"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:17:25.663" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Vpn_Basic</msg>
<status status="PASS" endtime="20181202 17:17:25.663" starttime="20181202 17:17:25.663"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.665" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Vpn_Basic 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:17:25.879" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 17:17:25.879" level="INFO">${output} = 2018-12-02 17:17:25,844 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:17:25,848 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 17:17:25.879" starttime="20181202 17:17:25.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.880" level="INFO">rc: 1, output: 2018-12-02 17:17:25,844 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:17:25,848 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 17:17:25,852 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 17:17:25,861 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:44c0fd8e-43a7-4e09-bfb8-710fb2db10e8
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 17:17:25.880" starttime="20181202 17:17:25.879"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 17:17:25.881" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 17:17:25.881" starttime="20181202 17:17:25.880"></status>
</kw>
<status status="FAIL" endtime="20181202 17:17:25.881" starttime="20181202 17:17:25.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.881" starttime="20181202 17:17:25.660"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.881" starttime="20181202 17:17:24.908"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.883" starttime="20181202 17:17:25.883"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.884" starttime="20181202 17:17:25.884"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.885" starttime="20181202 17:17:25.885"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.890" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 17:17:25.890" starttime="20181202 17:17:25.885"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.908" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.909" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 17:17:25.909" starttime="20181202 17:17:25.891"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.909" starttime="20181202 17:17:25.884"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.911" starttime="20181202 17:17:25.910"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.911" starttime="20181202 17:17:25.911"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.914" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 17:17:25.914" starttime="20181202 17:17:25.912"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.931" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.931" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 17:17:25.931" starttime="20181202 17:17:25.914"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.931" starttime="20181202 17:17:25.909"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.933" starttime="20181202 17:17:25.933"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.933" starttime="20181202 17:17:25.933"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.935" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 17:17:25.935" starttime="20181202 17:17:25.934"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.942" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.942" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 17:17:25.943" starttime="20181202 17:17:25.936"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.943" starttime="20181202 17:17:25.931"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.944" starttime="20181202 17:17:25.944"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.944" starttime="20181202 17:17:25.944"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.946" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 17:17:25.946" starttime="20181202 17:17:25.944"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.951" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.951" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 17:17:25.951" starttime="20181202 17:17:25.947"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.951" starttime="20181202 17:17:25.943"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.952" starttime="20181202 17:17:25.952"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.953" starttime="20181202 17:17:25.953"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.955" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 17:17:25.955" starttime="20181202 17:17:25.953"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.960" level="INFO">qdhcp-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8
qdhcp-fb0dfaae-2baa-4343-b48d-0e3904b877be
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.960" level="INFO">${output} = qdhcp-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8
qdhcp-fb0dfaae-2baa-4343-b48d-0e3904b877be
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:17:25.960" starttime="20181202 17:17:25.955"></status>
</kw>
<msg timestamp="20181202 17:17:25.960" level="INFO">${nslist} = qdhcp-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8
qdhcp-fb0dfaae-2baa-4343-b48d-0e3904b877be
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:17:25.960" starttime="20181202 17:17:25.951"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 17:17:25.961" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 17:17:25.961" level="INFO">@{lines} = [ qdhcp-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8 | qdhcp-fb0dfaae-2baa-4343-b48d-0e3904b877be ]</msg>
<status status="PASS" endtime="20181202 17:17:25.961" starttime="20181202 17:17:25.960"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.962" starttime="20181202 17:17:25.962"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.963" starttime="20181202 17:17:25.963"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.966" level="INFO">sudo ip netns exec qdhcp-44c0fd8e-43a7-4e 09-bfb8-710fb2db10e8 ip -o link</msg>
<status status="PASS" endtime="20181202 17:17:25.966" starttime="20181202 17:17:25.963"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:25.994" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
89: tap08b29d12-1f: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:7f:26:a0 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:25.994" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
89: tap08b29d12-1f: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:17:25.994" starttime="20181202 17:17:25.966"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:25.994" starttime="20181202 17:17:25.961"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:25.996" starttime="20181202 17:17:25.995"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:25.996" starttime="20181202 17:17:25.996"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:25.999" level="INFO">sudo ip netns exec qdhcp-44c0fd8e-43a7-4e 09-bfb8-710fb2db10e8 ip -o addr</msg>
<status status="PASS" endtime="20181202 17:17:25.999" starttime="20181202 17:17:25.996"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.021" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
89: tap08b29d12-1f    inet 20.1.1.2/24 brd 20.1.1.255 scope global tap08b29d12-1f\       valid_lft forever preferred_lft forever
89: tap08b29d12-1f    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap08b29d12-1f\       valid_lft forever preferred_lft forever
89: tap08b29d12-1f    inet6 fe80::f816:3eff:fe7f:26a0/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.022" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
89: tap08b29d12-1f    inet 20...</msg>
<status status="PASS" endtime="20181202 17:17:26.022" starttime="20181202 17:17:25.999"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.022" starttime="20181202 17:17:25.995"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.023" starttime="20181202 17:17:26.023"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.024" starttime="20181202 17:17:26.024"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.027" level="INFO">sudo ip netns exec qdhcp-44c0fd8e-43a7-4e 09-bfb8-710fb2db10e8 ip route</msg>
<status status="PASS" endtime="20181202 17:17:26.027" starttime="20181202 17:17:26.024"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.046" level="INFO">default via 20.1.1.1 dev tap08b29d12-1f 
20.1.1.0/24 dev tap08b29d12-1f proto kernel scope link src 20.1.1.2 
169.254.0.0/16 dev tap08b29d12-1f proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.046" level="INFO">${output} = default via 20.1.1.1 dev tap08b29d12-1f 
20.1.1.0/24 dev tap08b29d12-1f proto kernel scope link src 20.1.1.2 
169.254.0.0/16 dev tap08b29d12-1f proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:17:26.046" starttime="20181202 17:17:26.027"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.046" starttime="20181202 17:17:26.022"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.047" starttime="20181202 17:17:25.961"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-fb0dfaae-2baa-4343-b48d-0e3904b877be">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.048" starttime="20181202 17:17:26.048"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.048" starttime="20181202 17:17:26.048"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.052" level="INFO">sudo ip netns exec qdhcp-fb0dfaae-2baa-43 43-b48d-0e3904b877be ip -o link</msg>
<status status="PASS" endtime="20181202 17:17:26.052" starttime="20181202 17:17:26.048"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.074" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
88: tap9f2218a4-92: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:96:72:ba brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.075" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
88: tap9f2218a4-92: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:17:26.075" starttime="20181202 17:17:26.052"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.075" starttime="20181202 17:17:26.047"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.076" starttime="20181202 17:17:26.076"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.076" starttime="20181202 17:17:26.076"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.079" level="INFO">sudo ip netns exec qdhcp-fb0dfaae-2baa-43 43-b48d-0e3904b877be ip -o addr</msg>
<status status="PASS" endtime="20181202 17:17:26.079" starttime="20181202 17:17:26.077"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.103" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
88: tap9f2218a4-92    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap9f2218a4-92\       valid_lft forever preferred_lft forever
88: tap9f2218a4-92    inet 10.1.1.2/24 brd 10.1.1.255 scope global tap9f2218a4-92\       valid_lft forever preferred_lft forever
88: tap9f2218a4-92    inet6 fe80::f816:3eff:fe96:72ba/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.103" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
88: tap9f2218a4-92    inet 16...</msg>
<status status="PASS" endtime="20181202 17:17:26.103" starttime="20181202 17:17:26.079"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.103" starttime="20181202 17:17:26.075"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.105" starttime="20181202 17:17:26.104"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.105" starttime="20181202 17:17:26.105"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.108" level="INFO">sudo ip netns exec qdhcp-fb0dfaae-2baa-43 43-b48d-0e3904b877be ip route</msg>
<status status="PASS" endtime="20181202 17:17:26.108" starttime="20181202 17:17:26.105"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.130" level="INFO">default via 10.1.1.1 dev tap9f2218a4-92 
10.1.1.0/24 dev tap9f2218a4-92 proto kernel scope link src 10.1.1.2 
169.254.0.0/16 dev tap9f2218a4-92 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.130" level="INFO">${output} = default via 10.1.1.1 dev tap9f2218a4-92 
10.1.1.0/24 dev tap9f2218a4-92 proto kernel scope link src 10.1.1.2 
169.254.0.0/16 dev tap9f2218a4-92 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:17:26.130" starttime="20181202 17:17:26.108"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.130" starttime="20181202 17:17:26.104"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.130" starttime="20181202 17:17:26.047"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.130" starttime="20181202 17:17:25.961"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.131" starttime="20181202 17:17:26.131"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.132" starttime="20181202 17:17:26.132"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.133" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 17:17:26.133" starttime="20181202 17:17:26.132"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.153" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap9f2218a4-92"
            tag: 4095
            Interface "tap9f2218a4-92"
                type: internal
        Port "tap08b29d12-1f"
            tag: 4095
            Interface "tap08b29d12-1f"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.153" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 17:17:26.153" starttime="20181202 17:17:26.134"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.154" starttime="20181202 17:17:26.130"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.155" starttime="20181202 17:17:26.154"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.155" starttime="20181202 17:17:26.155"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.157" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 17:17:26.157" starttime="20181202 17:17:26.155"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.179" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 68
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 68
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.179" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 68
datapath_types...</msg>
<status status="PASS" endtime="20181202 17:17:26.179" starttime="20181202 17:17:26.157"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.180" starttime="20181202 17:17:26.154"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.181" starttime="20181202 17:17:26.181"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.182" starttime="20181202 17:17:26.182"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.184" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 17:17:26.184" starttime="20181202 17:17:26.182"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.202" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 30(tap9f2218a4-92): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 31(tap08b29d12-1f): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.203" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 17:17:26.203" starttime="20181202 17:17:26.184"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.203" starttime="20181202 17:17:26.180"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.204" starttime="20181202 17:17:26.204"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.204" starttime="20181202 17:17:26.204"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.206" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 17:17:26.206" starttime="20181202 17:17:26.204"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.509" level="INFO">cookie=0x8000000, duration=4965.175s, table=0, n_packets=4963, n_bytes=268074, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=669.854s, table=0, n_packets=4, n_bytes=348, priority=4,in_port="tap9f2218a4-92",vlan_tci=0x0000/0x1fff actions=write_metadata:0x250000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=667.146s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap08b29d12-1f",vlan_tci=0x0000/0x1fff actions=write_metadata:0x260000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=4965.157s, table=17, n_packets=4963, n_bytes=268074, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=668.896s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x250000000000/0xffffff0000000000 actions=load:0x25-&gt;NXM_NX_REG1[0..19],load:0x1399-&gt;NXM_NX_REG7[0..15],write_metadata:0xa000251399000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=666.171s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x260000000000/0xffffff0000000000 actions=load:0x26-&gt;NXM_NX_REG1[0..19],load:0x139a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00026139a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5257.254s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5257.240s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5257.235s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5257.217s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5257.245s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5096.147s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5096.147s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5257.217s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5257.217s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5257.057s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x9001399, duration=668.919s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x5f actions=write_metadata:0x1399000000/0xfffffffff000000,goto_table:51
 cookie=0x900139a, duration=666.219s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x64 actions=write_metadata:0x139a000000/0xfffffffff000000,goto_table:51
 cookie=0x9051399, duration=669.854s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x5f actions=write_metadata:0x1399000000/0xfffffffff000000,goto_table:51
 cookie=0x905139a, duration=667.142s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x64 actions=write_metadata:0x139a000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=5256.669s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5256.661s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5257.057s, table=43, n_packets=5141, n_bytes=280278, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5257.261s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5257.186s, table=48, n_packets=5142, n_bytes=280320, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8051399, duration=668.911s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x251399000000/0xfffffffff000000,dl_src=fa:16:3e:96:72:ba actions=goto_table:51
 cookie=0x805139a, duration=666.201s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x26139a000000/0xfffffffff000000,dl_src=fa:16:3e:7f:26:a0 actions=goto_table:51
 cookie=0x8050001, duration=5257.057s, table=50, n_packets=4512, n_bytes=243720, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5257.186s, table=50, n_packets=455, n_bytes=24654, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5098.204s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8031399, duration=668.906s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x1399000000/0xffff000000,dl_dst=fa:16:3e:96:72:ba actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139a, duration=666.192s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139a000000/0xffff000000,dl_dst=fa:16:3e:7f:26:a0 actions=load:0x2600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5257.057s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5257.057s, table=51, n_packets=5142, n_bytes=280320, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5098.559s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5098.549s, table=52, n_packets=5069, n_bytes=273786, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4157.806s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4157.803s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4142.368s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4142.368s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8701399, duration=668.915s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x1399000000/0xffff000001 actions=write_actions(group:210034)
 cookie=0x8701399, duration=668.912s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1399000001/0xffff000001 actions=write_actions(group:210033)
 cookie=0x870139a, duration=666.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139a000001/0xffff000001 actions=write_actions(group:210035)
 cookie=0x870139a, duration=666.203s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139a000000/0xffff000001 actions=write_actions(group:210036)
 cookie=0x8800001, duration=5098.544s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4157.490s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4142.036s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800025, duration=668.900s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x25,metadata=0x250000000000/0xfffff0000000000 actions=drop
 cookie=0x8800026, duration=666.182s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x26,metadata=0x260000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5098.547s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4157.496s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4142.038s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800025, duration=668.904s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x25 actions=load:0x2500-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800026, duration=666.181s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x26 actions=load:0x2600-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5257.254s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5257.217s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5257.057s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5257.249s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5256.999s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5256.999s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5256.999s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5256.993s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5256.974s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5256.974s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5256.974s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5256.974s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5256.997s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5256.993s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5256.993s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=4965.146s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=4965.146s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=669.851s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2500 actions=output:"tap9f2218a4-92"
 cookie=0x8000007, duration=667.129s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2600 actions=output:"tap08b29d12-1f"
 cookie=0x6900000, duration=5256.974s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5256.974s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5256.974s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5256.974s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5256.974s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5256.974s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5256.974s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5256.999s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5256.997s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5256.999s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5256.999s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5256.999s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5256.999s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5256.999s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5256.974s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5256.974s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5256.974s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.510" level="INFO">${output} =  cookie=0x8000000, duration=4965.175s, table=0, n_packets=4963, n_bytes=268074, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 17:17:26.510" starttime="20181202 17:17:26.207"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.510" starttime="20181202 17:17:26.203"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.513" starttime="20181202 17:17:26.512"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.513" starttime="20181202 17:17:26.513"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.516" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 17:17:26.517" starttime="20181202 17:17:26.513"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.536" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210033,type=all,bucket=actions=set_field:0x25-&gt;tun_id,resubmit(,55)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210035,type=all,bucket=actions=set_field:0x26-&gt;tun_id,resubmit(,55)
 group_id=210034,type=all,bucket=actions=group:210033
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210036,type=all,bucket=actions=group:210035
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.537" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,...</msg>
<status status="PASS" endtime="20181202 17:17:26.537" starttime="20181202 17:17:26.517"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.537" starttime="20181202 17:17:26.511"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.538" starttime="20181202 17:17:26.538"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:17:26.539" starttime="20181202 17:17:26.538"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.541" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 17:17:26.541" starttime="20181202 17:17:26.539"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:26.564" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=3393.258s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=5257.309s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=4143.340s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=4158.486s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210033,duration=670.183s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=5099.230s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=3382.006s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210035,duration=667.472s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210034,duration=669.878s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=5099.549s,ref_count=1,packet_count=5069,byte_count=273786
 group_id=210009,duration=4158.777s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=4143.035s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
 group_id=210036,duration=667.167s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:17:26.565" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=3393.258s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=5257.309s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:26.541"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:26.537"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:25.882"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:25.882"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:25.882"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.565" starttime="20181202 17:17:25.882"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 17:17:26.575" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622077d90&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:17:26.575" starttime="20181202 17:17:26.574"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.580" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.580" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.580" starttime="20181202 17:17:26.575"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.581" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.581" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.581" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.581" starttime="20181202 17:17:26.581"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.582" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.582" starttime="20181202 17:17:26.582"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.582" starttime="20181202 17:17:26.575"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.584" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.585" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.585" starttime="20181202 17:17:26.582"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.585" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","segmentation-id":95,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5017,"mac-timeout":300},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","segmentation-id":100,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5018,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 17:17:26.585" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.585" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 17:17:26.586" starttime="20181202 17:17:26.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.586" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "elan-tag": 5017,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 95
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "elan-tag": 5018,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 100
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.586" starttime="20181202 17:17:26.586"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.586" starttime="20181202 17:17:26.582"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.589" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.589" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.589" starttime="20181202 17:17:26.586"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.589" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","static-mac-entries":[{"mac-address":"fa:16:3e:96:72:ba","ip-prefix":"10.1.1.2"}]},{"name":"08b29d12-1f06-473d-b9df-fd670befc6cc","elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","static-mac-entries":[{"mac-address":"fa:16:3e:7f:26:a0","ip-prefix":"20.1.1.2"}]},{"name":"3106ab57-56ad-41d7-ac8f-3de76ecd5561","elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","static-mac-entries":[{"mac-address":"fa:16:3e:6c:c2:09","ip-prefix":"20.1.1.4"}]},{"name":"27e8fcdb-a499-4c5f-99c4-5c5d287381b0","elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","static-mac-entries":[{"mac-address":"fa:16:3e:c7:ea:c9","ip-prefix":"10.1.1.6"}]},{"name":"3874786d-21fa-42d2-9d31-b1ec28cc3f45","elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","static-mac-entries":[{"mac-address":"fa:16:3e:9c:45:62","ip-prefix":"20.1.1.3"}]},{"name":"474c1151-a762-4328-9928-0257a1b40acd","elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","static-mac-entries":[{"mac-address":"fa:16:3e:70:af:ce","ip-prefix":"10.1.1.5"}]}]}} </msg>
<msg timestamp="20181202 17:17:26.590" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.590" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "name": "9f2218a4-92b9-4172-8acc-795c...</msg>
<status status="PASS" endtime="20181202 17:17:26.590" starttime="20181202 17:17:26.589"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.590" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.1.2",
                        "mac-address": "fa:16:3e:96:72:ba"
                    }
                ]
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "static-mac-entries": [
                    {
                        "ip-prefix": "20.1.1.2",
                        "mac-address": "fa:16:3e:7f:26:a0"
                    }
                ]
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "name": "3106ab57-56ad-41d7-ac8f-3de76ecd5561",
                "static-mac-entries": [
                    {
                        "ip-prefix": "20.1.1.4",
                        "mac-address": "fa:16:3e:6c:c2:09"
                    }
                ]
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "name": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.1.6",
                        "mac-address": "fa:16:3e:c7:ea:c9"
                    }
                ]
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "name": "3874786d-21fa-42d2-9d31-b1ec28cc3f45",
                "static-mac-entries": [
                    {
                        "ip-prefix": "20.1.1.3",
                        "mac-address": "fa:16:3e:9c:45:62"
                    }
                ]
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "name": "474c1151-a762-4328-9928-0257a1b40acd",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.1.5",
                        "mac-address": "fa:16:3e:70:af:ce"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.590" starttime="20181202 17:17:26.590"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.590" starttime="20181202 17:17:26.586"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.594" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.594" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.594" starttime="20181202 17:17:26.590"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.598" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543770379}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","id-value":[37]},{"id-key":"08b29d12-1f06-473d-b9df-fd670befc6cc","id-value":[38]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543770248}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543770274,"id":150000},{"ready-time-sec":1543770278,"id":150001}],"available-id-count":2,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":150001,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012},{"ready-time-sec":1543769468,"id":5014},{"ready-time-sec":1543770312,"id":5015},{"ready-time-sec":1543770319,"id":5016}],"available-id-count":15,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5018,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543770366}],"id-entries":[{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"fb0dfaae-2baa-4343-b48d-0e3904b877be","id-value":[5017]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","id-value":[5018]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30},{"ready-time-sec":1543769453,"id":31},{"ready-time-sec":1543769466,"id":32},{"ready-time-sec":1543770287,"id":34},{"ready-time-sec":1543770298,"id":33},{"ready-time-sec":1543770310,"id":36},{"ready-time-sec":1543770317,"id":35}],"available-id-count":35,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":38,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":12,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001},{"ready-time-sec":1543770274,"id":100005},{"ready-time-sec":1543770279,"id":100007},{"ready-time-sec":1543770282,"id":100003}],"available-id-count":4,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100007,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543770252}],"id-entries":[{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32","id-value":[100006]},{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32","id-value":[100004]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543770385}],"id-entries":[{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"bb415e1c-309f-465e-858d-aa699f9349f0","id-value":[11]},{"id-key":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","id-value":[12]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 17:17:26.598" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.598" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 17:17:26.598" starttime="20181202 17:17:26.595"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.599" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543770379
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                        "id-value": [
                            37
                        ]
                    },
                    {
                        "id-key": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                        "id-value": [
                            38
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543770248
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 150001,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 2,
                    "delayed-id-entries": [
                        {
                            "id": 150000,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 150001,
                            "ready-time-sec": 1543770278
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5018,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 15,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        },
                        {
                            "id": 5014,
                            "ready-time-sec": 1543769468
                        },
                        {
                            "id": 5015,
                            "ready-time-sec": 1543770312
                        },
                        {
                            "id": 5016,
                            "ready-time-sec": 1543770319
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543770366
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                        "id-value": [
                            5017
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                        "id-value": [
                            5018
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 38,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 35,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1543769453
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1543769466
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1543770287
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1543770298
                        },
                        {
                            "id": 36,
                            "ready-time-sec": 1543770310
                        },
                        {
                            "id": 35,
                            "ready-time-sec": 1543770317
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 12,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100007,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 4,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        },
                        {
                            "id": 100005,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 100007,
                            "ready-time-sec": 1543770279
                        },
                        {
                            "id": 100003,
                            "ready-time-sec": 1543770282
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543770252
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32",
                        "id-value": [
                            100006
                        ]
                    },
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32",
                        "id-value": [
                            100004
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543770385
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "bb415e1c-309f-465e-858d-aa699f9349f0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.599" starttime="20181202 17:17:26.598"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.599" starttime="20181202 17:17:26.590"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.602" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.602" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.602" starttime="20181202 17:17:26.599"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.603" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","access-list-entries":{"ace":[{"rule-name":"468d0b00-aa3f-4f6c-81f9-f328aa5dd233","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"814bd731-067a-4ee7-9c08-15c99c117f50","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"3edf2663-4603-4246-9faf-e63636fc6195","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"60111f70-60c6-4d64-9a9c-16a118b7c095","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"1706ea22-7e9a-4921-88fd-12c6c7cf4c30","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"1d1a17a7-8bad-4b80-bfe7-524b305c65f7","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"e4ece932-8fdf-4663-a66f-3c30eb15a260","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"001b721b-5e6f-40c0-8510-9f9ca889f3a6","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb415e1c-309f-465e-858d-aa699f9349f0","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 17:17:26.604" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.604" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 17:17:26.604" starttime="20181202 17:17:26.602"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.604" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "468d0b00-aa3f-4f6c-81f9-f328aa5dd233"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "814bd731-067a-4ee7-9c08-15c99c117f50"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "3edf2663-4603-4246-9faf-e63636fc6195"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "60111f70-60c6-4d64-9a9c-16a118b7c095"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "1706ea22-7e9a-4921-88fd-12c6c7cf4c30"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "1d1a17a7-8bad-4b80-bfe7-524b305c65f7"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e4ece932-8fdf-4663-a66f-3c30eb15a260"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "001b721b-5e6f-40c0-8510-9f9ca889f3a6"
                        }
                    ]
                },
                "acl-name": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb415e1c-309f-465e-858d-aa699f9349f0",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.604" starttime="20181202 17:17:26.604"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.604" starttime="20181202 17:17:26.599"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.607" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.608" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.608" starttime="20181202 17:17:26.605"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.608" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"3106ab57-56ad-41d7-ac8f-3de76ecd5561","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"fe80:0:0:0:f816:3eff:fe6c:c209"},{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"20.1.1.4"},{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"71.1.1.0/24"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"08b29d12-1f06-473d-b9df-fd670befc6cc","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap08b29d12-1f"},{"name":"3874786d-21fa-42d2-9d31-b1ec28cc3f45","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:9c:45:62","ip-address":"20.1.1.3"},{"mac-address":"fa:16:3e:9c:45:62","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:9c:45:62","ip-address":"71.1.1.0/24"},{"mac-address":"fa:16:3e:9c:45:62","ip-address":"fe80:0:0:0:f816:3eff:fe9c:4562"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"474c1151-a762-4328-9928-0257a1b40acd","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:70:af:ce","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:70:af:ce","ip-address":"10.1.1.5"},{"mac-address":"fa:16:3e:70:af:ce","ip-address":"fe80:0:0:0:f816:3eff:fe70:afce"},{"mac-address":"fa:16:3e:70:af:ce","ip-address":"71.1.1.0/24"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"27e8fcdb-a499-4c5f-99c4-5c5d287381b0","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"fe80:0:0:0:f816:3eff:fec7:eac9"},{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"10.1.1.6"},{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"71.1.1.0/24"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap9f2218a4-92"}]}} </msg>
<msg timestamp="20181202 17:17:26.609" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.609" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "72.1.1.0/24",
            ...</msg>
<status status="PASS" endtime="20181202 17:17:26.609" starttime="20181202 17:17:26.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.609" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "72.1.1.0/24",
                        "mac-address": "fa:16:3e:6c:c2:09"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe6c:c209",
                        "mac-address": "fa:16:3e:6c:c2:09"
                    },
                    {
                        "ip-address": "20.1.1.4",
                        "mac-address": "fa:16:3e:6c:c2:09"
                    },
                    {
                        "ip-address": "71.1.1.0/24",
                        "mac-address": "fa:16:3e:6c:c2:09"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                ],
                "enabled": true,
                "name": "3106ab57-56ad-41d7-ac8f-3de76ecd5561",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap08b29d12-1f",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "20.1.1.3",
                        "mac-address": "fa:16:3e:9c:45:62"
                    },
                    {
                        "ip-address": "72.1.1.0/24",
                        "mac-address": "fa:16:3e:9c:45:62"
                    },
                    {
                        "ip-address": "71.1.1.0/24",
                        "mac-address": "fa:16:3e:9c:45:62"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe9c:4562",
                        "mac-address": "fa:16:3e:9c:45:62"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                ],
                "enabled": true,
                "name": "3874786d-21fa-42d2-9d31-b1ec28cc3f45",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "72.1.1.0/24",
                        "mac-address": "fa:16:3e:70:af:ce"
                    },
                    {
                        "ip-address": "10.1.1.5",
                        "mac-address": "fa:16:3e:70:af:ce"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe70:afce",
                        "mac-address": "fa:16:3e:70:af:ce"
                    },
                    {
                        "ip-address": "71.1.1.0/24",
                        "mac-address": "fa:16:3e:70:af:ce"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                ],
                "enabled": true,
                "name": "474c1151-a762-4328-9928-0257a1b40acd",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec7:eac9",
                        "mac-address": "fa:16:3e:c7:ea:c9"
                    },
                    {
                        "ip-address": "10.1.1.6",
                        "mac-address": "fa:16:3e:c7:ea:c9"
                    },
                    {
                        "ip-address": "72.1.1.0/24",
                        "mac-address": "fa:16:3e:c7:ea:c9"
                    },
                    {
                        "ip-address": "71.1.1.0/24",
                        "mac-address": "fa:16:3e:c7:ea:c9"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                ],
                "enabled": true,
                "name": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap9f2218a4-92",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.609" starttime="20181202 17:17:26.609"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.609" starttime="20181202 17:17:26.605"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.612" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.612" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.613" starttime="20181202 17:17:26.610"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.615" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.44c0fd8e-43a7-4e09-bfb8-710fb2db10e8.08b29d12-1f06-473d-b9df-fd670befc6cc","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84188069888,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5018,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":38,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.08b29d12-1f06-473d-b9df-fd670befc6cc","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"31"}}]}}]}]},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"30"}}]}}]}]},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.fb0dfaae-2baa-4343-b48d-0e3904b877be.9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84171292672,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5017,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":37,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-ingress"}]}} </msg>
<msg timestamp="20181202 17:17:26.615" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.615" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 17:17:26.615" starttime="20181202 17:17:26.613"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.616" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84188069888,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5018
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.44c0fd8e-43a7-4e09-bfb8-710fb2db10e8.08b29d12-1f06-473d-b9df-fd670befc6cc",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "31"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.08b29d12-1f06-473d-b9df-fd670befc6cc",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "30"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84171292672,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5017
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 37
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.fb0dfaae-2baa-4343-b48d-0e3904b877be.9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.616" starttime="20181202 17:17:26.615"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.616" starttime="20181202 17:17:26.609"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.618" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.619" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.619" starttime="20181202 17:17:26.616"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.619" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"zone-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be"},{"zone-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:17:26.619" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.619" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 17:17:26.619" starttime="20181202 17:17:26.619"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.620" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                            },
                            {
                                "zone-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
                            },
                            {
                                "zone-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.620" starttime="20181202 17:17:26.620"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.620" starttime="20181202 17:17:26.616"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.623" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.623" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.623" starttime="20181202 17:17:26.620"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.624" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.624" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.624" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.624" starttime="20181202 17:17:26.623"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.625" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.625" starttime="20181202 17:17:26.624"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.625" starttime="20181202 17:17:26.620"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.630" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.630" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.630" starttime="20181202 17:17:26.625"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.630" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.631" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.631" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.631" starttime="20181202 17:17:26.630"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.631" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.631" starttime="20181202 17:17:26.631"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.631" starttime="20181202 17:17:26.625"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.634" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.634" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.634" starttime="20181202 17:17:26.631"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.635" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.635" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.635" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.635" starttime="20181202 17:17:26.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.635" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.636" starttime="20181202 17:17:26.635"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.636" starttime="20181202 17:17:26.631"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.638" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.638" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.638" starttime="20181202 17:17:26.636"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.639" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:17:26.639" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.639" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 17:17:26.639" starttime="20181202 17:17:26.638"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.640" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.640" starttime="20181202 17:17:26.639"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.640" starttime="20181202 17:17:26.636"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.642" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.642" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.642" starttime="20181202 17:17:26.640"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.643" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 17:17:26.643" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.643" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.643" starttime="20181202 17:17:26.642"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.643" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.643" starttime="20181202 17:17:26.643"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.643" starttime="20181202 17:17:26.640"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.645" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.645" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.645" starttime="20181202 17:17:26.643"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.646" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 17:17:26.646" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.646" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.646" starttime="20181202 17:17:26.646"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.647" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.647" starttime="20181202 17:17:26.646"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.647" starttime="20181202 17:17:26.643"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.649" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.650" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.650" starttime="20181202 17:17:26.647"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.651" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 17:17:26.651" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.651" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 17:17:26.651" starttime="20181202 17:17:26.650"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.651" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:17:26.651" starttime="20181202 17:17:26.651"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.651" starttime="20181202 17:17:26.647"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.654" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.655" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.655" starttime="20181202 17:17:26.652"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.657" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"fb0dfaae-2baa-4343-b48d-0e3904b877be","admin-state-up":true,"neutron-provider-ext:segmentation-id":"95","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpn_net_1"},{"uuid":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"100","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpn_net_2"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"vpn_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"1d1a17a7-8bad-4b80-bfe7-524b305c65f7","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"e4ece932-8fdf-4663-a66f-3c30eb15a260","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"001b721b-5e6f-40c0-8510-9f9ca889f3a6","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"1706ea22-7e9a-4921-88fd-12c6c7cf4c30","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"468d0b00-aa3f-4f6c-81f9-f328aa5dd233","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"60111f70-60c6-4d64-9a9c-16a118b7c095","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"814bd731-067a-4ee7-9c08-15c99c117f50","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b"},{"uuid":"3edf2663-4603-4246-9faf-e63636fc6195","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"f686997d-b579-41ac-a151-550a14c88416","gateway-ip":"20.1.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"20.1.1.2","end":"20.1.1.254"}],"cidr":"20.1.1.0/24","network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_sub_2"},{"uuid":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","cidr":"10.1.1.0/24","gateway-ip":"10.1.1.1","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","revision-number":1,"name":"vpn_sub_1","ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.1.1.2","end":"10.1.1.254"}]}]},"ports":{"port":[{"uuid":"3106ab57-56ad-41d7-ac8f-3de76ecd5561","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:6c:c2:09","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"71.1.1.0/24"},{"mac-address":"fa:16:3e:6c:c2:09","ip-address":"72.1.1.0/24"}],"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_net_2_port_1"},{"uuid":"08b29d12-1f06-473d-b9df-fd670befc6cc","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:7f:26:a0","admin-state-up":true,"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":""},{"uuid":"3874786d-21fa-42d2-9d31-b1ec28cc3f45","fixed-ips":[{"subnet-id":"f686997d-b579-41ac-a151-550a14c88416","ip-address":"20.1.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:9c:45:62","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:9c:45:62","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:9c:45:62","ip-address":"71.1.1.0/24"}],"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","name":"vpn_net_2_port_2"},{"uuid":"474c1151-a762-4328-9928-0257a1b40acd","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.5"}],"device-id":"","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","revision-number":1,"device-owner":"","mac-address":"fa:16:3e:70:af:ce","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"allowed-address-pairs":[{"mac-address":"fa:16:3e:70:af:ce","ip-address":"71.1.1.0/24"},{"mac-address":"fa:16:3e:70:af:ce","ip-address":"72.1.1.0/24"}],"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":"vpn_net_1_port_1"},{"uuid":"27e8fcdb-a499-4c5f-99c4-5c5d287381b0","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.6"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c7:ea:c9","security-groups":["f1228f88-80a4-4bd8-80ff-cd99b44daa1b"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"72.1.1.0/24"},{"mac-address":"fa:16:3e:c7:ea:c9","ip-address":"71.1.1.0/24"}],"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":"vpn_net_1_port_2"},{"uuid":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","fixed-ips":[{"subnet-id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","ip-address":"10.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb0dfaae-2baa-4343-b48d-0e3904b877be","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:96:72:ba","admin-state-up":true,"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","name":""}]},"routers":{}}} </msg>
<msg timestamp="20181202 17:17:26.657" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.657" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 17:17:26.657" starttime="20181202 17:17:26.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.658" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "vpn_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "95",
                    "revision-number": 1,
                    "shared": false,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
                },
                {
                    "admin-state-up": true,
                    "name": "vpn_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "100",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "71.1.1.0/24",
                            "mac-address": "fa:16:3e:6c:c2:09"
                        },
                        {
                            "ip-address": "72.1.1.0/24",
                            "mac-address": "fa:16:3e:6c:c2:09"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "20.1.1.4",
                            "subnet-id": "f686997d-b579-41ac-a151-550a14c88416"
                        }
                    ],
                    "mac-address": "fa:16:3e:6c:c2:09",
                    "name": "vpn_net_2_port_1",
                    "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3106ab57-56ad-41d7-ac8f-3de76ecd5561"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "20.1.1.2",
                            "subnet-id": "f686997d-b579-41ac-a151-550a14c88416"
                        }
                    ],
                    "mac-address": "fa:16:3e:7f:26:a0",
                    "name": "",
                    "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "08b29d12-1f06-473d-b9df-fd670befc6cc"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "72.1.1.0/24",
                            "mac-address": "fa:16:3e:9c:45:62"
                        },
                        {
                            "ip-address": "71.1.1.0/24",
                            "mac-address": "fa:16:3e:9c:45:62"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "20.1.1.3",
                            "subnet-id": "f686997d-b579-41ac-a151-550a14c88416"
                        }
                    ],
                    "mac-address": "fa:16:3e:9c:45:62",
                    "name": "vpn_net_2_port_2",
                    "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3874786d-21fa-42d2-9d31-b1ec28cc3f45"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "71.1.1.0/24",
                            "mac-address": "fa:16:3e:70:af:ce"
                        },
                        {
                            "ip-address": "72.1.1.0/24",
                            "mac-address": "fa:16:3e:70:af:ce"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.1.5",
                            "subnet-id": "16aded9a-2dc5-420e-a677-9e10d5e90b1b"
                        }
                    ],
                    "mac-address": "fa:16:3e:70:af:ce",
                    "name": "vpn_net_1_port_1",
                    "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "revision-number": 1,
                    "security-groups": [
                        "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                    ],
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "474c1151-a762-4328-9928-0257a1b40acd"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "72.1.1.0/24",
                            "mac-address": "fa:16:3e:c7:ea:c9"
                        },
                        {
                            "ip-address": "71.1.1.0/24",
                            "mac-address": "fa:16:3e:c7:ea:c9"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.1.6",
                            "subnet-id": "16aded9a-2dc5-420e-a677-9e10d5e90b1b"
                        }
                    ],
                    "mac-address": "fa:16:3e:c7:ea:c9",
                    "name": "vpn_net_1_port_2",
                    "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb0dfaae-2baa-4343-b48d-0e3904b877be",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.1.2",
                            "subnet-id": "16aded9a-2dc5-420e-a677-9e10d5e90b1b"
                        }
                    ],
                    "mac-address": "fa:16:3e:96:72:ba",
                    "name": "",
                    "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
                }
            ]
        },
        "routers": {},
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "vpn_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1d1a17a7-8bad-4b80-bfe7-524b305c65f7"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e4ece932-8fdf-4663-a66f-3c30eb15a260"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "001b721b-5e6f-40c0-8510-9f9ca889f3a6"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1706ea22-7e9a-4921-88fd-12c6c7cf4c30"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "468d0b00-aa3f-4f6c-81f9-f328aa5dd233"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "60111f70-60c6-4d64-9a9c-16a118b7c095"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "814bd731-067a-4ee7-9c08-15c99c117f50"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3edf2663-4603-4246-9faf-e63636fc6195"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "20.1.1.254",
                            "start": "20.1.1.2"
                        }
                    ],
                    "cidr": "20.1.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "20.1.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "vpn_sub_2",
                    "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f686997d-b579-41ac-a151-550a14c88416"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "10.1.1.254",
                            "start": "10.1.1.2"
                        }
                    ],
                    "cidr": "10.1.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "10.1.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "vpn_sub_1",
                    "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "16aded9a-2dc5-420e-a677-9e10d5e90b1b"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.658" starttime="20181202 17:17:26.657"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.658" starttime="20181202 17:17:26.651"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.661" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.661" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.661" starttime="20181202 17:17:26.658"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.661" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","subnet-id-list":["16aded9a-2dc5-420e-a677-9e10d5e90b1b"]},{"network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","subnet-id-list":["f686997d-b579-41ac-a151-550a14c88416"]}]}} </msg>
<msg timestamp="20181202 17:17:26.661" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.662" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "subnet-id-list": [
                    "16aded9a-2dc...</msg>
<status status="PASS" endtime="20181202 17:17:26.662" starttime="20181202 17:17:26.661"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.662" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "subnet-id-list": [
                    "16aded9a-2dc5-420e-a677-9e10d5e90b1b"
                ]
            },
            {
                "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "subnet-id-list": [
                    "f686997d-b579-41ac-a151-550a14c88416"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.662" starttime="20181202 17:17:26.662"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.662" starttime="20181202 17:17:26.658"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.664" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.665" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.665" starttime="20181202 17:17:26.662"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.665" level="INFO">To JSON using : content={"neutron-vpn-portip-port-data":{}} </msg>
<msg timestamp="20181202 17:17:26.665" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.665" level="INFO">${pretty_output} = {
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.665" starttime="20181202 17:17:26.665"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.666" level="INFO">{
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.666" starttime="20181202 17:17:26.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.666" starttime="20181202 17:17:26.662"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.668" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.668" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.668" starttime="20181202 17:17:26.666"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.669" level="INFO">To JSON using : content={"router-interfaces-map":{}} </msg>
<msg timestamp="20181202 17:17:26.669" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.669" level="INFO">${pretty_output} = {
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.669" starttime="20181202 17:17:26.668"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.669" level="INFO">{
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.669" starttime="20181202 17:17:26.669"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.669" starttime="20181202 17:17:26.666"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.672" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.672" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.672" starttime="20181202 17:17:26.670"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.672" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"16aded9a-2dc5-420e-a677-9e10d5e90b1b","network-type":"VXLAN","port-list":["9f2218a4-92b9-4172-8acc-795c4fb5c07c","27e8fcdb-a499-4c5f-99c4-5c5d287381b0","474c1151-a762-4328-9928-0257a1b40acd"],"segmentation-id":95,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"fb0dfaae-2baa-4343-b48d-0e3904b877be","subnet-ip":"10.1.1.0/24"},{"id":"f686997d-b579-41ac-a151-550a14c88416","network-type":"VXLAN","port-list":["3106ab57-56ad-41d7-ac8f-3de76ecd5561","08b29d12-1f06-473d-b9df-fd670befc6cc","3874786d-21fa-42d2-9d31-b1ec28cc3f45"],"segmentation-id":100,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","subnet-ip":"20.1.1.0/24"}]}} </msg>
<msg timestamp="20181202 17:17:26.673" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.673" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "16aded9a-2dc5-420e-a677-9e10d5e90b1b",
                "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
         ...</msg>
<status status="PASS" endtime="20181202 17:17:26.673" starttime="20181202 17:17:26.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.673" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "16aded9a-2dc5-420e-a677-9e10d5e90b1b",
                "network-id": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "network-type": "VXLAN",
                "port-list": [
                    "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                    "27e8fcdb-a499-4c5f-99c4-5c5d287381b0",
                    "474c1151-a762-4328-9928-0257a1b40acd"
                ],
                "segmentation-id": 95,
                "subnet-ip": "10.1.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "f686997d-b579-41ac-a151-550a14c88416",
                "network-id": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "network-type": "VXLAN",
                "port-list": [
                    "3106ab57-56ad-41d7-ac8f-3de76ecd5561",
                    "08b29d12-1f06-473d-b9df-fd670befc6cc",
                    "3874786d-21fa-42d2-9d31-b1ec28cc3f45"
                ],
                "segmentation-id": 100,
                "subnet-ip": "20.1.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.673" starttime="20181202 17:17:26.673"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.673" starttime="20181202 17:17:26.670"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.676" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.676" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.676" starttime="20181202 17:17:26.673"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.676" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 17:17:26.676" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.676" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.676" starttime="20181202 17:17:26.676"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.677" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.677" starttime="20181202 17:17:26.677"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.677" starttime="20181202 17:17:26.673"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.679" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.679" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.679" starttime="20181202 17:17:26.677"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.680" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 17:17:26.680" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.680" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.680" starttime="20181202 17:17:26.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.680" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.680" starttime="20181202 17:17:26.680"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.680" starttime="20181202 17:17:26.677"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.683" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.683" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.683" starttime="20181202 17:17:26.681"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.684" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap9f2218a4-92","interface-child-entry":[{"child-interface":"9f2218a4-92b9-4172-8acc-795c4fb5c07c"}]},{"parent-interface":"tap08b29d12-1f","interface-child-entry":[{"child-interface":"08b29d12-1f06-473d-b9df-fd670befc6cc"}]}]}} </msg>
<msg timestamp="20181202 17:17:26.684" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.684" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 17:17:26.684" starttime="20181202 17:17:26.683"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.684" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
                    }
                ],
                "parent-interface": "tap9f2218a4-92"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "08b29d12-1f06-473d-b9df-fd670befc6cc"
                    }
                ],
                "parent-interface": "tap08b29d12-1f"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.684" starttime="20181202 17:17:26.684"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.684" starttime="20181202 17:17:26.681"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.687" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.687" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.687" starttime="20181202 17:17:26.685"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.688" level="INFO">To JSON using : content={"router-interfaces":{}} </msg>
<msg timestamp="20181202 17:17:26.688" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.688" level="INFO">${pretty_output} = {
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.688" starttime="20181202 17:17:26.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.688" level="INFO">{
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.688" starttime="20181202 17:17:26.688"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.688" starttime="20181202 17:17:26.684"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.691" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.691" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.691" starttime="20181202 17:17:26.689"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.691" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 17:17:26.691" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.691" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 17:17:26.691" starttime="20181202 17:17:26.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.692" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.692" starttime="20181202 17:17:26.692"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.692" starttime="20181202 17:17:26.688"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.694" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.694" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.694" starttime="20181202 17:17:26.692"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.695" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 17:17:26.695" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.695" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 17:17:26.695" starttime="20181202 17:17:26.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.696" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.696" starttime="20181202 17:17:26.695"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.696" starttime="20181202 17:17:26.692"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.699" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.699" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.699" starttime="20181202 17:17:26.696"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.699" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.699" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.700" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.700" starttime="20181202 17:17:26.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.700" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.700" starttime="20181202 17:17:26.700"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.700" starttime="20181202 17:17:26.696"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.702" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.702" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.702" starttime="20181202 17:17:26.700"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.703" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 17:17:26.703" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.703" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.703" starttime="20181202 17:17:26.703"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.704" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.704" starttime="20181202 17:17:26.703"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.704" starttime="20181202 17:17:26.700"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.706" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.706" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.706" starttime="20181202 17:17:26.704"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.707" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 17:17:26.707" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.707" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.707" starttime="20181202 17:17:26.706"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.707" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.707" starttime="20181202 17:17:26.707"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.707" starttime="20181202 17:17:26.704"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.711" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.711" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.711" starttime="20181202 17:17:26.707"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.712" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.712" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.712" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.712" starttime="20181202 17:17:26.712"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.712" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.713" starttime="20181202 17:17:26.712"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.713" starttime="20181202 17:17:26.707"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.716" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.716" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.716" starttime="20181202 17:17:26.713"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.716" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.716" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.716" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.717" starttime="20181202 17:17:26.716"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.717" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.717" starttime="20181202 17:17:26.717"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.717" starttime="20181202 17:17:26.713"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.721" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.721" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.721" starttime="20181202 17:17:26.717"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.722" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.722" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.722" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.722" starttime="20181202 17:17:26.721"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.722" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.722" starttime="20181202 17:17:26.722"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.722" starttime="20181202 17:17:26.717"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.725" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.725" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.725" starttime="20181202 17:17:26.722"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.726" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.726" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.726" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.726" starttime="20181202 17:17:26.725"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.726" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.726" starttime="20181202 17:17:26.726"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.726" starttime="20181202 17:17:26.722"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.730" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.730" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.730" starttime="20181202 17:17:26.727"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.731" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.731" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.731" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.731" starttime="20181202 17:17:26.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.731" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.731" starttime="20181202 17:17:26.731"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.731" starttime="20181202 17:17:26.727"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.741" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.741" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.741" starttime="20181202 17:17:26.731"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.759" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.08b29d12-1f06-473d-b9df-fd670befc6cc.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":9728}}}]},"strict":true,"cookie":134217735,"flow-name":"default.08b29d12-1f06-473d-b9df-fd670befc6cc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"31"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.9f2218a4-92b9-4172-8acc-795c4fb5c07c.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":9472}}}]},"strict":true,"cookie":134217735,"flow-name":"default.9f2218a4-92b9-4172-8acc-795c4fb5c07c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"30"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"36100","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":100}},"strict":false,"cookie":150999962,"flow-name":"ITM Flow Entry :5018","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84188069888,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3695","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":95}},"strict":false,"cookie":150999961,"flow-name":"ITM Flow Entry :5017","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84171292672,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385017","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":95}},"strict":false,"cookie":151327641,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84171292672,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385018","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":100}},"strict":false,"cookie":151327642,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84188069888,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525018true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84188069889,"metadata-mask":1099494850561}},"strict":false,"cookie":141562778,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210035}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525017false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84171292672,"metadata-mask":1099494850561}},"strict":false,"cookie":141562777,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210034}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525018false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84188069888,"metadata-mask":1099494850561}},"strict":false,"cookie":141562778,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210036}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525017true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84171292673,"metadata-mask":1099494850561}},"strict":false,"cookie":141562777,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210033}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050178365913623561437fa:16:3e:96:72:ba","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:96:72:ba"}},"metadata":{"metadata":40766101520384,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550425,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050188365913623561438fa:16:3e:7f:26:a0","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:7f:26:a0"}},"metadata":{"metadata":41865629925376,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550426,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150178365913623561437fa:16:3e:96:72:ba","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:96:72:ba"}},"metadata":{"metadata":84171292672,"metadata-mask":1099494850560}},"strict":true,"cookie":134419353,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9472,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150188365913623561438fa:16:3e:7f:26:a0","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:7f:26:a0"}},"metadata":{"metadata":84188069888,"metadata-mask":1099494850560}},"strict":true,"cookie":134419354,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9728,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.37.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":37}},"strict":true,"cookie":142606373,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9472,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.37.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":37}},"strict":true,"cookie":142606373,"flow-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.38.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855488,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":38}},"strict":true,"cookie":142606374,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.38.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":38}},"strict":true,"cookie":142606374,"flow-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":9728,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:08b29d12-1f06-473d-b9df-fd670befc6cc","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:31","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:08b29d12-1f06-473d-b9df-fd670befc6cc","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":41781441855488,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:9f2218a4-92b9-4172-8acc-795c4fb5c07c","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:30","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:9f2218a4-92b9-4172-8acc-795c4fb5c07c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":40681930227712,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.9f2218a4-92b9-4172-8acc-795c4fb5c07c.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":40681930227712,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.fb0dfaae-2baa-4343-b48d-0e3904b877be.9f2218a4-92b9-4172-8acc-795c4fb5c07c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":37,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5017,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529255812169990144,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.08b29d12-1f06-473d-b9df-fd670befc6cc.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":41781441855488,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.44c0fd8e-43a7-4e09-bfb8-710fb2db10e8.08b29d12-1f06-473d-b9df-fd670befc6cc","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":38,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5018,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529256911698395136,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210034,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210033}}],"watch_port":4294967295}]},"group-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210033,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":37}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210036,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210035}}],"watch_port":4294967295}]},"group-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210035,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":38}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:17:26.759" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.761" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:17:26.761" starttime="20181202 17:17:26.742"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.763" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210033
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210034,
                        "group-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 37
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210033,
                        "group-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210035
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210036,
                        "group-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 38
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210035,
                        "group-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.08b29d12-1f06-473d-b9df-fd670befc6cc",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.08b29d12-1f06-473d-b9df-fd670befc6cc.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "31"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9728
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.9f2218a4-92b9-4172-8acc-795c4fb5c07c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "30"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 9472
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999962,
                                "flow-name": "ITM Flow Entry :5018",
                                "hard-timeout": 0,
                                "id": "36100",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84188069888,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 100
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999961,
                                "flow-name": "ITM Flow Entry :5017",
                                "hard-timeout": 0,
                                "id": "3695",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84171292672,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 95
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327641,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "385017",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84171292672,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 95
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327642,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "385018",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84188069888,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 100
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562778,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "525018true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210035
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84188069889,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562777,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "525017false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210034
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84171292672,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562778,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "525018false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210036
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84188069888,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562777,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "525017true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210033
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84171292673,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550425,
                                "hard-timeout": 0,
                                "id": "5050178365913623561437fa:16:3e:96:72:ba",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:96:72:ba"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 40766101520384,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550426,
                                "hard-timeout": 0,
                                "id": "5050188365913623561438fa:16:3e:7f:26:a0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:7f:26:a0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 41865629925376,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419353,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "5150178365913623561437fa:16:3e:96:72:ba",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 9472
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:96:72:ba"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84171292672,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419354,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "5150188365913623561438fa:16:3e:7f:26:a0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 9728
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:7f:26:a0"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84188069888,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "55.37.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 9472
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 37
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606373,
                                "flow-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                                "hard-timeout": 0,
                                "id": "55.37.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 37
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606374,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "55.38.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 38
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606374,
                                "flow-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                                "hard-timeout": 0,
                                "id": "55.38.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 9728
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 38
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:08b29d12-1f06-473d-b9df-fd670befc6cc",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:08b29d12-1f06-473d-b9df-fd670befc6cc",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 41781441855488,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:31",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 40681930227712,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:30",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.fb0dfaae-2baa-4343-b48d-0e3904b877be.9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.9f2218a4-92b9-4172-8acc-795c4fb5c07c.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 37
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5017
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529255812169990144,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 40681930227712,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.44c0fd8e-43a7-4e09-bfb8-710fb2db10e8.08b29d12-1f06-473d-b9df-fd670befc6cc",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.08b29d12-1f06-473d-b9df-fd670befc6cc.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 38
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5018
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529256911698395136,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 41781441855488,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.765" starttime="20181202 17:17:26.761"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.765" starttime="20181202 17:17:26.731"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.769" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.769" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.769" starttime="20181202 17:17:26.765"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.770" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["08b29d12-1f06-473d-b9df-fd670befc6cc"]}]},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["9f2218a4-92b9-4172-8acc-795c4fb5c07c"]}]}]}} </msg>
<msg timestamp="20181202 17:17:26.770" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.770" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181202 17:17:26.770" starttime="20181202 17:17:26.769"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.770" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "08b29d12-1f06-473d-b9df-fd670befc6cc"
                        ]
                    }
                ],
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
                        ]
                    }
                ],
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.770" starttime="20181202 17:17:26.770"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.770" starttime="20181202 17:17:26.765"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.773" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.773" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.773" starttime="20181202 17:17:26.771"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.774" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","mac-entry":[{"mac-address":"fa:16:3e:96:72:ba","interface":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","ip-prefix":"10.1.1.2","isStaticAddress":true}]},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","mac-entry":[{"mac-address":"fa:16:3e:7f:26:a0","interface":"08b29d12-1f06-473d-b9df-fd670befc6cc","ip-prefix":"20.1.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 17:17:26.774" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.774" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 17:17:26.774" starttime="20181202 17:17:26.773"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.774" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be",
                "mac-entry": [
                    {
                        "interface": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                        "ip-prefix": "10.1.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:96:72:ba"
                    }
                ]
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8",
                "mac-entry": [
                    {
                        "interface": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                        "ip-prefix": "20.1.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:7f:26:a0"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.775" starttime="20181202 17:17:26.774"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.775" starttime="20181202 17:17:26.770"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.778" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.778" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.778" starttime="20181202 17:17:26.775"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.779" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.779" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.779" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.779" starttime="20181202 17:17:26.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.779" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.779" starttime="20181202 17:17:26.779"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.779" starttime="20181202 17:17:26.775"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.782" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.782" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.782" starttime="20181202 17:17:26.780"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.783" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8","elan-interfaces":["08b29d12-1f06-473d-b9df-fd670befc6cc"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"fb0dfaae-2baa-4343-b48d-0e3904b877be","elan-interfaces":["9f2218a4-92b9-4172-8acc-795c4fb5c07c"]}]}} </msg>
<msg timestamp="20181202 17:17:26.783" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.783" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "08b29d12-1f06-473d-b9df-fd670befc6cc"
                ],
                "name": "44c0fd...</msg>
<status status="PASS" endtime="20181202 17:17:26.783" starttime="20181202 17:17:26.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.783" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "08b29d12-1f06-473d-b9df-fd670befc6cc"
                ],
                "name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
                ],
                "name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.783" starttime="20181202 17:17:26.783"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.783" starttime="20181202 17:17:26.779"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.786" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.786" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.786" starttime="20181202 17:17:26.784"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.787" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"08b29d12-1f06-473d-b9df-fd670befc6cc","lower-layer-if":["openflow:83659136235614:31"],"type":"iana-if-type:l2vlan","if-index":38,"statistics":{"discontinuity-time":"2018-12-02T17:06:19.054Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap9f2218a4-92","lower-layer-if":["openflow:83659136235614:30"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:06:16.317Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","lower-layer-if":["openflow:83659136235614:30"],"type":"iana-if-type:l2vlan","if-index":37,"statistics":{"discontinuity-time":"2018-12-02T17:06:16.331Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap08b29d12-1f","lower-layer-if":["openflow:83659136235614:31"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:06:19.049Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 17:17:26.787" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.788" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 17:17:26.788" starttime="20181202 17:17:26.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.788" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 38,
                "lower-layer-if": [
                    "openflow:83659136235614:31"
                ],
                "name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:06:19.054Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:30"
                ],
                "name": "tap9f2218a4-92",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:06:16.317Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 37,
                "lower-layer-if": [
                    "openflow:83659136235614:30"
                ],
                "name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:06:16.331Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:31"
                ],
                "name": "tap08b29d12-1f",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:06:19.049Z"
                },
                "type": "iana-if-type:other"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.788" starttime="20181202 17:17:26.788"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.788" starttime="20181202 17:17:26.784"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.791" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.791" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.791" starttime="20181202 17:17:26.788"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.792" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":37,"port-no":30,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":38,"port-no":31,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":38,"port-no":31,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":37,"port-no":30,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 17:17:26.792" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.792" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 37,
                "interface-name": "9f2218a4...</msg>
<status status="PASS" endtime="20181202 17:17:26.792" starttime="20181202 17:17:26.791"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.792" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 37,
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 30,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 38,
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 31,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 38,
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 31,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 37,
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 30,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.793" starttime="20181202 17:17:26.792"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.793" starttime="20181202 17:17:26.788"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.796" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.796" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.796" starttime="20181202 17:17:26.793"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.797" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.797" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.797" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.797" starttime="20181202 17:17:26.796"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.797" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.797" starttime="20181202 17:17:26.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.797" starttime="20181202 17:17:26.793"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.800" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.800" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.800" starttime="20181202 17:17:26.798"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.800" level="INFO">To JSON using : content={"l3nexthop":{}} </msg>
<msg timestamp="20181202 17:17:26.800" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.800" level="INFO">${pretty_output} = {
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.800" starttime="20181202 17:17:26.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.801" level="INFO">{
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.801" starttime="20181202 17:17:26.801"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.801" starttime="20181202 17:17:26.797"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.805" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.805" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.805" starttime="20181202 17:17:26.801"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.805" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.805" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.806" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.806" starttime="20181202 17:17:26.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.806" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.806" starttime="20181202 17:17:26.806"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.806" starttime="20181202 17:17:26.801"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.809" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.809" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.809" starttime="20181202 17:17:26.806"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.811" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"tap9f2218a4-92","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"7a7d7f0b-aad9-4a25-8c7e-27d3862176e7","ovsdb:name":"tap9f2218a4-92","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:96:72:ba"},{"external-id-key":"iface-id","external-id-value":"9f2218a4-92b9-4172-8acc-795c4fb5c07c"}],"ovsdb:port-uuid":"49eeaebb-59bc-4437-a9d4-c650465cfe47","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":30},{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap08b29d12-1f","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"007c0706-1c62-451a-8456-f31856653f17","ovsdb:name":"tap08b29d12-1f","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:7f:26:a0"},{"external-id-key":"iface-id","external-id-value":"08b29d12-1f06-473d-b9df-fd670befc6cc"}],"ovsdb:port-uuid":"8614dc28-b67f-4c06-ab4f-37e6e1d04d62","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":31},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 17:17:26.811" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.811" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 17:17:26.811" starttime="20181202 17:17:26.810"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.812" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:96:72:ba"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "7a7d7f0b-aad9-4a25-8c7e-27d3862176e7",
                            "ovsdb:name": "tap9f2218a4-92",
                            "ovsdb:ofport": 30,
                            "ovsdb:port-uuid": "49eeaebb-59bc-4437-a9d4-c650465cfe47",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap9f2218a4-92"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:7f:26:a0"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "08b29d12-1f06-473d-b9df-fd670befc6cc"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "007c0706-1c62-451a-8456-f31856653f17",
                            "ovsdb:name": "tap08b29d12-1f",
                            "ovsdb:ofport": 31,
                            "ovsdb:port-uuid": "8614dc28-b67f-4c06-ab4f-37e6e1d04d62",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap08b29d12-1f"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:17:26.812" starttime="20181202 17:17:26.812"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.812" starttime="20181202 17:17:26.806"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.815" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.815" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.815" starttime="20181202 17:17:26.812"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.816" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"474c1151-a762-4328-9928-0257a1b40acd","status":"DOWN"},{"uuid":"3106ab57-56ad-41d7-ac8f-3de76ecd5561","status":"DOWN"},{"uuid":"08b29d12-1f06-473d-b9df-fd670befc6cc","status":"ACTIVE"},{"uuid":"27e8fcdb-a499-4c5f-99c4-5c5d287381b0","status":"DOWN"},{"uuid":"3874786d-21fa-42d2-9d31-b1ec28cc3f45","status":"DOWN"},{"uuid":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 17:17:26.816" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.816" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "474c1151-a762-4328-9928-0257a1b40acd"
            },
            {
                "status":...</msg>
<status status="PASS" endtime="20181202 17:17:26.816" starttime="20181202 17:17:26.815"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.817" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "474c1151-a762-4328-9928-0257a1b40acd"
            },
            {
                "status": "DOWN",
                "uuid": "3106ab57-56ad-41d7-ac8f-3de76ecd5561"
            },
            {
                "status": "ACTIVE",
                "uuid": "08b29d12-1f06-473d-b9df-fd670befc6cc"
            },
            {
                "status": "DOWN",
                "uuid": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0"
            },
            {
                "status": "DOWN",
                "uuid": "3874786d-21fa-42d2-9d31-b1ec28cc3f45"
            },
            {
                "status": "ACTIVE",
                "uuid": "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.817" starttime="20181202 17:17:26.816"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.817" starttime="20181202 17:17:26.812"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.820" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.820" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.820" starttime="20181202 17:17:26.817"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.821" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.821" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.821" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.821" starttime="20181202 17:17:26.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.821" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.821" starttime="20181202 17:17:26.821"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.821" starttime="20181202 17:17:26.817"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.824" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.824" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.824" starttime="20181202 17:17:26.821"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.825" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":38,"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc"},{"if-index":37,"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 17:17:26.825" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.825" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 38,
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc"
            }...</msg>
<status status="PASS" endtime="20181202 17:17:26.825" starttime="20181202 17:17:26.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.825" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 38,
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc"
            },
            {
                "if-index": 37,
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.825" starttime="20181202 17:17:26.825"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.825" starttime="20181202 17:17:26.821"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.829" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.829" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.829" starttime="20181202 17:17:26.826"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.829" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.829" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.829" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.829" starttime="20181202 17:17:26.829"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.830" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.830" starttime="20181202 17:17:26.830"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.830" starttime="20181202 17:17:26.826"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.833" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.833" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.833" starttime="20181202 17:17:26.830"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.833" level="INFO">To JSON using : content={"neutron-router-dpns":{"router-dpn-list":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:17:26.833" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.834" level="INFO">${pretty_output} = {
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.834" starttime="20181202 17:17:26.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.834" level="INFO">{
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.834" starttime="20181202 17:17:26.834"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.834" starttime="20181202 17:17:26.830"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.838" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.838" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.838" starttime="20181202 17:17:26.834"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.839" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.839" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.839" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.839" starttime="20181202 17:17:26.839"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.840" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.840" starttime="20181202 17:17:26.839"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.840" starttime="20181202 17:17:26.834"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.843" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.843" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.843" starttime="20181202 17:17:26.840"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.843" level="INFO">To JSON using : content={"prefix-to-interface":{}} </msg>
<msg timestamp="20181202 17:17:26.843" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.843" level="INFO">${pretty_output} = {
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.843" starttime="20181202 17:17:26.843"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.844" level="INFO">{
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.844" starttime="20181202 17:17:26.844"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.844" starttime="20181202 17:17:26.840"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.846" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.847" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.847" starttime="20181202 17:17:26.844"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.847" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 17:17:26.847" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.847" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 17:17:26.847" starttime="20181202 17:17:26.847"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.848" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.848" starttime="20181202 17:17:26.847"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.848" starttime="20181202 17:17:26.844"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.850" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.850" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.850" starttime="20181202 17:17:26.848"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.851" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 17:17:26.851" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.851" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 17:17:26.851" starttime="20181202 17:17:26.851"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.852" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.852" starttime="20181202 17:17:26.851"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.852" starttime="20181202 17:17:26.848"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.854" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.854" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.854" starttime="20181202 17:17:26.852"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.855" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 17:17:26.855" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.855" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.855" starttime="20181202 17:17:26.855"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.855" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:17:26.856" starttime="20181202 17:17:26.855"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.856" starttime="20181202 17:17:26.852"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.858" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.859" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.859" starttime="20181202 17:17:26.856"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.859" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 17:17:26.859" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.859" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 17:17:26.859" starttime="20181202 17:17:26.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.860" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.860" starttime="20181202 17:17:26.860"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.860" starttime="20181202 17:17:26.856"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.863" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.863" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.863" starttime="20181202 17:17:26.860"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.864" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.864" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.864" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.864" starttime="20181202 17:17:26.864"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.865" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.865" starttime="20181202 17:17:26.865"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.865" starttime="20181202 17:17:26.860"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.868" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.868" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.868" starttime="20181202 17:17:26.865"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.869" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.869" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.869" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.869" starttime="20181202 17:17:26.868"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.869" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.869" starttime="20181202 17:17:26.869"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.869" starttime="20181202 17:17:26.865"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.873" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.873" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.874" starttime="20181202 17:17:26.870"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.874" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:17:26.874" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.874" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:17:26.874" starttime="20181202 17:17:26.874"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.875" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.875" starttime="20181202 17:17:26.875"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.875" starttime="20181202 17:17:26.870"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:17:26.879" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:17:26.879" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:17:26.879" starttime="20181202 17:17:26.875"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:17:26.882" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:30","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap9f2218a4-92","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":30,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:31","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap08b29d12-1f","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":31,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 17:17:26.882" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:17:26.882" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 17:17:26.882" starttime="20181202 17:17:26.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.883" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap9f2218a4-92",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 30,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:30"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap08b29d12-1f",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 31,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:31"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:17:26.883" starttime="20181202 17:17:26.882"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.883" starttime="20181202 17:17:26.875"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.883" starttime="20181202 17:17:26.575"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.883" starttime="20181202 17:17:26.573"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:26.883" starttime="20181202 17:17:26.565"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:17:26.885" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Vpn Basic/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 17:17:26.885" starttime="20181202 17:17:26.884"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.894" starttime="20181202 17:17:26.894"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:17:26.894" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:17:26.895" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:17:26.895" starttime="20181202 17:17:26.894"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:17:26.895" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Vpn Basic/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:17:26.895" starttime="20181202 17:17:26.895"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:17:26.896" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 17:17:26.896" starttime="20181202 17:17:26.895"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:17:26.897" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:17:26.897" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:17:26.897" starttime="20181202 17:17:26.897"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:26.897" starttime="20181202 17:17:26.897"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:17:26.898" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:17:27.247" level="INFO">Read output: Last login: Sun Dec  2 17:06:02 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:17:27.247" starttime="20181202 17:17:26.898"></status>
</kw>
<msg timestamp="20181202 17:17:27.247" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:27.248" starttime="20181202 17:17:26.897"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.248" starttime="20181202 17:17:26.896"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:17:27.249" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Vpn Basic/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 17:17:27.273" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 17:17:27.273" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:17:27.274" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:17:27.274" starttime="20181202 17:17:27.249"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:17:27.339" starttime="20181202 17:17:27.274"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.340" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:17:27.340" starttime="20181202 17:17:27.340"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:27.341" starttime="20181202 17:17:27.341"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.343" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:27.343" starttime="20181202 17:17:27.343"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.343" starttime="20181202 17:17:27.342"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:27.347" starttime="20181202 17:17:27.346"></status>
</kw>
<msg timestamp="20181202 17:17:27.347" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:27.347" starttime="20181202 17:17:27.345"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.347" starttime="20181202 17:17:27.344"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.347" starttime="20181202 17:17:26.893"></status>
</kw>
<msg timestamp="20181202 17:17:27.347" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:17:27.348" starttime="20181202 17:17:26.893"></status>
</kw>
<msg timestamp="20181202 17:17:27.348" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:17:27.348" starttime="20181202 17:17:26.892"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 17:17:27.349" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 17:17:27.349" starttime="20181202 17:17:27.348"></status>
</kw>
<msg timestamp="20181202 17:17:27.349" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 17:17:27.349" starttime="20181202 17:17:26.891"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 17:17:27.350" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 17:17:27.350" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 17:17:27.350" starttime="20181202 17:17:27.350"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:27.351" starttime="20181202 17:17:27.351"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 17:17:27.352" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:17:27.352" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 17:17:27.352" starttime="20181202 17:17:27.352"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.354" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 17:17:27.354" starttime="20181202 17:17:27.353"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.354" starttime="20181202 17:17:27.352"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.354" starttime="20181202 17:17:26.884"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.354" starttime="20181202 17:17:26.884"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.354" starttime="20181202 17:17:26.883"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:27.368" starttime="20181202 17:17:27.367"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.368" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:17:27.549" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:17:27.550" starttime="20181202 17:17:27.368"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.563" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 17:17:27.563" starttime="20181202 17:17:27.550"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:17:27.566" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:17:27.566" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:17:27.566" starttime="20181202 17:17:27.564"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:17:27.610" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:17:27.610" starttime="20181202 17:17:27.566"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:17:27.612" starttime="20181202 17:17:27.611"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:17:27.613" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:27.613"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:27.366"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:27.355"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:27.355"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:27.354"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:24.908"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:27.613" starttime="20181202 17:17:24.908"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:17:27.615" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:17:27.615" starttime="20181202 17:17:27.614"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:27.616" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:17:27.646" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:29.873" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:29.873" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:29.873" starttime="20181202 17:17:27.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:29.875" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:17:29.876" starttime="20181202 17:17:29.874"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:29.877" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:29.877" starttime="20181202 17:17:29.877"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:29.878" starttime="20181202 17:17:29.878"></status>
</kw>
<msg timestamp="20181202 17:17:29.879" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:17:29.879" starttime="20181202 17:17:27.615"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:17:29.880" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:17:29.880" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:17:29.880" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:17:29.880" starttime="20181202 17:17:29.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:17:29.881" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:17:29.881" starttime="20181202 17:17:29.880"></status>
</kw>
<msg timestamp="20181202 17:17:29.881" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:17:29.881" starttime="20181202 17:17:27.614"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:17:29.882" starttime="20181202 17:17:29.881"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:17:29.883" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:17:29.883" starttime="20181202 17:17:29.883"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:29.885" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:17:29.927" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:33.224" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:33.225" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:33.225" starttime="20181202 17:17:29.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:33.226" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "vpn_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b2d1effc-d01f-4a5c-9241-926c84b35cca", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "73529661-d9f0-4b5d-bcf5-6414a39354dc", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a9469913-5132-4609-b175-99fcf8ce1b81", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "638889ee-1272-4e45-9bc1-a460d501bcc3", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:17:33.227" starttime="20181202 17:17:33.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:33.227" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:33.227" starttime="20181202 17:17:33.227"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:33.228" starttime="20181202 17:17:33.228"></status>
</kw>
<msg timestamp="20181202 17:17:33.229" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "vpn_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b2d1effc-d01f-4a5c-9241-926c84b35cca", 
    "Flavor": "m1.nano", 
    "Networks": ""
 ...</msg>
<status status="PASS" endtime="20181202 17:17:33.229" starttime="20181202 17:17:29.884"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:17:33.229" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "vpn_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "b2d1effc-d01f-4a5c-9241-926c84b35cca", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "73529661-d9f0-4b5d-bcf5-6414a39354dc", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "a9469913-5132-4609-b175-99fcf8ce1b81", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpn_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "638889ee-1272-4e45-9bc1-a460d501bcc3", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 17:17:33.230" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:17:33.230" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b2d1effc-d01f-4a5c-9241-926c84b35cca', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERRO...</msg>
<status status="PASS" endtime="20181202 17:17:33.230" starttime="20181202 17:17:33.229"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:17:33.230" level="INFO">[{u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b2d1effc-d01f-4a5c-9241-926c84b35cca', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'73529661-d9f0-4b5d-bcf5-6414a39354dc', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpn_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a9469913-5132-4609-b175-99fcf8ce1b81', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpn_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'638889ee-1272-4e45-9bc1-a460d501bcc3', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 17:17:33.231" starttime="20181202 17:17:33.230"></status>
</kw>
<msg timestamp="20181202 17:17:33.231" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b2d1effc-d01f-4a5c-9241-926c84b35cca', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERRO...</msg>
<status status="PASS" endtime="20181202 17:17:33.231" starttime="20181202 17:17:29.882"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'b2d1effc-d01f-4a5c-9241-926c84b35cca', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:33.243" level="INFO">Starting process:
openstack server show b2d1effc-d01f-4a5c-9241-926c84b35cca</msg>
<msg timestamp="20181202 17:17:33.284" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:36.218" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:36.219" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:36.219" starttime="20181202 17:17:33.243"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:36.220" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000021                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:07:23Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:07:23Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | b2d1effc-d01f-4a5c-9241-926c84b35cca                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpn_net_2_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:07:23Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:17:36.220" starttime="20181202 17:17:36.219"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:36.221" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:36.221" starttime="20181202 17:17:36.220"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:36.221" starttime="20181202 17:17:36.221"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:36.222" starttime="20181202 17:17:33.242"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:36.231" level="INFO">Starting process:
openstack server delete b2d1effc-d01f-4a5c-9241-926c84b35cca</msg>
<msg timestamp="20181202 17:17:36.252" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:41.112" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:41.112" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:41.112" starttime="20181202 17:17:36.230"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:41.113" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:41.113" starttime="20181202 17:17:41.112"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:41.114" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:41.114" starttime="20181202 17:17:41.113"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:41.114" starttime="20181202 17:17:41.114"></status>
</kw>
<msg timestamp="20181202 17:17:41.115" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:17:41.115" starttime="20181202 17:17:36.230"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:41.115" starttime="20181202 17:17:36.222"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:41.115" starttime="20181202 17:17:36.222"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:41.115" starttime="20181202 17:17:33.231"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpn_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'73529661-d9f0-4b5d-bcf5-6414a39354dc', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:41.124" level="INFO">Starting process:
openstack server show 73529661-d9f0-4b5d-bcf5-6414a39354dc</msg>
<msg timestamp="20181202 17:17:41.153" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:44.136" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:44.137" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:44.137" starttime="20181202 17:17:41.123"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:44.140" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000020                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:07:19Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:07:19Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 73529661-d9f0-4b5d-bcf5-6414a39354dc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpn_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:07:19Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:17:44.141" starttime="20181202 17:17:44.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:44.142" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:44.142" starttime="20181202 17:17:44.142"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:44.144" starttime="20181202 17:17:44.143"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:44.145" starttime="20181202 17:17:41.123"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:44.167" level="INFO">Starting process:
openstack server delete 73529661-d9f0-4b5d-bcf5-6414a39354dc</msg>
<msg timestamp="20181202 17:17:44.206" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:46.983" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:46.983" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:46.983" starttime="20181202 17:17:44.166"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:46.984" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:46.984" starttime="20181202 17:17:46.984"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:46.985" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:46.985" starttime="20181202 17:17:46.985"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:46.986" starttime="20181202 17:17:46.985"></status>
</kw>
<msg timestamp="20181202 17:17:46.986" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:17:46.986" starttime="20181202 17:17:44.165"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:46.986" starttime="20181202 17:17:44.147"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:46.986" starttime="20181202 17:17:44.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:46.986" starttime="20181202 17:17:41.115"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpn_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'a9469913-5132-4609-b175-99fcf8ce1b81', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:47.002" level="INFO">Starting process:
openstack server show a9469913-5132-4609-b175-99fcf8ce1b81</msg>
<msg timestamp="20181202 17:17:47.044" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:50.116" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:50.117" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:50.117" starttime="20181202 17:17:47.001"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:50.118" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:07:15Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:07:16Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | a9469913-5132-4609-b175-99fcf8ce1b81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpn_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:07:16Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:17:50.118" starttime="20181202 17:17:50.117"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:50.119" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:50.119" starttime="20181202 17:17:50.119"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:50.120" starttime="20181202 17:17:50.119"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:50.120" starttime="20181202 17:17:47.000"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:50.128" level="INFO">Starting process:
openstack server delete a9469913-5132-4609-b175-99fcf8ce1b81</msg>
<msg timestamp="20181202 17:17:50.153" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:53.095" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:53.096" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:53.096" starttime="20181202 17:17:50.128"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:53.097" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:53.097" starttime="20181202 17:17:53.096"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:53.098" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:53.098" starttime="20181202 17:17:53.097"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:53.098" starttime="20181202 17:17:53.098"></status>
</kw>
<msg timestamp="20181202 17:17:53.099" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:17:53.099" starttime="20181202 17:17:50.128"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:53.099" starttime="20181202 17:17:50.120"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:53.099" starttime="20181202 17:17:50.120"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:53.099" starttime="20181202 17:17:46.986"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpn_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'638889ee-1272-4e45-9bc1-a460d501bcc3', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:53.109" level="INFO">Starting process:
openstack server show 638889ee-1272-4e45-9bc1-a460d501bcc3</msg>
<msg timestamp="20181202 17:17:53.146" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:55.966" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:55.966" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:55.966" starttime="20181202 17:17:53.109"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:55.968" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000001e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:07:11Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:07:13Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 638889ee-1272-4e45-9bc1-a460d501bcc3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpn_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:07:12Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:17:55.969" starttime="20181202 17:17:55.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:55.970" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:55.970" starttime="20181202 17:17:55.969"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:55.971" starttime="20181202 17:17:55.970"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:55.971" starttime="20181202 17:17:53.108"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:55.984" level="INFO">Starting process:
openstack server delete 638889ee-1272-4e45-9bc1-a460d501bcc3</msg>
<msg timestamp="20181202 17:17:56.025" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:17:58.879" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:17:58.880" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:17:58.880" starttime="20181202 17:17:55.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:17:58.882" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:58.882" starttime="20181202 17:17:58.881"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:17:58.883" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:17:58.883" starttime="20181202 17:17:58.882"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:17:58.885" starttime="20181202 17:17:58.884"></status>
</kw>
<msg timestamp="20181202 17:17:58.886" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:17:58.886" starttime="20181202 17:17:55.983"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:58.886" starttime="20181202 17:17:55.972"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:58.886" starttime="20181202 17:17:55.972"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:58.887" starttime="20181202 17:17:53.099"></status>
</kw>
<status status="PASS" endtime="20181202 17:17:58.887" starttime="20181202 17:17:33.231"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:17:58.889" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:17:58.889" starttime="20181202 17:17:58.889"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:17:58.891" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:17:58.914" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:01.041" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:01.042" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:01.042" starttime="20181202 17:17:58.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:01.043" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:18:01.043" starttime="20181202 17:18:01.042"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:01.043" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:01.043" starttime="20181202 17:18:01.043"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:01.044" starttime="20181202 17:18:01.043"></status>
</kw>
<msg timestamp="20181202 17:18:01.044" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:18:01.044" starttime="20181202 17:17:58.890"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:01.045" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:18:01.045" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:18:01.045" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:01.045" starttime="20181202 17:18:01.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:18:01.045" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:18:01.046" starttime="20181202 17:18:01.045"></status>
</kw>
<msg timestamp="20181202 17:18:01.046" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:01.046" starttime="20181202 17:17:58.887"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:18:01.046" starttime="20181202 17:18:01.046"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:01.047" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:01.047" starttime="20181202 17:18:01.047"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:01.049" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:18:01.089" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:03.340" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:03.341" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:03.341" starttime="20181202 17:18:01.048"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:03.342" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "08b29d12-1f06-473d-b9df-fd670befc6cc", 
    "MAC Address": "fa:16:3e:7f:26:a0", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.1.6', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0", 
    "MAC Address": "fa:16:3e:c7:ea:c9", 
    "Name": "vpn_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='20.1.1.4', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "3106ab57-56ad-41d7-ac8f-3de76ecd5561", 
    "MAC Address": "fa:16:3e:6c:c2:09", 
    "Name": "vpn_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='20.1.1.3', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "3874786d-21fa-42d2-9d31-b1ec28cc3f45", 
    "MAC Address": "fa:16:3e:9c:45:62", 
    "Name": "vpn_net_2_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "474c1151-a762-4328-9928-0257a1b40acd", 
    "MAC Address": "fa:16:3e:70:af:ce", 
    "Name": "vpn_net_1_port_1"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.1.1.2', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "9f2218a4-92b9-4172-8acc-795c4fb5c07c", 
    "MAC Address": "fa:16:3e:96:72:ba", 
    "Name": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:18:03.343" starttime="20181202 17:18:03.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:03.344" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:03.344" starttime="20181202 17:18:03.343"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:03.345" starttime="20181202 17:18:03.344"></status>
</kw>
<msg timestamp="20181202 17:18:03.345" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "08b29d12-1f06-473d-b9df-fd670befc6cc", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 17:18:03.345" starttime="20181202 17:18:01.048"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:03.346" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "08b29d12-1f06-473d-b9df-fd670befc6cc", 
    "MAC Address": "fa:16:3e:7f:26:a0", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.1.6', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "27e8fcdb-a499-4c5f-99c4-5c5d287381b0", 
    "MAC Address": "fa:16:3e:c7:ea:c9", 
    "Name": "vpn_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='20.1.1.4', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "3106ab57-56ad-41d7-ac8f-3de76ecd5561", 
    "MAC Address": "fa:16:3e:6c:c2:09", 
    "Name": "vpn_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='20.1.1.3', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", 
    "ID": "3874786d-21fa-42d2-9d31-b1ec28cc3f45", 
    "MAC Address": "fa:16:3e:9c:45:62", 
    "Name": "vpn_net_2_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "474c1151-a762-4328-9928-0257a1b40acd", 
    "MAC Address": "fa:16:3e:70:af:ce", 
    "Name": "vpn_net_1_port_1"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.1.1.2', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", 
    "ID": "9f2218a4-92b9-4172-8acc-795c4fb5c07c", 
    "MAC Address": "fa:16:3e:96:72:ba", 
    "Name": ""
  }
] </msg>
<msg timestamp="20181202 17:18:03.346" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:18:03.346" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", u'ID': u'08b29d12-1f06-473d-b9df-fd670befc6cc', u'MAC Address': u'fa:16:3e:7...</msg>
<status status="PASS" endtime="20181202 17:18:03.346" starttime="20181202 17:18:03.346"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:18:03.347" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", u'ID': u'08b29d12-1f06-473d-b9df-fd670befc6cc', u'MAC Address': u'fa:16:3e:7f:26:a0', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.1.6', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", u'ID': u'27e8fcdb-a499-4c5f-99c4-5c5d287381b0', u'MAC Address': u'fa:16:3e:c7:ea:c9', u'Name': u'vpn_net_1_port_2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='20.1.1.4', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", u'ID': u'3106ab57-56ad-41d7-ac8f-3de76ecd5561', u'MAC Address': u'fa:16:3e:6c:c2:09', u'Name': u'vpn_net_2_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='20.1.1.3', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", u'ID': u'3874786d-21fa-42d2-9d31-b1ec28cc3f45', u'MAC Address': u'fa:16:3e:9c:45:62', u'Name': u'vpn_net_2_port_2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", u'ID': u'474c1151-a762-4328-9928-0257a1b40acd', u'MAC Address': u'fa:16:3e:70:af:ce', u'Name': u'vpn_net_1_port_1'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.1.1.2', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'", u'ID': u'9f2218a4-92b9-4172-8acc-795c4fb5c07c', u'MAC Address': u'fa:16:3e:96:72:ba', u'Name': u''}]</msg>
<status status="PASS" endtime="20181202 17:18:03.347" starttime="20181202 17:18:03.347"></status>
</kw>
<msg timestamp="20181202 17:18:03.347" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'", u'ID': u'08b29d12-1f06-473d-b9df-fd670befc6cc', u'MAC Address': u'fa:16:3e:7...</msg>
<status status="PASS" endtime="20181202 17:18:03.347" starttime="20181202 17:18:01.047"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='20.1.1.2', subnet_id='f686997d-b579-41ac-a151-550a14c88416'&quot;, u'ID': u'08b29d12-1f06-473d-b9df-fd670befc6cc', u'MAC Address': u'fa:16:3e:7f:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:03.358" level="INFO">Starting process:
openstack port delete 08b29d12-1f06-473d-b9df-fd670befc6cc</msg>
<msg timestamp="20181202 17:18:03.399" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:06.206" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:06.207" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:06.207" starttime="20181202 17:18:03.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:06.209" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:06.209" starttime="20181202 17:18:06.208"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:06.210" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:06.211" starttime="20181202 17:18:06.210"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:06.212" starttime="20181202 17:18:06.211"></status>
</kw>
<msg timestamp="20181202 17:18:06.212" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:06.212" starttime="20181202 17:18:03.357"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:06.213" starttime="20181202 17:18:03.349"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:06.213" starttime="20181202 17:18:03.348"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:06.213" starttime="20181202 17:18:03.348"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.1.1.6', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'&quot;, u'ID': u'27e8fcdb-a499-4c5f-99c4-5c5d287381b0', u'MAC Address': u'fa:16:3e:c7:ea...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:06.232" level="INFO">Starting process:
openstack port delete 27e8fcdb-a499-4c5f-99c4-5c5d287381b0</msg>
<msg timestamp="20181202 17:18:06.260" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:09.166" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:09.166" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:09.166" starttime="20181202 17:18:06.231"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:09.167" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:09.167" starttime="20181202 17:18:09.167"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:09.168" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:09.168" starttime="20181202 17:18:09.168"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:09.169" starttime="20181202 17:18:09.168"></status>
</kw>
<msg timestamp="20181202 17:18:09.169" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:09.169" starttime="20181202 17:18:06.231"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:09.169" starttime="20181202 17:18:06.215"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:09.169" starttime="20181202 17:18:06.214"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:09.169" starttime="20181202 17:18:06.213"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='20.1.1.4', subnet_id='f686997d-b579-41ac-a151-550a14c88416'&quot;, u'ID': u'3106ab57-56ad-41d7-ac8f-3de76ecd5561', u'MAC Address': u'fa:16:3e:6c:c2...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:09.186" level="INFO">Starting process:
openstack port delete 3106ab57-56ad-41d7-ac8f-3de76ecd5561</msg>
<msg timestamp="20181202 17:18:09.222" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:12.159" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:12.159" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:12.159" starttime="20181202 17:18:09.185"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:12.161" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:12.161" starttime="20181202 17:18:12.160"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:12.161" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:12.161" starttime="20181202 17:18:12.161"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:12.162" starttime="20181202 17:18:12.162"></status>
</kw>
<msg timestamp="20181202 17:18:12.163" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:12.163" starttime="20181202 17:18:09.184"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:12.163" starttime="20181202 17:18:09.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:12.163" starttime="20181202 17:18:09.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:12.163" starttime="20181202 17:18:09.169"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='20.1.1.3', subnet_id='f686997d-b579-41ac-a151-550a14c88416'&quot;, u'ID': u'3874786d-21fa-42d2-9d31-b1ec28cc3f45', u'MAC Address': u'fa:16:3e:9c:45...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:12.178" level="INFO">Starting process:
openstack port delete 3874786d-21fa-42d2-9d31-b1ec28cc3f45</msg>
<msg timestamp="20181202 17:18:12.221" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:14.995" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:14.996" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:14.996" starttime="20181202 17:18:12.177"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:14.997" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:14.997" starttime="20181202 17:18:14.997"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:14.998" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:14.998" starttime="20181202 17:18:14.998"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:14.999" starttime="20181202 17:18:14.999"></status>
</kw>
<msg timestamp="20181202 17:18:15.000" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:15.000" starttime="20181202 17:18:12.177"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:15.000" starttime="20181202 17:18:12.164"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:15.000" starttime="20181202 17:18:12.164"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:15.000" starttime="20181202 17:18:12.163"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.1.1.5', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'&quot;, u'ID': u'474c1151-a762-4328-9928-0257a1b40acd', u'MAC Address': u'fa:16:3e:70:af...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:15.015" level="INFO">Starting process:
openstack port delete 474c1151-a762-4328-9928-0257a1b40acd</msg>
<msg timestamp="20181202 17:18:15.059" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:18.066" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:18.067" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:18.067" starttime="20181202 17:18:15.014"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:18.068" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:18.068" starttime="20181202 17:18:18.068"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:18.069" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:18.069" starttime="20181202 17:18:18.069"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:18.070" starttime="20181202 17:18:18.069"></status>
</kw>
<msg timestamp="20181202 17:18:18.070" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:18.071" starttime="20181202 17:18:15.013"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:18.071" starttime="20181202 17:18:15.001"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:18.071" starttime="20181202 17:18:15.001"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:18.071" starttime="20181202 17:18:15.000"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.1.1.2', subnet_id='16aded9a-2dc5-420e-a677-9e10d5e90b1b'&quot;, u'ID': u'9f2218a4-92b9-4172-8acc-795c4fb5c07c', u'MAC Address': u'fa:16:3e:96:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:18.084" level="INFO">Starting process:
openstack port delete 9f2218a4-92b9-4172-8acc-795c4fb5c07c</msg>
<msg timestamp="20181202 17:18:18.120" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:20.729" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:20.729" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:20.729" starttime="20181202 17:18:18.084"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:20.730" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:20.730" starttime="20181202 17:18:20.730"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:20.731" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:20.731" starttime="20181202 17:18:20.730"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:20.731" starttime="20181202 17:18:20.731"></status>
</kw>
<msg timestamp="20181202 17:18:20.732" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:20.732" starttime="20181202 17:18:18.083"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:20.732" starttime="20181202 17:18:18.072"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:20.732" starttime="20181202 17:18:18.071"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:20.732" starttime="20181202 17:18:18.071"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:20.732" starttime="20181202 17:18:03.348"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:20.733" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:20.733" starttime="20181202 17:18:20.733"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:20.734" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:18:20.777" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:22.934" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:22.935" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:22.935" starttime="20181202 17:18:20.734"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:22.936" level="INFO">[
  {
    "Subnets": "f686997d-b579-41ac-a151-550a14c88416", 
    "ID": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8", 
    "Name": "vpn_net_2"
  }, 
  {
    "Subnets": "16aded9a-2dc5-420e-a677-9e10d5e90b1b", 
    "ID": "fb0dfaae-2baa-4343-b48d-0e3904b877be", 
    "Name": "vpn_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:18:22.936" starttime="20181202 17:18:22.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:22.937" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:22.937" starttime="20181202 17:18:22.937"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:22.938" starttime="20181202 17:18:22.937"></status>
</kw>
<msg timestamp="20181202 17:18:22.939" level="INFO">${json} = [
  {
    "Subnets": "f686997d-b579-41ac-a151-550a14c88416", 
    "ID": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8", 
    "Name": "vpn_net_2"
  }, 
  {
    "Subnets": "16aded9a-2dc5-420e-a677-9e10d5e90b1b"...</msg>
<status status="PASS" endtime="20181202 17:18:22.939" starttime="20181202 17:18:20.733"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:22.939" level="INFO">To JSON using : content=[
  {
    "Subnets": "f686997d-b579-41ac-a151-550a14c88416", 
    "ID": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8", 
    "Name": "vpn_net_2"
  }, 
  {
    "Subnets": "16aded9a-2dc5-420e-a677-9e10d5e90b1b", 
    "ID": "fb0dfaae-2baa-4343-b48d-0e3904b877be", 
    "Name": "vpn_net_1"
  }
] </msg>
<msg timestamp="20181202 17:18:22.939" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:18:22.940" level="INFO">@{list} = [ {u'Subnets': u'f686997d-b579-41ac-a151-550a14c88416', u'ID': u'44c0fd8e-43a7-4e09-bfb8-710fb2db10e8', u'Name': u'vpn_net_2'} | {u'Subnets': u'16aded9a-2dc5-420e-a677-9e10d5e90b1b', u'ID': u'fb0dfaae...</msg>
<status status="PASS" endtime="20181202 17:18:22.940" starttime="20181202 17:18:22.939"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:18:22.940" level="INFO">[{u'Subnets': u'f686997d-b579-41ac-a151-550a14c88416', u'ID': u'44c0fd8e-43a7-4e09-bfb8-710fb2db10e8', u'Name': u'vpn_net_2'}, {u'Subnets': u'16aded9a-2dc5-420e-a677-9e10d5e90b1b', u'ID': u'fb0dfaae-2baa-4343-b48d-0e3904b877be', u'Name': u'vpn_net_1'}]</msg>
<status status="PASS" endtime="20181202 17:18:22.940" starttime="20181202 17:18:22.940"></status>
</kw>
<msg timestamp="20181202 17:18:22.941" level="INFO">@{networks} = [ {u'Subnets': u'f686997d-b579-41ac-a151-550a14c88416', u'ID': u'44c0fd8e-43a7-4e09-bfb8-710fb2db10e8', u'Name': u'vpn_net_2'} | {u'Subnets': u'16aded9a-2dc5-420e-a677-9e10d5e90b1b', u'ID': u'fb0dfaae...</msg>
<status status="PASS" endtime="20181202 17:18:22.941" starttime="20181202 17:18:20.732"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'f686997d-b579-41ac-a151-550a14c88416', u'ID': u'44c0fd8e-43a7-4e09-bfb8-710fb2db10e8', u'Name': u'vpn_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:22.957" level="INFO">Starting process:
openstack subnet delete f686997d-b579-41ac-a151-550a14c88416</msg>
<msg timestamp="20181202 17:18:22.984" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:26.234" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:26.234" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:26.234" starttime="20181202 17:18:22.957"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:26.235" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:26.236" starttime="20181202 17:18:26.235"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:26.236" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:26.236" starttime="20181202 17:18:26.236"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:26.237" starttime="20181202 17:18:26.236"></status>
</kw>
<msg timestamp="20181202 17:18:26.237" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:26.237" starttime="20181202 17:18:22.956"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:26.237" starttime="20181202 17:18:22.942"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:26.237" starttime="20181202 17:18:22.941"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:26.246" level="INFO">Starting process:
openstack network delete 44c0fd8e-43a7-4e09-bfb8-710fb2db10e8</msg>
<msg timestamp="20181202 17:18:26.285" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:29.267" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:29.268" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:29.268" starttime="20181202 17:18:26.246"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:29.270" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:29.271" starttime="20181202 17:18:29.269"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:29.272" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:29.272" starttime="20181202 17:18:29.271"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:29.274" starttime="20181202 17:18:29.273"></status>
</kw>
<msg timestamp="20181202 17:18:29.275" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:29.275" starttime="20181202 17:18:26.245"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:29.275" starttime="20181202 17:18:26.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:29.276" starttime="20181202 17:18:26.237"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:29.276" starttime="20181202 17:18:22.941"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'16aded9a-2dc5-420e-a677-9e10d5e90b1b', u'ID': u'fb0dfaae-2baa-4343-b48d-0e3904b877be', u'Name': u'vpn_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:29.297" level="INFO">Starting process:
openstack subnet delete 16aded9a-2dc5-420e-a677-9e10d5e90b1b</msg>
<msg timestamp="20181202 17:18:29.320" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:32.512" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:32.513" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:32.513" starttime="20181202 17:18:29.297"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:32.514" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:32.514" starttime="20181202 17:18:32.513"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:32.514" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:32.515" starttime="20181202 17:18:32.514"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:32.515" starttime="20181202 17:18:32.515"></status>
</kw>
<msg timestamp="20181202 17:18:32.516" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:32.516" starttime="20181202 17:18:29.296"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:32.516" starttime="20181202 17:18:29.277"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:32.516" starttime="20181202 17:18:29.276"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:32.524" level="INFO">Starting process:
openstack network delete fb0dfaae-2baa-4343-b48d-0e3904b877be</msg>
<msg timestamp="20181202 17:18:32.542" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:35.411" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:35.412" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:35.412" starttime="20181202 17:18:32.524"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:35.413" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:35.413" starttime="20181202 17:18:35.413"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:35.414" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:35.414" starttime="20181202 17:18:35.414"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:35.415" starttime="20181202 17:18:35.415"></status>
</kw>
<msg timestamp="20181202 17:18:35.416" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:35.416" starttime="20181202 17:18:32.524"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:35.416" starttime="20181202 17:18:32.516"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:35.416" starttime="20181202 17:18:32.516"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:35.416" starttime="20181202 17:18:29.276"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:35.416" starttime="20181202 17:18:22.941"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:35.418" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:35.418" starttime="20181202 17:18:35.418"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:35.420" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:18:35.440" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:37.535" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:37.536" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:37.536" starttime="20181202 17:18:35.420"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:37.537" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "vpn_sg", 
    "ID": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b", 
    "Name": "vpn_sg"
  }
]</msg>
<status status="PASS" endtime="20181202 17:18:37.537" starttime="20181202 17:18:37.536"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:37.537" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:37.538" starttime="20181202 17:18:37.537"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:37.538" starttime="20181202 17:18:37.538"></status>
</kw>
<msg timestamp="20181202 17:18:37.539" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:18:37.539" starttime="20181202 17:18:35.419"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:18:37.539" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "vpn_sg", 
    "ID": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b", 
    "Name": "vpn_sg"
  }
] </msg>
<msg timestamp="20181202 17:18:37.539" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:18:37.539" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:18:37.540" starttime="20181202 17:18:37.539"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:18:37.540" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'vpn_sg', u'Description': u'vpn_sg', u'ID': u'f1228f88-80a4-4bd8-80ff-cd99b44daa1b'}]</msg>
<status status="PASS" endtime="20181202 17:18:37.540" starttime="20181202 17:18:37.540"></status>
</kw>
<msg timestamp="20181202 17:18:37.540" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:18:37.540" starttime="20181202 17:18:35.417"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:37.541" starttime="20181202 17:18:37.541"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:37.541" starttime="20181202 17:18:37.541"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:37.542" starttime="20181202 17:18:37.542"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:37.542" starttime="20181202 17:18:37.541"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'vpn_sg', u'Description': u'vpn_sg', u'ID': u'f1228f88-80a4-4bd8-80ff-cd99b44daa1b'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:37.554" level="INFO">Starting process:
openstack security group delete f1228f88-80a4-4bd8-80ff-cd99b44daa1b</msg>
<msg timestamp="20181202 17:18:37.594" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:39.883" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:39.883" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:39.884" starttime="20181202 17:18:37.553"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:39.885" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:39.885" starttime="20181202 17:18:39.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:39.885" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:39.886" starttime="20181202 17:18:39.885"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:39.886"></status>
</kw>
<msg timestamp="20181202 17:18:39.887" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:37.553"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:37.544"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:37.543"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:37.543"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:39.887" starttime="20181202 17:18:37.542"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:39.888" starttime="20181202 17:18:37.540"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:18:39.889" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:18:39.889" starttime="20181202 17:18:39.888"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:39.904" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:18:39.930" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:42.487" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:42.487" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:42.487" starttime="20181202 17:18:39.904"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:42.488" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:42.488" starttime="20181202 17:18:42.488"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:42.489" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:42.489" starttime="20181202 17:18:42.489"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:42.490" starttime="20181202 17:18:42.489"></status>
</kw>
<msg timestamp="20181202 17:18:42.490" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:42.490" starttime="20181202 17:18:39.902"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:42.490" starttime="20181202 17:18:39.889"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:42.499" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:18:42.542" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:44.743" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:44.744" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:44.744" starttime="20181202 17:18:42.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:44.746" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:44.746" starttime="20181202 17:18:44.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:44.747" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:44.747" starttime="20181202 17:18:44.746"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:44.749" starttime="20181202 17:18:44.748"></status>
</kw>
<msg timestamp="20181202 17:18:44.749" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:44.749" starttime="20181202 17:18:42.499"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:44.749" starttime="20181202 17:18:42.490"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:44.767" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:18:44.813" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:46.957" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:46.958" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:46.959" starttime="20181202 17:18:44.766"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:46.961" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:46.961" starttime="20181202 17:18:46.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:46.962" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:46.962" starttime="20181202 17:18:46.961"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:46.963" starttime="20181202 17:18:46.962"></status>
</kw>
<msg timestamp="20181202 17:18:46.964" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:46.964" starttime="20181202 17:18:44.765"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:46.964" starttime="20181202 17:18:44.750"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:46.982" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:18:47.013" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:48.987" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:48.988" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:48.988" starttime="20181202 17:18:46.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:48.990" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:48.990" starttime="20181202 17:18:48.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:48.991" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:48.991" starttime="20181202 17:18:48.990"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:48.993" starttime="20181202 17:18:48.992"></status>
</kw>
<msg timestamp="20181202 17:18:48.993" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:48.993" starttime="20181202 17:18:46.981"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:48.994" starttime="20181202 17:18:46.964"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:49.010" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:18:49.045" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:51.086" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:51.087" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:51.087" starttime="20181202 17:18:49.010"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:51.088" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:18:51.088" starttime="20181202 17:18:51.088"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:51.089" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:51.089" starttime="20181202 17:18:51.089"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:51.090" starttime="20181202 17:18:51.089"></status>
</kw>
<msg timestamp="20181202 17:18:51.090" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:18:51.090" starttime="20181202 17:18:49.009"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:51.090" starttime="20181202 17:18:48.994"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:51.102" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:18:51.121" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:53.122" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:53.123" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:53.123" starttime="20181202 17:18:51.102"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:53.125" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:18:53.125" starttime="20181202 17:18:53.124"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:53.126" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:53.126" starttime="20181202 17:18:53.126"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:53.128" starttime="20181202 17:18:53.127"></status>
</kw>
<msg timestamp="20181202 17:18:53.129" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:18:53.129" starttime="20181202 17:18:51.101"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:53.129" starttime="20181202 17:18:51.091"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:53.151" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:18:53.191" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:55.357" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:55.357" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:55.358" starttime="20181202 17:18:53.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:55.359" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:55.359" starttime="20181202 17:18:55.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:55.359" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:55.359" starttime="20181202 17:18:55.359"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:55.360" starttime="20181202 17:18:55.360"></status>
</kw>
<msg timestamp="20181202 17:18:55.361" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:55.361" starttime="20181202 17:18:53.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:55.361" starttime="20181202 17:18:53.129"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:18:55.371" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:18:55.393" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:18:57.559" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:18:57.559" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:18:57.559" starttime="20181202 17:18:55.371"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.561" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:57.561" starttime="20181202 17:18:57.560"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.561" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:57.562" starttime="20181202 17:18:57.561"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:57.563" starttime="20181202 17:18:57.562"></status>
</kw>
<msg timestamp="20181202 17:18:57.563" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:57.563" starttime="20181202 17:18:55.370"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:57.563" starttime="20181202 17:18:55.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:57.563" starttime="20181202 17:18:39.889"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:57.563" starttime="20181202 17:18:39.888"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:57.564" starttime="20181202 17:17:27.614"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:57.567" starttime="20181202 17:18:57.567"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:18:57.567" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 17:18:57.687" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:18:57.687" level="INFO">${stdout} = 4 S root      342289  342269  0  80   0 - 55154 poll_s 17:05 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
4 S tcpdump   34...</msg>
<status status="PASS" endtime="20181202 17:18:57.688" starttime="20181202 17:18:57.567"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.688" level="INFO">4 S root      342289  342269  0  80   0 - 55154 poll_s 17:05 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
4 S tcpdump   342300  342289  0  80   0 -  8196 poll_s 17:05 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
0 S heat-ad+  386077  342269  0  80   0 - 28293 do_wai 17:18 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  386087  386077  0  80   0 - 28176 pipe_w 17:18 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 17:18:57.688" starttime="20181202 17:18:57.688"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:18:57.689" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 17:18:57.773" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:18:57.774" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:18:57.774" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:18:57.774" starttime="20181202 17:18:57.689"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.775" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:57.775" starttime="20181202 17:18:57.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.776" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:57.776" starttime="20181202 17:18:57.776"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:18:57.777" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 17:18:57.950" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 17:18:57.950" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 17:18:57.950" starttime="20181202 17:18:57.777"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:57.951" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:57.951" starttime="20181202 17:18:57.950"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:18:57.951" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 17:18:58.048" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:18:58.048" level="INFO">${stdout} = total 88
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 17:18:58.048" starttime="20181202 17:18:57.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.049" level="INFO">total 88
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:58.048"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:57.566"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:57.566"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:57.565"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:57.565"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.049" starttime="20181202 17:18:57.564"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 17:18:58.085" starttime="20181202 17:18:58.049"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.100" starttime="20181202 17:18:58.099"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.101" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:18:58.220" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:18:58.220" starttime="20181202 17:18:58.100"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.272" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 17:18:58.272" starttime="20181202 17:18:58.221"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:18:58.436" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:18:58.437" level="INFO">${output} = [?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:58.437" starttime="20181202 17:18:58.273"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:18:58.479" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:18:58.479" starttime="20181202 17:18:58.437"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:58.481" starttime="20181202 17:18:58.480"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.482" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:18:58.482"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:18:58.098"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:18:58.086"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:18:58.085"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:17:24.907"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.482" starttime="20181202 17:17:24.556"></status>
</kw>
<doc>Test suite to validate vpnservice functionality in an openstack integrated environment.
The assumption of this suite is that the environment is already configured with the proper
integration bridges and vxlan tunnels.</doc>
<status status="FAIL" endtime="20181202 17:18:58.482" starttime="20181202 17:05:13.157">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/netvirt/elan/elan.robot" id="s1-s8" name="Elan">
<kw type="setup" name="Suite Setup">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 17:18:58.628" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 17:18:58.628" starttime="20181202 17:18:58.621"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.628" starttime="20181202 17:18:58.620"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 17:18:58.635" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 17:18:58.635" starttime="20181202 17:18:58.629"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.636" starttime="20181202 17:18:58.636"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 17:18:58.636" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 17:18:58.636" starttime="20181202 17:18:58.636"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 17:18:58.637" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 17:18:58.637" starttime="20181202 17:18:58.637"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.638" starttime="20181202 17:18:58.637"></status>
</kw>
<msg timestamp="20181202 17:18:58.638" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:18:58.638" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:18:58.638" starttime="20181202 17:18:58.637"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 17:18:58.638" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:18:58.638" starttime="20181202 17:18:58.638"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 17:18:58.639" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:58.640" starttime="20181202 17:18:58.639"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 17:18:58.640" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:18:58.640" starttime="20181202 17:18:58.640"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 17:18:58.640" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 17:18:58.640" starttime="20181202 17:18:58.640"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.642" starttime="20181202 17:18:58.642"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:18:58.642" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:58.642" starttime="20181202 17:18:58.642"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.643" starttime="20181202 17:18:58.643"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 17:18:58.644" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:18:58.644" starttime="20181202 17:18:58.643"></status>
</kw>
<msg timestamp="20181202 17:18:58.644" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:18:58.644" starttime="20181202 17:18:58.643"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.645" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6222e1d50&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:18:58.645" starttime="20181202 17:18:58.644"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.645" starttime="20181202 17:18:58.645"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.645" starttime="20181202 17:18:58.641"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.646" starttime="20181202 17:18:58.641"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.646" starttime="20181202 17:18:58.641"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.646" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:58.646" starttime="20181202 17:18:58.646"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.647" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 17:18:58.647" starttime="20181202 17:18:58.646"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.647" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 17:18:58.647" starttime="20181202 17:18:58.647"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.647" starttime="20181202 17:18:58.639"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.647" starttime="20181202 17:18:58.629"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:18:58.649" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:58.649" starttime="20181202 17:18:58.649"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:18:58.650" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:58.650" starttime="20181202 17:18:58.650"></status>
</kw>
<msg timestamp="20181202 17:18:58.650" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:58.650" starttime="20181202 17:18:58.648"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:18:58.651" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:58.651" starttime="20181202 17:18:58.651"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:18:58.652" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:18:58.652" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:18:58.653" starttime="20181202 17:18:58.652"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.655" starttime="20181202 17:18:58.655"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:18:58.655" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:18:58.656" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:18:58.656" starttime="20181202 17:18:58.655"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:18:58.656" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:18:58.656" starttime="20181202 17:18:58.656"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:18:58.657" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 17:18:58.657" starttime="20181202 17:18:58.656"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:18:58.658" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:18:58.658" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:18:58.658" starttime="20181202 17:18:58.658"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:58.658" starttime="20181202 17:18:58.658"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:18:58.660" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:18:58.988" level="INFO">Read output: Last login: Sun Dec  2 17:17:27 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:18:58.989" starttime="20181202 17:18:58.659"></status>
</kw>
<msg timestamp="20181202 17:18:58.989" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:58.989" starttime="20181202 17:18:58.659"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:58.989" starttime="20181202 17:18:58.657"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:18:58.990" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 17:18:59.014" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 17:18:59.014" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:18:59.014" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:18:59.014" starttime="20181202 17:18:58.990"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.079" starttime="20181202 17:18:59.015"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.080" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:18:59.080" starttime="20181202 17:18:59.080"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.081" starttime="20181202 17:18:59.080"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.082" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.082" starttime="20181202 17:18:59.081"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.082" starttime="20181202 17:18:59.081"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.084" starttime="20181202 17:18:59.083"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.084" starttime="20181202 17:18:59.084"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.085" starttime="20181202 17:18:59.085"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.085" starttime="20181202 17:18:59.082"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.085" starttime="20181202 17:18:58.654"></status>
</kw>
<msg timestamp="20181202 17:18:59.085" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.085" starttime="20181202 17:18:58.654"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.086" starttime="20181202 17:18:58.653"></status>
</kw>
<msg timestamp="20181202 17:18:59.086" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.086" starttime="20181202 17:18:58.653"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.087" starttime="20181202 17:18:59.087"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.087" starttime="20181202 17:18:59.087"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:59.087"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:59.086"></status>
</kw>
<msg timestamp="20181202 17:18:59.088" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:58.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.088" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:59.088"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:58.650"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.088" starttime="20181202 17:18:58.650"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.089" starttime="20181202 17:18:58.650"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.089" starttime="20181202 17:18:58.648"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.089" starttime="20181202 17:18:59.089"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 17:18:59.111" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:18:59.111" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:18:59.111" starttime="20181202 17:18:59.111"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.112" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:18:59.112" starttime="20181202 17:18:59.112"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.112" level="INFO">1</msg>
<status status="PASS" endtime="20181202 17:18:59.112" starttime="20181202 17:18:59.112"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.113" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 17:18:59.113" starttime="20181202 17:18:59.113"></status>
</kw>
<msg timestamp="20181202 17:18:59.113" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:18:59.114" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 17:18:59.114" starttime="20181202 17:18:59.113"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.114" starttime="20181202 17:18:59.114"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 17:18:59.115" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:59.115" starttime="20181202 17:18:59.115"></status>
</kw>
<msg timestamp="20181202 17:18:59.115" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:59.115" starttime="20181202 17:18:59.114"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.116" starttime="20181202 17:18:59.115"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 17:18:59.116" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 17:18:59.116" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 17:18:59.116" starttime="20181202 17:18:59.116"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.117" starttime="20181202 17:18:59.117"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.117" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:18:59.284" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:18:59.284" starttime="20181202 17:18:59.117"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.286" starttime="20181202 17:18:59.285"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.286"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.287"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.285"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.110"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.090"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.089"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.089"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.287" starttime="20181202 17:18:59.089"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.288" starttime="20181202 17:18:58.628"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:18:59.302" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.302" starttime="20181202 17:18:59.301"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:18:59.303" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.303" starttime="20181202 17:18:59.302"></status>
</kw>
<msg timestamp="20181202 17:18:59.303" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.303" starttime="20181202 17:18:59.301"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 17:18:59.316" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 17:18:59.316" starttime="20181202 17:18:59.315"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 17:18:59.316" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 17:18:59.316" starttime="20181202 17:18:59.316"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.365" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 17:18:59.365" starttime="20181202 17:18:59.317"></status>
</kw>
<msg timestamp="20181202 17:18:59.365" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 17:18:59.366" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 17:18:59.366" starttime="20181202 17:18:59.317"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.404" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "e "l "a "n "/ "e "l "a "n ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.405" starttime="20181202 17:18:59.368"></status>
</kw>
<msg timestamp="20181202 17:18:59.405" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 17:18:59.405" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "e "l "a "n "/ "e "l "a "n ". "r ...</msg>
<status status="PASS" endtime="20181202 17:18:59.405" starttime="20181202 17:18:59.366"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.406" starttime="20181202 17:18:59.405"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.407" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "e "l "a "n "/ "e "l "a "n ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.407" starttime="20181202 17:18:59.406"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.408" starttime="20181202 17:18:59.407"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.410" starttime="20181202 17:18:59.409"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.410" starttime="20181202 17:18:59.410"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.411" starttime="20181202 17:18:59.411"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.411" starttime="20181202 17:18:59.408"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.411" starttime="20181202 17:18:59.315"></status>
</kw>
<msg timestamp="20181202 17:18:59.412" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:18:59.412" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "e "l "a "n "/ "e "l "a "n ". "r ...</msg>
<status status="PASS" endtime="20181202 17:18:59.412" starttime="20181202 17:18:59.314"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.412" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.413" starttime="20181202 17:18:59.412"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.413" starttime="20181202 17:18:59.314"></status>
</kw>
<msg timestamp="20181202 17:18:59.413" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:18:59.413" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "e "l "a "n "/ "e "l "a "n ". "r ...</msg>
<status status="PASS" endtime="20181202 17:18:59.413" starttime="20181202 17:18:59.304"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.414" starttime="20181202 17:18:59.414"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.414" starttime="20181202 17:18:59.303"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.414" starttime="20181202 17:18:59.303"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.414" starttime="20181202 17:18:59.300"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.414" starttime="20181202 17:18:59.288"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.415" starttime="20181202 17:18:59.288"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.415" starttime="20181202 17:18:58.620"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 17:18:59.415" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 17:18:59.415" starttime="20181202 17:18:59.415"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:18:59.419" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.419" starttime="20181202 17:18:59.419"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:18:59.420" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.420" starttime="20181202 17:18:59.420"></status>
</kw>
<msg timestamp="20181202 17:18:59.420" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.421" starttime="20181202 17:18:59.418"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:18:59.422" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:59.422" starttime="20181202 17:18:59.421"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:18:59.426" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:18:59.426" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:18:59.426" starttime="20181202 17:18:59.425"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.439" starttime="20181202 17:18:59.438"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.440" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:18:59.565" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:18:59.565" starttime="20181202 17:18:59.439"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.588" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 17:18:59.588" starttime="20181202 17:18:59.565"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:18:59.614" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:18:59.614" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.614" starttime="20181202 17:18:59.588"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:18:59.657" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:18:59.657" starttime="20181202 17:18:59.615"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.659" starttime="20181202 17:18:59.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.659" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.659" starttime="20181202 17:18:59.659"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.659" starttime="20181202 17:18:59.437"></status>
</kw>
<msg timestamp="20181202 17:18:59.659" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.659" starttime="20181202 17:18:59.426"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.661" starttime="20181202 17:18:59.661"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.661" starttime="20181202 17:18:59.661"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.660"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.424"></status>
</kw>
<msg timestamp="20181202 17:18:59.662" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.424"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.423"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.421"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.421"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.417"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.662" starttime="20181202 17:18:59.417"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:18:59.665" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.665" starttime="20181202 17:18:59.664"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:18:59.665" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.665" starttime="20181202 17:18:59.665"></status>
</kw>
<msg timestamp="20181202 17:18:59.666" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:18:59.666" starttime="20181202 17:18:59.664"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:18:59.667" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:59.667" starttime="20181202 17:18:59.666"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:18:59.670" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:18:59.670" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:18:59.670" starttime="20181202 17:18:59.670"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.678" starttime="20181202 17:18:59.678"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.679" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:18:59.766" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:18:59.766" starttime="20181202 17:18:59.678"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.813" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 17:18:59.813" starttime="20181202 17:18:59.766"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:18:59.816" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:18:59.816" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.816" starttime="20181202 17:18:59.814"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:18:59.858" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:18:59.858" starttime="20181202 17:18:59.816"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.860" starttime="20181202 17:18:59.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.860" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:18:59.861" starttime="20181202 17:18:59.860"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.861" starttime="20181202 17:18:59.677"></status>
</kw>
<msg timestamp="20181202 17:18:59.861" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.861" starttime="20181202 17:18:59.671"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.862" starttime="20181202 17:18:59.862"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.862"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.863"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.861"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.668"></status>
</kw>
<msg timestamp="20181202 17:18:59.863" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.667"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.863" starttime="20181202 17:18:59.667"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.663"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.662"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.416"></status>
</kw>
<status status="PASS" endtime="20181202 17:18:59.864" starttime="20181202 17:18:59.416"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.865" starttime="20181202 17:18:59.864"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.866" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:18:59.866" starttime="20181202 17:18:59.865"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:18:59.867" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 17:18:59.867" starttime="20181202 17:18:59.866"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:18:59.868" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:18:59.868" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:18:59.868" starttime="20181202 17:18:59.867"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:18:59.868" starttime="20181202 17:18:59.868"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:18:59.869" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:19:00.207" level="INFO">Read output: Last login: Sun Dec  2 17:18:58 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:00.208" starttime="20181202 17:18:59.869"></status>
</kw>
<msg timestamp="20181202 17:19:00.208" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:00.208" starttime="20181202 17:18:59.869"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:00.208" starttime="20181202 17:18:59.867"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.210" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:19:00.210" starttime="20181202 17:19:00.209"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:00.210" starttime="20181202 17:18:59.866"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.213" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:19:00.213" starttime="20181202 17:19:00.212"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.215" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:19:00.215" starttime="20181202 17:19:00.214"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.216" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:19:00.216" starttime="20181202 17:19:00.215"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.217" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:19:00.217" starttime="20181202 17:19:00.216"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.218" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:19:00.218" starttime="20181202 17:19:00.218"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.219" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:19:00.219" starttime="20181202 17:19:00.219"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.226" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:19:00.226" starttime="20181202 17:19:00.220"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.232" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:19:00.232" starttime="20181202 17:19:00.227"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:00.232" starttime="20181202 17:19:00.212"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:00.232" starttime="20181202 17:19:00.211"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 17:19:00.233" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:19:00.233" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:19:00.233" starttime="20181202 17:19:00.233"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 17:19:00.234" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:19:00.234" starttime="20181202 17:19:00.234"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:00.249" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:19:00.289" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:02.555" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:02.556" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:02.556" starttime="20181202 17:19:00.248"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:02.557" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:02.557" starttime="20181202 17:19:02.556"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:02.557" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:02.557" starttime="20181202 17:19:02.557"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:02.558" starttime="20181202 17:19:02.558"></status>
</kw>
<msg timestamp="20181202 17:19:02.559" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:02.559" starttime="20181202 17:19:00.248"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:02.567" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:19:02.597" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:04.677" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:04.678" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:04.678" starttime="20181202 17:19:02.566"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:04.679" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:04.679" starttime="20181202 17:19:04.678"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:04.679" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:04.679" starttime="20181202 17:19:04.679"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:04.680" starttime="20181202 17:19:04.680"></status>
</kw>
<msg timestamp="20181202 17:19:04.680" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:19:04.680" starttime="20181202 17:19:02.566"></status>
</kw>
<msg timestamp="20181202 17:19:04.681" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:04.681" starttime="20181202 17:19:00.235"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:04.689" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:19:04.714" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:06.855" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:06.855" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:06.855" starttime="20181202 17:19:04.689"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:06.856" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:06.856" starttime="20181202 17:19:06.856"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:06.857" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:06.857" starttime="20181202 17:19:06.856"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:06.858" starttime="20181202 17:19:06.857"></status>
</kw>
<msg timestamp="20181202 17:19:06.858" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:06.858" starttime="20181202 17:19:04.688"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:06.866" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:19:06.906" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:08.896" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:08.896" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:08.896" starttime="20181202 17:19:06.865"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:08.898" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:08.898" starttime="20181202 17:19:08.897"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:08.898" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:08.898" starttime="20181202 17:19:08.898"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:08.899" starttime="20181202 17:19:08.898"></status>
</kw>
<msg timestamp="20181202 17:19:08.899" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:19:08.899" starttime="20181202 17:19:06.865"></status>
</kw>
<msg timestamp="20181202 17:19:08.900" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:08.900" starttime="20181202 17:19:04.681"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:08.909" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:19:08.949" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:11.094" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:11.095" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:11.095" starttime="20181202 17:19:08.908"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:11.096" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:11.096" starttime="20181202 17:19:11.095"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:11.096" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:11.096" starttime="20181202 17:19:11.096"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:11.097" starttime="20181202 17:19:11.097"></status>
</kw>
<msg timestamp="20181202 17:19:11.097" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:11.097" starttime="20181202 17:19:08.908"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:11.105" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:19:11.142" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:13.144" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:13.144" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:13.144" starttime="20181202 17:19:11.105"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.145" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:13.145" starttime="20181202 17:19:13.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.146" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:13.146" starttime="20181202 17:19:13.146"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:13.147" starttime="20181202 17:19:13.146"></status>
</kw>
<msg timestamp="20181202 17:19:13.147" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:19:13.147" starttime="20181202 17:19:11.104"></status>
</kw>
<msg timestamp="20181202 17:19:13.147" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:13.147" starttime="20181202 17:19:08.900"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.148" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:13.148" starttime="20181202 17:19:13.147"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.148" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:13.148" starttime="20181202 17:19:13.148"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.149" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:19:13.149" starttime="20181202 17:19:13.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.149" starttime="20181202 17:19:00.235"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:13.151" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 17:19:13.151" starttime="20181202 17:19:13.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.151" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 17:19:13.151" starttime="20181202 17:19:13.151"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.151" starttime="20181202 17:19:13.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.152" starttime="20181202 17:18:59.865"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.152" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622b5ffd0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:19:13.153" starttime="20181202 17:19:13.152"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.153" starttime="20181202 17:18:59.864"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 17:19:13.154" level="INFO">${suite_} = CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:19:13.154" starttime="20181202 17:19:13.154"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 17:19:13.155" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:19:13.155" starttime="20181202 17:19:13.154"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 17:19:13.156" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:13.156" starttime="20181202 17:19:13.155"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 17:19:13.156" level="INFO">${fname} = tcpdump_port_6653__CSIT_Elan__192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:19:13.156" starttime="20181202 17:19:13.156"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:19:13.158" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:19:13.158" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:19:13.158" starttime="20181202 17:19:13.157"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:19:13.159" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:19:13.159" starttime="20181202 17:19:13.159"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:19:13.160" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:19:13.160" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:19:13.160" starttime="20181202 17:19:13.160"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:13.161" starttime="20181202 17:19:13.160"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.162" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:19:13.471" level="INFO">Read output: Last login: Sun Dec  2 17:19:00 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:13.472" starttime="20181202 17:19:13.162"></status>
</kw>
<msg timestamp="20181202 17:19:13.472" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:13.472" starttime="20181202 17:19:13.161"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.472" starttime="20181202 17:19:13.159"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:13.473" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 17:19:13.473" starttime="20181202 17:19:13.473"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:19:13.474" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 17:19:13.477" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 17:19:13.477" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 17:19:13.477" starttime="20181202 17:19:13.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.478" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:19:13.478" starttime="20181202 17:19:13.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.479" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:19:13.479" starttime="20181202 17:19:13.479"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:13.481" starttime="20181202 17:19:13.481"></status>
</kw>
<msg timestamp="20181202 17:19:13.481" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:13.481" starttime="20181202 17:19:13.480"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.481" starttime="20181202 17:19:13.479"></status>
</kw>
<msg timestamp="20181202 17:19:13.481" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:19:13.481" starttime="20181202 17:19:13.157"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:13.482" starttime="20181202 17:19:13.482"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.482" starttime="20181202 17:19:13.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:13.482" starttime="20181202 17:19:13.156"></status>
</kw>
<msg timestamp="20181202 17:19:13.482" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:19:13.482" starttime="20181202 17:19:13.155"></status>
</kw>
<msg timestamp="20181202 17:19:13.482" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:19:13.482" starttime="20181202 17:19:13.153"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 17:19:13.483" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:19:13.483" starttime="20181202 17:19:13.483"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:13.484" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:13.485" starttime="20181202 17:19:13.484"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:13.486" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:19:13.530" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:15.765" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:15.765" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:15.766" starttime="20181202 17:19:13.485"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:15.767" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:15.767" starttime="20181202 17:19:15.766"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:15.767" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:15.767" starttime="20181202 17:19:15.767"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:15.768" starttime="20181202 17:19:15.767"></status>
</kw>
<msg timestamp="20181202 17:19:15.768" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:19:15.768" starttime="20181202 17:19:13.485"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:15.769" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:19:15.769" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:15.769" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:15.769" starttime="20181202 17:19:15.768"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:15.769" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:15.769" starttime="20181202 17:19:15.769"></status>
</kw>
<msg timestamp="20181202 17:19:15.770" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:15.770" starttime="20181202 17:19:13.484"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:19:15.770" starttime="20181202 17:19:15.770"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:15.771" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:15.771" starttime="20181202 17:19:15.771"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:15.772" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:19:15.812" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:18.462" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:18.462" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:18.462" starttime="20181202 17:19:15.772"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:18.463" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:18.463" starttime="20181202 17:19:18.463"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:18.464" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:18.464" starttime="20181202 17:19:18.464"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:18.465" starttime="20181202 17:19:18.464"></status>
</kw>
<msg timestamp="20181202 17:19:18.465" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:19:18.465" starttime="20181202 17:19:15.771"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:18.466" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:19:18.466" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:18.466" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:18.466" starttime="20181202 17:19:18.465"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:18.466" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:18.466" starttime="20181202 17:19:18.466"></status>
</kw>
<msg timestamp="20181202 17:19:18.467" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:18.467" starttime="20181202 17:19:15.770"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 17:19:18.467" starttime="20181202 17:19:18.467"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:18.468" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:18.468" starttime="20181202 17:19:18.468"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:18.469" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:19:18.500" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:20.908" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:20.908" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:20.908" starttime="20181202 17:19:18.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:20.910" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:20.910" starttime="20181202 17:19:20.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:20.911" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:20.911" starttime="20181202 17:19:20.911"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:20.913" starttime="20181202 17:19:20.912"></status>
</kw>
<msg timestamp="20181202 17:19:20.913" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:19:20.914" starttime="20181202 17:19:18.468"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:20.914" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:19:20.915" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:20.915" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:20.915" starttime="20181202 17:19:20.914"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:20.916" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:20.916" starttime="20181202 17:19:20.915"></status>
</kw>
<msg timestamp="20181202 17:19:20.916" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:20.916" starttime="20181202 17:19:18.467"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:19:20.917" starttime="20181202 17:19:20.917"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:20.920" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:20.920" starttime="20181202 17:19:20.918"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:20.922" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:19:20.960" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:23.116" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:23.117" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:23.117" starttime="20181202 17:19:20.921"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:23.118" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:23.118" starttime="20181202 17:19:23.117"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:23.118" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:23.118" starttime="20181202 17:19:23.118"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:23.119" starttime="20181202 17:19:23.118"></status>
</kw>
<msg timestamp="20181202 17:19:23.119" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:19:23.119" starttime="20181202 17:19:20.920"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:23.120" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:19:23.120" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:23.120" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:23.120" starttime="20181202 17:19:23.120"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:23.120" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:23.120" starttime="20181202 17:19:23.120"></status>
</kw>
<msg timestamp="20181202 17:19:23.121" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:23.121" starttime="20181202 17:19:20.917"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 17:19:23.121" starttime="20181202 17:19:23.121"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:23.122" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:23.122" starttime="20181202 17:19:23.122"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:23.123" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:19:23.162" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:25.418" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:25.418" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:25.418" starttime="20181202 17:19:23.123"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:25.419" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:25.419" starttime="20181202 17:19:25.418"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:25.420" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:25.420" starttime="20181202 17:19:25.419"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:25.420" starttime="20181202 17:19:25.420"></status>
</kw>
<msg timestamp="20181202 17:19:25.421" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:19:25.421" starttime="20181202 17:19:23.122"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:25.421" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:19:25.421" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:25.421" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:25.421" starttime="20181202 17:19:25.421"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:25.422" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:19:25.422" starttime="20181202 17:19:25.422"></status>
</kw>
<msg timestamp="20181202 17:19:25.422" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:25.422" starttime="20181202 17:19:23.121"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 17:19:25.422" starttime="20181202 17:19:25.422"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:25.423" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:19:25.423" starttime="20181202 17:19:25.423"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:25.425" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:19:25.446" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:27.500" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:27.500" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:27.500" starttime="20181202 17:19:25.424"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:27.501" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:19:27.501" starttime="20181202 17:19:27.501"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:27.502" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:27.502" starttime="20181202 17:19:27.502"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:27.503" starttime="20181202 17:19:27.502"></status>
</kw>
<msg timestamp="20181202 17:19:27.503" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:19:27.504" starttime="20181202 17:19:25.424"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:19:27.504" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:19:27.504" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:19:27.504" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:19:27.504" starttime="20181202 17:19:27.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:19:27.505" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:19:27.505" starttime="20181202 17:19:27.505"></status>
</kw>
<msg timestamp="20181202 17:19:27.505" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:19:27.506" starttime="20181202 17:19:25.423"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:27.507" starttime="20181202 17:19:27.506"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:27.507" starttime="20181202 17:19:27.506"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:27.508" starttime="20181202 17:19:27.508"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:27.508" starttime="20181202 17:19:27.508"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:27.508" starttime="20181202 17:19:27.506"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:19:27.510" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:19:27.510" starttime="20181202 17:19:27.509"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:27.520" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:19:27.561" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:30.135" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:30.135" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:30.135" starttime="20181202 17:19:27.519"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:30.137" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:30.137" starttime="20181202 17:19:30.136"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:30.138" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:30.138" starttime="20181202 17:19:30.137"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:30.139" starttime="20181202 17:19:30.138"></status>
</kw>
<msg timestamp="20181202 17:19:30.139" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:30.139" starttime="20181202 17:19:27.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:30.139" starttime="20181202 17:19:27.510"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:30.153" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:19:30.180" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:32.137" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:32.138" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:32.138" starttime="20181202 17:19:30.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:32.139" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:32.139" starttime="20181202 17:19:32.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:32.139" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:32.140" starttime="20181202 17:19:32.139"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:32.140" starttime="20181202 17:19:32.140"></status>
</kw>
<msg timestamp="20181202 17:19:32.141" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:32.141" starttime="20181202 17:19:30.151"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:32.141" starttime="20181202 17:19:30.139"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:32.150" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:19:32.188" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:34.323" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:34.323" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:34.323" starttime="20181202 17:19:32.149"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:34.324" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:34.324" starttime="20181202 17:19:34.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:34.325" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:34.325" starttime="20181202 17:19:34.324"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:34.325" starttime="20181202 17:19:34.325"></status>
</kw>
<msg timestamp="20181202 17:19:34.326" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:34.326" starttime="20181202 17:19:32.148"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:34.326" starttime="20181202 17:19:32.141"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:34.334" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:19:34.375" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:36.504" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:36.504" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:36.504" starttime="20181202 17:19:34.334"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:36.506" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:36.506" starttime="20181202 17:19:36.505"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:36.506" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:36.506" starttime="20181202 17:19:36.506"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:36.507" starttime="20181202 17:19:36.506"></status>
</kw>
<msg timestamp="20181202 17:19:36.507" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:36.507" starttime="20181202 17:19:34.333"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:36.507" starttime="20181202 17:19:34.326"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:36.515" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:19:36.555" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:38.557" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:38.557" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:38.557" starttime="20181202 17:19:36.515"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:38.558" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:38.559" starttime="20181202 17:19:38.558"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:38.559" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:38.559" starttime="20181202 17:19:38.559"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:38.560" starttime="20181202 17:19:38.559"></status>
</kw>
<msg timestamp="20181202 17:19:38.560" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:19:38.560" starttime="20181202 17:19:36.514"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:38.560" starttime="20181202 17:19:36.507"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:38.568" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:19:38.609" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:40.762" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:40.762" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:40.762" starttime="20181202 17:19:38.568"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:40.763" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:40.763" starttime="20181202 17:19:40.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:40.764" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:40.764" starttime="20181202 17:19:40.764"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:40.765" starttime="20181202 17:19:40.764"></status>
</kw>
<msg timestamp="20181202 17:19:40.765" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:19:40.765" starttime="20181202 17:19:38.567"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:40.765" starttime="20181202 17:19:38.560"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:40.774" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:19:40.796" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:42.826" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:42.826" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:42.826" starttime="20181202 17:19:40.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:42.827" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:42.827" starttime="20181202 17:19:42.827"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:42.828" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:42.828" starttime="20181202 17:19:42.827"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:42.828" starttime="20181202 17:19:42.828"></status>
</kw>
<msg timestamp="20181202 17:19:42.829" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:42.829" starttime="20181202 17:19:40.773"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:42.829" starttime="20181202 17:19:40.765"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:42.838" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:19:42.872" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:45.087" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:45.087" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:45.087" starttime="20181202 17:19:42.838"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.088" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:45.089" starttime="20181202 17:19:45.088"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.089" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:45.089" starttime="20181202 17:19:45.089"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.091" starttime="20181202 17:19:45.090"></status>
</kw>
<msg timestamp="20181202 17:19:45.091" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:19:45.091" starttime="20181202 17:19:42.837"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.091" starttime="20181202 17:19:42.829"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.091" starttime="20181202 17:19:27.510"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.091" starttime="20181202 17:19:27.509"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.092" starttime="20181202 17:19:13.484"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.092" starttime="20181202 17:19:13.483"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.094" starttime="20181202 17:19:45.094"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:19:45.095" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 17:19:45.095" starttime="20181202 17:19:45.095"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.097" starttime="20181202 17:19:45.097"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.098" starttime="20181202 17:19:45.097"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.102" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.102" starttime="20181202 17:19:45.098"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.118" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.118" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.118" starttime="20181202 17:19:45.102"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.119" starttime="20181202 17:19:45.096"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.119" starttime="20181202 17:19:45.095"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.120" starttime="20181202 17:19:45.120"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.120" starttime="20181202 17:19:45.120"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.123" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.123" starttime="20181202 17:19:45.121"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.133" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.134" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.134" starttime="20181202 17:19:45.123"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.134" starttime="20181202 17:19:45.119"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.134" starttime="20181202 17:19:45.119"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.135" starttime="20181202 17:19:45.135"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.136" starttime="20181202 17:19:45.136"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.138" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.138" starttime="20181202 17:19:45.136"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.151" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.151" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.151" starttime="20181202 17:19:45.139"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.151" starttime="20181202 17:19:45.134"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.151" starttime="20181202 17:19:45.134"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.153" starttime="20181202 17:19:45.152"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.154" starttime="20181202 17:19:45.153"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.156" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.156" starttime="20181202 17:19:45.154"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.168" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.168" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.168" starttime="20181202 17:19:45.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.168" starttime="20181202 17:19:45.152"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.168" starttime="20181202 17:19:45.151"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.170" starttime="20181202 17:19:45.169"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.170" starttime="20181202 17:19:45.170"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.172" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.172" starttime="20181202 17:19:45.170"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.182" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.182" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.182" starttime="20181202 17:19:45.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.183" starttime="20181202 17:19:45.169"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.183" starttime="20181202 17:19:45.168"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.184" starttime="20181202 17:19:45.184"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.184" starttime="20181202 17:19:45.184"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.187" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.187" starttime="20181202 17:19:45.185"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.196" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.196" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.196" starttime="20181202 17:19:45.187"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.196" starttime="20181202 17:19:45.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.196" starttime="20181202 17:19:45.183"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.198" starttime="20181202 17:19:45.197"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.198" starttime="20181202 17:19:45.198"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.200" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.201" starttime="20181202 17:19:45.198"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.211" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.211" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.211" starttime="20181202 17:19:45.201"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.211" starttime="20181202 17:19:45.197"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.211" starttime="20181202 17:19:45.197"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.213" starttime="20181202 17:19:45.212"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.213" starttime="20181202 17:19:45.213"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.215" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.215" starttime="20181202 17:19:45.213"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.226" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.226" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.226" starttime="20181202 17:19:45.215"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.226" starttime="20181202 17:19:45.212"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.227" starttime="20181202 17:19:45.211"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.228" starttime="20181202 17:19:45.228"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.228" starttime="20181202 17:19:45.228"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.230" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.230" starttime="20181202 17:19:45.228"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.240" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.240" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.240" starttime="20181202 17:19:45.231"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.241" starttime="20181202 17:19:45.227"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.241" starttime="20181202 17:19:45.227"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.242" starttime="20181202 17:19:45.242"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.243" starttime="20181202 17:19:45.242"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.245" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:19:45.245" starttime="20181202 17:19:45.243"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.256" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.256" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.256" starttime="20181202 17:19:45.246"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.256" starttime="20181202 17:19:45.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.256" starttime="20181202 17:19:45.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.256" starttime="20181202 17:19:45.095"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.258" starttime="20181202 17:19:45.257"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:19:45.258" starttime="20181202 17:19:45.258"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.260" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 17:19:45.260" starttime="20181202 17:19:45.258"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.316" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:19:45.316" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 17:19:45.316" starttime="20181202 17:19:45.260"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.316" starttime="20181202 17:19:45.257"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.316" starttime="20181202 17:19:45.093"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.316" starttime="20181202 17:19:45.093"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.316" starttime="20181202 17:19:45.093"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.317" starttime="20181202 17:19:45.092"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.325" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:19:45.325" starttime="20181202 17:19:45.325"></status>
</kw>
<msg timestamp="20181202 17:19:45.325" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:45.325" starttime="20181202 17:19:45.324"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.326" starttime="20181202 17:19:45.325"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:19:45.326" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:19:45.326" starttime="20181202 17:19:45.326"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.326" starttime="20181202 17:19:45.324"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.337" starttime="20181202 17:19:45.337"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.338" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:19:45.430" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:19:45.431" starttime="20181202 17:19:45.338"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.445" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 17:19:45.445" starttime="20181202 17:19:45.431"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:19:45.450" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:19:45 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:19:45.450" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:19:45 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:19:45.450" starttime="20181202 17:19:45.446"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:19:45.492" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:19:45.492" starttime="20181202 17:19:45.450"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:19:45.494" starttime="20181202 17:19:45.492"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.494" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:19:45 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:19:45.494" starttime="20181202 17:19:45.494"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.494" starttime="20181202 17:19:45.336"></status>
</kw>
<msg timestamp="20181202 17:19:45.495" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:19:45 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:19:45.495" starttime="20181202 17:19:45.329"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.495" starttime="20181202 17:19:45.495"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.496" starttime="20181202 17:19:45.495"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.496" starttime="20181202 17:19:45.495"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.496" starttime="20181202 17:19:45.496"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.496" starttime="20181202 17:19:45.496"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.497" starttime="20181202 17:19:45.497"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.497" starttime="20181202 17:19:45.497"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.498" starttime="20181202 17:19:45.497"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.498" starttime="20181202 17:19:45.497"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.498" starttime="20181202 17:19:45.498"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.498" starttime="20181202 17:19:45.498"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.499"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.498"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.495"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.329"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.329"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.328"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.328"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.328"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.327"></status>
</kw>
<msg timestamp="20181202 17:19:45.499" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:45.499" starttime="20181202 17:19:45.327"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.508" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:19:45.508" starttime="20181202 17:19:45.507"></status>
</kw>
<msg timestamp="20181202 17:19:45.508" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:45.508" starttime="20181202 17:19:45.507"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.508" starttime="20181202 17:19:45.508"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:19:45.509" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:19:45.509" starttime="20181202 17:19:45.509"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.509" starttime="20181202 17:19:45.507"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.509" starttime="20181202 17:19:45.500"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.509" starttime="20181202 17:19:45.327"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 17:19:45.510" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 17:19:45.510" starttime="20181202 17:19:45.510"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.518" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 17:19:45.519" starttime="20181202 17:19:45.512"></status>
</kw>
<msg timestamp="20181202 17:19:45.519" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:19:45.519" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 17:19:45.519" starttime="20181202 17:19:45.511"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.519" starttime="20181202 17:19:45.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.519" starttime="20181202 17:19:45.511"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.519" starttime="20181202 17:19:45.511"></status>
</kw>
<msg timestamp="20181202 17:19:45.519" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 17:19:45.520" starttime="20181202 17:19:45.511"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.520" starttime="20181202 17:19:45.520"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.520" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:45.521" starttime="20181202 17:19:45.520"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.521" starttime="20181202 17:19:45.510"></status>
</kw>
<msg timestamp="20181202 17:19:45.521" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:45.521" starttime="20181202 17:19:45.509"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.528" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:19:45.528" starttime="20181202 17:19:45.528"></status>
</kw>
<msg timestamp="20181202 17:19:45.528" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:45.528" starttime="20181202 17:19:45.528"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.529" starttime="20181202 17:19:45.528"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:19:45.529" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:19:45.529" starttime="20181202 17:19:45.529"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.529" starttime="20181202 17:19:45.527"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.529" starttime="20181202 17:19:45.521"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.529" starttime="20181202 17:19:45.509"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:19:45.543" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:19:45.543" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:19:45.543" starttime="20181202 17:19:45.530"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 17:19:45.559" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:19:45.559" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 17:19:45.560" starttime="20181202 17:19:45.545"></status>
</kw>
<msg timestamp="20181202 17:19:45.561" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:19:45.561" starttime="20181202 17:19:45.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.562" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:19:45.564" starttime="20181202 17:19:45.561"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.564" starttime="20181202 17:19:45.543"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 17:19:45.564" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 17:19:45.564" starttime="20181202 17:19:45.564"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.566" starttime="20181202 17:19:45.566"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:19:45.567" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:19:45.567" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:19:45.567" starttime="20181202 17:19:45.567"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:19:45.568" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:19:45.568" starttime="20181202 17:19:45.567"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:19:45.568" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 17:19:45.568" starttime="20181202 17:19:45.568"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:19:45.569" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:19:45.569" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:19:45.569" starttime="20181202 17:19:45.569"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.570" starttime="20181202 17:19:45.569"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.571" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:19:45.882" level="INFO">Read output: Last login: Sun Dec  2 17:19:13 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:19:45.882" starttime="20181202 17:19:45.570"></status>
</kw>
<msg timestamp="20181202 17:19:45.882" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:45.882" starttime="20181202 17:19:45.570"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:45.883" starttime="20181202 17:19:45.568"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:19:45.884" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 17:19:45.929" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:19:45.929" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 17:19:45.929" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:19:45.929" starttime="20181202 17:19:45.883"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:19:45.995" starttime="20181202 17:19:45.930"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:45.996" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:45.996" starttime="20181202 17:19:45.996"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:45.998" starttime="20181202 17:19:45.997"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:46.000" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:19:46.000" starttime="20181202 17:19:46.000"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.000" starttime="20181202 17:19:45.998"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.004" starttime="20181202 17:19:46.003"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.005" starttime="20181202 17:19:46.005"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:19:46.006" starttime="20181202 17:19:46.006"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.007" starttime="20181202 17:19:46.002"></status>
</kw>
<msg timestamp="20181202 17:19:46.007" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 17:19:46.007" starttime="20181202 17:19:45.565"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 17:19:46.008" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 17:19:46.008" starttime="20181202 17:19:46.007"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 17:19:46.009" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:19:46.009" starttime="20181202 17:19:46.009"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.013" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.013" starttime="20181202 17:19:46.011"></status>
</kw>
<msg timestamp="20181202 17:19:46.013" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.014" starttime="20181202 17:19:46.010"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.014" starttime="20181202 17:19:46.014"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.015" starttime="20181202 17:19:46.010"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.018" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.018" starttime="20181202 17:19:46.016"></status>
</kw>
<msg timestamp="20181202 17:19:46.018" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.019" starttime="20181202 17:19:46.015"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.019" starttime="20181202 17:19:46.019"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.020" starttime="20181202 17:19:46.015"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.022" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.023" starttime="20181202 17:19:46.021"></status>
</kw>
<msg timestamp="20181202 17:19:46.023" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.023" starttime="20181202 17:19:46.020"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.024" starttime="20181202 17:19:46.024"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.024" starttime="20181202 17:19:46.020"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.027" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.027" starttime="20181202 17:19:46.025"></status>
</kw>
<msg timestamp="20181202 17:19:46.028" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.028" starttime="20181202 17:19:46.025"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.029" starttime="20181202 17:19:46.028"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.029" starttime="20181202 17:19:46.024"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.032" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.032" starttime="20181202 17:19:46.030"></status>
</kw>
<msg timestamp="20181202 17:19:46.032" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.032" starttime="20181202 17:19:46.029"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.033" starttime="20181202 17:19:46.033"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.033" starttime="20181202 17:19:46.029"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.036" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.037" starttime="20181202 17:19:46.034"></status>
</kw>
<msg timestamp="20181202 17:19:46.037" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.037" starttime="20181202 17:19:46.034"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.038" starttime="20181202 17:19:46.037"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.038" starttime="20181202 17:19:46.033"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.041" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.042" starttime="20181202 17:19:46.039"></status>
</kw>
<msg timestamp="20181202 17:19:46.042" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.042" starttime="20181202 17:19:46.038"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.043" starttime="20181202 17:19:46.043"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.043" starttime="20181202 17:19:46.038"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.046" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.046" starttime="20181202 17:19:46.044"></status>
</kw>
<msg timestamp="20181202 17:19:46.046" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.047" starttime="20181202 17:19:46.043"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.047" starttime="20181202 17:19:46.047"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.047" starttime="20181202 17:19:46.043"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.050" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.051" starttime="20181202 17:19:46.048"></status>
</kw>
<msg timestamp="20181202 17:19:46.051" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.051" starttime="20181202 17:19:46.048"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.052" starttime="20181202 17:19:46.051"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.052" starttime="20181202 17:19:46.047"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.055" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.055" starttime="20181202 17:19:46.053"></status>
</kw>
<msg timestamp="20181202 17:19:46.055" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.056" starttime="20181202 17:19:46.052"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.056" starttime="20181202 17:19:46.056"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.056" starttime="20181202 17:19:46.052"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.060" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.060" starttime="20181202 17:19:46.057"></status>
</kw>
<msg timestamp="20181202 17:19:46.060" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.060" starttime="20181202 17:19:46.057"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.061" starttime="20181202 17:19:46.061"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.061" starttime="20181202 17:19:46.056"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.065" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.065" starttime="20181202 17:19:46.062"></status>
</kw>
<msg timestamp="20181202 17:19:46.065" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.065" starttime="20181202 17:19:46.062"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.066" starttime="20181202 17:19:46.066"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.066" starttime="20181202 17:19:46.061"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.070" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.070" starttime="20181202 17:19:46.067"></status>
</kw>
<msg timestamp="20181202 17:19:46.070" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.070" starttime="20181202 17:19:46.066"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.071" starttime="20181202 17:19:46.070"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.071" starttime="20181202 17:19:46.066"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.075" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.075" starttime="20181202 17:19:46.072"></status>
</kw>
<msg timestamp="20181202 17:19:46.075" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.075" starttime="20181202 17:19:46.071"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.076" starttime="20181202 17:19:46.076"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.076" starttime="20181202 17:19:46.071"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.080" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.080" starttime="20181202 17:19:46.077"></status>
</kw>
<msg timestamp="20181202 17:19:46.080" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.080" starttime="20181202 17:19:46.076"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.081" starttime="20181202 17:19:46.080"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.081" starttime="20181202 17:19:46.076"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.085" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.085" starttime="20181202 17:19:46.082"></status>
</kw>
<msg timestamp="20181202 17:19:46.085" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.085" starttime="20181202 17:19:46.081"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.086" starttime="20181202 17:19:46.086"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.086" starttime="20181202 17:19:46.081"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.090" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.091" starttime="20181202 17:19:46.087"></status>
</kw>
<msg timestamp="20181202 17:19:46.091" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.091" starttime="20181202 17:19:46.086"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.092" starttime="20181202 17:19:46.091"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.092" starttime="20181202 17:19:46.086"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.096" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.096" starttime="20181202 17:19:46.093"></status>
</kw>
<msg timestamp="20181202 17:19:46.096" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.096" starttime="20181202 17:19:46.092"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.097" starttime="20181202 17:19:46.097"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.097" starttime="20181202 17:19:46.092"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.101" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.101" starttime="20181202 17:19:46.098"></status>
</kw>
<msg timestamp="20181202 17:19:46.101" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.101" starttime="20181202 17:19:46.097"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.102" starttime="20181202 17:19:46.102"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.102" starttime="20181202 17:19:46.097"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.106" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.106" starttime="20181202 17:19:46.103"></status>
</kw>
<msg timestamp="20181202 17:19:46.107" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.107" starttime="20181202 17:19:46.102"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.107" starttime="20181202 17:19:46.107"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.107" starttime="20181202 17:19:46.102"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.111" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.112" starttime="20181202 17:19:46.108"></status>
</kw>
<msg timestamp="20181202 17:19:46.112" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.112" starttime="20181202 17:19:46.108"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.113" starttime="20181202 17:19:46.112"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.113" starttime="20181202 17:19:46.107"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.116" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.117" starttime="20181202 17:19:46.113"></status>
</kw>
<msg timestamp="20181202 17:19:46.117" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.117" starttime="20181202 17:19:46.113"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.117" starttime="20181202 17:19:46.117"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.117" starttime="20181202 17:19:46.113"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.121" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.122" starttime="20181202 17:19:46.118"></status>
</kw>
<msg timestamp="20181202 17:19:46.122" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.122" starttime="20181202 17:19:46.118"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.122" starttime="20181202 17:19:46.122"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.122" starttime="20181202 17:19:46.118"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.127" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.127" starttime="20181202 17:19:46.123"></status>
</kw>
<msg timestamp="20181202 17:19:46.127" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.127" starttime="20181202 17:19:46.123"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.128" starttime="20181202 17:19:46.127"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.128" starttime="20181202 17:19:46.123"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.132" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.132" starttime="20181202 17:19:46.128"></status>
</kw>
<msg timestamp="20181202 17:19:46.132" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.132" starttime="20181202 17:19:46.128"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.133" starttime="20181202 17:19:46.133"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.133" starttime="20181202 17:19:46.128"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.137" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.137" starttime="20181202 17:19:46.134"></status>
</kw>
<msg timestamp="20181202 17:19:46.138" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.138" starttime="20181202 17:19:46.133"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.138" starttime="20181202 17:19:46.138"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.138" starttime="20181202 17:19:46.133"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.142" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.143" starttime="20181202 17:19:46.139"></status>
</kw>
<msg timestamp="20181202 17:19:46.143" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.143" starttime="20181202 17:19:46.138"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.143" starttime="20181202 17:19:46.143"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.143" starttime="20181202 17:19:46.138"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.147" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.148" starttime="20181202 17:19:46.144"></status>
</kw>
<msg timestamp="20181202 17:19:46.148" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.148" starttime="20181202 17:19:46.144"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.148" starttime="20181202 17:19:46.148"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.148" starttime="20181202 17:19:46.143"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.153" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.153" starttime="20181202 17:19:46.149"></status>
</kw>
<msg timestamp="20181202 17:19:46.153" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.153" starttime="20181202 17:19:46.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.154" starttime="20181202 17:19:46.153"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.154" starttime="20181202 17:19:46.148"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.158" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.158" starttime="20181202 17:19:46.154"></status>
</kw>
<msg timestamp="20181202 17:19:46.158" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.158" starttime="20181202 17:19:46.154"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.159" starttime="20181202 17:19:46.159"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.159" starttime="20181202 17:19:46.154"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.164" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.164" starttime="20181202 17:19:46.160"></status>
</kw>
<msg timestamp="20181202 17:19:46.164" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.164" starttime="20181202 17:19:46.160"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.165" starttime="20181202 17:19:46.165"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.165" starttime="20181202 17:19:46.159"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:19:46.169" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5104.884s, table=0, n_packets=5102, n_bytes=275580, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5104.866s, table=17, n_packets=5102, n_bytes=275580, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=5396.963s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=5396.949s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=5396.944s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.926s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.954s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5235.856s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5235.856s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=5396.926s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=5396.926s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=5396.766s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=5396.378s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=5396.370s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=5396.766s, table=43, n_packets=5286, n_bytes=288324, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=5396.970s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=5396.895s, table=48, n_packets=5287, n_bytes=288366, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=7.349s, table=49, n_packets=6, n_bytes=324, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=5396.766s, table=50, n_packets=4638, n_bytes=250524, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=5396.895s, table=50, n_packets=468, n_bytes=25356, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5237.913s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=5396.766s, table=51, n_packets=5287, n_bytes=288366, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5238.268s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5238.258s, table=52, n_packets=5208, n_bytes=281292, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4297.515s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4297.512s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4282.077s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5238.253s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4297.199s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4281.745s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5238.256s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4297.205s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4281.747s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=5396.963s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=5396.926s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=5396.766s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=5396.958s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=5396.708s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=5396.708s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=5396.702s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=5396.683s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.683s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.706s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.702s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5104.855s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=5396.683s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=5396.683s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=5396.683s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=5396.708s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.706s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=5396.708s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=5396.708s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=5396.683s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:19:46.169" starttime="20181202 17:19:46.165"></status>
</kw>
<msg timestamp="20181202 17:19:46.169" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:19:46.169" starttime="20181202 17:19:46.165"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.170" starttime="20181202 17:19:46.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.170" starttime="20181202 17:19:46.165"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.170" starttime="20181202 17:19:46.010"></status>
</kw>
<msg timestamp="20181202 17:19:46.170" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:19:46.170" starttime="20181202 17:19:45.565"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 17:19:46.171" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:19:46.171" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 17:19:46.171" starttime="20181202 17:19:46.170"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.171" starttime="20181202 17:19:46.171"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.171" starttime="20181202 17:19:45.565"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.171" starttime="20181202 17:19:45.564"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 17:19:46.172" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 17:19:46.172" starttime="20181202 17:19:46.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.172" starttime="20181202 17:19:45.530"></status>
</kw>
<msg timestamp="20181202 17:19:46.172" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:46.172" starttime="20181202 17:19:45.530"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:19:46.182" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:19:46.182" starttime="20181202 17:19:46.182"></status>
</kw>
<msg timestamp="20181202 17:19:46.182" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:19:46.182" starttime="20181202 17:19:46.181"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.183" starttime="20181202 17:19:46.182"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:19:46.183" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:19:46.183" starttime="20181202 17:19:46.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.183" starttime="20181202 17:19:46.181"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.183" starttime="20181202 17:19:46.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.184" starttime="20181202 17:19:45.530"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.184" starttime="20181202 17:19:45.326"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.184" starttime="20181202 17:19:45.317"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.184" starttime="20181202 17:18:58.620"></status>
</kw>
<kw name="Create Single Elan">
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:46.186" starttime="20181202 17:19:46.186"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:46.186" starttime="20181202 17:19:46.185"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:46.193" level="INFO">Starting process:
openstack security group create elan_sg </msg>
<msg timestamp="20181202 17:19:46.236" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:48.405" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:48.405" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:48.405" starttime="20181202 17:19:46.193"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:48.406" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T17:19:48Z                                                                                                                                  |
| description     | elan_sg                                                                                                                                               |
| id              | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c                                                                                                                  |
| name            | elan_sg                                                                                                                                               |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T17:19:48Z', direction='egress', ethertype='IPv6', id='411c5b2e-81ca-49d0-a735-89eb30d7dafa', updated_at='2018-12-02T17:19:48Z' |
|                 | created_at='2018-12-02T17:19:48Z', direction='egress', ethertype='IPv4', id='8159b992-ebb1-4ce0-80ba-4d85da363783', updated_at='2018-12-02T17:19:48Z' |
| updated_at      | 2018-12-02T17:19:48Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:48.406" starttime="20181202 17:19:48.406"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:48.407" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:48.407" starttime="20181202 17:19:48.407"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.408" starttime="20181202 17:19:48.407"></status>
</kw>
<msg timestamp="20181202 17:19:48.408" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 17:19:48.408" starttime="20181202 17:19:46.193"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 17:19:48.408" level="INFO">${sgp_id} = fced206d-fac9-4ee6-8fb0-ae3f15c5f03c</msg>
<status status="PASS" endtime="20181202 17:19:48.409" starttime="20181202 17:19:48.408"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:48.409" starttime="20181202 17:19:46.185"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:19:48.443" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:19:48.444" starttime="20181202 17:19:48.443"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:48.444" starttime="20181202 17:19:48.442"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.446" starttime="20181202 17:19:48.445"></status>
</kw>
<msg timestamp="20181202 17:19:48.446" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:19:48.446" starttime="20181202 17:19:48.444"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.449" starttime="20181202 17:19:48.448"></status>
</kw>
<msg timestamp="20181202 17:19:48.449" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:19:48.449" starttime="20181202 17:19:48.447"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.451" starttime="20181202 17:19:48.450"></status>
</kw>
<msg timestamp="20181202 17:19:48.451" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:19:48.451" starttime="20181202 17:19:48.449"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.453" starttime="20181202 17:19:48.453"></status>
</kw>
<msg timestamp="20181202 17:19:48.454" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:19:48.454" starttime="20181202 17:19:48.452"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.456" starttime="20181202 17:19:48.455"></status>
</kw>
<msg timestamp="20181202 17:19:48.456" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:19:48.456" starttime="20181202 17:19:48.454"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.458" starttime="20181202 17:19:48.458"></status>
</kw>
<msg timestamp="20181202 17:19:48.458" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:19:48.458" starttime="20181202 17:19:48.457"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:19:48.460" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:19:48.460" starttime="20181202 17:19:48.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:19:48.461" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:19:48.461" starttime="20181202 17:19:48.460"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:48.462" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:48.462" starttime="20181202 17:19:48.461"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.464" starttime="20181202 17:19:48.463"></status>
</kw>
<msg timestamp="20181202 17:19:48.464" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:48.464" starttime="20181202 17:19:48.462"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.466" starttime="20181202 17:19:48.466"></status>
</kw>
<msg timestamp="20181202 17:19:48.466" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:19:48.467" starttime="20181202 17:19:48.465"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.469" starttime="20181202 17:19:48.468"></status>
</kw>
<msg timestamp="20181202 17:19:48.469" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:48.469" starttime="20181202 17:19:48.467"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.471" starttime="20181202 17:19:48.470"></status>
</kw>
<msg timestamp="20181202 17:19:48.471" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:19:48.471" starttime="20181202 17:19:48.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.473" starttime="20181202 17:19:48.473"></status>
</kw>
<msg timestamp="20181202 17:19:48.473" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:48.473" starttime="20181202 17:19:48.472"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.475" starttime="20181202 17:19:48.475"></status>
</kw>
<msg timestamp="20181202 17:19:48.476" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:48.476" starttime="20181202 17:19:48.474"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:48.478" starttime="20181202 17:19:48.477"></status>
</kw>
<msg timestamp="20181202 17:19:48.478" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:48.478" starttime="20181202 17:19:48.476"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:48.480" level="INFO">Starting process:
openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:19:48.508" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:50.744" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:50.744" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:50.744" starttime="20181202 17:19:48.480"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:50.745" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:19:50Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | e57346a1-03d0-472c-bbe2-ee19e5dfa49d |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:19:50Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:50.745" starttime="20181202 17:19:50.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:50.746" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:50.746" starttime="20181202 17:19:50.746"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.747" starttime="20181202 17:19:50.746"></status>
</kw>
<msg timestamp="20181202 17:19:50.747" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:19:50.747" starttime="20181202 17:19:48.478"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:19:50.748" level="INFO">${rule_id} = e57346a1-03d0-472c-bbe2-ee19e5dfa49d</msg>
<status status="PASS" endtime="20181202 17:19:50.748" starttime="20181202 17:19:50.747"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:50.748" starttime="20181202 17:19:48.439"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:19:50.777" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:19:50.777" starttime="20181202 17:19:50.776"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:50.777" starttime="20181202 17:19:50.776"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.778" starttime="20181202 17:19:50.777"></status>
</kw>
<msg timestamp="20181202 17:19:50.778" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:19:50.778" starttime="20181202 17:19:50.777"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.779" starttime="20181202 17:19:50.778"></status>
</kw>
<msg timestamp="20181202 17:19:50.779" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:19:50.779" starttime="20181202 17:19:50.778"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.779" starttime="20181202 17:19:50.779"></status>
</kw>
<msg timestamp="20181202 17:19:50.780" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:19:50.780" starttime="20181202 17:19:50.779"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.780" starttime="20181202 17:19:50.780"></status>
</kw>
<msg timestamp="20181202 17:19:50.781" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:19:50.781" starttime="20181202 17:19:50.780"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.781" starttime="20181202 17:19:50.781"></status>
</kw>
<msg timestamp="20181202 17:19:50.781" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:19:50.781" starttime="20181202 17:19:50.781"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.782" starttime="20181202 17:19:50.782"></status>
</kw>
<msg timestamp="20181202 17:19:50.782" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:19:50.782" starttime="20181202 17:19:50.782"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:19:50.783" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:19:50.783" starttime="20181202 17:19:50.783"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:19:50.783" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:19:50.783" starttime="20181202 17:19:50.783"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:50.784" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:50.784" starttime="20181202 17:19:50.784"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.785" starttime="20181202 17:19:50.785"></status>
</kw>
<msg timestamp="20181202 17:19:50.785" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:50.785" starttime="20181202 17:19:50.784"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.787" starttime="20181202 17:19:50.786"></status>
</kw>
<msg timestamp="20181202 17:19:50.787" level="INFO">${cmd} = openstack security group rule create elan_sg --egress</msg>
<status status="PASS" endtime="20181202 17:19:50.787" starttime="20181202 17:19:50.786"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.788" starttime="20181202 17:19:50.788"></status>
</kw>
<msg timestamp="20181202 17:19:50.789" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:50.789" starttime="20181202 17:19:50.787"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.790" starttime="20181202 17:19:50.790"></status>
</kw>
<msg timestamp="20181202 17:19:50.790" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:19:50.790" starttime="20181202 17:19:50.789"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.792" starttime="20181202 17:19:50.792"></status>
</kw>
<msg timestamp="20181202 17:19:50.793" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:50.793" starttime="20181202 17:19:50.791"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.794" starttime="20181202 17:19:50.794"></status>
</kw>
<msg timestamp="20181202 17:19:50.794" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:50.794" starttime="20181202 17:19:50.793"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:50.795" starttime="20181202 17:19:50.795"></status>
</kw>
<msg timestamp="20181202 17:19:50.795" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:19:50.795" starttime="20181202 17:19:50.794"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:50.797" level="INFO">Starting process:
openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:19:50.817" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:53.059" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:53.059" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:53.059" starttime="20181202 17:19:50.797"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:53.060" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:19:52Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 5d069604-70b1-4104-b4f3-bfc149b41504 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:19:52Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:53.060" starttime="20181202 17:19:53.060"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:53.061" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:53.061" starttime="20181202 17:19:53.061"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.062" starttime="20181202 17:19:53.061"></status>
</kw>
<msg timestamp="20181202 17:19:53.062" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:19:53.062" starttime="20181202 17:19:50.796"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:19:53.062" level="INFO">${rule_id} = 5d069604-70b1-4104-b4f3-bfc149b41504</msg>
<status status="PASS" endtime="20181202 17:19:53.063" starttime="20181202 17:19:53.062"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:53.063" starttime="20181202 17:19:50.775"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:19:53.092" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:19:53.092" starttime="20181202 17:19:53.092"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:53.092" starttime="20181202 17:19:53.091"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.093" starttime="20181202 17:19:53.093"></status>
</kw>
<msg timestamp="20181202 17:19:53.093" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:19:53.093" starttime="20181202 17:19:53.092"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.094" starttime="20181202 17:19:53.094"></status>
</kw>
<msg timestamp="20181202 17:19:53.094" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:19:53.094" starttime="20181202 17:19:53.093"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.095" starttime="20181202 17:19:53.095"></status>
</kw>
<msg timestamp="20181202 17:19:53.095" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:19:53.095" starttime="20181202 17:19:53.094"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.096" starttime="20181202 17:19:53.096"></status>
</kw>
<msg timestamp="20181202 17:19:53.096" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:19:53.096" starttime="20181202 17:19:53.095"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.097" starttime="20181202 17:19:53.097"></status>
</kw>
<msg timestamp="20181202 17:19:53.097" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:19:53.097" starttime="20181202 17:19:53.096"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.098" starttime="20181202 17:19:53.097"></status>
</kw>
<msg timestamp="20181202 17:19:53.098" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:19:53.098" starttime="20181202 17:19:53.097"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:19:53.098" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:19:53.098" starttime="20181202 17:19:53.098"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:19:53.099" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:19:53.099" starttime="20181202 17:19:53.099"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:53.099" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:53.099" starttime="20181202 17:19:53.099"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.100" starttime="20181202 17:19:53.100"></status>
</kw>
<msg timestamp="20181202 17:19:53.100" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:53.100" starttime="20181202 17:19:53.099"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.101" starttime="20181202 17:19:53.101"></status>
</kw>
<msg timestamp="20181202 17:19:53.101" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:19:53.101" starttime="20181202 17:19:53.100"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.102" starttime="20181202 17:19:53.102"></status>
</kw>
<msg timestamp="20181202 17:19:53.102" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:53.102" starttime="20181202 17:19:53.102"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.104" starttime="20181202 17:19:53.103"></status>
</kw>
<msg timestamp="20181202 17:19:53.104" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:53.104" starttime="20181202 17:19:53.103"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.105" starttime="20181202 17:19:53.105"></status>
</kw>
<msg timestamp="20181202 17:19:53.105" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:53.105" starttime="20181202 17:19:53.104"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.106" starttime="20181202 17:19:53.106"></status>
</kw>
<msg timestamp="20181202 17:19:53.106" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:53.106" starttime="20181202 17:19:53.105"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:53.107" starttime="20181202 17:19:53.107"></status>
</kw>
<msg timestamp="20181202 17:19:53.107" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:53.107" starttime="20181202 17:19:53.107"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:53.109" level="INFO">Starting process:
openstack security group rule create elan_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:19:53.129" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:55.405" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:55.406" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:55.406" starttime="20181202 17:19:53.108"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:55.407" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:19:55Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | d3f2692d-9b0a-45d7-b5b0-34996683d64c |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:19:55Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:55.407" starttime="20181202 17:19:55.406"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:55.408" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:55.408" starttime="20181202 17:19:55.407"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.409" starttime="20181202 17:19:55.408"></status>
</kw>
<msg timestamp="20181202 17:19:55.409" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:19:55.410" starttime="20181202 17:19:53.108"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:19:55.410" level="INFO">${rule_id} = d3f2692d-9b0a-45d7-b5b0-34996683d64c</msg>
<status status="PASS" endtime="20181202 17:19:55.410" starttime="20181202 17:19:55.410"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:55.411" starttime="20181202 17:19:53.091"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:19:55.451" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:19:55.451" starttime="20181202 17:19:55.450"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:55.451" starttime="20181202 17:19:55.450"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.452" starttime="20181202 17:19:55.451"></status>
</kw>
<msg timestamp="20181202 17:19:55.452" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:19:55.452" starttime="20181202 17:19:55.451"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.453" starttime="20181202 17:19:55.453"></status>
</kw>
<msg timestamp="20181202 17:19:55.453" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:19:55.453" starttime="20181202 17:19:55.452"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.454" starttime="20181202 17:19:55.454"></status>
</kw>
<msg timestamp="20181202 17:19:55.454" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:19:55.454" starttime="20181202 17:19:55.453"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.455" starttime="20181202 17:19:55.455"></status>
</kw>
<msg timestamp="20181202 17:19:55.455" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:19:55.456" starttime="20181202 17:19:55.455"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.457" starttime="20181202 17:19:55.456"></status>
</kw>
<msg timestamp="20181202 17:19:55.457" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:19:55.457" starttime="20181202 17:19:55.456"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.458" starttime="20181202 17:19:55.457"></status>
</kw>
<msg timestamp="20181202 17:19:55.458" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:19:55.458" starttime="20181202 17:19:55.457"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:19:55.458" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:19:55.458" starttime="20181202 17:19:55.458"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:19:55.459" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:19:55.459" starttime="20181202 17:19:55.459"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:55.460" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:55.460" starttime="20181202 17:19:55.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.461" starttime="20181202 17:19:55.460"></status>
</kw>
<msg timestamp="20181202 17:19:55.461" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:55.461" starttime="20181202 17:19:55.460"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.462" starttime="20181202 17:19:55.462"></status>
</kw>
<msg timestamp="20181202 17:19:55.462" level="INFO">${cmd} = openstack security group rule create elan_sg --egress</msg>
<status status="PASS" endtime="20181202 17:19:55.462" starttime="20181202 17:19:55.461"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.463" starttime="20181202 17:19:55.463"></status>
</kw>
<msg timestamp="20181202 17:19:55.463" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:55.463" starttime="20181202 17:19:55.462"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.465" starttime="20181202 17:19:55.464"></status>
</kw>
<msg timestamp="20181202 17:19:55.465" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:55.465" starttime="20181202 17:19:55.463"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.466" starttime="20181202 17:19:55.466"></status>
</kw>
<msg timestamp="20181202 17:19:55.466" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:55.466" starttime="20181202 17:19:55.465"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.467" starttime="20181202 17:19:55.467"></status>
</kw>
<msg timestamp="20181202 17:19:55.467" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:55.467" starttime="20181202 17:19:55.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:55.468" starttime="20181202 17:19:55.468"></status>
</kw>
<msg timestamp="20181202 17:19:55.468" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:19:55.468" starttime="20181202 17:19:55.468"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:55.470" level="INFO">Starting process:
openstack security group rule create elan_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:19:55.491" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:19:57.957" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:19:57.958" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:19:57.958" starttime="20181202 17:19:55.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:19:57.960" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:19:57Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | bc748f5f-ff8c-4fa3-bfb9-14b868019902 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:19:57Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:19:57.961" starttime="20181202 17:19:57.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:19:57.962" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:19:57.962" starttime="20181202 17:19:57.961"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:57.963" starttime="20181202 17:19:57.962"></status>
</kw>
<msg timestamp="20181202 17:19:57.964" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:19:57.964" starttime="20181202 17:19:55.469"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:19:57.966" level="INFO">${rule_id} = bc748f5f-ff8c-4fa3-bfb9-14b868019902</msg>
<status status="PASS" endtime="20181202 17:19:57.966" starttime="20181202 17:19:57.965"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:57.967" starttime="20181202 17:19:55.449"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:19:58.021" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:19:58.021" starttime="20181202 17:19:58.021"></status>
</kw>
<status status="PASS" endtime="20181202 17:19:58.021" starttime="20181202 17:19:58.020"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.022" starttime="20181202 17:19:58.022"></status>
</kw>
<msg timestamp="20181202 17:19:58.022" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:19:58.022" starttime="20181202 17:19:58.021"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.023" starttime="20181202 17:19:58.023"></status>
</kw>
<msg timestamp="20181202 17:19:58.023" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:19:58.023" starttime="20181202 17:19:58.023"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.024" starttime="20181202 17:19:58.024"></status>
</kw>
<msg timestamp="20181202 17:19:58.025" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:19:58.025" starttime="20181202 17:19:58.024"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.026" starttime="20181202 17:19:58.025"></status>
</kw>
<msg timestamp="20181202 17:19:58.026" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:19:58.026" starttime="20181202 17:19:58.025"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.027" starttime="20181202 17:19:58.026"></status>
</kw>
<msg timestamp="20181202 17:19:58.027" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:19:58.027" starttime="20181202 17:19:58.026"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.028" starttime="20181202 17:19:58.028"></status>
</kw>
<msg timestamp="20181202 17:19:58.028" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:19:58.028" starttime="20181202 17:19:58.027"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:19:58.029" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:19:58.029" starttime="20181202 17:19:58.028"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:19:58.029" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:19:58.029" starttime="20181202 17:19:58.029"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:19:58.030" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:58.030" starttime="20181202 17:19:58.029"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.031" starttime="20181202 17:19:58.030"></status>
</kw>
<msg timestamp="20181202 17:19:58.031" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:19:58.031" starttime="20181202 17:19:58.030"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.032" starttime="20181202 17:19:58.032"></status>
</kw>
<msg timestamp="20181202 17:19:58.032" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:19:58.032" starttime="20181202 17:19:58.031"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.033" starttime="20181202 17:19:58.033"></status>
</kw>
<msg timestamp="20181202 17:19:58.033" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:19:58.033" starttime="20181202 17:19:58.032"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.034" starttime="20181202 17:19:58.034"></status>
</kw>
<msg timestamp="20181202 17:19:58.034" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:19:58.035" starttime="20181202 17:19:58.033"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.036" starttime="20181202 17:19:58.035"></status>
</kw>
<msg timestamp="20181202 17:19:58.036" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:19:58.036" starttime="20181202 17:19:58.035"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.037" starttime="20181202 17:19:58.036"></status>
</kw>
<msg timestamp="20181202 17:19:58.037" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:19:58.037" starttime="20181202 17:19:58.036"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:19:58.038" starttime="20181202 17:19:58.038"></status>
</kw>
<msg timestamp="20181202 17:19:58.038" level="INFO">${cmd} = openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:19:58.038" starttime="20181202 17:19:58.037"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:19:58.040" level="INFO">Starting process:
openstack security group rule create elan_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:19:58.064" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:00.334" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:00.335" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:00.335" starttime="20181202 17:19:58.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:00.337" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:20:00Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | f701d621-beb6-4c9b-8f91-653258c48746 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:20:00Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:00.337" starttime="20181202 17:20:00.336"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:00.337" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:00.338" starttime="20181202 17:20:00.337"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.339" starttime="20181202 17:20:00.338"></status>
</kw>
<msg timestamp="20181202 17:20:00.339" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:20:00.339" starttime="20181202 17:19:58.038"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:20:00.341" level="INFO">${rule_id} = f701d621-beb6-4c9b-8f91-653258c48746</msg>
<status status="PASS" endtime="20181202 17:20:00.341" starttime="20181202 17:20:00.340"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:00.341" starttime="20181202 17:19:58.019"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:20:00.383" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:20:00.384" starttime="20181202 17:20:00.383"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:00.384" starttime="20181202 17:20:00.383"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.385" starttime="20181202 17:20:00.384"></status>
</kw>
<msg timestamp="20181202 17:20:00.385" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:20:00.385" starttime="20181202 17:20:00.384"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.386" starttime="20181202 17:20:00.386"></status>
</kw>
<msg timestamp="20181202 17:20:00.386" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:20:00.386" starttime="20181202 17:20:00.385"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.387" starttime="20181202 17:20:00.387"></status>
</kw>
<msg timestamp="20181202 17:20:00.387" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:20:00.387" starttime="20181202 17:20:00.386"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.388" starttime="20181202 17:20:00.388"></status>
</kw>
<msg timestamp="20181202 17:20:00.389" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:20:00.389" starttime="20181202 17:20:00.388"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.390" starttime="20181202 17:20:00.389"></status>
</kw>
<msg timestamp="20181202 17:20:00.390" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:20:00.390" starttime="20181202 17:20:00.389"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.391" starttime="20181202 17:20:00.390"></status>
</kw>
<msg timestamp="20181202 17:20:00.391" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:20:00.391" starttime="20181202 17:20:00.390"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:20:00.391" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:20:00.391" starttime="20181202 17:20:00.391"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:20:00.392" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:20:00.392" starttime="20181202 17:20:00.392"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:20:00.393" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:20:00.393" starttime="20181202 17:20:00.392"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.394" starttime="20181202 17:20:00.393"></status>
</kw>
<msg timestamp="20181202 17:20:00.394" level="INFO">${cmd} = openstack security group rule create elan_sg</msg>
<status status="PASS" endtime="20181202 17:20:00.394" starttime="20181202 17:20:00.393"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.395" starttime="20181202 17:20:00.395"></status>
</kw>
<msg timestamp="20181202 17:20:00.395" level="INFO">${cmd} = openstack security group rule create elan_sg --egress</msg>
<status status="PASS" endtime="20181202 17:20:00.395" starttime="20181202 17:20:00.394"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.396" starttime="20181202 17:20:00.396"></status>
</kw>
<msg timestamp="20181202 17:20:00.396" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:20:00.396" starttime="20181202 17:20:00.395"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.398" starttime="20181202 17:20:00.397"></status>
</kw>
<msg timestamp="20181202 17:20:00.398" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:20:00.398" starttime="20181202 17:20:00.397"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.399" starttime="20181202 17:20:00.399"></status>
</kw>
<msg timestamp="20181202 17:20:00.399" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:20:00.399" starttime="20181202 17:20:00.398"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.401" starttime="20181202 17:20:00.400"></status>
</kw>
<msg timestamp="20181202 17:20:00.401" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:20:00.401" starttime="20181202 17:20:00.400"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:00.402" starttime="20181202 17:20:00.401"></status>
</kw>
<msg timestamp="20181202 17:20:00.402" level="INFO">${cmd} = openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:20:00.402" starttime="20181202 17:20:00.401"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:00.403" level="INFO">Starting process:
openstack security group rule create elan_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:20:00.422" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:02.797" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:02.797" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:02.798" starttime="20181202 17:20:00.403"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:02.800" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:20:02Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 64466d4d-9693-4e64-933a-dcb9153ea16f |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c |
| updated_at        | 2018-12-02T17:20:02Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:02.800" starttime="20181202 17:20:02.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:02.801" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:02.801" starttime="20181202 17:20:02.800"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:02.803" starttime="20181202 17:20:02.802"></status>
</kw>
<msg timestamp="20181202 17:20:02.803" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:20:02.803" starttime="20181202 17:20:00.402"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:20:02.805" level="INFO">${rule_id} = 64466d4d-9693-4e64-933a-dcb9153ea16f</msg>
<status status="PASS" endtime="20181202 17:20:02.805" starttime="20181202 17:20:02.804"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:02.806" starttime="20181202 17:20:00.382"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:02.808" starttime="20181202 17:20:02.806"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:02.808" starttime="20181202 17:19:46.184"></status>
</kw>
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:02.827" level="INFO">Starting process:
openstack network create elan_net_1 </msg>
<msg timestamp="20181202 17:20:02.847" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:05.124" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:05.125" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:05.125" starttime="20181202 17:20:02.827"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:05.127" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:20:04Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | elan_net_1                           |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 19                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:20:04Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:05.128" starttime="20181202 17:20:05.126"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:05.129" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:05.129" starttime="20181202 17:20:05.128"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:05.130" starttime="20181202 17:20:05.129"></status>
</kw>
<msg timestamp="20181202 17:20:05.131" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:20:05.131" starttime="20181202 17:20:02.826"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:05.132" starttime="20181202 17:20:02.809"></status>
</kw>
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{SUBNETS}[0]</arg>
<arg>${SUBNET_CIDRS[0]}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:05.147" level="INFO">Starting process:
openstack subnet create --network elan_net_1 --subnet-range 81.1.1.0/24 elan_sub_1 </msg>
<msg timestamp="20181202 17:20:05.185" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:07.900" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:07.900" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:07.901" starttime="20181202 17:20:05.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:07.902" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 81.1.1.2-81.1.1.254                  |
| cidr              | 81.1.1.0/24                          |
| created_at        | 2018-12-02T17:20:07Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 81.1.1.1                             |
| host_routes       |                                      |
| id                | 779f3238-0d7d-459c-8d02-0f0666087c6f |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | elan_sub_1                           |
| network_id        | c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:20:07Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:07.903" starttime="20181202 17:20:07.901"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:07.904" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:07.904" starttime="20181202 17:20:07.903"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:07.906" starttime="20181202 17:20:07.904"></status>
</kw>
<msg timestamp="20181202 17:20:07.906" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:20:07.906" starttime="20181202 17:20:05.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:07.907" starttime="20181202 17:20:05.132"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>${NET_1_PORTS[0]}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:20:07.910" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:20:07.910" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:20:07.910" starttime="20181202 17:20:07.909"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:20:07.911" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:20:07.911" starttime="20181202 17:20:07.910"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:20:07.912" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:20:07.912" starttime="20181202 17:20:07.912"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:07.930" level="INFO">Starting process:
openstack port create --network elan_net_1 elan_net_1_port_1 --security-group elan_sg  </msg>
<msg timestamp="20181202 17:20:07.951" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:11.030" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:11.030" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:11.030" starttime="20181202 17:20:07.929"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:11.031" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T17:20:10Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='81.1.1.25', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f' |
| id                    | eee9b0e8-41a9-4529-b23e-b055347670dd                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:2f:ef:6c                                                        |
| name                  | elan_net_1_port_1                                                        |
| network_id            | c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T17:20:10Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:11.032" starttime="20181202 17:20:11.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:11.032" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:11.032" starttime="20181202 17:20:11.032"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:11.033" starttime="20181202 17:20:11.032"></status>
</kw>
<msg timestamp="20181202 17:20:11.033" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 17:20:11.033" starttime="20181202 17:20:07.928"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:11.034" starttime="20181202 17:20:07.907"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>${NET_1_PORTS[1]}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:20:11.035" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:20:11.035" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:20:11.035" starttime="20181202 17:20:11.035"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:20:11.036" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:20:11.036" starttime="20181202 17:20:11.035"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:20:11.036" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:20:11.036" starttime="20181202 17:20:11.036"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:11.045" level="INFO">Starting process:
openstack port create --network elan_net_1 elan_net_1_port_2 --security-group elan_sg  </msg>
<msg timestamp="20181202 17:20:11.087" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:13.982" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:13.983" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:13.983" starttime="20181202 17:20:11.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:13.984" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:20:13Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='81.1.1.3', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f' |
| id                    | 909052a4-59ad-4376-b180-619c6f037bc5                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:71:b7:24                                                       |
| name                  | elan_net_1_port_2                                                       |
| network_id            | c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | fced206d-fac9-4ee6-8fb0-ae3f15c5f03c                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:20:13Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:13.984" starttime="20181202 17:20:13.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:13.985" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:13.985" starttime="20181202 17:20:13.985"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:13.986" starttime="20181202 17:20:13.985"></status>
</kw>
<msg timestamp="20181202 17:20:13.987" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:20:13.987" starttime="20181202 17:20:11.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:13.987" starttime="20181202 17:20:11.034"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${PORT_URL}</arg>
<arg>${NET_1_PORTS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${PORT_URL}</arg>
<arg>${NET_1_PORTS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:20:14.012" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/ports/, headers=None json=None</msg>
<msg timestamp="20181202 17:20:14.013" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:20:14.013" starttime="20181202 17:20:14.008"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:20:14.014" level="INFO">{"ports":{"port":[{"uuid":"eee9b0e8-41a9-4529-b23e-b055347670dd","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.25"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:2f:ef:6c","security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"admin-state-up":true,"status":"ACTIVE","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":"elan_net_1_port_1"},{"uuid":"409bbe4c-7625-49d1-baab-d8052a459adb","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:50:98:f5","admin-state-up":true,"network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":""},{"uuid":"909052a4-59ad-4376-b180-619c6f037bc5","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:71:b7:24","security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"admin-state-up":true,"status":"ACTIVE","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":"elan_net_1_port_2"}]}}</msg>
<status status="PASS" endtime="20181202 17:20:14.015" starttime="20181202 17:20:14.014"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.015" starttime="20181202 17:20:14.013"></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="20181202 17:20:14.016" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:20:14.016" starttime="20181202 17:20:14.015"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = elan_net_1_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:14.017" starttime="20181202 17:20:14.017"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.017" starttime="20181202 17:20:14.016"></status>
</kw>
<kw type="foritem" name="${i} = elan_net_1_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:14.018" starttime="20181202 17:20:14.018"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.018" starttime="20181202 17:20:14.017"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.018" starttime="20181202 17:20:14.016"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.019" starttime="20181202 17:20:14.007"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:14.019" starttime="20181202 17:20:13.988"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${NET_1_PORTS[0]}</arg>
<arg>${NET_1_VMS[0]}</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:20:14.062" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:20:14.062" starttime="20181202 17:20:14.060"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:14.078" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port elan_net_1_port_1 --security-group elan_sg --availability-zone nova: elan_net_1_vm_1</msg>
<msg timestamp="20181202 17:20:14.101" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:18.443" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:18.444" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:18.444" starttime="20181202 17:20:14.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:18.445" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | 8pGYHwEA3bun                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:20:18Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | ebbedfec-a055-4ef7-9819-72c69c3a3ea8                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | elan_net_1_vm_1                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='fced206d-fac9-4ee6-8fb0-ae3f15c5f03c'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:20:18Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:18.445" starttime="20181202 17:20:18.444"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:18.446" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:18.446" starttime="20181202 17:20:18.446"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:18.447" starttime="20181202 17:20:18.446"></status>
</kw>
<msg timestamp="20181202 17:20:18.447" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:20:18.447" starttime="20181202 17:20:14.075"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:18.448" starttime="20181202 17:20:14.058"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${NET_1_PORTS[1]}</arg>
<arg>${NET_1_VMS[1]}</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:20:18.469" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:20:18.469" starttime="20181202 17:20:18.469"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:18.479" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port elan_net_1_port_2 --security-group elan_sg --availability-zone nova: elan_net_1_vm_2</msg>
<msg timestamp="20181202 17:20:18.503" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:22.542" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:22.543" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:22.543" starttime="20181202 17:20:18.479"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:22.544" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | PnZfQr59efAY                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:20:22Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 41b514e1-a3ed-48dd-9ae2-3fa06f62d650                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | elan_net_1_vm_2                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='fced206d-fac9-4ee6-8fb0-ae3f15c5f03c'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:20:22Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:20:22.544" starttime="20181202 17:20:22.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:22.546" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:22.546" starttime="20181202 17:20:22.545"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:22.547" starttime="20181202 17:20:22.546"></status>
</kw>
<msg timestamp="20181202 17:20:22.548" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:20:22.548" starttime="20181202 17:20:18.478"></status>
</kw>
<status status="PASS" endtime="20181202 17:20:22.548" starttime="20181202 17:20:18.468"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 17:20:22.551" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:20:22.551" starttime="20181202 17:20:22.550"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = elan_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:22.564" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:20:22.591" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:25.661" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:25.662" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:25.662" starttime="20181202 17:20:22.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:25.664" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:20:25.664" starttime="20181202 17:20:25.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:25.665" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:25.665" starttime="20181202 17:20:25.664"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:25.667" starttime="20181202 17:20:25.666"></status>
</kw>
<msg timestamp="20181202 17:20:25.667" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:20:25.667" starttime="20181202 17:20:22.563"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:20:25.669" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:20:25.669" starttime="20181202 17:20:25.668"></status>
</kw>
<status status="FAIL" endtime="20181202 17:20:25.669" starttime="20181202 17:20:22.554"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:20:55.695" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:20:55.731" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:20:59.276" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:20:59.276" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:20:59.276" starttime="20181202 17:20:55.694"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:20:59.277" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:20:59.277" starttime="20181202 17:20:59.277"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:20:59.278" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:20:59.278" starttime="20181202 17:20:59.277"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:20:59.279" starttime="20181202 17:20:59.278"></status>
</kw>
<msg timestamp="20181202 17:20:59.279" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:20:59.279" starttime="20181202 17:20:55.692"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:20:59.280" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:20:59.280" starttime="20181202 17:20:59.279"></status>
</kw>
<status status="FAIL" endtime="20181202 17:20:59.280" starttime="20181202 17:20:55.671"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:21:29.292" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:21:29.334" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:21:32.424" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:21:32.424" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:21:32.424" starttime="20181202 17:21:29.292"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:21:32.425" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:21:32.426" starttime="20181202 17:21:32.425"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:21:32.426" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:21:32.426" starttime="20181202 17:21:32.426"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:21:32.427" starttime="20181202 17:21:32.426"></status>
</kw>
<msg timestamp="20181202 17:21:32.427" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:21:32.427" starttime="20181202 17:21:29.291"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:21:32.428" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:21:32.428" starttime="20181202 17:21:32.428"></status>
</kw>
<status status="FAIL" endtime="20181202 17:21:32.428" starttime="20181202 17:21:29.281"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:22:02.442" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:22:02.484" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:22:05.642" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:22:05.642" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:22:05.642" starttime="20181202 17:22:02.442"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:22:05.643" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:22:05.643" starttime="20181202 17:22:05.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:22:05.644" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:22:05.644" starttime="20181202 17:22:05.644"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:22:05.645" starttime="20181202 17:22:05.644"></status>
</kw>
<msg timestamp="20181202 17:22:05.645" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:22:05.645" starttime="20181202 17:22:02.441"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:22:05.646" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:22:05.646" starttime="20181202 17:22:05.645"></status>
</kw>
<status status="FAIL" endtime="20181202 17:22:05.646" starttime="20181202 17:22:02.429"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:22:35.670" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:22:35.714" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:22:39.306" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:22:39.307" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:22:39.307" starttime="20181202 17:22:35.669"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:22:39.308" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:22:39.308" starttime="20181202 17:22:39.307"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:22:39.309" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:22:39.309" starttime="20181202 17:22:39.308"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:22:39.310" starttime="20181202 17:22:39.309"></status>
</kw>
<msg timestamp="20181202 17:22:39.310" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:22:39.310" starttime="20181202 17:22:35.668"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:22:39.311" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:22:39.311" starttime="20181202 17:22:39.310"></status>
</kw>
<status status="FAIL" endtime="20181202 17:22:39.311" starttime="20181202 17:22:35.647"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:23:09.332" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:23:09.375" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:23:12.450" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:23:12.450" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:23:12.450" starttime="20181202 17:23:09.332"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:23:12.451" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:23:12.451" starttime="20181202 17:23:12.451"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:23:12.452" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:23:12.452" starttime="20181202 17:23:12.452"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:23:12.453" starttime="20181202 17:23:12.452"></status>
</kw>
<msg timestamp="20181202 17:23:12.453" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:23:12.453" starttime="20181202 17:23:09.330"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:23:12.454" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:23:12.454" starttime="20181202 17:23:12.453"></status>
</kw>
<status status="FAIL" endtime="20181202 17:23:12.454" starttime="20181202 17:23:09.312"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:23:42.472" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:23:42.492" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:23:45.720" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:23:45.721" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:23:45.721" starttime="20181202 17:23:42.471"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:23:45.723" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:23:45.723" starttime="20181202 17:23:45.722"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:23:45.725" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:23:45.725" starttime="20181202 17:23:45.724"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:23:45.727" starttime="20181202 17:23:45.725"></status>
</kw>
<msg timestamp="20181202 17:23:45.727" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:23:45.727" starttime="20181202 17:23:42.470"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:23:45.729" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:23:45.729" starttime="20181202 17:23:45.728"></status>
</kw>
<status status="FAIL" endtime="20181202 17:23:45.730" starttime="20181202 17:23:42.455"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:24:15.744" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:24:15.786" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:24:18.910" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:24:18.911" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:24:18.911" starttime="20181202 17:24:15.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:24:18.912" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:24:18.912" starttime="20181202 17:24:18.912"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:24:18.913" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:24:18.913" starttime="20181202 17:24:18.913"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:24:18.914" starttime="20181202 17:24:18.913"></status>
</kw>
<msg timestamp="20181202 17:24:18.915" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:24:18.915" starttime="20181202 17:24:15.743"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:24:18.915" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:24:18.916" starttime="20181202 17:24:18.915"></status>
</kw>
<status status="FAIL" endtime="20181202 17:24:18.916" starttime="20181202 17:24:15.730"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:24:48.936" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:24:48.977" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:24:52.172" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:24:52.173" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:24:52.173" starttime="20181202 17:24:48.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:24:52.174" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:24:52.174" starttime="20181202 17:24:52.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:24:52.174" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:24:52.175" starttime="20181202 17:24:52.174"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:24:52.175" starttime="20181202 17:24:52.175"></status>
</kw>
<msg timestamp="20181202 17:24:52.176" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:24:52.176" starttime="20181202 17:24:48.933"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:24:52.176" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:24:52.176" starttime="20181202 17:24:52.176"></status>
</kw>
<status status="FAIL" endtime="20181202 17:24:52.176" starttime="20181202 17:24:48.917"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:25:22.202" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:25:22.250" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:25:25.474" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:25:25.475" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:25:25.475" starttime="20181202 17:25:22.201"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:25:25.477" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:25:25.478" starttime="20181202 17:25:25.476"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:25:25.479" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:25:25.479" starttime="20181202 17:25:25.478"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:25:25.481" starttime="20181202 17:25:25.479"></status>
</kw>
<msg timestamp="20181202 17:25:25.482" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:25:25.482" starttime="20181202 17:25:22.200"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:25:25.483" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:25:25.484" starttime="20181202 17:25:25.482"></status>
</kw>
<status status="FAIL" endtime="20181202 17:25:25.484" starttime="20181202 17:25:22.179"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:25:55.508" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:25:55.550" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:25:58.648" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:25:58.648" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:25:58.648" starttime="20181202 17:25:55.507"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:25:58.649" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:25:58.649" starttime="20181202 17:25:58.649"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:25:58.650" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:25:58.650" starttime="20181202 17:25:58.650"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:25:58.651" starttime="20181202 17:25:58.650"></status>
</kw>
<msg timestamp="20181202 17:25:58.651" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:25:58.651" starttime="20181202 17:25:55.506"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:25:58.652" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:25:58.652" starttime="20181202 17:25:58.651"></status>
</kw>
<status status="FAIL" endtime="20181202 17:25:58.652" starttime="20181202 17:25:55.485"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:26:28.677" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:26:28.700" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:26:31.932" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:26:31.932" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:26:31.932" starttime="20181202 17:26:28.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:26:31.934" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:26:31.934" starttime="20181202 17:26:31.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:26:31.935" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:26:31.935" starttime="20181202 17:26:31.935"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:26:31.936" starttime="20181202 17:26:31.935"></status>
</kw>
<msg timestamp="20181202 17:26:31.937" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:26:31.937" starttime="20181202 17:26:28.675"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:26:31.938" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:26:31.938" starttime="20181202 17:26:31.937"></status>
</kw>
<status status="FAIL" endtime="20181202 17:26:31.938" starttime="20181202 17:26:28.653"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:27:01.960" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:27:02.005" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:27:05.244" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:27:05.244" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:27:05.244" starttime="20181202 17:27:01.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:27:05.246" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:27:05.246" starttime="20181202 17:27:05.245"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:27:05.246" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:27:05.246" starttime="20181202 17:27:05.246"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:27:05.247" starttime="20181202 17:27:05.247"></status>
</kw>
<msg timestamp="20181202 17:27:05.248" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:27:05.248" starttime="20181202 17:27:01.959"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:27:05.248" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:27:05.249" starttime="20181202 17:27:05.248"></status>
</kw>
<status status="FAIL" endtime="20181202 17:27:05.249" starttime="20181202 17:27:01.939"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:27:35.267" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:27:35.293" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:27:38.309" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:27:38.310" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:27:38.310" starttime="20181202 17:27:35.266"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:27:38.311" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:27:38.311" starttime="20181202 17:27:38.310"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:27:38.312" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:27:38.312" starttime="20181202 17:27:38.311"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:27:38.313" starttime="20181202 17:27:38.312"></status>
</kw>
<msg timestamp="20181202 17:27:38.313" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:27:38.313" starttime="20181202 17:27:35.265"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:27:38.314" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:27:38.314" starttime="20181202 17:27:38.313"></status>
</kw>
<status status="FAIL" endtime="20181202 17:27:38.314" starttime="20181202 17:27:35.250"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:28:08.336" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:28:08.381" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:28:11.876" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:28:11.876" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:28:11.876" starttime="20181202 17:28:08.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:28:11.878" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:28:11.878" starttime="20181202 17:28:11.877"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:28:11.879" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:28:11.879" starttime="20181202 17:28:11.878"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:28:11.880" starttime="20181202 17:28:11.879"></status>
</kw>
<msg timestamp="20181202 17:28:11.880" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:28:11.880" starttime="20181202 17:28:08.334"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:28:11.881" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:28:11.881" starttime="20181202 17:28:11.881"></status>
</kw>
<status status="FAIL" endtime="20181202 17:28:11.882" starttime="20181202 17:28:08.315"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:28:41.896" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:28:41.929" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:28:45.064" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:28:45.065" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:28:45.065" starttime="20181202 17:28:41.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:28:45.066" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:28:45.067" starttime="20181202 17:28:45.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:28:45.067" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:28:45.068" starttime="20181202 17:28:45.067"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:28:45.069" starttime="20181202 17:28:45.068"></status>
</kw>
<msg timestamp="20181202 17:28:45.069" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:28:45.069" starttime="20181202 17:28:41.895"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:28:45.070" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:28:45.071" starttime="20181202 17:28:45.070"></status>
</kw>
<status status="FAIL" endtime="20181202 17:28:45.071" starttime="20181202 17:28:41.883"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:29:15.093" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:29:15.124" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:29:18.107" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:29:18.107" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:29:18.107" starttime="20181202 17:29:15.092"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:29:18.108" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:29:18.109" starttime="20181202 17:29:18.108"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:29:18.109" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:29:18.109" starttime="20181202 17:29:18.109"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:29:18.110" starttime="20181202 17:29:18.109"></status>
</kw>
<msg timestamp="20181202 17:29:18.110" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:29:18.110" starttime="20181202 17:29:15.091"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:29:18.111" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:29:18.111" starttime="20181202 17:29:18.110"></status>
</kw>
<status status="FAIL" endtime="20181202 17:29:18.111" starttime="20181202 17:29:15.072"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:29:48.133" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:29:48.176" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:29:51.470" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:29:51.470" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:29:51.471" starttime="20181202 17:29:48.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:29:51.473" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:29:51.473" starttime="20181202 17:29:51.471"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:29:51.474" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:29:51.474" starttime="20181202 17:29:51.474"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:29:51.476" starttime="20181202 17:29:51.475"></status>
</kw>
<msg timestamp="20181202 17:29:51.477" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:29:51.478" starttime="20181202 17:29:48.131"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:29:51.479" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:29:51.479" starttime="20181202 17:29:51.478"></status>
</kw>
<status status="FAIL" endtime="20181202 17:29:51.480" starttime="20181202 17:29:48.112"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:21.496" level="INFO">Starting process:
openstack server show elan_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:30:21.538" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:24.827" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:24.828" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:24.828" starttime="20181202 17:30:21.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:24.829" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:30:24.829" starttime="20181202 17:30:24.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:24.830" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:24.830" starttime="20181202 17:30:24.829"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:24.831" starttime="20181202 17:30:24.830"></status>
</kw>
<msg timestamp="20181202 17:30:24.831" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:30:24.831" starttime="20181202 17:30:21.494"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:30:24.832" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:30:24.833" starttime="20181202 17:30:24.832"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.833" starttime="20181202 17:30:21.482"></status>
</kw>
<msg timestamp="20181202 17:30:24.833" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:30:24.833" starttime="20181202 17:20:22.553"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.834" starttime="20181202 17:20:22.552"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.834" starttime="20181202 17:20:22.551"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.834" starttime="20181202 17:20:22.551"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.834" starttime="20181202 17:20:22.549"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.834" starttime="20181202 17:19:46.184"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:24.835" starttime="20181202 17:18:58.619"></status>
</kw>
<test id="s1-s8-t1" name="Verify Datapath for Single ELAN with Multiple DPN">
<doc>Verify Flow Table and Datapath</doc>
<status status="FAIL" endtime="20181202 17:30:24.836" critical="yes" starttime="20181202 17:30:24.835">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s8-t2" name="Verify Datapath After OVS Restart">
<doc>Verify datapath after OVS restart</doc>
<status status="FAIL" endtime="20181202 17:30:24.837" critical="yes" starttime="20181202 17:30:24.836">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s8-t3" name="Verify Datapath After Recreate VM Instance">
<doc>Verify datapath after recreating Vm instance</doc>
<status status="FAIL" endtime="20181202 17:30:24.837" critical="yes" starttime="20181202 17:30:24.837">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s8-t4" name="Delete All elan_net_1 VM And Verify Flow Table Updated">
<doc>Verify Flow table after all VM instance deleted</doc>
<status status="FAIL" endtime="20181202 17:30:24.838" critical="yes" starttime="20181202 17:30:24.838">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s8-t5" name="Verify Datapath for Multiple ELAN with Multiple DPN">
<doc>Verify Flow Table and Data path for Multiple ELAN with Multiple DPN</doc>
<status status="FAIL" endtime="20181202 17:30:24.839" critical="yes" starttime="20181202 17:30:24.839">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:30:24.843" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 17:30:24.843" starttime="20181202 17:30:24.842"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:24.845" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:30:25.330" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 17:30:25.330" starttime="20181202 17:30:24.843"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.331" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1806
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 565
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 4245
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2666
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 156
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.537648
distributed-data-store.config.commit.rate_Max      = 66.697705
distributed-data-store.config.commit.rate_Mean     = 7.2448103228
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 2379
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.099814
distributed-data-store.operational.commit.rate_Max      = 32.853202
distributed-data-store.operational.commit.rate_Mean     = 0.446258945751
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 7016
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 17:30:25.332" starttime="20181202 17:30:25.331"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.332" starttime="20181202 17:30:24.842"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.332" starttime="20181202 17:30:24.842"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.332" starttime="20181202 17:30:24.842"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:30:25.334" level="INFO">${tmpdir} = CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.334" starttime="20181202 17:30:25.334"></status>
</kw>
<msg timestamp="20181202 17:30:25.334" level="INFO">${dstdir} = /tmp/CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.334" starttime="20181202 17:30:25.333"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:30:25.335" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.335" starttime="20181202 17:30:25.335"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.338" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Elan 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:30:25.604" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 17:30:25.604" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 17:30:25.604" starttime="20181202 17:30:25.335"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.606" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 17:30:25.606" starttime="20181202 17:30:25.605"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.609" starttime="20181202 17:30:25.606"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.610" starttime="20181202 17:30:25.332"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.610" starttime="20181202 17:30:25.332"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:30:25.613" level="INFO">${tmpdir} = CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.613" starttime="20181202 17:30:25.612"></status>
</kw>
<msg timestamp="20181202 17:30:25.613" level="INFO">${dstdir} = /tmp/CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.613" starttime="20181202 17:30:25.612"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:30:25.614" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Elan</msg>
<status status="PASS" endtime="20181202 17:30:25.614" starttime="20181202 17:30:25.613"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.617" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Elan 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:30:25.902" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 17:30:25.902" level="INFO">${output} = 2018-12-02 17:30:25,843 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:30:25,846 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 17:30:25.902" starttime="20181202 17:30:25.614"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.904" level="INFO">rc: 1, output: 2018-12-02 17:30:25,843 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:30:25,846 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 17:30:25,849 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 17:30:25,857 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 17:30:25.904" starttime="20181202 17:30:25.903"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 17:30:25.905" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 17:30:25.905" starttime="20181202 17:30:25.904"></status>
</kw>
<status status="FAIL" endtime="20181202 17:30:25.905" starttime="20181202 17:30:25.611"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.905" starttime="20181202 17:30:25.610"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.905" starttime="20181202 17:30:24.841"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.907" starttime="20181202 17:30:25.907"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.908" starttime="20181202 17:30:25.908"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.909" starttime="20181202 17:30:25.909"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.915" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 17:30:25.915" starttime="20181202 17:30:25.909"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.929" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:25.930" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 17:30:25.930" starttime="20181202 17:30:25.915"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.930" starttime="20181202 17:30:25.907"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.931" starttime="20181202 17:30:25.931"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.932" starttime="20181202 17:30:25.932"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.934" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 17:30:25.934" starttime="20181202 17:30:25.932"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.950" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:25.950" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 17:30:25.950" starttime="20181202 17:30:25.934"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.950" starttime="20181202 17:30:25.930"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.952" starttime="20181202 17:30:25.952"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.952" starttime="20181202 17:30:25.952"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.954" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 17:30:25.954" starttime="20181202 17:30:25.953"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.962" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:25.962" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 17:30:25.962" starttime="20181202 17:30:25.955"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.963" starttime="20181202 17:30:25.951"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.964" starttime="20181202 17:30:25.964"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.965" starttime="20181202 17:30:25.964"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.967" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 17:30:25.967" starttime="20181202 17:30:25.965"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.970" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:25.970" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 17:30:25.970" starttime="20181202 17:30:25.967"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:25.971" starttime="20181202 17:30:25.963"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.972" starttime="20181202 17:30:25.971"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.972" starttime="20181202 17:30:25.972"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.974" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 17:30:25.975" starttime="20181202 17:30:25.972"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:25.979" level="INFO">qdhcp-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:25.979" level="INFO">${output} = qdhcp-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:30:25.979" starttime="20181202 17:30:25.975"></status>
</kw>
<msg timestamp="20181202 17:30:25.979" level="INFO">${nslist} = qdhcp-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:30:25.979" starttime="20181202 17:30:25.971"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 17:30:25.980" level="INFO">1 lines returned</msg>
<msg timestamp="20181202 17:30:25.980" level="INFO">@{lines} = [ qdhcp-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e ]</msg>
<status status="PASS" endtime="20181202 17:30:25.980" starttime="20181202 17:30:25.980"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:25.982" starttime="20181202 17:30:25.981"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:25.982" starttime="20181202 17:30:25.982"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:25.985" level="INFO">sudo ip netns exec qdhcp-c7cdc7b1-9e61-40 98-927f-4e3c82d7aa9e ip -o link</msg>
<status status="PASS" endtime="20181202 17:30:25.985" starttime="20181202 17:30:25.982"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.015" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
92: tap409bbe4c-76: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:50:98:f5 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.015" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
92: tap409bbe4c-76: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:30:26.015" starttime="20181202 17:30:25.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.016" starttime="20181202 17:30:25.981"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.017" starttime="20181202 17:30:26.017"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.017" starttime="20181202 17:30:26.017"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.021" level="INFO">sudo ip netns exec qdhcp-c7cdc7b1-9e61-40 98-927f-4e3c82d7aa9e ip -o addr</msg>
<status status="PASS" endtime="20181202 17:30:26.021" starttime="20181202 17:30:26.017"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.039" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
92: tap409bbe4c-76    inet 81.1.1.2/24 brd 81.1.1.255 scope global tap409bbe4c-76\       valid_lft forever preferred_lft forever
92: tap409bbe4c-76    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap409bbe4c-76\       valid_lft forever preferred_lft forever
92: tap409bbe4c-76    inet6 fe80::f816:3eff:fe50:98f5/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.039" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
92: tap409bbe4c-76    inet 81...</msg>
<status status="PASS" endtime="20181202 17:30:26.039" starttime="20181202 17:30:26.022"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.039" starttime="20181202 17:30:26.016"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.041" starttime="20181202 17:30:26.040"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.041" starttime="20181202 17:30:26.041"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.044" level="INFO">sudo ip netns exec qdhcp-c7cdc7b1-9e61-40 98-927f-4e3c82d7aa9e ip route</msg>
<status status="PASS" endtime="20181202 17:30:26.044" starttime="20181202 17:30:26.041"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.071" level="INFO">default via 81.1.1.1 dev tap409bbe4c-76 
81.1.1.0/24 dev tap409bbe4c-76 proto kernel scope link src 81.1.1.2 
169.254.0.0/16 dev tap409bbe4c-76 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.071" level="INFO">${output} = default via 81.1.1.1 dev tap409bbe4c-76 
81.1.1.0/24 dev tap409bbe4c-76 proto kernel scope link src 81.1.1.2 
169.254.0.0/16 dev tap409bbe4c-76 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:30:26.071" starttime="20181202 17:30:26.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.071" starttime="20181202 17:30:26.040"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.071" starttime="20181202 17:30:25.980"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.071" starttime="20181202 17:30:25.980"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.073" starttime="20181202 17:30:26.072"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.073" starttime="20181202 17:30:26.073"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.075" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 17:30:26.075" starttime="20181202 17:30:26.073"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.098" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap409bbe4c-76"
            tag: 4095
            Interface "tap409bbe4c-76"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.098" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 17:30:26.098" starttime="20181202 17:30:26.075"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.099" starttime="20181202 17:30:26.071"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.100" starttime="20181202 17:30:26.100"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.100" starttime="20181202 17:30:26.100"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.102" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 17:30:26.102" starttime="20181202 17:30:26.100"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.124" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 75
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 75
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.124" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 75
datapath_types...</msg>
<status status="PASS" endtime="20181202 17:30:26.124" starttime="20181202 17:30:26.103"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.124" starttime="20181202 17:30:26.099"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.125" starttime="20181202 17:30:26.125"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.126" starttime="20181202 17:30:26.126"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.128" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 17:30:26.128" starttime="20181202 17:30:26.126"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.142" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 34(tap409bbe4c-76): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.142" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 17:30:26.142" starttime="20181202 17:30:26.128"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.142" starttime="20181202 17:30:26.124"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.143" starttime="20181202 17:30:26.143"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.144" starttime="20181202 17:30:26.144"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.146" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 17:30:26.146" starttime="20181202 17:30:26.144"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.391" level="INFO">cookie=0x8000000, duration=5745.115s, table=0, n_packets=5742, n_bytes=310176, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=617.133s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap409bbe4c-76",vlan_tci=0x0000/0x1fff actions=write_metadata:0x290000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5745.097s, table=17, n_packets=5742, n_bytes=310176, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=616.203s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x290000000000/0xffffff0000000000 actions=load:0x29-&gt;NXM_NX_REG1[0..19],load:0x139b-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00029139b000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6037.194s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6037.180s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6037.175s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6037.157s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6037.185s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5876.087s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5876.087s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6037.157s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6037.157s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6036.997s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x900139b, duration=616.188s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x13 actions=write_metadata:0x139b000000/0xfffffffff000000,goto_table:51
 cookie=0x905139b, duration=617.133s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x13 actions=write_metadata:0x139b000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=6036.609s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6036.601s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6036.997s, table=43, n_packets=5928, n_bytes=323100, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6037.201s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6037.126s, table=48, n_packets=5929, n_bytes=323142, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=9.010s, table=49, n_packets=7, n_bytes=378, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x805139b, duration=616.177s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x29139b000000/0xfffffffff000000,dl_src=fa:16:3e:50:98:f5 actions=goto_table:51
 cookie=0x8050001, duration=6036.997s, table=50, n_packets=5220, n_bytes=281988, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6037.126s, table=50, n_packets=526, n_bytes=28488, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5878.144s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139b, duration=616.177s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139b000000/0xffff000000,dl_dst=fa:16:3e:50:98:f5 actions=load:0x2900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6036.997s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6036.997s, table=51, n_packets=5929, n_bytes=323142, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5878.499s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5878.489s, table=52, n_packets=5848, n_bytes=315888, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=4937.746s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=4937.743s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=4922.308s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=4922.308s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x870139b, duration=616.179s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139b000000/0xffff000001 actions=write_actions(group:210038)
 cookie=0x870139b, duration=616.177s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139b000001/0xffff000001 actions=write_actions(group:210037)
 cookie=0x8800001, duration=5878.484s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=4937.430s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=4921.976s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800029, duration=616.177s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x29,metadata=0x290000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5878.487s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=4937.436s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=4921.978s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800029, duration=616.177s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x29 actions=load:0x2900-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6037.194s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6037.157s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6036.997s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6037.189s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6036.939s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6036.939s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6036.939s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6036.933s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6036.914s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6036.914s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6036.914s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6036.914s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6036.937s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6036.933s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6036.933s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5745.086s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5745.086s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=617.124s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2900 actions=output:"tap409bbe4c-76"
 cookie=0x6900000, duration=6036.914s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6036.914s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6036.914s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6036.914s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6036.915s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6036.915s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6036.915s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6036.940s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6036.938s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6036.940s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6036.940s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6036.940s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6036.940s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6036.940s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6036.915s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6036.915s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6036.915s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.392" level="INFO">${output} =  cookie=0x8000000, duration=5745.115s, table=0, n_packets=5742, n_bytes=310176, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 17:30:26.392" starttime="20181202 17:30:26.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.392" starttime="20181202 17:30:26.142"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.393" starttime="20181202 17:30:26.393"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.394" starttime="20181202 17:30:26.394"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.397" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 17:30:26.397" starttime="20181202 17:30:26.394"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.424" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210037,type=all,bucket=actions=set_field:0x29-&gt;tun_id,resubmit(,55)
 group_id=210038,type=all,bucket=actions=group:210037
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.424" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,...</msg>
<status status="PASS" endtime="20181202 17:30:26.424" starttime="20181202 17:30:26.397"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.424" starttime="20181202 17:30:26.392"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.425" starttime="20181202 17:30:26.425"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:30:26.426" starttime="20181202 17:30:26.425"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.428" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 17:30:26.428" starttime="20181202 17:30:26.426"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:26.457" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=4173.152s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=6037.203s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=4923.234s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=4938.380s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210037,duration=617.418s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210038,duration=617.110s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=5879.124s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=4161.900s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210003,duration=5879.443s,ref_count=1,packet_count=5849,byte_count=315942
 group_id=210009,duration=4938.671s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=4922.929s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:30:26.458" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=4173.152s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=6037.203s,ref_count=1,pac...</msg>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:26.428"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:26.424"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:25.906"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:25.906"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:25.906"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.458" starttime="20181202 17:30:25.905"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 17:30:26.467" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622bbc6d0&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:30:26.468" starttime="20181202 17:30:26.467"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.477" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.477" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.477" starttime="20181202 17:30:26.469"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.477" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.478" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.478" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.478" starttime="20181202 17:30:26.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.478" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.478" starttime="20181202 17:30:26.478"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.478" starttime="20181202 17:30:26.469"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.484" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.484" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.484" starttime="20181202 17:30:26.478"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.485" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","segmentation-id":19,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5019,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 17:30:26.485" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.485" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 17:30:26.485" starttime="20181202 17:30:26.484"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.485" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "elan-tag": 5019,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 19
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.486" starttime="20181202 17:30:26.485"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.486" starttime="20181202 17:30:26.478"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.488" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.488" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.488" starttime="20181202 17:30:26.486"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.489" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"409bbe4c-7625-49d1-baab-d8052a459adb","elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","static-mac-entries":[{"mac-address":"fa:16:3e:50:98:f5","ip-prefix":"81.1.1.2"}]},{"name":"eee9b0e8-41a9-4529-b23e-b055347670dd","elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","static-mac-entries":[{"mac-address":"fa:16:3e:2f:ef:6c","ip-prefix":"81.1.1.25"}]},{"name":"909052a4-59ad-4376-b180-619c6f037bc5","elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","static-mac-entries":[{"mac-address":"fa:16:3e:71:b7:24","ip-prefix":"81.1.1.3"}]}]}} </msg>
<msg timestamp="20181202 17:30:26.489" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.489" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "name": "409bbe4c-7625-49d1-baab-d805...</msg>
<status status="PASS" endtime="20181202 17:30:26.489" starttime="20181202 17:30:26.488"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.489" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "static-mac-entries": [
                    {
                        "ip-prefix": "81.1.1.2",
                        "mac-address": "fa:16:3e:50:98:f5"
                    }
                ]
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "name": "eee9b0e8-41a9-4529-b23e-b055347670dd",
                "static-mac-entries": [
                    {
                        "ip-prefix": "81.1.1.25",
                        "mac-address": "fa:16:3e:2f:ef:6c"
                    }
                ]
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "name": "909052a4-59ad-4376-b180-619c6f037bc5",
                "static-mac-entries": [
                    {
                        "ip-prefix": "81.1.1.3",
                        "mac-address": "fa:16:3e:71:b7:24"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.490" starttime="20181202 17:30:26.489"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.490" starttime="20181202 17:30:26.486"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.494" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.494" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.494" starttime="20181202 17:30:26.490"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.497" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543771208}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"409bbe4c-7625-49d1-baab-d8052a459adb","id-value":[41]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543770248}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543770274,"id":150000},{"ready-time-sec":1543770278,"id":150001}],"available-id-count":2,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":150001,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012},{"ready-time-sec":1543769468,"id":5014},{"ready-time-sec":1543770312,"id":5015},{"ready-time-sec":1543770319,"id":5016},{"ready-time-sec":1543771139,"id":5018},{"ready-time-sec":1543771145,"id":5017}],"available-id-count":17,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5019,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543771205}],"id-entries":[{"id-key":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","id-value":[5019]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30},{"ready-time-sec":1543769453,"id":31},{"ready-time-sec":1543769466,"id":32},{"ready-time-sec":1543770287,"id":34},{"ready-time-sec":1543770298,"id":33},{"ready-time-sec":1543770310,"id":36},{"ready-time-sec":1543770317,"id":35},{"ready-time-sec":1543771116,"id":38},{"ready-time-sec":1543771130,"id":37},{"ready-time-sec":1543771136,"id":39},{"ready-time-sec":1543771143,"id":40}],"available-id-count":39,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":41,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":13,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001},{"ready-time-sec":1543770274,"id":100005},{"ready-time-sec":1543770279,"id":100007},{"ready-time-sec":1543770282,"id":100003}],"available-id-count":4,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100007,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543770252}],"id-entries":[{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32","id-value":[100006]},{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32","id-value":[100004]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543771188}],"id-entries":[{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]},{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"bb415e1c-309f-465e-858d-aa699f9349f0","id-value":[11]},{"id-key":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","id-value":[12]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","id-value":[13]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 17:30:26.497" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.497" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 17:30:26.497" starttime="20181202 17:30:26.494"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.498" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543771208
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "409bbe4c-7625-49d1-baab-d8052a459adb",
                        "id-value": [
                            41
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543770248
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 150001,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 2,
                    "delayed-id-entries": [
                        {
                            "id": 150000,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 150001,
                            "ready-time-sec": 1543770278
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5019,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 17,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        },
                        {
                            "id": 5014,
                            "ready-time-sec": 1543769468
                        },
                        {
                            "id": 5015,
                            "ready-time-sec": 1543770312
                        },
                        {
                            "id": 5016,
                            "ready-time-sec": 1543770319
                        },
                        {
                            "id": 5018,
                            "ready-time-sec": 1543771139
                        },
                        {
                            "id": 5017,
                            "ready-time-sec": 1543771145
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543771205
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                        "id-value": [
                            5019
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 41,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 39,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1543769453
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1543769466
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1543770287
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1543770298
                        },
                        {
                            "id": 36,
                            "ready-time-sec": 1543770310
                        },
                        {
                            "id": 35,
                            "ready-time-sec": 1543770317
                        },
                        {
                            "id": 38,
                            "ready-time-sec": 1543771116
                        },
                        {
                            "id": 37,
                            "ready-time-sec": 1543771130
                        },
                        {
                            "id": 39,
                            "ready-time-sec": 1543771136
                        },
                        {
                            "id": 40,
                            "ready-time-sec": 1543771143
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 13,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100007,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 4,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        },
                        {
                            "id": 100005,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 100007,
                            "ready-time-sec": 1543770279
                        },
                        {
                            "id": 100003,
                            "ready-time-sec": 1543770282
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543770252
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32",
                        "id-value": [
                            100006
                        ]
                    },
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32",
                        "id-value": [
                            100004
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543771188
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "bb415e1c-309f-465e-858d-aa699f9349f0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                        "id-value": [
                            13
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.498" starttime="20181202 17:30:26.498"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.498" starttime="20181202 17:30:26.490"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.502" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.502" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.502" starttime="20181202 17:30:26.499"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.504" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","access-list-entries":{"ace":[{"rule-name":"411c5b2e-81ca-49d0-a735-89eb30d7dafa","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"8159b992-ebb1-4ce0-80ba-4d85da363783","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"e57346a1-03d0-472c-bbe2-ee19e5dfa49d","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"5d069604-70b1-4104-b4f3-bfc149b41504","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"d3f2692d-9b0a-45d7-b5b0-34996683d64c","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"bc748f5f-ff8c-4fa3-bfb9-14b868019902","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"f701d621-beb6-4c9b-8f91-653258c48746","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"64466d4d-9693-4e64-933a-dcb9153ea16f","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb415e1c-309f-465e-858d-aa699f9349f0","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 17:30:26.504" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.504" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 17:30:26.504" starttime="20181202 17:30:26.502"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.504" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "411c5b2e-81ca-49d0-a735-89eb30d7dafa"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "8159b992-ebb1-4ce0-80ba-4d85da363783"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "e57346a1-03d0-472c-bbe2-ee19e5dfa49d"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "5d069604-70b1-4104-b4f3-bfc149b41504"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "d3f2692d-9b0a-45d7-b5b0-34996683d64c"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "bc748f5f-ff8c-4fa3-bfb9-14b868019902"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "f701d621-beb6-4c9b-8f91-653258c48746"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "64466d4d-9693-4e64-933a-dcb9153ea16f"
                        }
                    ]
                },
                "acl-name": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb415e1c-309f-465e-858d-aa699f9349f0",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.505" starttime="20181202 17:30:26.504"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.505" starttime="20181202 17:30:26.498"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.507" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.507" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.507" starttime="20181202 17:30:26.505"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.508" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"eee9b0e8-41a9-4529-b23e-b055347670dd","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:2f:ef:6c","ip-address":"81.1.1.25"},{"mac-address":"fa:16:3e:2f:ef:6c","ip-address":"fe80:0:0:0:f816:3eff:fe2f:ef6c"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"409bbe4c-7625-49d1-baab-d8052a459adb","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap409bbe4c-76"},{"name":"909052a4-59ad-4376-b180-619c6f037bc5","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:71:b7:24","ip-address":"fe80:0:0:0:f816:3eff:fe71:b724"},{"mac-address":"fa:16:3e:71:b7:24","ip-address":"81.1.1.3"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 17:30:26.508" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.508" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
...</msg>
<status status="PASS" endtime="20181202 17:30:26.508" starttime="20181202 17:30:26.508"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.509" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "81.1.1.25",
                        "mac-address": "fa:16:3e:2f:ef:6c"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe2f:ef6c",
                        "mac-address": "fa:16:3e:2f:ef:6c"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"
                ],
                "enabled": true,
                "name": "eee9b0e8-41a9-4529-b23e-b055347670dd",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap409bbe4c-76",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe71:b724",
                        "mac-address": "fa:16:3e:71:b7:24"
                    },
                    {
                        "ip-address": "81.1.1.3",
                        "mac-address": "fa:16:3e:71:b7:24"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"
                ],
                "enabled": true,
                "name": "909052a4-59ad-4376-b180-619c6f037bc5",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.509" starttime="20181202 17:30:26.508"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.509" starttime="20181202 17:30:26.505"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.512" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.512" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.512" starttime="20181202 17:30:26.509"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.514" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e.409bbe4c-7625-49d1-baab-d8052a459adb","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84204847104,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5019,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":41,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.409bbe4c-7625-49d1-baab-d8052a459adb","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"34"}}]}}]}]},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-ingress"}]}} </msg>
<msg timestamp="20181202 17:30:26.514" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.514" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 17:30:26.515" starttime="20181202 17:30:26.512"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.515" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84204847104,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5019
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 41
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e.409bbe4c-7625-49d1-baab-d8052a459adb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "34"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.409bbe4c-7625-49d1-baab-d8052a459adb",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.515" starttime="20181202 17:30:26.515"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.515" starttime="20181202 17:30:26.509"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.518" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.518" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.518" starttime="20181202 17:30:26.516"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.519" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"zone-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:30:26.519" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.519" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 17:30:26.519" starttime="20181202 17:30:26.518"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.519" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                            },
                            {
                                "zone-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.519" starttime="20181202 17:30:26.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.519" starttime="20181202 17:30:26.515"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.523" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.523" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.523" starttime="20181202 17:30:26.520"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.524" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.524" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.524" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.524" starttime="20181202 17:30:26.523"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.525" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.525" starttime="20181202 17:30:26.524"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.525" starttime="20181202 17:30:26.519"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.528" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.528" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.528" starttime="20181202 17:30:26.525"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.529" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.529" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.529" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.529" starttime="20181202 17:30:26.528"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.529" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.530" starttime="20181202 17:30:26.529"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.530" starttime="20181202 17:30:26.525"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.533" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.533" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.533" starttime="20181202 17:30:26.530"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.533" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.533" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.533" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.534" starttime="20181202 17:30:26.533"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.534" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.534" starttime="20181202 17:30:26.534"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.534" starttime="20181202 17:30:26.530"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.536" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.537" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.537" starttime="20181202 17:30:26.534"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.537" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:30:26.537" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.537" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 17:30:26.538" starttime="20181202 17:30:26.537"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.538" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.538" starttime="20181202 17:30:26.538"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.538" starttime="20181202 17:30:26.534"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.540" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.540" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.540" starttime="20181202 17:30:26.538"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.541" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 17:30:26.541" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.541" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.541" starttime="20181202 17:30:26.541"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.541" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.542" starttime="20181202 17:30:26.541"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.542" starttime="20181202 17:30:26.538"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.544" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.544" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.544" starttime="20181202 17:30:26.542"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.545" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 17:30:26.545" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.545" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.545" starttime="20181202 17:30:26.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.545" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.545" starttime="20181202 17:30:26.545"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.545" starttime="20181202 17:30:26.542"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.549" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.549" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.549" starttime="20181202 17:30:26.546"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.549" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 17:30:26.550" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.550" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 17:30:26.550" starttime="20181202 17:30:26.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.550" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:30:26.550" starttime="20181202 17:30:26.550"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.550" starttime="20181202 17:30:26.545"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.554" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.554" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.554" starttime="20181202 17:30:26.551"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.555" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"19","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"elan_net_1"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"elan_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"411c5b2e-81ca-49d0-a735-89eb30d7dafa","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"8159b992-ebb1-4ce0-80ba-4d85da363783","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"},{"uuid":"e57346a1-03d0-472c-bbe2-ee19e5dfa49d","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"d3f2692d-9b0a-45d7-b5b0-34996683d64c","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"64466d4d-9693-4e64-933a-dcb9153ea16f","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"f701d621-beb6-4c9b-8f91-653258c48746","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"bc748f5f-ff8c-4fa3-bfb9-14b868019902","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"5d069604-70b1-4104-b4f3-bfc149b41504","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","remote-ip-prefix":"0.0.0.0/0"}]},"subnets":{"subnet":[{"uuid":"779f3238-0d7d-459c-8d02-0f0666087c6f","gateway-ip":"81.1.1.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"81.1.1.2","end":"81.1.1.254"}],"cidr":"81.1.1.0/24","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":"elan_sub_1"}]},"ports":{"port":[{"uuid":"eee9b0e8-41a9-4529-b23e-b055347670dd","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.25"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:2f:ef:6c","security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"admin-state-up":true,"status":"ACTIVE","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":"elan_net_1_port_1"},{"uuid":"409bbe4c-7625-49d1-baab-d8052a459adb","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:50:98:f5","admin-state-up":true,"network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":""},{"uuid":"909052a4-59ad-4376-b180-619c6f037bc5","fixed-ips":[{"subnet-id":"779f3238-0d7d-459c-8d02-0f0666087c6f","ip-address":"81.1.1.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:71:b7:24","security-groups":["fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"],"admin-state-up":true,"status":"ACTIVE","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","name":"elan_net_1_port_2"}]},"routers":{}}} </msg>
<msg timestamp="20181202 17:30:26.556" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.556" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 17:30:26.556" starttime="20181202 17:30:26.554"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.556" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "elan_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "19",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "81.1.1.25",
                            "subnet-id": "779f3238-0d7d-459c-8d02-0f0666087c6f"
                        }
                    ],
                    "mac-address": "fa:16:3e:2f:ef:6c",
                    "name": "elan_net_1_port_1",
                    "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "eee9b0e8-41a9-4529-b23e-b055347670dd"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "81.1.1.2",
                            "subnet-id": "779f3238-0d7d-459c-8d02-0f0666087c6f"
                        }
                    ],
                    "mac-address": "fa:16:3e:50:98:f5",
                    "name": "",
                    "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "409bbe4c-7625-49d1-baab-d8052a459adb"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "81.1.1.3",
                            "subnet-id": "779f3238-0d7d-459c-8d02-0f0666087c6f"
                        }
                    ],
                    "mac-address": "fa:16:3e:71:b7:24",
                    "name": "elan_net_1_port_2",
                    "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "909052a4-59ad-4376-b180-619c6f037bc5"
                }
            ]
        },
        "routers": {},
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "elan_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "411c5b2e-81ca-49d0-a735-89eb30d7dafa"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "8159b992-ebb1-4ce0-80ba-4d85da363783"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "e57346a1-03d0-472c-bbe2-ee19e5dfa49d"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d3f2692d-9b0a-45d7-b5b0-34996683d64c"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "64466d4d-9693-4e64-933a-dcb9153ea16f"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f701d621-beb6-4c9b-8f91-653258c48746"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "bc748f5f-ff8c-4fa3-bfb9-14b868019902"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "5d069604-70b1-4104-b4f3-bfc149b41504"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "81.1.1.254",
                            "start": "81.1.1.2"
                        }
                    ],
                    "cidr": "81.1.1.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "81.1.1.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "elan_sub_1",
                    "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "779f3238-0d7d-459c-8d02-0f0666087c6f"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.557" starttime="20181202 17:30:26.556"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.557" starttime="20181202 17:30:26.550"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.559" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.560" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.560" starttime="20181202 17:30:26.557"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.560" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","subnet-id-list":["779f3238-0d7d-459c-8d02-0f0666087c6f"]}]}} </msg>
<msg timestamp="20181202 17:30:26.560" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.560" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "subnet-id-list": [
                    "779f3238-0d7...</msg>
<status status="PASS" endtime="20181202 17:30:26.560" starttime="20181202 17:30:26.560"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.561" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "subnet-id-list": [
                    "779f3238-0d7d-459c-8d02-0f0666087c6f"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.561" starttime="20181202 17:30:26.561"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.561" starttime="20181202 17:30:26.557"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.563" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.563" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.563" starttime="20181202 17:30:26.561"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.564" level="INFO">To JSON using : content={"neutron-vpn-portip-port-data":{}} </msg>
<msg timestamp="20181202 17:30:26.564" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.564" level="INFO">${pretty_output} = {
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.564" starttime="20181202 17:30:26.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.564" level="INFO">{
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.565" starttime="20181202 17:30:26.564"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.565" starttime="20181202 17:30:26.561"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.567" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.567" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.567" starttime="20181202 17:30:26.565"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.567" level="INFO">To JSON using : content={"router-interfaces-map":{}} </msg>
<msg timestamp="20181202 17:30:26.568" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.568" level="INFO">${pretty_output} = {
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.568" starttime="20181202 17:30:26.567"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.568" level="INFO">{
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.568" starttime="20181202 17:30:26.568"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.568" starttime="20181202 17:30:26.565"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.571" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.571" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.571" starttime="20181202 17:30:26.568"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.572" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"779f3238-0d7d-459c-8d02-0f0666087c6f","network-type":"VXLAN","port-list":["409bbe4c-7625-49d1-baab-d8052a459adb","909052a4-59ad-4376-b180-619c6f037bc5","eee9b0e8-41a9-4529-b23e-b055347670dd"],"segmentation-id":19,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","subnet-ip":"81.1.1.0/24"}]}} </msg>
<msg timestamp="20181202 17:30:26.572" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.572" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "779f3238-0d7d-459c-8d02-0f0666087c6f",
                "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
         ...</msg>
<status status="PASS" endtime="20181202 17:30:26.572" starttime="20181202 17:30:26.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.572" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "779f3238-0d7d-459c-8d02-0f0666087c6f",
                "network-id": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "network-type": "VXLAN",
                "port-list": [
                    "409bbe4c-7625-49d1-baab-d8052a459adb",
                    "909052a4-59ad-4376-b180-619c6f037bc5",
                    "eee9b0e8-41a9-4529-b23e-b055347670dd"
                ],
                "segmentation-id": 19,
                "subnet-ip": "81.1.1.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.573" starttime="20181202 17:30:26.572"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.573" starttime="20181202 17:30:26.568"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.575" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.575" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.575" starttime="20181202 17:30:26.573"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.575" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 17:30:26.576" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.576" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.576" starttime="20181202 17:30:26.575"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.576" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.576" starttime="20181202 17:30:26.576"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.576" starttime="20181202 17:30:26.573"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.578" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.579" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.579" starttime="20181202 17:30:26.576"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.579" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 17:30:26.579" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.579" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.579" starttime="20181202 17:30:26.579"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.580" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.580" starttime="20181202 17:30:26.579"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.580" starttime="20181202 17:30:26.576"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.582" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.582" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.582" starttime="20181202 17:30:26.580"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.583" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tap409bbe4c-76","interface-child-entry":[{"child-interface":"409bbe4c-7625-49d1-baab-d8052a459adb"}]},{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]}]}} </msg>
<msg timestamp="20181202 17:30:26.583" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.583" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "409bbe4c-...</msg>
<status status="PASS" endtime="20181202 17:30:26.583" starttime="20181202 17:30:26.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.583" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "409bbe4c-7625-49d1-baab-d8052a459adb"
                    }
                ],
                "parent-interface": "tap409bbe4c-76"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.583" starttime="20181202 17:30:26.583"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.583" starttime="20181202 17:30:26.580"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.586" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.586" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.586" starttime="20181202 17:30:26.584"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.587" level="INFO">To JSON using : content={"router-interfaces":{}} </msg>
<msg timestamp="20181202 17:30:26.587" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.587" level="INFO">${pretty_output} = {
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.587" starttime="20181202 17:30:26.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.587" level="INFO">{
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.587" starttime="20181202 17:30:26.587"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.587" starttime="20181202 17:30:26.584"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.602" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.603" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.603" starttime="20181202 17:30:26.588"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.603" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 17:30:26.603" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.604" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 17:30:26.604" starttime="20181202 17:30:26.603"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.604" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.604" starttime="20181202 17:30:26.604"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.604" starttime="20181202 17:30:26.587"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.607" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.607" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.607" starttime="20181202 17:30:26.604"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.608" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 17:30:26.608" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.608" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 17:30:26.608" starttime="20181202 17:30:26.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.608" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.609" starttime="20181202 17:30:26.608"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.609" starttime="20181202 17:30:26.604"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.612" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.612" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.612" starttime="20181202 17:30:26.609"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.613" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.613" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.613" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.613" starttime="20181202 17:30:26.612"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.613" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.613" starttime="20181202 17:30:26.613"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.613" starttime="20181202 17:30:26.609"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.616" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.616" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.616" starttime="20181202 17:30:26.614"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.616" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 17:30:26.617" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.617" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.617" starttime="20181202 17:30:26.616"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.617" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.617" starttime="20181202 17:30:26.617"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.617" starttime="20181202 17:30:26.614"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.619" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.619" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.620" starttime="20181202 17:30:26.617"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.620" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 17:30:26.620" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.620" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.620" starttime="20181202 17:30:26.620"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.621" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.621" starttime="20181202 17:30:26.620"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.621" starttime="20181202 17:30:26.617"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.624" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.624" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.624" starttime="20181202 17:30:26.621"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.624" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.624" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.624" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.625" starttime="20181202 17:30:26.624"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.625" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.625" starttime="20181202 17:30:26.625"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.625" starttime="20181202 17:30:26.621"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.628" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.628" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.628" starttime="20181202 17:30:26.625"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.629" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.629" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.629" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.629" starttime="20181202 17:30:26.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.629" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.629" starttime="20181202 17:30:26.629"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.629" starttime="20181202 17:30:26.625"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.632" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.632" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.632" starttime="20181202 17:30:26.630"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.633" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.633" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.633" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.633" starttime="20181202 17:30:26.632"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.634" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.634" starttime="20181202 17:30:26.634"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.634" starttime="20181202 17:30:26.630"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.638" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.638" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.639" starttime="20181202 17:30:26.635"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.639" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.639" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.639" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.639" starttime="20181202 17:30:26.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.640" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.640" starttime="20181202 17:30:26.640"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.640" starttime="20181202 17:30:26.634"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.643" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.643" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.643" starttime="20181202 17:30:26.640"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.644" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.644" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.644" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.644" starttime="20181202 17:30:26.643"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.644" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.645" starttime="20181202 17:30:26.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.645" starttime="20181202 17:30:26.640"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.654" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.654" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.654" starttime="20181202 17:30:26.645"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.670" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.409bbe4c-7625-49d1-baab-d8052a459adb.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":10496}}}]},"strict":true,"cookie":134217735,"flow-name":"default.409bbe4c-7625-49d1-baab-d8052a459adb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"34"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3619","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":19}},"strict":false,"cookie":150999963,"flow-name":"ITM Flow Entry :5019","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84204847104,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385019","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":19}},"strict":false,"cookie":151327643,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84204847104,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525019false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84204847104,"metadata-mask":1099494850561}},"strict":false,"cookie":141562779,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210038}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525019true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84204847105,"metadata-mask":1099494850561}},"strict":false,"cookie":141562779,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210037}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050198365913623561441fa:16:3e:50:98:f5","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:50:98:f5"}},"metadata":{"metadata":45164181585920,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550427,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150198365913623561441fa:16:3e:50:98:f5","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:50:98:f5"}},"metadata":{"metadata":84204847104,"metadata-mask":1099494850560}},"strict":true,"cookie":134419355,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10496,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.41.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":41}},"strict":true,"cookie":142606377,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":10496,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.41.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":41}},"strict":true,"cookie":142606377,"flow-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:409bbe4c-7625-49d1-baab-d8052a459adb","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:34","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:409bbe4c-7625-49d1-baab-d8052a459adb","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":45079976738816,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.409bbe4c-7625-49d1-baab-d8052a459adb.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":45079976738816,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e.409bbe4c-7625-49d1-baab-d8052a459adb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":41,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5019,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529260210250055680,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210038,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210037}}],"watch_port":4294967295}]},"group-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","group-type":"group-all"},{"group-id":210037,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":41}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:30:26.670" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.672" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:30:26.672" starttime="20181202 17:30:26.654"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.673" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210037
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210038,
                        "group-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 41
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210037,
                        "group-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.409bbe4c-7625-49d1-baab-d8052a459adb",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.409bbe4c-7625-49d1-baab-d8052a459adb.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "34"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 10496
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999963,
                                "flow-name": "ITM Flow Entry :5019",
                                "hard-timeout": 0,
                                "id": "3619",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84204847104,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 19
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327643,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "385019",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84204847104,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 19
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562779,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "525019false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210038
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84204847104,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562779,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "525019true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210037
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84204847105,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550427,
                                "hard-timeout": 0,
                                "id": "5050198365913623561441fa:16:3e:50:98:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:50:98:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 45164181585920,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419355,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "5150198365913623561441fa:16:3e:50:98:f5",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 10496
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:50:98:f5"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84204847104,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606377,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "55.41.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 10496
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 41
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606377,
                                "flow-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                                "hard-timeout": 0,
                                "id": "55.41.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 41
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:409bbe4c-7625-49d1-baab-d8052a459adb",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:409bbe4c-7625-49d1-baab-d8052a459adb",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 45079976738816,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:34",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e.409bbe4c-7625-49d1-baab-d8052a459adb",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.409bbe4c-7625-49d1-baab-d8052a459adb.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 41
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5019
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529260210250055680,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 45079976738816,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.675" starttime="20181202 17:30:26.672"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.675" starttime="20181202 17:30:26.645"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.678" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.678" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.679" starttime="20181202 17:30:26.676"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.679" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["409bbe4c-7625-49d1-baab-d8052a459adb"]}]},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be"}]}} </msg>
<msg timestamp="20181202 17:30:26.679" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.680" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181202 17:30:26.680" starttime="20181202 17:30:26.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.680" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "409bbe4c-7625-49d1-baab-d8052a459adb"
                        ]
                    }
                ],
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.680" starttime="20181202 17:30:26.680"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.680" starttime="20181202 17:30:26.675"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.682" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.682" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.682" starttime="20181202 17:30:26.680"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.683" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","mac-entry":[{"mac-address":"fa:16:3e:50:98:f5","interface":"409bbe4c-7625-49d1-baab-d8052a459adb","ip-prefix":"81.1.1.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 17:30:26.683" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.683" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 17:30:26.683" starttime="20181202 17:30:26.683"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.684" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e",
                "mac-entry": [
                    {
                        "interface": "409bbe4c-7625-49d1-baab-d8052a459adb",
                        "ip-prefix": "81.1.1.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:50:98:f5"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.684" starttime="20181202 17:30:26.683"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.684" starttime="20181202 17:30:26.680"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.687" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.687" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.687" starttime="20181202 17:30:26.684"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.688" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.688" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.688" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.688" starttime="20181202 17:30:26.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.688" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.688" starttime="20181202 17:30:26.688"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.688" starttime="20181202 17:30:26.684"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.691" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.691" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.691" starttime="20181202 17:30:26.689"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.692" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e","elan-interfaces":["409bbe4c-7625-49d1-baab-d8052a459adb"]}]}} </msg>
<msg timestamp="20181202 17:30:26.692" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.692" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                 ...</msg>
<status status="PASS" endtime="20181202 17:30:26.692" starttime="20181202 17:30:26.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.692" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "409bbe4c-7625-49d1-baab-d8052a459adb"
                ],
                "name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.692" starttime="20181202 17:30:26.692"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.692" starttime="20181202 17:30:26.688"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.694" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.694" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.695" starttime="20181202 17:30:26.692"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.695" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap409bbe4c-76","lower-layer-if":["openflow:83659136235614:34"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:20:08.961Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"409bbe4c-7625-49d1-baab-d8052a459adb","lower-layer-if":["openflow:83659136235614:34"],"type":"iana-if-type:l2vlan","if-index":41,"statistics":{"discontinuity-time":"2018-12-02T17:20:08.965Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 17:30:26.695" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.695" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 17:30:26.695" starttime="20181202 17:30:26.695"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.696" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:34"
                ],
                "name": "tap409bbe4c-76",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:20:08.961Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 41,
                "lower-layer-if": [
                    "openflow:83659136235614:34"
                ],
                "name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:20:08.965Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.696" starttime="20181202 17:30:26.696"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.696" starttime="20181202 17:30:26.692"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.699" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.699" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.699" starttime="20181202 17:30:26.696"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.700" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":41,"port-no":34,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":41,"port-no":34,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 17:30:26.700" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.700" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "836591362...</msg>
<status status="PASS" endtime="20181202 17:30:26.700" starttime="20181202 17:30:26.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.700" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 41,
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 34,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 41,
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 34,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.700" starttime="20181202 17:30:26.700"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.700" starttime="20181202 17:30:26.696"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.703" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.703" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.703" starttime="20181202 17:30:26.700"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.704" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.704" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.704" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.704" starttime="20181202 17:30:26.704"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.704" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.705" starttime="20181202 17:30:26.704"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.705" starttime="20181202 17:30:26.700"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.707" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.707" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.707" starttime="20181202 17:30:26.705"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.707" level="INFO">To JSON using : content={"l3nexthop":{}} </msg>
<msg timestamp="20181202 17:30:26.707" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.707" level="INFO">${pretty_output} = {
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.707" starttime="20181202 17:30:26.707"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.708" level="INFO">{
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.708" starttime="20181202 17:30:26.708"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.708" starttime="20181202 17:30:26.705"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.711" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.711" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.711" starttime="20181202 17:30:26.708"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.711" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.711" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.711" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.712" starttime="20181202 17:30:26.711"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.712" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.712" starttime="20181202 17:30:26.712"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.712" starttime="20181202 17:30:26.708"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.715" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.715" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.715" starttime="20181202 17:30:26.712"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.716" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap409bbe4c-76","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"f66a9371-2083-485b-83ef-303f28156f1f","ovsdb:name":"tap409bbe4c-76","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:50:98:f5"},{"external-id-key":"iface-id","external-id-value":"409bbe4c-7625-49d1-baab-d8052a459adb"}],"ovsdb:port-uuid":"c1ca7226-3b0a-4a46-bfcb-4c728cff15f0","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":34},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 17:30:26.717" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.717" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 17:30:26.717" starttime="20181202 17:30:26.715"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.717" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:50:98:f5"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "409bbe4c-7625-49d1-baab-d8052a459adb"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "f66a9371-2083-485b-83ef-303f28156f1f",
                            "ovsdb:name": "tap409bbe4c-76",
                            "ovsdb:ofport": 34,
                            "ovsdb:port-uuid": "c1ca7226-3b0a-4a46-bfcb-4c728cff15f0",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap409bbe4c-76"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:30:26.718" starttime="20181202 17:30:26.717"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.718" starttime="20181202 17:30:26.712"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.720" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.720" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.720" starttime="20181202 17:30:26.718"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.721" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"eee9b0e8-41a9-4529-b23e-b055347670dd","status":"DOWN"},{"uuid":"409bbe4c-7625-49d1-baab-d8052a459adb","status":"ACTIVE"},{"uuid":"909052a4-59ad-4376-b180-619c6f037bc5","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 17:30:26.721" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.721" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "eee9b0e8-41a9-4529-b23e-b055347670dd"
            },
            {
                "status":...</msg>
<status status="PASS" endtime="20181202 17:30:26.721" starttime="20181202 17:30:26.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.721" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "eee9b0e8-41a9-4529-b23e-b055347670dd"
            },
            {
                "status": "ACTIVE",
                "uuid": "409bbe4c-7625-49d1-baab-d8052a459adb"
            },
            {
                "status": "DOWN",
                "uuid": "909052a4-59ad-4376-b180-619c6f037bc5"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.721" starttime="20181202 17:30:26.721"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.721" starttime="20181202 17:30:26.718"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.724" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.724" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.724" starttime="20181202 17:30:26.722"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.725" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.725" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.725" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.725" starttime="20181202 17:30:26.724"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.725" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.725" starttime="20181202 17:30:26.725"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.725" starttime="20181202 17:30:26.721"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.727" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.728" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.728" starttime="20181202 17:30:26.726"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.728" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":41,"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 17:30:26.728" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.728" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 41,
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb"
            }...</msg>
<status status="PASS" endtime="20181202 17:30:26.728" starttime="20181202 17:30:26.728"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.729" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 41,
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.729" starttime="20181202 17:30:26.729"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.729" starttime="20181202 17:30:26.725"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.731" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.731" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.731" starttime="20181202 17:30:26.729"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.732" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.732" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.732" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.732" starttime="20181202 17:30:26.732"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.733" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.733" starttime="20181202 17:30:26.732"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.733" starttime="20181202 17:30:26.729"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.735" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.735" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.735" starttime="20181202 17:30:26.733"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.736" level="INFO">To JSON using : content={"neutron-router-dpns":{"router-dpn-list":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:30:26.736" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.736" level="INFO">${pretty_output} = {
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.736" starttime="20181202 17:30:26.735"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.736" level="INFO">{
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.736" starttime="20181202 17:30:26.736"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.736" starttime="20181202 17:30:26.733"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.739" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.739" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.739" starttime="20181202 17:30:26.737"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.740" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.740" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.740" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.740" starttime="20181202 17:30:26.739"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.740" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.740" starttime="20181202 17:30:26.740"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.740" starttime="20181202 17:30:26.737"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.743" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.743" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.743" starttime="20181202 17:30:26.741"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.744" level="INFO">To JSON using : content={"prefix-to-interface":{}} </msg>
<msg timestamp="20181202 17:30:26.744" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.744" level="INFO">${pretty_output} = {
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.744" starttime="20181202 17:30:26.743"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.744" level="INFO">{
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.744" starttime="20181202 17:30:26.744"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.744" starttime="20181202 17:30:26.741"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.747" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.747" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.747" starttime="20181202 17:30:26.745"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.748" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 17:30:26.748" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.748" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 17:30:26.748" starttime="20181202 17:30:26.747"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.748" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.748" starttime="20181202 17:30:26.748"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.748" starttime="20181202 17:30:26.744"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.750" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.750" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.750" starttime="20181202 17:30:26.748"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.751" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 17:30:26.751" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.751" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 17:30:26.751" starttime="20181202 17:30:26.751"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.752" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.752" starttime="20181202 17:30:26.751"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.752" starttime="20181202 17:30:26.748"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.754" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.754" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.754" starttime="20181202 17:30:26.752"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.754" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 17:30:26.754" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.754" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.755" starttime="20181202 17:30:26.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.755" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:30:26.755" starttime="20181202 17:30:26.755"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.755" starttime="20181202 17:30:26.752"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.758" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.758" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.758" starttime="20181202 17:30:26.755"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.758" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 17:30:26.758" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.758" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 17:30:26.759" starttime="20181202 17:30:26.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.759" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.759" starttime="20181202 17:30:26.759"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.759" starttime="20181202 17:30:26.755"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.761" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.762" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.762" starttime="20181202 17:30:26.759"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.762" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.762" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.763" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.763" starttime="20181202 17:30:26.762"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.763" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.763" starttime="20181202 17:30:26.763"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.763" starttime="20181202 17:30:26.759"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.766" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.766" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.767" starttime="20181202 17:30:26.763"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.767" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.767" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.767" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.767" starttime="20181202 17:30:26.767"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.768" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.768" starttime="20181202 17:30:26.767"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.768" starttime="20181202 17:30:26.763"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.771" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.771" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.771" starttime="20181202 17:30:26.768"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.772" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:30:26.772" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.772" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:30:26.772" starttime="20181202 17:30:26.771"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.772" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.773" starttime="20181202 17:30:26.772"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.773" starttime="20181202 17:30:26.768"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:30:26.776" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:30:26.776" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:30:26.776" starttime="20181202 17:30:26.773"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:30:26.779" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:34","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap409bbe4c-76","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":34,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 17:30:26.779" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:30:26.780" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 17:30:26.780" starttime="20181202 17:30:26.777"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.780" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap409bbe4c-76",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 34,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:34"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:30:26.780" starttime="20181202 17:30:26.780"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.780" starttime="20181202 17:30:26.773"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.780" starttime="20181202 17:30:26.468"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.781" starttime="20181202 17:30:26.466"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:26.781" starttime="20181202 17:30:26.458"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:30:26.782" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Elan/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 17:30:26.782" starttime="20181202 17:30:26.782"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.791" starttime="20181202 17:30:26.791"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:30:26.792" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:30:26.792" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:30:26.792" starttime="20181202 17:30:26.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:30:26.792" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Elan/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:30:26.792" starttime="20181202 17:30:26.792"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:30:26.793" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 17:30:26.793" starttime="20181202 17:30:26.793"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:30:26.794" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:30:26.794" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:30:26.794" starttime="20181202 17:30:26.794"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:26.795" starttime="20181202 17:30:26.794"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:30:26.795" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:30:27.129" level="INFO">Read output: Last login: Sun Dec  2 17:19:45 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:30:27.130" starttime="20181202 17:30:26.795"></status>
</kw>
<msg timestamp="20181202 17:30:27.130" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:30:27.130" starttime="20181202 17:30:26.795"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.130" starttime="20181202 17:30:26.793"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:30:27.131" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Elan/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 17:30:27.155" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 17:30:27.156" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:30:27.156" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:30:27.156" starttime="20181202 17:30:27.131"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:30:27.220" starttime="20181202 17:30:27.156"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.221" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:30:27.221" starttime="20181202 17:30:27.221"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:27.223" starttime="20181202 17:30:27.222"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.224" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:30:27.225" starttime="20181202 17:30:27.224"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.225" starttime="20181202 17:30:27.223"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:27.228" starttime="20181202 17:30:27.228"></status>
</kw>
<msg timestamp="20181202 17:30:27.228" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:30:27.229" starttime="20181202 17:30:27.227"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.229" starttime="20181202 17:30:27.226"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.229" starttime="20181202 17:30:26.790"></status>
</kw>
<msg timestamp="20181202 17:30:27.229" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:30:27.229" starttime="20181202 17:30:26.790"></status>
</kw>
<msg timestamp="20181202 17:30:27.230" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:27.230" starttime="20181202 17:30:26.789"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 17:30:27.231" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 17:30:27.231" starttime="20181202 17:30:27.230"></status>
</kw>
<msg timestamp="20181202 17:30:27.231" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 17:30:27.231" starttime="20181202 17:30:26.789"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 17:30:27.233" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 17:30:27.233" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 17:30:27.233" starttime="20181202 17:30:27.232"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:27.234" starttime="20181202 17:30:27.233"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 17:30:27.235" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:30:27.235" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 17:30:27.235" starttime="20181202 17:30:27.234"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.237" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 17:30:27.237" starttime="20181202 17:30:27.237"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.237" starttime="20181202 17:30:27.236"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.237" starttime="20181202 17:30:26.782"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.237" starttime="20181202 17:30:26.781"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.238" starttime="20181202 17:30:26.781"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:27.255" starttime="20181202 17:30:27.255"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.256" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:30:27.396" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:30:27.396" starttime="20181202 17:30:27.256"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.409" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 17:30:27.409" starttime="20181202 17:30:27.397"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:30:27.411" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:30:27.411" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:30:27.411" starttime="20181202 17:30:27.409"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:30:27.455" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:30:27.455" starttime="20181202 17:30:27.412"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:30:27.457" starttime="20181202 17:30:27.455"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:30:27.457" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:30:27.457" starttime="20181202 17:30:27.457"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:27.253"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:27.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:27.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:27.238"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:24.841"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:27.458" starttime="20181202 17:30:24.840"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:27.460" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:27.460" starttime="20181202 17:30:27.459"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:27.461" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:30:27.504" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:29.551" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:29.551" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:29.551" starttime="20181202 17:30:27.460"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:29.552" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:30:29.553" starttime="20181202 17:30:29.552"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:29.554" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:29.554" starttime="20181202 17:30:29.554"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:29.555" starttime="20181202 17:30:29.554"></status>
</kw>
<msg timestamp="20181202 17:30:29.555" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:30:29.555" starttime="20181202 17:30:27.460"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:29.556" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:30:29.556" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:30:29.556" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:29.556" starttime="20181202 17:30:29.555"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:30:29.556" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:30:29.556" starttime="20181202 17:30:29.556"></status>
</kw>
<msg timestamp="20181202 17:30:29.557" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:29.557" starttime="20181202 17:30:27.459"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:30:29.557" starttime="20181202 17:30:29.557"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:29.561" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:29.561" starttime="20181202 17:30:29.560"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:29.562" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:30:29.600" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:32.601" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:32.601" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:32.601" starttime="20181202 17:30:29.562"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:32.602" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "elan_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "41b514e1-a3ed-48dd-9ae2-3fa06f62d650", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "elan_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ebbedfec-a055-4ef7-9819-72c69c3a3ea8", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:30:32.602" starttime="20181202 17:30:32.602"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:32.603" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:32.603" starttime="20181202 17:30:32.603"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:32.604" starttime="20181202 17:30:32.603"></status>
</kw>
<msg timestamp="20181202 17:30:32.604" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "elan_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "41b514e1-a3ed-48dd-9ae2-3fa06f62d650", 
    "Flavor": "m1.nano", 
    "Networks": ""
...</msg>
<status status="PASS" endtime="20181202 17:30:32.604" starttime="20181202 17:30:29.561"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:32.604" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "elan_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "41b514e1-a3ed-48dd-9ae2-3fa06f62d650", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "elan_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "ebbedfec-a055-4ef7-9819-72c69c3a3ea8", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 17:30:32.605" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:30:32.605" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'elan_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'41b514e1-a3ed-48dd-9ae2-3fa06f62d650', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERR...</msg>
<status status="PASS" endtime="20181202 17:30:32.605" starttime="20181202 17:30:32.604"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:30:32.605" level="INFO">[{u'Status': u'ERROR', u'Name': u'elan_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'41b514e1-a3ed-48dd-9ae2-3fa06f62d650', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'elan_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ebbedfec-a055-4ef7-9819-72c69c3a3ea8', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 17:30:32.605" starttime="20181202 17:30:32.605"></status>
</kw>
<msg timestamp="20181202 17:30:32.605" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'elan_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'41b514e1-a3ed-48dd-9ae2-3fa06f62d650', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERR...</msg>
<status status="PASS" endtime="20181202 17:30:32.605" starttime="20181202 17:30:29.559"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'elan_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'41b514e1-a3ed-48dd-9ae2-3fa06f62d650', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:32.614" level="INFO">Starting process:
openstack server show 41b514e1-a3ed-48dd-9ae2-3fa06f62d650</msg>
<msg timestamp="20181202 17:30:32.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:35.969" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:35.970" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:35.970" starttime="20181202 17:30:32.614"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:35.971" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000023                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:20:22Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:20:22Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 41b514e1-a3ed-48dd-9ae2-3fa06f62d650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | elan_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:20:22Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:30:35.972" starttime="20181202 17:30:35.970"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:35.973" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:35.973" starttime="20181202 17:30:35.972"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:35.974" starttime="20181202 17:30:35.973"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:35.974" starttime="20181202 17:30:32.613"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:35.984" level="INFO">Starting process:
openstack server delete 41b514e1-a3ed-48dd-9ae2-3fa06f62d650</msg>
<msg timestamp="20181202 17:30:36.026" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:39.546" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:39.546" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:39.547" starttime="20181202 17:30:35.984"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:39.548" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:39.548" starttime="20181202 17:30:39.547"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:39.549" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:39.549" starttime="20181202 17:30:39.548"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:39.550" starttime="20181202 17:30:39.549"></status>
</kw>
<msg timestamp="20181202 17:30:39.550" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:39.550" starttime="20181202 17:30:35.983"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:39.550" starttime="20181202 17:30:35.975"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:39.550" starttime="20181202 17:30:35.974"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:39.550" starttime="20181202 17:30:32.606"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'elan_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'ebbedfec-a055-4ef7-9819-72c69c3a3ea8', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:39.562" level="INFO">Starting process:
openstack server show ebbedfec-a055-4ef7-9819-72c69c3a3ea8</msg>
<msg timestamp="20181202 17:30:39.587" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:42.656" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:42.656" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:42.656" starttime="20181202 17:30:39.561"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:42.658" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000022                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:20:18Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:20:18Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | ebbedfec-a055-4ef7-9819-72c69c3a3ea8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | elan_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:20:18Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:30:42.659" starttime="20181202 17:30:42.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:42.659" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:42.659" starttime="20181202 17:30:42.659"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:42.660" starttime="20181202 17:30:42.660"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:42.661" starttime="20181202 17:30:39.561"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:42.673" level="INFO">Starting process:
openstack server delete ebbedfec-a055-4ef7-9819-72c69c3a3ea8</msg>
<msg timestamp="20181202 17:30:42.715" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:45.746" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:45.747" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:45.747" starttime="20181202 17:30:42.672"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:45.748" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:45.748" starttime="20181202 17:30:45.747"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:45.749" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:45.749" starttime="20181202 17:30:45.749"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:45.750" starttime="20181202 17:30:45.749"></status>
</kw>
<msg timestamp="20181202 17:30:45.750" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:45.750" starttime="20181202 17:30:42.672"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:45.751" starttime="20181202 17:30:42.662"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:45.751" starttime="20181202 17:30:42.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:45.751" starttime="20181202 17:30:39.551"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:45.751" starttime="20181202 17:30:32.606"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:45.752" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:45.752" starttime="20181202 17:30:45.752"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:45.754" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:30:45.775" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:47.882" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:47.883" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:47.883" starttime="20181202 17:30:45.754"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:47.884" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:30:47.884" starttime="20181202 17:30:47.883"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:47.885" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:47.885" starttime="20181202 17:30:47.884"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:47.886" starttime="20181202 17:30:47.885"></status>
</kw>
<msg timestamp="20181202 17:30:47.886" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:30:47.886" starttime="20181202 17:30:45.753"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:47.887" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:30:47.887" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:30:47.887" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:47.887" starttime="20181202 17:30:47.887"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:30:47.888" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:30:47.888" starttime="20181202 17:30:47.888"></status>
</kw>
<msg timestamp="20181202 17:30:47.888" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:47.888" starttime="20181202 17:30:45.751"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:30:47.889" starttime="20181202 17:30:47.889"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:47.890" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:47.890" starttime="20181202 17:30:47.890"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:47.892" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:30:47.919" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:50.017" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:50.017" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:50.018" starttime="20181202 17:30:47.891"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:50.019" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "409bbe4c-7625-49d1-baab-d8052a459adb", 
    "MAC Address": "fa:16:3e:50:98:f5", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='81.1.1.3', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "909052a4-59ad-4376-b180-619c6f037bc5", 
    "MAC Address": "fa:16:3e:71:b7:24", 
    "Name": "elan_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='81.1.1.25', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "eee9b0e8-41a9-4529-b23e-b055347670dd", 
    "MAC Address": "fa:16:3e:2f:ef:6c", 
    "Name": "elan_net_1_port_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:30:50.019" starttime="20181202 17:30:50.018"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:50.020" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:50.021" starttime="20181202 17:30:50.019"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:50.022" starttime="20181202 17:30:50.021"></status>
</kw>
<msg timestamp="20181202 17:30:50.022" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "409bbe4c-7625-49d1-baab-d8052a459adb", 
    "MAC Address...</msg>
<status status="PASS" endtime="20181202 17:30:50.022" starttime="20181202 17:30:47.891"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:50.023" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "409bbe4c-7625-49d1-baab-d8052a459adb", 
    "MAC Address": "fa:16:3e:50:98:f5", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='81.1.1.3', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "909052a4-59ad-4376-b180-619c6f037bc5", 
    "MAC Address": "fa:16:3e:71:b7:24", 
    "Name": "elan_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='81.1.1.25', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", 
    "ID": "eee9b0e8-41a9-4529-b23e-b055347670dd", 
    "MAC Address": "fa:16:3e:2f:ef:6c", 
    "Name": "elan_net_1_port_1"
  }
] </msg>
<msg timestamp="20181202 17:30:50.023" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:30:50.023" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", u'ID': u'409bbe4c-7625-49d1-baab-d8052a459adb', u'MAC Address': u'fa:16:3e:5...</msg>
<status status="PASS" endtime="20181202 17:30:50.023" starttime="20181202 17:30:50.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:30:50.024" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", u'ID': u'409bbe4c-7625-49d1-baab-d8052a459adb', u'MAC Address': u'fa:16:3e:50:98:f5', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='81.1.1.3', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", u'ID': u'909052a4-59ad-4376-b180-619c6f037bc5', u'MAC Address': u'fa:16:3e:71:b7:24', u'Name': u'elan_net_1_port_2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='81.1.1.25', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", u'ID': u'eee9b0e8-41a9-4529-b23e-b055347670dd', u'MAC Address': u'fa:16:3e:2f:ef:6c', u'Name': u'elan_net_1_port_1'}]</msg>
<status status="PASS" endtime="20181202 17:30:50.024" starttime="20181202 17:30:50.023"></status>
</kw>
<msg timestamp="20181202 17:30:50.024" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'", u'ID': u'409bbe4c-7625-49d1-baab-d8052a459adb', u'MAC Address': u'fa:16:3e:5...</msg>
<status status="PASS" endtime="20181202 17:30:50.024" starttime="20181202 17:30:47.889"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='81.1.1.2', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'&quot;, u'ID': u'409bbe4c-7625-49d1-baab-d8052a459adb', u'MAC Address': u'fa:16:3e:50:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:50.038" level="INFO">Starting process:
openstack port delete 409bbe4c-7625-49d1-baab-d8052a459adb</msg>
<msg timestamp="20181202 17:30:50.067" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:52.670" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:52.670" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:52.670" starttime="20181202 17:30:50.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:52.672" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:52.672" starttime="20181202 17:30:52.671"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:52.672" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:52.672" starttime="20181202 17:30:52.672"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:52.673" starttime="20181202 17:30:52.673"></status>
</kw>
<msg timestamp="20181202 17:30:52.674" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:52.674" starttime="20181202 17:30:50.037"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:52.674" starttime="20181202 17:30:50.025"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:52.674" starttime="20181202 17:30:50.025"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:52.674" starttime="20181202 17:30:50.025"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='81.1.1.3', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'&quot;, u'ID': u'909052a4-59ad-4376-b180-619c6f037bc5', u'MAC Address': u'fa:16:3e:71:b7...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:52.687" level="INFO">Starting process:
openstack port delete 909052a4-59ad-4376-b180-619c6f037bc5</msg>
<msg timestamp="20181202 17:30:52.728" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:55.738" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:55.739" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:55.739" starttime="20181202 17:30:52.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:55.740" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:55.740" starttime="20181202 17:30:55.739"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:55.741" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:55.741" starttime="20181202 17:30:55.740"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:55.742" starttime="20181202 17:30:55.741"></status>
</kw>
<msg timestamp="20181202 17:30:55.743" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:55.743" starttime="20181202 17:30:52.685"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:55.743" starttime="20181202 17:30:52.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:55.743" starttime="20181202 17:30:52.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:55.743" starttime="20181202 17:30:52.674"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='81.1.1.25', subnet_id='779f3238-0d7d-459c-8d02-0f0666087c6f'&quot;, u'ID': u'eee9b0e8-41a9-4529-b23e-b055347670dd', u'MAC Address': u'fa:16:3e:2f:e...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:55.758" level="INFO">Starting process:
openstack port delete eee9b0e8-41a9-4529-b23e-b055347670dd</msg>
<msg timestamp="20181202 17:30:55.800" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:30:58.658" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:30:58.659" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:30:58.659" starttime="20181202 17:30:55.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:30:58.660" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:58.660" starttime="20181202 17:30:58.659"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:30:58.660" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:30:58.660" starttime="20181202 17:30:58.660"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:58.660"></status>
</kw>
<msg timestamp="20181202 17:30:58.661" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:55.757"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:55.744"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:55.744"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:55.743"></status>
</kw>
<status status="PASS" endtime="20181202 17:30:58.661" starttime="20181202 17:30:50.024"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:30:58.662" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:30:58.662" starttime="20181202 17:30:58.662"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:30:58.663" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:30:58.686" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:00.975" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:00.975" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:00.976" starttime="20181202 17:30:58.663"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:00.978" level="INFO">[
  {
    "Subnets": "779f3238-0d7d-459c-8d02-0f0666087c6f", 
    "ID": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e", 
    "Name": "elan_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:31:00.978" starttime="20181202 17:31:00.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:00.979" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:00.979" starttime="20181202 17:31:00.978"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:00.981" starttime="20181202 17:31:00.980"></status>
</kw>
<msg timestamp="20181202 17:31:00.982" level="INFO">${json} = [
  {
    "Subnets": "779f3238-0d7d-459c-8d02-0f0666087c6f", 
    "ID": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e", 
    "Name": "elan_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:31:00.982" starttime="20181202 17:30:58.663"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:00.983" level="INFO">To JSON using : content=[
  {
    "Subnets": "779f3238-0d7d-459c-8d02-0f0666087c6f", 
    "ID": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e", 
    "Name": "elan_net_1"
  }
] </msg>
<msg timestamp="20181202 17:31:00.983" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:00.984" level="INFO">@{list} = [ {u'Subnets': u'779f3238-0d7d-459c-8d02-0f0666087c6f', u'ID': u'c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e', u'Name': u'elan_net_1'} ]</msg>
<status status="PASS" endtime="20181202 17:31:00.984" starttime="20181202 17:31:00.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:00.985" level="INFO">[{u'Subnets': u'779f3238-0d7d-459c-8d02-0f0666087c6f', u'ID': u'c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e', u'Name': u'elan_net_1'}]</msg>
<status status="PASS" endtime="20181202 17:31:00.985" starttime="20181202 17:31:00.984"></status>
</kw>
<msg timestamp="20181202 17:31:00.986" level="INFO">@{networks} = [ {u'Subnets': u'779f3238-0d7d-459c-8d02-0f0666087c6f', u'ID': u'c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e', u'Name': u'elan_net_1'} ]</msg>
<status status="PASS" endtime="20181202 17:31:00.986" starttime="20181202 17:30:58.662"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'779f3238-0d7d-459c-8d02-0f0666087c6f', u'ID': u'c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e', u'Name': u'elan_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:01.008" level="INFO">Starting process:
openstack subnet delete 779f3238-0d7d-459c-8d02-0f0666087c6f</msg>
<msg timestamp="20181202 17:31:01.032" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:04.275" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:04.275" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:04.276" starttime="20181202 17:31:01.007"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:04.276" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:04.277" starttime="20181202 17:31:04.276"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:04.277" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:04.277" starttime="20181202 17:31:04.277"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:04.278" starttime="20181202 17:31:04.277"></status>
</kw>
<msg timestamp="20181202 17:31:04.278" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:04.278" starttime="20181202 17:31:01.006"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:04.278" starttime="20181202 17:31:00.988"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:04.278" starttime="20181202 17:31:00.987"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:04.287" level="INFO">Starting process:
openstack network delete c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e</msg>
<msg timestamp="20181202 17:31:04.317" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:07.120" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:07.121" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:07.121" starttime="20181202 17:31:04.286"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:07.123" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:07.123" starttime="20181202 17:31:07.122"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:07.124" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:07.125" starttime="20181202 17:31:07.124"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:07.126" starttime="20181202 17:31:07.125"></status>
</kw>
<msg timestamp="20181202 17:31:07.127" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:07.127" starttime="20181202 17:31:04.286"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:07.127" starttime="20181202 17:31:04.279"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:07.127" starttime="20181202 17:31:04.278"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:07.128" starttime="20181202 17:31:00.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:07.128" starttime="20181202 17:31:00.986"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:07.130" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:07.130" starttime="20181202 17:31:07.129"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:07.133" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:31:07.155" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:09.446" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:09.447" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:09.447" starttime="20181202 17:31:07.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:09.448" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "elan_sg", 
    "ID": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c", 
    "Name": "elan_sg"
  }
]</msg>
<status status="PASS" endtime="20181202 17:31:09.448" starttime="20181202 17:31:09.448"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:09.449" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:09.449" starttime="20181202 17:31:09.449"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:09.450" starttime="20181202 17:31:09.450"></status>
</kw>
<msg timestamp="20181202 17:31:09.451" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:31:09.451" starttime="20181202 17:31:07.131"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:09.452" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "elan_sg", 
    "ID": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c", 
    "Name": "elan_sg"
  }
] </msg>
<msg timestamp="20181202 17:31:09.452" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:09.452" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:31:09.452" starttime="20181202 17:31:09.451"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:09.453" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'elan_sg', u'Description': u'elan_sg', u'ID': u'fced206d-fac9-4ee6-8fb0-ae3f15c5f03c'}]</msg>
<status status="PASS" endtime="20181202 17:31:09.453" starttime="20181202 17:31:09.453"></status>
</kw>
<msg timestamp="20181202 17:31:09.453" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:31:09.453" starttime="20181202 17:31:07.128"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:09.455" starttime="20181202 17:31:09.454"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:09.455" starttime="20181202 17:31:09.454"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:09.456" starttime="20181202 17:31:09.455"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:09.456" starttime="20181202 17:31:09.455"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'elan_sg', u'Description': u'elan_sg', u'ID': u'fced206d-fac9-4ee6-8fb0-ae3f15c5f03c'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:09.475" level="INFO">Starting process:
openstack security group delete fced206d-fac9-4ee6-8fb0-ae3f15c5f03c</msg>
<msg timestamp="20181202 17:31:09.499" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:11.848" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:11.848" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:11.848" starttime="20181202 17:31:09.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:11.850" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:11.850" starttime="20181202 17:31:11.849"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:11.850" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:11.851" starttime="20181202 17:31:11.850"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:11.851"></status>
</kw>
<msg timestamp="20181202 17:31:11.852" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.474"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.458"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.458"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.457"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.456"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:11.852" starttime="20181202 17:31:09.454"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:31:11.854" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:31:11.854" starttime="20181202 17:31:11.853"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:11.865" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:31:11.908" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:14.301" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:14.301" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:14.302" starttime="20181202 17:31:11.865"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:14.304" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:14.304" starttime="20181202 17:31:14.303"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:14.305" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:14.305" starttime="20181202 17:31:14.304"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:14.307" starttime="20181202 17:31:14.306"></status>
</kw>
<msg timestamp="20181202 17:31:14.307" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:14.307" starttime="20181202 17:31:11.864"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:14.308" starttime="20181202 17:31:11.854"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:14.327" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:31:14.368" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:16.509" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:16.509" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:16.509" starttime="20181202 17:31:14.326"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:16.510" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:16.510" starttime="20181202 17:31:16.510"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:16.511" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:16.511" starttime="20181202 17:31:16.510"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:16.511" starttime="20181202 17:31:16.511"></status>
</kw>
<msg timestamp="20181202 17:31:16.512" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:16.512" starttime="20181202 17:31:14.325"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:16.512" starttime="20181202 17:31:14.308"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:16.520" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:31:16.561" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:18.859" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:18.859" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:18.859" starttime="20181202 17:31:16.519"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:18.860" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:18.861" starttime="20181202 17:31:18.860"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:18.861" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:18.861" starttime="20181202 17:31:18.861"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:18.862" starttime="20181202 17:31:18.861"></status>
</kw>
<msg timestamp="20181202 17:31:18.862" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:18.862" starttime="20181202 17:31:16.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:18.862" starttime="20181202 17:31:16.512"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:18.873" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:31:18.909" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:20.985" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:20.985" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:20.985" starttime="20181202 17:31:18.872"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:20.986" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:20.986" starttime="20181202 17:31:20.986"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:20.987" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:20.987" starttime="20181202 17:31:20.986"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:20.988" starttime="20181202 17:31:20.987"></status>
</kw>
<msg timestamp="20181202 17:31:20.988" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:20.988" starttime="20181202 17:31:18.872"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:20.988" starttime="20181202 17:31:18.863"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:20.997" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:31:21.036" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:23.083" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:23.084" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:23.084" starttime="20181202 17:31:20.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:23.085" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:31:23.085" starttime="20181202 17:31:23.085"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:23.086" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:23.086" starttime="20181202 17:31:23.086"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:23.087" starttime="20181202 17:31:23.086"></status>
</kw>
<msg timestamp="20181202 17:31:23.087" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:31:23.087" starttime="20181202 17:31:20.996"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:23.087" starttime="20181202 17:31:20.988"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:23.096" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:31:23.137" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:25.249" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:25.249" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:25.249" starttime="20181202 17:31:23.096"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:25.250" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:31:25.251" starttime="20181202 17:31:25.250"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:25.251" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:25.251" starttime="20181202 17:31:25.251"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:25.252" starttime="20181202 17:31:25.252"></status>
</kw>
<msg timestamp="20181202 17:31:25.253" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:31:25.253" starttime="20181202 17:31:23.095"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:25.253" starttime="20181202 17:31:23.087"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:25.265" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:31:25.308" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:27.322" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:27.322" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:27.322" starttime="20181202 17:31:25.264"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:27.324" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:27.324" starttime="20181202 17:31:27.323"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:27.324" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:27.325" starttime="20181202 17:31:27.324"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:27.326" starttime="20181202 17:31:27.325"></status>
</kw>
<msg timestamp="20181202 17:31:27.326" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:27.326" starttime="20181202 17:31:25.263"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:27.326" starttime="20181202 17:31:25.253"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:27.338" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:31:27.374" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:29.583" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:29.584" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:29.584" starttime="20181202 17:31:27.337"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.586" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:29.587" starttime="20181202 17:31:29.585"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.588" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:29.588" starttime="20181202 17:31:29.587"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:29.590" starttime="20181202 17:31:29.588"></status>
</kw>
<msg timestamp="20181202 17:31:29.591" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:29.591" starttime="20181202 17:31:27.337"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:29.591" starttime="20181202 17:31:27.326"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:29.591" starttime="20181202 17:31:11.854"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:29.591" starttime="20181202 17:31:11.853"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:29.592" starttime="20181202 17:30:27.458"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:29.598" starttime="20181202 17:31:29.597"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:31:29.599" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 17:31:29.686" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:31:29.686" level="INFO">${stdout} = 4 S root      387022  387002  0  80   0 - 55154 poll_s 17:19 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
4 S tcpdump   387031 ...</msg>
<status status="PASS" endtime="20181202 17:31:29.686" starttime="20181202 17:31:29.598"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.688" level="INFO">4 S root      387022  387002  0  80   0 - 55154 poll_s 17:19 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
4 S tcpdump   387031  387022  0  80   0 -  8196 poll_s 17:19 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
0 S heat-ad+  426282  387002  0  80   0 - 28293 do_wai 17:31 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  426292  426282  0  80   0 - 28176 pipe_w 17:31 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 17:31:29.688" starttime="20181202 17:31:29.687"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:31:29.689" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 17:31:29.807" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:31:29.807" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:31:29.807" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:31:29.807" starttime="20181202 17:31:29.689"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.808" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:29.808" starttime="20181202 17:31:29.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.809" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:29.809" starttime="20181202 17:31:29.808"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:31:29.809" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 17:31:29.968" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 17:31:29.969" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 17:31:29.969" starttime="20181202 17:31:29.809"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:29.970" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:29.970" starttime="20181202 17:31:29.969"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:31:29.970" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 17:31:30.034" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:31:30.035" level="INFO">${stdout} = total 96
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          roo...</msg>
<status status="PASS" endtime="20181202 17:31:30.035" starttime="20181202 17:31:29.970"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.036" level="INFO">total 96
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:30.035"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:29.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:29.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:29.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:29.594"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.036" starttime="20181202 17:31:29.592"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 17:31:30.103" starttime="20181202 17:31:30.037"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.118" starttime="20181202 17:31:30.117"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.119" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:31:30.243" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:31:30.243" starttime="20181202 17:31:30.118"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.296" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 17:31:30.296" starttime="20181202 17:31:30.243"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:31:30.512" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:31:30.512" level="INFO">${output} = [?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:30.512" starttime="20181202 17:31:30.296"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:31:30.556" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:31:30.556" starttime="20181202 17:31:30.513"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:30.558" starttime="20181202 17:31:30.557"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.559" level="INFO">[?1l&gt;[?2004l     289    289
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:30.559" starttime="20181202 17:31:30.558"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.559" starttime="20181202 17:31:30.116"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.559" starttime="20181202 17:31:30.103"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.559" starttime="20181202 17:31:30.103"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.559" starttime="20181202 17:30:24.840"></status>
</kw>
<doc>Test suite to validate elan service functionality in ODL environment.
The assumption of this suite is that the environment is already configured with the proper
integration bridges and vxlan tunnels.</doc>
<status status="FAIL" endtime="20181202 17:31:30.559" starttime="20181202 17:18:58.487">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/netvirt/vpnservice/arp_learning.robot" id="s1-s9" name="Arp Learning">
<kw type="setup" name="Suite Setup">
<doc>Suite Setup to create the necessary resources.</doc>
<kw name="Basic Suite Setup" library="VpnOperations">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 17:31:30.653" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 17:31:30.653" starttime="20181202 17:31:30.646"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.653" starttime="20181202 17:31:30.645"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 17:31:30.661" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 17:31:30.661" starttime="20181202 17:31:30.654"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.661" starttime="20181202 17:31:30.661"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 17:31:30.662" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 17:31:30.662" starttime="20181202 17:31:30.661"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 17:31:30.662" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 17:31:30.662" starttime="20181202 17:31:30.662"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.663" starttime="20181202 17:31:30.663"></status>
</kw>
<msg timestamp="20181202 17:31:30.663" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:31:30.663" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:31:30.663" starttime="20181202 17:31:30.662"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 17:31:30.664" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:31:30.664" starttime="20181202 17:31:30.663"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 17:31:30.665" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:30.665" starttime="20181202 17:31:30.664"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 17:31:30.665" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:30.665" starttime="20181202 17:31:30.665"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 17:31:30.666" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 17:31:30.666" starttime="20181202 17:31:30.665"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.667" starttime="20181202 17:31:30.667"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:31:30.668" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:30.668" starttime="20181202 17:31:30.667"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.668" starttime="20181202 17:31:30.668"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 17:31:30.669" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:31:30.669" starttime="20181202 17:31:30.669"></status>
</kw>
<msg timestamp="20181202 17:31:30.669" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:31:30.669" starttime="20181202 17:31:30.668"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.670" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62287d3d0&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:31:30.670" starttime="20181202 17:31:30.669"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.671" starttime="20181202 17:31:30.670"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.671" starttime="20181202 17:31:30.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.671" starttime="20181202 17:31:30.666"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.671" starttime="20181202 17:31:30.666"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.671" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:30.671" starttime="20181202 17:31:30.671"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.672" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 17:31:30.672" starttime="20181202 17:31:30.672"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.673" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 17:31:30.673" starttime="20181202 17:31:30.672"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.673" starttime="20181202 17:31:30.664"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:30.673" starttime="20181202 17:31:30.654"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:31:30.675" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:30.675" starttime="20181202 17:31:30.674"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:31:30.675" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:30.675" starttime="20181202 17:31:30.675"></status>
</kw>
<msg timestamp="20181202 17:31:30.675" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:30.675" starttime="20181202 17:31:30.674"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:31:30.677" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:30.677" starttime="20181202 17:31:30.676"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:31:30.678" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:30.678" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:30.678" starttime="20181202 17:31:30.677"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.680" starttime="20181202 17:31:30.680"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:31:30.681" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:30.681" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:30.681" starttime="20181202 17:31:30.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:31:30.681" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:31:30.682" starttime="20181202 17:31:30.681"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:31:30.682" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 17:31:30.682" starttime="20181202 17:31:30.682"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:31:30.683" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:31:30.683" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:31:30.683" starttime="20181202 17:31:30.683"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:30.684" starttime="20181202 17:31:30.683"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:31:30.685" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:31:31.051" level="INFO">Read output: Last login: Sun Dec  2 17:30:27 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:31:31.052" starttime="20181202 17:31:30.684"></status>
</kw>
<msg timestamp="20181202 17:31:31.052" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.052" starttime="20181202 17:31:30.684"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.052" starttime="20181202 17:31:30.682"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:31:31.053" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 17:31:31.076" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 17:31:31.076" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:31:31.076" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:31:31.076" starttime="20181202 17:31:31.053"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.109" starttime="20181202 17:31:31.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.110" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:31:31.110" starttime="20181202 17:31:31.109"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.111" starttime="20181202 17:31:31.110"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.112" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.112" starttime="20181202 17:31:31.112"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.112" starttime="20181202 17:31:31.111"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.114" starttime="20181202 17:31:31.114"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.115" starttime="20181202 17:31:31.114"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.115" starttime="20181202 17:31:31.115"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.116" starttime="20181202 17:31:31.113"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.116" starttime="20181202 17:31:30.679"></status>
</kw>
<msg timestamp="20181202 17:31:31.116" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.116" starttime="20181202 17:31:30.679"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.116" starttime="20181202 17:31:30.678"></status>
</kw>
<msg timestamp="20181202 17:31:31.116" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.116" starttime="20181202 17:31:30.678"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.118" starttime="20181202 17:31:31.118"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.119" starttime="20181202 17:31:31.118"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.119" starttime="20181202 17:31:31.119"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.119" starttime="20181202 17:31:31.117"></status>
</kw>
<msg timestamp="20181202 17:31:31.119" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:31.120" starttime="20181202 17:31:30.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.120" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:31.120" starttime="20181202 17:31:31.120"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.120" starttime="20181202 17:31:30.676"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.120" starttime="20181202 17:31:30.676"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.120" starttime="20181202 17:31:30.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.121" starttime="20181202 17:31:30.673"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.121" starttime="20181202 17:31:31.121"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 17:31:31.146" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:31.146" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:31.146" starttime="20181202 17:31:31.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.147" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:31:31.147" starttime="20181202 17:31:31.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.147" level="INFO">1</msg>
<status status="PASS" endtime="20181202 17:31:31.147" starttime="20181202 17:31:31.147"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.148" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 17:31:31.148" starttime="20181202 17:31:31.148"></status>
</kw>
<msg timestamp="20181202 17:31:31.148" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:31:31.148" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 17:31:31.148" starttime="20181202 17:31:31.147"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.149" starttime="20181202 17:31:31.149"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 17:31:31.150" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:31.150" starttime="20181202 17:31:31.150"></status>
</kw>
<msg timestamp="20181202 17:31:31.150" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:31.150" starttime="20181202 17:31:31.149"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.151" starttime="20181202 17:31:31.150"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 17:31:31.151" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 17:31:31.151" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 17:31:31.151" starttime="20181202 17:31:31.151"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.152" starttime="20181202 17:31:31.151"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.152" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:31:31.389" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:31:31.389" starttime="20181202 17:31:31.152"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.391" starttime="20181202 17:31:31.391"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.391"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.392"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.390"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.145"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.122"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.122"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.121"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.392" starttime="20181202 17:31:31.121"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.393" starttime="20181202 17:31:30.654"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:31:31.405" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.405" starttime="20181202 17:31:31.404"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:31:31.405" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.405" starttime="20181202 17:31:31.405"></status>
</kw>
<msg timestamp="20181202 17:31:31.406" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.406" starttime="20181202 17:31:31.404"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 17:31:31.417" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 17:31:31.417" starttime="20181202 17:31:31.416"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 17:31:31.417" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 17:31:31.417" starttime="20181202 17:31:31.417"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.448" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 17:31:31.449" starttime="20181202 17:31:31.418"></status>
</kw>
<msg timestamp="20181202 17:31:31.449" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 17:31:31.449" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 17:31:31.449" starttime="20181202 17:31:31.417"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.467" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ "a "r "p "_ "l "e "a "r "n "i "n "g ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:31.467" starttime="20181202 17:31:31.450"></status>
</kw>
<msg timestamp="20181202 17:31:31.467" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 17:31:31.467" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:31:31.467" starttime="20181202 17:31:31.449"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.468" starttime="20181202 17:31:31.468"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.468" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ "a "r "p "_ "l "e "a "r "n "i "n "g ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:31.468" starttime="20181202 17:31:31.468"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.469" starttime="20181202 17:31:31.469"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.470" starttime="20181202 17:31:31.470"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.471" starttime="20181202 17:31:31.471"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.471" starttime="20181202 17:31:31.471"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.471" starttime="20181202 17:31:31.469"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.471" starttime="20181202 17:31:31.416"></status>
</kw>
<msg timestamp="20181202 17:31:31.472" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:31:31.472" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:31:31.472" starttime="20181202 17:31:31.415"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.472" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.472" starttime="20181202 17:31:31.472"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.472" starttime="20181202 17:31:31.415"></status>
</kw>
<msg timestamp="20181202 17:31:31.473" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:31:31.473" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "v "p "n "s "e "r "v "i "c "e "/ ...</msg>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.406"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.473"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.406"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.406"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.403"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.473" starttime="20181202 17:31:31.393"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.474" starttime="20181202 17:31:31.393"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.474" starttime="20181202 17:31:30.645"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 17:31:31.474" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 17:31:31.474" starttime="20181202 17:31:31.474"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:31:31.477" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.477" starttime="20181202 17:31:31.476"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:31:31.477" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.477" starttime="20181202 17:31:31.477"></status>
</kw>
<msg timestamp="20181202 17:31:31.477" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.477" starttime="20181202 17:31:31.476"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:31:31.479" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:31.479" starttime="20181202 17:31:31.478"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:31:31.481" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:31.481" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:31.481" starttime="20181202 17:31:31.481"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.489" starttime="20181202 17:31:31.489"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.490" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:31:31.685" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:31:31.685" starttime="20181202 17:31:31.489"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.704" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 17:31:31.705" starttime="20181202 17:31:31.686"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:31:31.734" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:31:31.735" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:31.735" starttime="20181202 17:31:31.705"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:31:31.777" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:31:31.777" starttime="20181202 17:31:31.735"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.779" starttime="20181202 17:31:31.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.780" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:31.780" starttime="20181202 17:31:31.779"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.780" starttime="20181202 17:31:31.488"></status>
</kw>
<msg timestamp="20181202 17:31:31.780" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.780" starttime="20181202 17:31:31.481"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.782" starttime="20181202 17:31:31.782"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.782" starttime="20181202 17:31:31.782"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:31.783" starttime="20181202 17:31:31.783"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.783" starttime="20181202 17:31:31.781"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.783" starttime="20181202 17:31:31.480"></status>
</kw>
<msg timestamp="20181202 17:31:31.783" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:31.783" starttime="20181202 17:31:31.480"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.784" starttime="20181202 17:31:31.479"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.784" starttime="20181202 17:31:31.478"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.784" starttime="20181202 17:31:31.478"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.784" starttime="20181202 17:31:31.475"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:31.784" starttime="20181202 17:31:31.475"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:31:31.786" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.786" starttime="20181202 17:31:31.785"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:31:31.786" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.787" starttime="20181202 17:31:31.786"></status>
</kw>
<msg timestamp="20181202 17:31:31.787" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:31:31.787" starttime="20181202 17:31:31.785"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:31:31.788" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:31.788" starttime="20181202 17:31:31.787"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:31:31.792" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:31.793" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:31.793" starttime="20181202 17:31:31.792"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:31.802" starttime="20181202 17:31:31.801"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:31:31.802" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:31:31.985" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:31:31.985" starttime="20181202 17:31:31.802"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.007" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 17:31:32.007" starttime="20181202 17:31:31.986"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:31:32.041" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:31:32.042" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:32.042" starttime="20181202 17:31:32.008"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:31:32.084" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:31:32.085" starttime="20181202 17:31:32.042"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:32.087" starttime="20181202 17:31:32.085"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.087" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:31:32.087" starttime="20181202 17:31:32.087"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.088" starttime="20181202 17:31:31.801"></status>
</kw>
<msg timestamp="20181202 17:31:32.088" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:32.088" starttime="20181202 17:31:31.793"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:32.089" starttime="20181202 17:31:32.089"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:32.090" starttime="20181202 17:31:32.090"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:31:32.090" starttime="20181202 17:31:32.090"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:32.088"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.789"></status>
</kw>
<msg timestamp="20181202 17:31:32.091" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.789"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.788"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.787"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.787"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.784"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.091" starttime="20181202 17:31:31.784"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.092" starttime="20181202 17:31:31.475"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.092" starttime="20181202 17:31:31.474"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:32.093" starttime="20181202 17:31:32.092"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.094" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:32.094" starttime="20181202 17:31:32.093"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:31:32.095" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 17:31:32.095" starttime="20181202 17:31:32.095"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:31:32.096" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:31:32.096" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:31:32.097" starttime="20181202 17:31:32.096"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:32.098" starttime="20181202 17:31:32.097"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.099" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:31:32.556" level="INFO">Read output: Last login: Sun Dec  2 17:31:31 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:31:32.557" starttime="20181202 17:31:32.098"></status>
</kw>
<msg timestamp="20181202 17:31:32.557" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:32.557" starttime="20181202 17:31:32.098"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.557" starttime="20181202 17:31:32.095"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.558" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:31:32.559" starttime="20181202 17:31:32.558"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.559" starttime="20181202 17:31:32.094"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.561" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:32.561" starttime="20181202 17:31:32.561"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.562" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:32.562" starttime="20181202 17:31:32.561"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.563" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:31:32.563" starttime="20181202 17:31:32.562"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.564" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:31:32.564" starttime="20181202 17:31:32.563"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.565" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:31:32.565" starttime="20181202 17:31:32.564"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.565" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:31:32.566" starttime="20181202 17:31:32.565"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.571" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:31:32.571" starttime="20181202 17:31:32.566"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.575" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:31:32.575" starttime="20181202 17:31:32.571"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.575" starttime="20181202 17:31:32.560"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:32.576" starttime="20181202 17:31:32.559"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 17:31:32.576" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:31:32.576" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:31:32.576" starttime="20181202 17:31:32.576"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 17:31:32.577" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:31:32.577" starttime="20181202 17:31:32.577"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:32.586" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:31:32.625" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:34.764" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:34.764" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:34.764" starttime="20181202 17:31:32.586"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:34.765" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:34.766" starttime="20181202 17:31:34.765"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:34.766" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:34.766" starttime="20181202 17:31:34.766"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:34.767" starttime="20181202 17:31:34.767"></status>
</kw>
<msg timestamp="20181202 17:31:34.768" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:34.768" starttime="20181202 17:31:32.585"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:34.779" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:31:34.822" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:36.991" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:36.992" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:36.992" starttime="20181202 17:31:34.779"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:36.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:36.993" starttime="20181202 17:31:36.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:36.993" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:36.993" starttime="20181202 17:31:36.993"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:36.994" starttime="20181202 17:31:36.994"></status>
</kw>
<msg timestamp="20181202 17:31:36.995" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:31:36.995" starttime="20181202 17:31:34.778"></status>
</kw>
<msg timestamp="20181202 17:31:36.995" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:36.995" starttime="20181202 17:31:32.578"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:37.004" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:31:37.034" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:39.226" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:39.226" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:39.226" starttime="20181202 17:31:37.004"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:39.227" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:39.228" starttime="20181202 17:31:39.227"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:39.228" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:39.228" starttime="20181202 17:31:39.228"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:39.229" starttime="20181202 17:31:39.228"></status>
</kw>
<msg timestamp="20181202 17:31:39.229" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:39.229" starttime="20181202 17:31:37.003"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:39.238" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:31:39.268" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:41.462" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:41.463" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:41.463" starttime="20181202 17:31:39.237"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:41.464" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:41.464" starttime="20181202 17:31:41.463"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:41.464" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:41.464" starttime="20181202 17:31:41.464"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:41.465" starttime="20181202 17:31:41.464"></status>
</kw>
<msg timestamp="20181202 17:31:41.465" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:31:41.465" starttime="20181202 17:31:39.237"></status>
</kw>
<msg timestamp="20181202 17:31:41.465" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:41.465" starttime="20181202 17:31:36.995"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:41.474" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:31:41.516" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:43.750" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:43.751" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:43.751" starttime="20181202 17:31:41.474"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:43.753" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:43.753" starttime="20181202 17:31:43.752"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:43.754" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:43.754" starttime="20181202 17:31:43.753"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:43.755" starttime="20181202 17:31:43.754"></status>
</kw>
<msg timestamp="20181202 17:31:43.756" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:31:43.756" starttime="20181202 17:31:41.473"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:43.771" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:31:43.815" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:46.142" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:46.143" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:46.143" starttime="20181202 17:31:43.771"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:46.144" starttime="20181202 17:31:46.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.145" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:46.145" starttime="20181202 17:31:46.145"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:46.147" starttime="20181202 17:31:46.146"></status>
</kw>
<msg timestamp="20181202 17:31:46.147" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:31:46.147" starttime="20181202 17:31:43.769"></status>
</kw>
<msg timestamp="20181202 17:31:46.148" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:46.148" starttime="20181202 17:31:41.466"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.149" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:46.149" starttime="20181202 17:31:46.148"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.150" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:46.150" starttime="20181202 17:31:46.149"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.151" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:31:46.151" starttime="20181202 17:31:46.150"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.151" starttime="20181202 17:31:32.577"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:31:46.154" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 17:31:46.154" starttime="20181202 17:31:46.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.155" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 17:31:46.155" starttime="20181202 17:31:46.154"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.155" starttime="20181202 17:31:46.152"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.155" starttime="20181202 17:31:32.093"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.156" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622077fd0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:31:46.157" starttime="20181202 17:31:46.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.157" starttime="20181202 17:31:32.092"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 17:31:46.159" level="INFO">${suite_} = CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:31:46.159" starttime="20181202 17:31:46.159"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 17:31:46.160" level="INFO">${tag_} = tcpdump_port_6653__CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:31:46.160" starttime="20181202 17:31:46.160"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 17:31:46.162" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:46.162" starttime="20181202 17:31:46.162"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 17:31:46.163" level="INFO">${fname} = tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:31:46.163" starttime="20181202 17:31:46.163"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:31:46.166" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:31:46.166" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:31:46.166" starttime="20181202 17:31:46.165"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:31:46.167" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:31:46.168" starttime="20181202 17:31:46.167"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:31:46.169" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:31:46.169" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:31:46.169" starttime="20181202 17:31:46.169"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:46.170" starttime="20181202 17:31:46.169"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.171" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:31:46.511" level="INFO">Read output: Last login: Sun Dec  2 17:31:32 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:31:46.512" starttime="20181202 17:31:46.171"></status>
</kw>
<msg timestamp="20181202 17:31:46.512" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:46.512" starttime="20181202 17:31:46.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.512" starttime="20181202 17:31:46.168"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:31:46.513" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 17:31:46.513" starttime="20181202 17:31:46.512"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:31:46.513" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 17:31:46.517" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 17:31:46.517" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 17:31:46.517" starttime="20181202 17:31:46.513"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.517" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:31:46.517" starttime="20181202 17:31:46.517"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.518" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:31:46.518" starttime="20181202 17:31:46.518"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:46.521" starttime="20181202 17:31:46.520"></status>
</kw>
<msg timestamp="20181202 17:31:46.521" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:31:46.521" starttime="20181202 17:31:46.520"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.521" starttime="20181202 17:31:46.519"></status>
</kw>
<msg timestamp="20181202 17:31:46.522" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:31:46.522" starttime="20181202 17:31:46.164"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:46.522" starttime="20181202 17:31:46.522"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.522" starttime="20181202 17:31:46.162"></status>
</kw>
<status status="PASS" endtime="20181202 17:31:46.522" starttime="20181202 17:31:46.162"></status>
</kw>
<msg timestamp="20181202 17:31:46.522" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:31:46.522" starttime="20181202 17:31:46.161"></status>
</kw>
<msg timestamp="20181202 17:31:46.523" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:31:46.523" starttime="20181202 17:31:46.158"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 17:31:46.523" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:31:46.524" starttime="20181202 17:31:46.523"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:46.526" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:46.526" starttime="20181202 17:31:46.526"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:46.528" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:31:46.557" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:48.834" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:48.834" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:48.834" starttime="20181202 17:31:46.527"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:48.839" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:48.839" starttime="20181202 17:31:48.837"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:48.841" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:48.841" starttime="20181202 17:31:48.840"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:48.843" starttime="20181202 17:31:48.842"></status>
</kw>
<msg timestamp="20181202 17:31:48.844" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:31:48.844" starttime="20181202 17:31:46.526"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:48.846" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:31:48.846" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:48.846" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:48.846" starttime="20181202 17:31:48.845"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:48.847" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:48.848" starttime="20181202 17:31:48.847"></status>
</kw>
<msg timestamp="20181202 17:31:48.848" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:48.848" starttime="20181202 17:31:46.525"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:31:48.849" starttime="20181202 17:31:48.848"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:48.851" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:48.852" starttime="20181202 17:31:48.851"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:48.854" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:31:48.877" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:51.576" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:51.577" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:51.577" starttime="20181202 17:31:48.853"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:51.580" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:51.580" starttime="20181202 17:31:51.579"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:51.581" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:51.581" starttime="20181202 17:31:51.581"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:51.583" starttime="20181202 17:31:51.582"></status>
</kw>
<msg timestamp="20181202 17:31:51.584" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:31:51.584" starttime="20181202 17:31:48.852"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:51.585" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:31:51.585" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:51.585" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:51.586" starttime="20181202 17:31:51.584"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:51.587" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:51.587" starttime="20181202 17:31:51.586"></status>
</kw>
<msg timestamp="20181202 17:31:51.587" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:51.588" starttime="20181202 17:31:48.849"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 17:31:51.588" starttime="20181202 17:31:51.588"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:51.591" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:51.591" starttime="20181202 17:31:51.590"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:51.593" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:31:51.628" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:53.769" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:53.770" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:53.770" starttime="20181202 17:31:51.592"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:53.771" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:53.771" starttime="20181202 17:31:53.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:53.771" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:53.771" starttime="20181202 17:31:53.771"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:53.772" starttime="20181202 17:31:53.772"></status>
</kw>
<msg timestamp="20181202 17:31:53.772" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:31:53.773" starttime="20181202 17:31:51.591"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:53.773" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:31:53.773" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:53.773" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:53.773" starttime="20181202 17:31:53.773"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:53.774" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:53.774" starttime="20181202 17:31:53.774"></status>
</kw>
<msg timestamp="20181202 17:31:53.774" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:53.775" starttime="20181202 17:31:51.589"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:31:53.775" starttime="20181202 17:31:53.775"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:53.777" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:53.777" starttime="20181202 17:31:53.776"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:53.779" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:31:53.804" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:55.965" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:55.965" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:55.966" starttime="20181202 17:31:53.778"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:55.968" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:55.968" starttime="20181202 17:31:55.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:55.971" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:55.973" starttime="20181202 17:31:55.969"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:55.980" starttime="20181202 17:31:55.976"></status>
</kw>
<msg timestamp="20181202 17:31:55.981" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:31:55.981" starttime="20181202 17:31:53.777"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:55.983" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:31:55.983" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:55.983" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:55.983" starttime="20181202 17:31:55.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:55.984" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:55.985" starttime="20181202 17:31:55.984"></status>
</kw>
<msg timestamp="20181202 17:31:55.985" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:55.985" starttime="20181202 17:31:53.775"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 17:31:55.986" starttime="20181202 17:31:55.986"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:55.990" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:55.990" starttime="20181202 17:31:55.989"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:55.993" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:31:56.014" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:31:57.958" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:31:57.958" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:31:57.958" starttime="20181202 17:31:55.992"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:31:57.960" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:57.960" starttime="20181202 17:31:57.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:31:57.961" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:31:57.961" starttime="20181202 17:31:57.960"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:31:57.962" starttime="20181202 17:31:57.961"></status>
</kw>
<msg timestamp="20181202 17:31:57.962" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:31:57.962" starttime="20181202 17:31:55.990"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:57.963" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:31:57.963" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:31:57.963" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:57.963" starttime="20181202 17:31:57.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:31:57.964" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:31:57.964" starttime="20181202 17:31:57.963"></status>
</kw>
<msg timestamp="20181202 17:31:57.964" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:57.964" starttime="20181202 17:31:55.987"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 17:31:57.965" starttime="20181202 17:31:57.964"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:31:57.966" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:31:57.966" starttime="20181202 17:31:57.966"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:31:57.968" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:31:58.001" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:00.050" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:00.051" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:00.051" starttime="20181202 17:31:57.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:00.053" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:32:00.053" starttime="20181202 17:32:00.052"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:00.054" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:00.054" starttime="20181202 17:32:00.053"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:00.055" starttime="20181202 17:32:00.054"></status>
</kw>
<msg timestamp="20181202 17:32:00.056" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:32:00.056" starttime="20181202 17:31:57.967"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:32:00.057" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:32:00.057" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:32:00.058" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:32:00.058" starttime="20181202 17:32:00.057"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:32:00.058" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:32:00.059" starttime="20181202 17:32:00.058"></status>
</kw>
<msg timestamp="20181202 17:32:00.059" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:32:00.059" starttime="20181202 17:31:57.965"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:00.061" starttime="20181202 17:32:00.060"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:00.061" starttime="20181202 17:32:00.060"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:00.062" starttime="20181202 17:32:00.062"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:00.063" starttime="20181202 17:32:00.061"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:00.063" starttime="20181202 17:32:00.059"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:32:00.065" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:32:00.065" starttime="20181202 17:32:00.064"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:00.083" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:32:00.102" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:02.649" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:02.649" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:02.650" starttime="20181202 17:32:00.083"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:02.651" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:02.651" starttime="20181202 17:32:02.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:02.652" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:02.652" starttime="20181202 17:32:02.652"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:02.653" starttime="20181202 17:32:02.652"></status>
</kw>
<msg timestamp="20181202 17:32:02.653" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:02.653" starttime="20181202 17:32:00.082"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:02.653" starttime="20181202 17:32:00.065"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:02.661" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:32:02.687" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:04.785" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:04.786" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:04.786" starttime="20181202 17:32:02.661"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:04.788" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:04.788" starttime="20181202 17:32:04.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:04.789" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:04.789" starttime="20181202 17:32:04.788"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:04.790" starttime="20181202 17:32:04.789"></status>
</kw>
<msg timestamp="20181202 17:32:04.790" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:04.790" starttime="20181202 17:32:02.660"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:04.790" starttime="20181202 17:32:02.653"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:04.803" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:32:04.826" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:06.937" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:06.937" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:06.937" starttime="20181202 17:32:04.803"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:06.938" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:06.938" starttime="20181202 17:32:06.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:06.939" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:06.939" starttime="20181202 17:32:06.938"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:06.939" starttime="20181202 17:32:06.939"></status>
</kw>
<msg timestamp="20181202 17:32:06.940" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:06.940" starttime="20181202 17:32:04.802"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:06.940" starttime="20181202 17:32:04.791"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:06.949" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:32:06.991" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:09.164" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:09.164" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:09.164" starttime="20181202 17:32:06.948"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:09.166" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:09.166" starttime="20181202 17:32:09.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:09.167" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:09.167" starttime="20181202 17:32:09.166"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:09.168" starttime="20181202 17:32:09.167"></status>
</kw>
<msg timestamp="20181202 17:32:09.169" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:09.169" starttime="20181202 17:32:06.948"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:09.169" starttime="20181202 17:32:06.940"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:09.182" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:32:09.202" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:11.355" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:11.355" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:11.355" starttime="20181202 17:32:09.182"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:11.357" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:11.357" starttime="20181202 17:32:11.356"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:11.358" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:11.358" starttime="20181202 17:32:11.358"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:11.359" starttime="20181202 17:32:11.359"></status>
</kw>
<msg timestamp="20181202 17:32:11.360" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:32:11.360" starttime="20181202 17:32:09.181"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:11.360" starttime="20181202 17:32:09.169"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:11.373" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:32:11.415" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:13.792" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:13.792" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:13.792" starttime="20181202 17:32:11.373"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:13.795" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:13.795" starttime="20181202 17:32:13.794"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:13.796" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:13.796" starttime="20181202 17:32:13.795"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:13.798" starttime="20181202 17:32:13.797"></status>
</kw>
<msg timestamp="20181202 17:32:13.799" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:32:13.799" starttime="20181202 17:32:11.372"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:13.799" starttime="20181202 17:32:11.360"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:13.819" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:32:13.853" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:16.142" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:16.142" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:16.142" starttime="20181202 17:32:13.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:16.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:16.144" starttime="20181202 17:32:16.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:16.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:16.145" starttime="20181202 17:32:16.144"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:16.146" starttime="20181202 17:32:16.145"></status>
</kw>
<msg timestamp="20181202 17:32:16.146" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:16.146" starttime="20181202 17:32:13.817"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:16.146" starttime="20181202 17:32:13.799"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:16.157" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:32:16.201" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:18.328" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:18.328" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:18.328" starttime="20181202 17:32:16.157"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.330" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:18.330" starttime="20181202 17:32:18.329"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.331" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:18.331" starttime="20181202 17:32:18.330"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.332" starttime="20181202 17:32:18.331"></status>
</kw>
<msg timestamp="20181202 17:32:18.332" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:32:18.332" starttime="20181202 17:32:16.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.332" starttime="20181202 17:32:16.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.332" starttime="20181202 17:32:00.065"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.332" starttime="20181202 17:32:00.063"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.333" starttime="20181202 17:31:46.525"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.333" starttime="20181202 17:31:46.524"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.335" starttime="20181202 17:32:18.335"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:32:18.336" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 17:32:18.336" starttime="20181202 17:32:18.336"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.338" starttime="20181202 17:32:18.338"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.339" starttime="20181202 17:32:18.339"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.343" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.343" starttime="20181202 17:32:18.339"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.357" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.357" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.357" starttime="20181202 17:32:18.344"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.357" starttime="20181202 17:32:18.337"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.357" starttime="20181202 17:32:18.337"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.359" starttime="20181202 17:32:18.358"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.359" starttime="20181202 17:32:18.359"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.362" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.362" starttime="20181202 17:32:18.359"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.373" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.373" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.373" starttime="20181202 17:32:18.362"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.374" starttime="20181202 17:32:18.358"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.374" starttime="20181202 17:32:18.357"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.377" starttime="20181202 17:32:18.375"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.377" starttime="20181202 17:32:18.377"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.380" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.380" starttime="20181202 17:32:18.378"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.391" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.391" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.391" starttime="20181202 17:32:18.380"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.392" starttime="20181202 17:32:18.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.392" starttime="20181202 17:32:18.374"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.393" starttime="20181202 17:32:18.393"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.394" starttime="20181202 17:32:18.394"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.396" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.396" starttime="20181202 17:32:18.394"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.407" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.407" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.407" starttime="20181202 17:32:18.397"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.407" starttime="20181202 17:32:18.392"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.407" starttime="20181202 17:32:18.392"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.409" starttime="20181202 17:32:18.409"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.409" starttime="20181202 17:32:18.409"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.412" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.412" starttime="20181202 17:32:18.410"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.421" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.422" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.422" starttime="20181202 17:32:18.412"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.422" starttime="20181202 17:32:18.408"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.422" starttime="20181202 17:32:18.407"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.423" starttime="20181202 17:32:18.423"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.424" starttime="20181202 17:32:18.424"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.426" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.426" starttime="20181202 17:32:18.424"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.437" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.437" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.437" starttime="20181202 17:32:18.426"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.437" starttime="20181202 17:32:18.422"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.437" starttime="20181202 17:32:18.422"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.439" starttime="20181202 17:32:18.438"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.439" starttime="20181202 17:32:18.439"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.442" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.442" starttime="20181202 17:32:18.439"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.452" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.453" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.453" starttime="20181202 17:32:18.442"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.453" starttime="20181202 17:32:18.438"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.453" starttime="20181202 17:32:18.437"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.454" starttime="20181202 17:32:18.454"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.455" starttime="20181202 17:32:18.455"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.458" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.458" starttime="20181202 17:32:18.455"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.468" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.468" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.468" starttime="20181202 17:32:18.458"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.469" starttime="20181202 17:32:18.453"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.469" starttime="20181202 17:32:18.453"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.470" starttime="20181202 17:32:18.470"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.471" starttime="20181202 17:32:18.470"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.473" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.473" starttime="20181202 17:32:18.471"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.486" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.486" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.486" starttime="20181202 17:32:18.474"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.487" starttime="20181202 17:32:18.469"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.487" starttime="20181202 17:32:18.469"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.489" starttime="20181202 17:32:18.489"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.490" starttime="20181202 17:32:18.490"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.493" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:32:18.493" starttime="20181202 17:32:18.491"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.503" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.503" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:18.503" starttime="20181202 17:32:18.494"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.503" starttime="20181202 17:32:18.488"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.503" starttime="20181202 17:32:18.487"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.503" starttime="20181202 17:32:18.336"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.505" starttime="20181202 17:32:18.504"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:32:18.506" starttime="20181202 17:32:18.505"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.508" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 17:32:18.508" starttime="20181202 17:32:18.506"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.582" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:32:18.582" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 17:32:18.582" starttime="20181202 17:32:18.509"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.582" starttime="20181202 17:32:18.504"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.583" starttime="20181202 17:32:18.334"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.583" starttime="20181202 17:32:18.334"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.583" starttime="20181202 17:32:18.334"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.583" starttime="20181202 17:32:18.333"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.592" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:32:18.592" starttime="20181202 17:32:18.592"></status>
</kw>
<msg timestamp="20181202 17:32:18.593" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:18.593" starttime="20181202 17:32:18.592"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.593" starttime="20181202 17:32:18.593"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:32:18.594" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:32:18.594" starttime="20181202 17:32:18.593"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.594" starttime="20181202 17:32:18.591"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.605" starttime="20181202 17:32:18.605"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.606" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:32:18.726" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:32:18.726" starttime="20181202 17:32:18.606"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.744" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 17:32:18.744" starttime="20181202 17:32:18.727"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:32:18.749" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:32:18 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:32:18.749" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:32:18 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:32:18.749" starttime="20181202 17:32:18.745"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:32:18.791" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:32:18.791" starttime="20181202 17:32:18.749"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:32:18.793" starttime="20181202 17:32:18.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.794" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:32:18 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:32:18.794" starttime="20181202 17:32:18.794"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.794" starttime="20181202 17:32:18.604"></status>
</kw>
<msg timestamp="20181202 17:32:18.794" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:32:18 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:32:18.794" starttime="20181202 17:32:18.597"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.795" starttime="20181202 17:32:18.794"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.796" starttime="20181202 17:32:18.795"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.796" starttime="20181202 17:32:18.795"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.796" starttime="20181202 17:32:18.796"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.796" starttime="20181202 17:32:18.796"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.797" starttime="20181202 17:32:18.796"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.797" starttime="20181202 17:32:18.796"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.797" starttime="20181202 17:32:18.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.797" starttime="20181202 17:32:18.797"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.798" starttime="20181202 17:32:18.798"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.798" starttime="20181202 17:32:18.797"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.798"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.798"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.795"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.595"></status>
</kw>
<msg timestamp="20181202 17:32:18.799" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:18.799" starttime="20181202 17:32:18.594"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.808" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:32:18.808" starttime="20181202 17:32:18.808"></status>
</kw>
<msg timestamp="20181202 17:32:18.808" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:18.808" starttime="20181202 17:32:18.807"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.808" starttime="20181202 17:32:18.808"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:32:18.809" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:32:18.809" starttime="20181202 17:32:18.809"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.809" starttime="20181202 17:32:18.807"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.809" starttime="20181202 17:32:18.799"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.809" starttime="20181202 17:32:18.594"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 17:32:18.811" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 17:32:18.811" starttime="20181202 17:32:18.810"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.819" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 17:32:18.819" starttime="20181202 17:32:18.812"></status>
</kw>
<msg timestamp="20181202 17:32:18.820" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:32:18.820" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 17:32:18.820" starttime="20181202 17:32:18.811"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.820" starttime="20181202 17:32:18.820"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.820" starttime="20181202 17:32:18.811"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.820" starttime="20181202 17:32:18.811"></status>
</kw>
<msg timestamp="20181202 17:32:18.821" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 17:32:18.821" starttime="20181202 17:32:18.811"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.821" starttime="20181202 17:32:18.821"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.822" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:32:18.822" starttime="20181202 17:32:18.821"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.822" starttime="20181202 17:32:18.810"></status>
</kw>
<msg timestamp="20181202 17:32:18.822" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:18.822" starttime="20181202 17:32:18.810"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.830" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:32:18.830" starttime="20181202 17:32:18.830"></status>
</kw>
<msg timestamp="20181202 17:32:18.830" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:18.830" starttime="20181202 17:32:18.829"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.831" starttime="20181202 17:32:18.830"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:32:18.831" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:32:18.831" starttime="20181202 17:32:18.831"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.831" starttime="20181202 17:32:18.829"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.831" starttime="20181202 17:32:18.822"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.831" starttime="20181202 17:32:18.809"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:32:18.840" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:32:18.840" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:32:18.840" starttime="20181202 17:32:18.832"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 17:32:18.856" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:32:18.857" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 17:32:18.857" starttime="20181202 17:32:18.842"></status>
</kw>
<msg timestamp="20181202 17:32:18.858" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:32:18.858" starttime="20181202 17:32:18.841"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.860" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:32:18.861" starttime="20181202 17:32:18.859"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:18.862" starttime="20181202 17:32:18.841"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 17:32:18.862" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 17:32:18.862" starttime="20181202 17:32:18.862"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.864" starttime="20181202 17:32:18.864"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:32:18.865" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:32:18.865" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:32:18.865" starttime="20181202 17:32:18.864"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:32:18.865" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:32:18.866" starttime="20181202 17:32:18.865"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:32:18.866" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 17:32:18.866" starttime="20181202 17:32:18.866"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:32:18.867" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:32:18.867" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:32:18.867" starttime="20181202 17:32:18.867"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:18.868" starttime="20181202 17:32:18.867"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:32:18.869" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:32:19.209" level="INFO">Read output: Last login: Sun Dec  2 17:31:46 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:32:19.209" starttime="20181202 17:32:18.868"></status>
</kw>
<msg timestamp="20181202 17:32:19.209" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:32:19.210" starttime="20181202 17:32:18.868"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.210" starttime="20181202 17:32:18.866"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:32:19.211" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 17:32:19.256" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:32:19.256" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 17:32:19.256" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:32:19.256" starttime="20181202 17:32:19.211"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:32:19.321" starttime="20181202 17:32:19.257"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.323" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:19.323" starttime="20181202 17:32:19.322"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.324" starttime="20181202 17:32:19.323"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.326" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:32:19.326" starttime="20181202 17:32:19.326"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.326" starttime="20181202 17:32:19.325"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.330" starttime="20181202 17:32:19.329"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.331" starttime="20181202 17:32:19.331"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:32:19.332" starttime="20181202 17:32:19.332"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.332" starttime="20181202 17:32:19.328"></status>
</kw>
<msg timestamp="20181202 17:32:19.333" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 17:32:19.333" starttime="20181202 17:32:18.863"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.333" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 17:32:19.334" starttime="20181202 17:32:19.333"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 17:32:19.335" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:32:19.335" starttime="20181202 17:32:19.334"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.338" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.338" starttime="20181202 17:32:19.336"></status>
</kw>
<msg timestamp="20181202 17:32:19.339" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.339" starttime="20181202 17:32:19.336"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.339" starttime="20181202 17:32:19.339"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.340" starttime="20181202 17:32:19.335"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.343" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.343" starttime="20181202 17:32:19.341"></status>
</kw>
<msg timestamp="20181202 17:32:19.343" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.343" starttime="20181202 17:32:19.340"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.344" starttime="20181202 17:32:19.344"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.344" starttime="20181202 17:32:19.340"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.347" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.348" starttime="20181202 17:32:19.345"></status>
</kw>
<msg timestamp="20181202 17:32:19.348" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.348" starttime="20181202 17:32:19.345"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.349" starttime="20181202 17:32:19.348"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.349" starttime="20181202 17:32:19.344"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.351" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.352" starttime="20181202 17:32:19.350"></status>
</kw>
<msg timestamp="20181202 17:32:19.352" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.352" starttime="20181202 17:32:19.349"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.353" starttime="20181202 17:32:19.352"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.353" starttime="20181202 17:32:19.349"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.356" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.356" starttime="20181202 17:32:19.354"></status>
</kw>
<msg timestamp="20181202 17:32:19.357" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.357" starttime="20181202 17:32:19.353"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.358" starttime="20181202 17:32:19.357"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.358" starttime="20181202 17:32:19.353"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.361" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.362" starttime="20181202 17:32:19.359"></status>
</kw>
<msg timestamp="20181202 17:32:19.362" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.362" starttime="20181202 17:32:19.358"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.364" starttime="20181202 17:32:19.363"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.364" starttime="20181202 17:32:19.358"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.368" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.369" starttime="20181202 17:32:19.365"></status>
</kw>
<msg timestamp="20181202 17:32:19.369" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.369" starttime="20181202 17:32:19.364"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.370" starttime="20181202 17:32:19.370"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.370" starttime="20181202 17:32:19.364"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.373" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.374" starttime="20181202 17:32:19.371"></status>
</kw>
<msg timestamp="20181202 17:32:19.374" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.374" starttime="20181202 17:32:19.370"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.375" starttime="20181202 17:32:19.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.375" starttime="20181202 17:32:19.370"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.380" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.380" starttime="20181202 17:32:19.377"></status>
</kw>
<msg timestamp="20181202 17:32:19.380" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.381" starttime="20181202 17:32:19.376"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.382" starttime="20181202 17:32:19.381"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.382" starttime="20181202 17:32:19.375"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.385" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.385" starttime="20181202 17:32:19.383"></status>
</kw>
<msg timestamp="20181202 17:32:19.386" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.386" starttime="20181202 17:32:19.382"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.387" starttime="20181202 17:32:19.386"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.387" starttime="20181202 17:32:19.382"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.391" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.392" starttime="20181202 17:32:19.388"></status>
</kw>
<msg timestamp="20181202 17:32:19.392" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.392" starttime="20181202 17:32:19.387"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.393" starttime="20181202 17:32:19.392"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.393" starttime="20181202 17:32:19.387"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.398" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.398" starttime="20181202 17:32:19.394"></status>
</kw>
<msg timestamp="20181202 17:32:19.398" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.398" starttime="20181202 17:32:19.393"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.399" starttime="20181202 17:32:19.398"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.399" starttime="20181202 17:32:19.393"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.402" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.402" starttime="20181202 17:32:19.400"></status>
</kw>
<msg timestamp="20181202 17:32:19.403" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.403" starttime="20181202 17:32:19.399"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.403" starttime="20181202 17:32:19.403"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.403" starttime="20181202 17:32:19.399"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.407" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.407" starttime="20181202 17:32:19.404"></status>
</kw>
<msg timestamp="20181202 17:32:19.407" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.407" starttime="20181202 17:32:19.404"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.408" starttime="20181202 17:32:19.407"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.408" starttime="20181202 17:32:19.403"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.411" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.411" starttime="20181202 17:32:19.408"></status>
</kw>
<msg timestamp="20181202 17:32:19.411" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.411" starttime="20181202 17:32:19.408"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.412" starttime="20181202 17:32:19.412"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.412" starttime="20181202 17:32:19.408"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.415" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.416" starttime="20181202 17:32:19.413"></status>
</kw>
<msg timestamp="20181202 17:32:19.416" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.416" starttime="20181202 17:32:19.412"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.416" starttime="20181202 17:32:19.416"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.417" starttime="20181202 17:32:19.412"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.420" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.421" starttime="20181202 17:32:19.417"></status>
</kw>
<msg timestamp="20181202 17:32:19.421" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.421" starttime="20181202 17:32:19.417"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.421" starttime="20181202 17:32:19.421"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.421" starttime="20181202 17:32:19.417"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.425" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.425" starttime="20181202 17:32:19.422"></status>
</kw>
<msg timestamp="20181202 17:32:19.426" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.426" starttime="20181202 17:32:19.422"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.426" starttime="20181202 17:32:19.426"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.426" starttime="20181202 17:32:19.422"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.430" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.430" starttime="20181202 17:32:19.427"></status>
</kw>
<msg timestamp="20181202 17:32:19.430" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.430" starttime="20181202 17:32:19.426"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.431" starttime="20181202 17:32:19.430"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.431" starttime="20181202 17:32:19.426"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.435" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.435" starttime="20181202 17:32:19.432"></status>
</kw>
<msg timestamp="20181202 17:32:19.435" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.435" starttime="20181202 17:32:19.431"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.436" starttime="20181202 17:32:19.435"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.436" starttime="20181202 17:32:19.431"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.439" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.440" starttime="20181202 17:32:19.436"></status>
</kw>
<msg timestamp="20181202 17:32:19.440" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.440" starttime="20181202 17:32:19.436"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.440" starttime="20181202 17:32:19.440"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.440" starttime="20181202 17:32:19.436"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.444" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.444" starttime="20181202 17:32:19.441"></status>
</kw>
<msg timestamp="20181202 17:32:19.444" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.444" starttime="20181202 17:32:19.441"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.445" starttime="20181202 17:32:19.445"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.445" starttime="20181202 17:32:19.440"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.449" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.449" starttime="20181202 17:32:19.446"></status>
</kw>
<msg timestamp="20181202 17:32:19.449" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.449" starttime="20181202 17:32:19.445"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.449" starttime="20181202 17:32:19.449"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.450" starttime="20181202 17:32:19.445"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.454" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.454" starttime="20181202 17:32:19.450"></status>
</kw>
<msg timestamp="20181202 17:32:19.454" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.454" starttime="20181202 17:32:19.450"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.454" starttime="20181202 17:32:19.454"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.454" starttime="20181202 17:32:19.450"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.458" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.458" starttime="20181202 17:32:19.455"></status>
</kw>
<msg timestamp="20181202 17:32:19.459" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.459" starttime="20181202 17:32:19.455"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.459" starttime="20181202 17:32:19.459"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.459" starttime="20181202 17:32:19.455"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.463" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.463" starttime="20181202 17:32:19.460"></status>
</kw>
<msg timestamp="20181202 17:32:19.464" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.464" starttime="20181202 17:32:19.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.464" starttime="20181202 17:32:19.464"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.464" starttime="20181202 17:32:19.459"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.468" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.468" starttime="20181202 17:32:19.465"></status>
</kw>
<msg timestamp="20181202 17:32:19.468" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.468" starttime="20181202 17:32:19.464"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.469" starttime="20181202 17:32:19.469"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.469" starttime="20181202 17:32:19.464"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.473" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.473" starttime="20181202 17:32:19.469"></status>
</kw>
<msg timestamp="20181202 17:32:19.473" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.473" starttime="20181202 17:32:19.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.474" starttime="20181202 17:32:19.473"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.474" starttime="20181202 17:32:19.469"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.478" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.478" starttime="20181202 17:32:19.474"></status>
</kw>
<msg timestamp="20181202 17:32:19.478" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.478" starttime="20181202 17:32:19.474"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.478" starttime="20181202 17:32:19.478"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.478" starttime="20181202 17:32:19.474"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.483" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.483" starttime="20181202 17:32:19.479"></status>
</kw>
<msg timestamp="20181202 17:32:19.483" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.483" starttime="20181202 17:32:19.479"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.483" starttime="20181202 17:32:19.483"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.483" starttime="20181202 17:32:19.479"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.487" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.487" starttime="20181202 17:32:19.484"></status>
</kw>
<msg timestamp="20181202 17:32:19.488" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.488" starttime="20181202 17:32:19.484"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.488" starttime="20181202 17:32:19.488"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.488" starttime="20181202 17:32:19.483"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:32:19.492" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=5858.205s, table=0, n_packets=5856, n_bytes=316332, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=5858.187s, table=17, n_packets=5856, n_bytes=316332, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6150.284s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6150.270s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6150.265s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.247s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.275s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=5989.177s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=5989.177s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6150.247s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6150.247s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6150.087s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=6149.699s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6149.691s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6150.087s, table=43, n_packets=6044, n_bytes=329436, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6150.291s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6150.216s, table=48, n_packets=6045, n_bytes=329478, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=1.117s, table=49, n_packets=0, n_bytes=0, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=6150.087s, table=50, n_packets=5323, n_bytes=287550, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6150.216s, table=50, n_packets=537, n_bytes=29082, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=5991.234s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6150.087s, table=51, n_packets=6045, n_bytes=329478, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=5991.589s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=5991.579s, table=52, n_packets=5962, n_bytes=322044, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5050.836s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5050.833s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5035.398s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=5991.574s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5050.520s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5035.066s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=5991.577s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5050.526s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5035.068s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6150.285s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6150.248s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6150.088s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6150.280s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6150.030s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6150.030s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6150.024s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6150.005s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.005s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.028s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.024s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=5858.177s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6150.005s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6150.005s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6150.005s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6150.030s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.028s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6150.030s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6150.030s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6150.005s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:32:19.492" starttime="20181202 17:32:19.489"></status>
</kw>
<msg timestamp="20181202 17:32:19.492" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:32:19.492" starttime="20181202 17:32:19.488"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.493" starttime="20181202 17:32:19.493"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.493" starttime="20181202 17:32:19.488"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.493" starttime="20181202 17:32:19.335"></status>
</kw>
<msg timestamp="20181202 17:32:19.493" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:32:19.493" starttime="20181202 17:32:18.863"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 17:32:19.494" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:32:19.494" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 17:32:19.494" starttime="20181202 17:32:19.493"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.494" starttime="20181202 17:32:19.494"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.494" starttime="20181202 17:32:18.862"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.494" starttime="20181202 17:32:18.862"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.495" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 17:32:19.495" starttime="20181202 17:32:19.494"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.495" starttime="20181202 17:32:18.832"></status>
</kw>
<msg timestamp="20181202 17:32:19.495" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:19.495" starttime="20181202 17:32:18.832"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.504" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:32:19.504" starttime="20181202 17:32:19.504"></status>
</kw>
<msg timestamp="20181202 17:32:19.504" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:32:19.504" starttime="20181202 17:32:19.503"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:19.504" starttime="20181202 17:32:19.504"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:32:19.505" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:19.505"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:19.503"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:19.495"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:18.831"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:18.594"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.505" starttime="20181202 17:32:18.583"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.506" starttime="20181202 17:31:30.645"></status>
</kw>
<kw name="Create_Default_Session" library="TemplatedRequests">
<doc>Create "default" session to ${url} with authentication and connection parameters.</doc>
<arguments>
<arg>timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>alias=default</arg>
<arg>url=${url}</arg>
<arg>auth=${auth}</arg>
<arg>timeout=${timeout}</arg>
<arg>max_retries=${max_retries}</arg>
</arguments>
<msg timestamp="20181202 17:32:19.513" level="INFO">Creating Session using : alias=default, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622220410&gt;, timeout=10, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:32:19.514" starttime="20181202 17:32:19.513"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.514" starttime="20181202 17:32:19.512"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:19.514" starttime="20181202 17:31:30.644"></status>
</kw>
<kw type="for" name="${network} IN [ @{NETWORKS} ]">
<kw type="foritem" name="${network} = vpna_net_1">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:19.522" level="INFO">Starting process:
openstack network create vpna_net_1 </msg>
<msg timestamp="20181202 17:32:19.563" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:22.154" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:22.155" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:22.155" starttime="20181202 17:32:19.522"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:22.156" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:32:21Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | a9181e65-e21b-4f2c-879d-0c38bf92e526 |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpna_net_1                           |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 63                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:32:21Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:22.157" starttime="20181202 17:32:22.156"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:22.157" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:22.158" starttime="20181202 17:32:22.157"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:22.159" starttime="20181202 17:32:22.158"></status>
</kw>
<msg timestamp="20181202 17:32:22.159" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:32:22.159" starttime="20181202 17:32:19.521"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:22.159" starttime="20181202 17:32:19.514"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:22.159" starttime="20181202 17:32:19.514"></status>
</kw>
<kw type="foritem" name="${network} = vpna_net_2">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:22.174" level="INFO">Starting process:
openstack network create vpna_net_2 </msg>
<msg timestamp="20181202 17:32:22.194" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:24.371" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:24.371" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:24.371" starttime="20181202 17:32:22.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:24.372" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:32:24Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 7d73e30a-e6c6-4966-a735-a56685fc2cfb |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpna_net_2                           |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 3                                    |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:32:24Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:24.372" starttime="20181202 17:32:24.372"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:24.373" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:24.373" starttime="20181202 17:32:24.372"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:24.373" starttime="20181202 17:32:24.373"></status>
</kw>
<msg timestamp="20181202 17:32:24.374" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:32:24.374" starttime="20181202 17:32:22.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:24.374" starttime="20181202 17:32:22.160"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:24.374" starttime="20181202 17:32:22.160"></status>
</kw>
<kw type="foritem" name="${network} = vpna_net_3">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${network}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:24.385" level="INFO">Starting process:
openstack network create vpna_net_3 </msg>
<msg timestamp="20181202 17:32:24.405" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:26.548" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:26.548" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:26.548" starttime="20181202 17:32:24.385"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:26.550" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:32:26Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | 030a8204-4b99-490c-8c16-d0cc8dc5432c |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | vpna_net_3                           |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 16                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:32:26Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:26.550" starttime="20181202 17:32:26.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:26.551" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:26.551" starttime="20181202 17:32:26.550"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:26.552" starttime="20181202 17:32:26.551"></status>
</kw>
<msg timestamp="20181202 17:32:26.552" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:32:26.552" starttime="20181202 17:32:24.384"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:26.553" starttime="20181202 17:32:24.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:26.553" starttime="20181202 17:32:24.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:26.553" starttime="20181202 17:32:19.514"></status>
</kw>
<kw name="List Networks" library="OpenStackOperations">
<doc>List networks and return output with neutron client.</doc>
<assign>
<var>${neutron_networks}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:26.564" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:32:26.605" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:28.698" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:28.698" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:28.698" starttime="20181202 17:32:26.564"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:28.699" level="INFO">+--------------------------------------+------------+---------+
| ID                                   | Name       | Subnets |
+--------------------------------------+------------+---------+
| 030a8204-4b99-490c-8c16-d0cc8dc5432c | vpna_net_3 |         |
| 7d73e30a-e6c6-4966-a735-a56685fc2cfb | vpna_net_2 |         |
| a9181e65-e21b-4f2c-879d-0c38bf92e526 | vpna_net_1 |         |
+--------------------------------------+------------+---------+</msg>
<status status="PASS" endtime="20181202 17:32:28.700" starttime="20181202 17:32:28.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:28.700" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:28.700" starttime="20181202 17:32:28.700"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:28.701" starttime="20181202 17:32:28.700"></status>
</kw>
<msg timestamp="20181202 17:32:28.701" level="INFO">${output} = +--------------------------------------+------------+---------+
| ID                                   | Name       | Subnets |
+--------------------------------------+------------+---------+
| 030a82...</msg>
<status status="PASS" endtime="20181202 17:32:28.701" starttime="20181202 17:32:26.563"></status>
</kw>
<msg timestamp="20181202 17:32:28.701" level="INFO">${neutron_networks} = +--------------------------------------+------------+---------+
| ID                                   | Name       | Subnets |
+--------------------------------------+------------+---------+
| 030a82...</msg>
<status status="PASS" endtime="20181202 17:32:28.701" starttime="20181202 17:32:26.553"></status>
</kw>
<kw type="for" name="${network} IN [ @{NETWORKS} ]">
<kw type="foritem" name="${network} = vpna_net_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_networks}</arg>
<arg>${network}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:28.702" starttime="20181202 17:32:28.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:28.702" starttime="20181202 17:32:28.702"></status>
</kw>
<kw type="foritem" name="${network} = vpna_net_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_networks}</arg>
<arg>${network}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:28.703" starttime="20181202 17:32:28.702"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:28.703" starttime="20181202 17:32:28.702"></status>
</kw>
<kw type="foritem" name="${network} = vpna_net_3">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_networks}</arg>
<arg>${network}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:28.703" starttime="20181202 17:32:28.703"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:28.703" starttime="20181202 17:32:28.703"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:28.703" starttime="20181202 17:32:28.701"></status>
</kw>
<kw name="Get Net Id" library="OpenStackOperations">
<doc>Retrieve the net id for the given network name to create specific vm instance</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
</arguments>
<assign>
<var>${NET_ID}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network list | grep "${network_name}" | awk '{print $2}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:28.712" level="INFO">Starting process:
openstack network list | grep "vpna_net_1" | awk '{print $2}'</msg>
<msg timestamp="20181202 17:32:28.756" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:30.779" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:30.780" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:30.780" starttime="20181202 17:32:28.711"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:30.782" level="INFO">a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<status status="PASS" endtime="20181202 17:32:30.782" starttime="20181202 17:32:30.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:30.782" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:30.782" starttime="20181202 17:32:30.782"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:30.783" starttime="20181202 17:32:30.783"></status>
</kw>
<msg timestamp="20181202 17:32:30.784" level="INFO">${output} = a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<status status="PASS" endtime="20181202 17:32:30.784" starttime="20181202 17:32:28.711"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:32:30.785" level="INFO">${splitted_output} = [u'a9181e65-e21b-4f2c-879d-0c38bf92e526']</msg>
<status status="PASS" endtime="20181202 17:32:30.785" starttime="20181202 17:32:30.784"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${net_id}</var>
</assign>
<msg timestamp="20181202 17:32:30.785" level="INFO">${net_id} = a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<status status="PASS" endtime="20181202 17:32:30.785" starttime="20181202 17:32:30.785"></status>
</kw>
<msg timestamp="20181202 17:32:30.786" level="INFO">${NET_ID} = a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<status status="PASS" endtime="20181202 17:32:30.786" starttime="20181202 17:32:28.704"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${NET_ID}</arg>
</arguments>
<msg timestamp="20181202 17:32:30.786" level="INFO">${NET_ID} = a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<status status="PASS" endtime="20181202 17:32:30.787" starttime="20181202 17:32:30.786"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ 0 | 3 ]">
<kw type="foritem" name="${i} = 0">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[${i}]</arg>
<arg>@{SUBNETS}[${i}]</arg>
<arg>@{SUBNET_CIDRS}[${i}]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:30.801" level="INFO">Starting process:
openstack subnet create --network vpna_net_1 --subnet-range 10.10.10.0/24 vpna_sub_1 </msg>
<msg timestamp="20181202 17:32:30.844" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:33.328" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:33.329" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:33.329" starttime="20181202 17:32:30.801"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:33.330" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.10.10.2-10.10.10.254              |
| cidr              | 10.10.10.0/24                        |
| created_at        | 2018-12-02T17:32:32Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.10.10.1                           |
| host_routes       |                                      |
| id                | f48d9730-ed70-4737-b8df-49ad54a1a911 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpna_sub_1                           |
| network_id        | a9181e65-e21b-4f2c-879d-0c38bf92e526 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:32:32Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:33.330" starttime="20181202 17:32:33.329"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:33.331" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:33.331" starttime="20181202 17:32:33.330"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:33.331" starttime="20181202 17:32:33.331"></status>
</kw>
<msg timestamp="20181202 17:32:33.332" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:32:33.332" starttime="20181202 17:32:30.800"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:33.332" starttime="20181202 17:32:30.787"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:33.332" starttime="20181202 17:32:30.787"></status>
</kw>
<kw type="foritem" name="${i} = 1">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[${i}]</arg>
<arg>@{SUBNETS}[${i}]</arg>
<arg>@{SUBNET_CIDRS}[${i}]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:33.341" level="INFO">Starting process:
openstack subnet create --network vpna_net_2 --subnet-range 10.20.20.0/24 vpna_sub_2 </msg>
<msg timestamp="20181202 17:32:33.382" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:36.259" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:36.260" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:36.260" starttime="20181202 17:32:33.341"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:36.261" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.20.20.2-10.20.20.254              |
| cidr              | 10.20.20.0/24                        |
| created_at        | 2018-12-02T17:32:35Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.20.20.1                           |
| host_routes       |                                      |
| id                | ed735939-d892-4787-a2c0-d0ec51b1136d |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpna_sub_2                           |
| network_id        | 7d73e30a-e6c6-4966-a735-a56685fc2cfb |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:32:35Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:36.262" starttime="20181202 17:32:36.261"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:36.262" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:36.262" starttime="20181202 17:32:36.262"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:36.264" starttime="20181202 17:32:36.263"></status>
</kw>
<msg timestamp="20181202 17:32:36.264" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:32:36.264" starttime="20181202 17:32:33.340"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:36.264" starttime="20181202 17:32:33.332"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:36.265" starttime="20181202 17:32:33.332"></status>
</kw>
<kw type="foritem" name="${i} = 2">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[${i}]</arg>
<arg>@{SUBNETS}[${i}]</arg>
<arg>@{SUBNET_CIDRS}[${i}]</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:36.279" level="INFO">Starting process:
openstack subnet create --network vpna_net_3 --subnet-range 10.30.30.0/24 vpna_sub_3 </msg>
<msg timestamp="20181202 17:32:36.299" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:38.796" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:38.797" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:38.797" starttime="20181202 17:32:36.278"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:38.798" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.30.30.2-10.30.30.254              |
| cidr              | 10.30.30.0/24                        |
| created_at        | 2018-12-02T17:32:38Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.30.30.1                           |
| host_routes       |                                      |
| id                | 1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | vpna_sub_3                           |
| network_id        | 030a8204-4b99-490c-8c16-d0cc8dc5432c |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:32:38Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:38.798" starttime="20181202 17:32:38.797"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:38.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:38.799" starttime="20181202 17:32:38.798"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:38.799" starttime="20181202 17:32:38.799"></status>
</kw>
<msg timestamp="20181202 17:32:38.800" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:32:38.800" starttime="20181202 17:32:36.277"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:38.800" starttime="20181202 17:32:36.265"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:38.800" starttime="20181202 17:32:36.265"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:38.800" starttime="20181202 17:32:30.787"></status>
</kw>
<kw name="List Subnets" library="OpenStackOperations">
<doc>List subnets and return output with neutron client.</doc>
<assign>
<var>${neutron_subnets}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:38.808" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:32:38.833" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:41.046" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:41.046" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:41.046" starttime="20181202 17:32:38.808"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:41.048" level="INFO">+--------------------------------------+------------+--------------------------------------+---------------+
| ID                                   | Name       | Network                              | Subnet        |
+--------------------------------------+------------+--------------------------------------+---------------+
| 1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d | vpna_sub_3 | 030a8204-4b99-490c-8c16-d0cc8dc5432c | 10.30.30.0/24 |
| ed735939-d892-4787-a2c0-d0ec51b1136d | vpna_sub_2 | 7d73e30a-e6c6-4966-a735-a56685fc2cfb | 10.20.20.0/24 |
| f48d9730-ed70-4737-b8df-49ad54a1a911 | vpna_sub_1 | a9181e65-e21b-4f2c-879d-0c38bf92e526 | 10.10.10.0/24 |
+--------------------------------------+------------+--------------------------------------+---------------+</msg>
<status status="PASS" endtime="20181202 17:32:41.048" starttime="20181202 17:32:41.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:41.049" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:41.049" starttime="20181202 17:32:41.049"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:41.050" starttime="20181202 17:32:41.049"></status>
</kw>
<msg timestamp="20181202 17:32:41.050" level="INFO">${output} = +--------------------------------------+------------+--------------------------------------+---------------+
| ID                                   | Name       | Network                              ...</msg>
<status status="PASS" endtime="20181202 17:32:41.050" starttime="20181202 17:32:38.807"></status>
</kw>
<msg timestamp="20181202 17:32:41.050" level="INFO">${neutron_subnets} = +--------------------------------------+------------+--------------------------------------+---------------+
| ID                                   | Name       | Network                              ...</msg>
<status status="PASS" endtime="20181202 17:32:41.050" starttime="20181202 17:32:38.800"></status>
</kw>
<kw type="for" name="${subnet} IN [ @{SUBNETS} ]">
<kw type="foritem" name="${subnet} = vpna_sub_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_subnets}</arg>
<arg>${subnet}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:41.051" starttime="20181202 17:32:41.051"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:41.051" starttime="20181202 17:32:41.050"></status>
</kw>
<kw type="foritem" name="${subnet} = vpna_sub_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_subnets}</arg>
<arg>${subnet}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:41.052" starttime="20181202 17:32:41.051"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:41.052" starttime="20181202 17:32:41.051"></status>
</kw>
<kw type="foritem" name="${subnet} = vpna_sub_3">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${neutron_subnets}</arg>
<arg>${subnet}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:41.052" starttime="20181202 17:32:41.052"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:41.052" starttime="20181202 17:32:41.052"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:41.052" starttime="20181202 17:32:41.050"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:41.054" starttime="20181202 17:32:41.054"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:41.055" starttime="20181202 17:32:41.054"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:41.063" level="INFO">Starting process:
openstack security group create vpna_sg </msg>
<msg timestamp="20181202 17:32:41.108" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:43.426" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:43.426" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:43.426" starttime="20181202 17:32:41.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:43.428" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T17:32:43Z                                                                                                                                  |
| description     | vpna_sg                                                                                                                                               |
| id              | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                                                                                                  |
| name            | vpna_sg                                                                                                                                               |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T17:32:43Z', direction='egress', ethertype='IPv4', id='149702f1-579a-4ca2-a9b2-20473bf796b6', updated_at='2018-12-02T17:32:43Z' |
|                 | created_at='2018-12-02T17:32:43Z', direction='egress', ethertype='IPv6', id='9429ed38-c6ec-415b-8599-2f7410424cb5', updated_at='2018-12-02T17:32:43Z' |
| updated_at      | 2018-12-02T17:32:43Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:43.428" starttime="20181202 17:32:43.427"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:43.428" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:43.428" starttime="20181202 17:32:43.428"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.429" starttime="20181202 17:32:43.428"></status>
</kw>
<msg timestamp="20181202 17:32:43.429" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 17:32:43.429" starttime="20181202 17:32:41.062"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 17:32:43.430" level="INFO">${sgp_id} = 1a05f4ef-2976-40f9-b013-99c89d05c41a</msg>
<status status="PASS" endtime="20181202 17:32:43.430" starttime="20181202 17:32:43.430"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:43.430" starttime="20181202 17:32:41.053"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:43.461" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:32:43.461" starttime="20181202 17:32:43.461"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:43.461" starttime="20181202 17:32:43.461"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.462" starttime="20181202 17:32:43.462"></status>
</kw>
<msg timestamp="20181202 17:32:43.462" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:43.462" starttime="20181202 17:32:43.462"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.463" starttime="20181202 17:32:43.463"></status>
</kw>
<msg timestamp="20181202 17:32:43.463" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:32:43.463" starttime="20181202 17:32:43.463"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.464" starttime="20181202 17:32:43.464"></status>
</kw>
<msg timestamp="20181202 17:32:43.464" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:43.464" starttime="20181202 17:32:43.464"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.465" starttime="20181202 17:32:43.465"></status>
</kw>
<msg timestamp="20181202 17:32:43.465" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:32:43.465" starttime="20181202 17:32:43.465"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.466" starttime="20181202 17:32:43.466"></status>
</kw>
<msg timestamp="20181202 17:32:43.466" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:32:43.466" starttime="20181202 17:32:43.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.467" starttime="20181202 17:32:43.467"></status>
</kw>
<msg timestamp="20181202 17:32:43.467" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:32:43.468" starttime="20181202 17:32:43.467"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:43.468" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:43.468" starttime="20181202 17:32:43.468"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:43.469" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:43.469" starttime="20181202 17:32:43.468"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:43.469" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:43.469" starttime="20181202 17:32:43.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.470" starttime="20181202 17:32:43.470"></status>
</kw>
<msg timestamp="20181202 17:32:43.470" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:43.470" starttime="20181202 17:32:43.469"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.471" starttime="20181202 17:32:43.471"></status>
</kw>
<msg timestamp="20181202 17:32:43.471" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:32:43.471" starttime="20181202 17:32:43.470"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.472" starttime="20181202 17:32:43.472"></status>
</kw>
<msg timestamp="20181202 17:32:43.472" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:43.472" starttime="20181202 17:32:43.471"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.474" starttime="20181202 17:32:43.473"></status>
</kw>
<msg timestamp="20181202 17:32:43.474" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:32:43.474" starttime="20181202 17:32:43.472"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.475" starttime="20181202 17:32:43.474"></status>
</kw>
<msg timestamp="20181202 17:32:43.475" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:43.475" starttime="20181202 17:32:43.474"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.476" starttime="20181202 17:32:43.475"></status>
</kw>
<msg timestamp="20181202 17:32:43.476" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:43.476" starttime="20181202 17:32:43.475"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:43.477" starttime="20181202 17:32:43.476"></status>
</kw>
<msg timestamp="20181202 17:32:43.477" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:43.477" starttime="20181202 17:32:43.476"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:43.478" level="INFO">Starting process:
openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:32:43.522" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:45.957" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:45.957" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:45.957" starttime="20181202 17:32:43.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:45.959" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:45Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 7c454e98-a155-4417-acfd-451a12ad74d3 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:45Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:45.959" starttime="20181202 17:32:45.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:45.960" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:45.960" starttime="20181202 17:32:45.959"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:45.961" starttime="20181202 17:32:45.960"></status>
</kw>
<msg timestamp="20181202 17:32:45.961" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:45.961" starttime="20181202 17:32:43.477"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:45.962" level="INFO">${rule_id} = 7c454e98-a155-4417-acfd-451a12ad74d3</msg>
<status status="PASS" endtime="20181202 17:32:45.962" starttime="20181202 17:32:45.962"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:45.963" starttime="20181202 17:32:43.460"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:46.007" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:32:46.007" starttime="20181202 17:32:46.007"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:46.007" starttime="20181202 17:32:46.007"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.009" starttime="20181202 17:32:46.008"></status>
</kw>
<msg timestamp="20181202 17:32:46.009" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:46.009" starttime="20181202 17:32:46.008"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.010" starttime="20181202 17:32:46.009"></status>
</kw>
<msg timestamp="20181202 17:32:46.010" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:32:46.010" starttime="20181202 17:32:46.009"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.011" starttime="20181202 17:32:46.011"></status>
</kw>
<msg timestamp="20181202 17:32:46.011" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:46.011" starttime="20181202 17:32:46.010"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.012" starttime="20181202 17:32:46.012"></status>
</kw>
<msg timestamp="20181202 17:32:46.012" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:32:46.012" starttime="20181202 17:32:46.011"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.013" starttime="20181202 17:32:46.013"></status>
</kw>
<msg timestamp="20181202 17:32:46.014" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:32:46.014" starttime="20181202 17:32:46.013"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.015" starttime="20181202 17:32:46.014"></status>
</kw>
<msg timestamp="20181202 17:32:46.015" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:32:46.015" starttime="20181202 17:32:46.014"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:46.015" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:46.015" starttime="20181202 17:32:46.015"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:46.016" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:46.016" starttime="20181202 17:32:46.016"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:46.017" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:46.017" starttime="20181202 17:32:46.016"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.018" starttime="20181202 17:32:46.017"></status>
</kw>
<msg timestamp="20181202 17:32:46.018" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:46.018" starttime="20181202 17:32:46.017"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.019" starttime="20181202 17:32:46.019"></status>
</kw>
<msg timestamp="20181202 17:32:46.019" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress</msg>
<status status="PASS" endtime="20181202 17:32:46.019" starttime="20181202 17:32:46.018"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.020" starttime="20181202 17:32:46.020"></status>
</kw>
<msg timestamp="20181202 17:32:46.020" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:46.020" starttime="20181202 17:32:46.019"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.022" starttime="20181202 17:32:46.021"></status>
</kw>
<msg timestamp="20181202 17:32:46.022" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:32:46.022" starttime="20181202 17:32:46.021"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.023" starttime="20181202 17:32:46.023"></status>
</kw>
<msg timestamp="20181202 17:32:46.023" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:46.023" starttime="20181202 17:32:46.022"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.024" starttime="20181202 17:32:46.024"></status>
</kw>
<msg timestamp="20181202 17:32:46.024" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:46.024" starttime="20181202 17:32:46.023"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:46.025" starttime="20181202 17:32:46.025"></status>
</kw>
<msg timestamp="20181202 17:32:46.026" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:32:46.026" starttime="20181202 17:32:46.025"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:46.027" level="INFO">Starting process:
openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:32:46.057" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:48.271" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:48.272" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:48.272" starttime="20181202 17:32:46.027"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:48.273" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:48Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | c8cf49d0-63c7-47d2-8cc6-4791d729dcae |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:48Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:48.273" starttime="20181202 17:32:48.272"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:48.273" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:48.274" starttime="20181202 17:32:48.273"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.274" starttime="20181202 17:32:48.274"></status>
</kw>
<msg timestamp="20181202 17:32:48.275" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:48.275" starttime="20181202 17:32:46.026"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:48.275" level="INFO">${rule_id} = c8cf49d0-63c7-47d2-8cc6-4791d729dcae</msg>
<status status="PASS" endtime="20181202 17:32:48.276" starttime="20181202 17:32:48.275"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:48.276" starttime="20181202 17:32:46.005"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:48.309" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:32:48.309" starttime="20181202 17:32:48.309"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:48.309" starttime="20181202 17:32:48.309"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.310" starttime="20181202 17:32:48.310"></status>
</kw>
<msg timestamp="20181202 17:32:48.310" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:48.310" starttime="20181202 17:32:48.310"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.311" starttime="20181202 17:32:48.311"></status>
</kw>
<msg timestamp="20181202 17:32:48.311" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:32:48.311" starttime="20181202 17:32:48.311"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.312" starttime="20181202 17:32:48.312"></status>
</kw>
<msg timestamp="20181202 17:32:48.312" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:48.312" starttime="20181202 17:32:48.312"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.313" starttime="20181202 17:32:48.313"></status>
</kw>
<msg timestamp="20181202 17:32:48.313" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:32:48.313" starttime="20181202 17:32:48.313"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.314" starttime="20181202 17:32:48.314"></status>
</kw>
<msg timestamp="20181202 17:32:48.314" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:32:48.314" starttime="20181202 17:32:48.314"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.315" starttime="20181202 17:32:48.315"></status>
</kw>
<msg timestamp="20181202 17:32:48.315" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:32:48.315" starttime="20181202 17:32:48.314"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:48.316" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:48.316" starttime="20181202 17:32:48.316"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:48.316" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:48.316" starttime="20181202 17:32:48.316"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:48.317" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:48.317" starttime="20181202 17:32:48.317"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.318" starttime="20181202 17:32:48.318"></status>
</kw>
<msg timestamp="20181202 17:32:48.319" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:48.319" starttime="20181202 17:32:48.317"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.320" starttime="20181202 17:32:48.319"></status>
</kw>
<msg timestamp="20181202 17:32:48.320" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:32:48.320" starttime="20181202 17:32:48.319"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.321" starttime="20181202 17:32:48.320"></status>
</kw>
<msg timestamp="20181202 17:32:48.321" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:48.321" starttime="20181202 17:32:48.320"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.322" starttime="20181202 17:32:48.322"></status>
</kw>
<msg timestamp="20181202 17:32:48.322" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:48.322" starttime="20181202 17:32:48.321"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.324" starttime="20181202 17:32:48.323"></status>
</kw>
<msg timestamp="20181202 17:32:48.324" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:48.324" starttime="20181202 17:32:48.322"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.325" starttime="20181202 17:32:48.324"></status>
</kw>
<msg timestamp="20181202 17:32:48.325" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:48.325" starttime="20181202 17:32:48.324"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:48.326" starttime="20181202 17:32:48.326"></status>
</kw>
<msg timestamp="20181202 17:32:48.326" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:48.326" starttime="20181202 17:32:48.325"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:48.328" level="INFO">Starting process:
openstack security group rule create vpna_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:32:48.347" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:50.581" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:50.581" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:50.582" starttime="20181202 17:32:48.327"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:50.583" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:50Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 36c8a77e-47f1-4a67-9e0e-2fc0fe90d790 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:50Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:50.583" starttime="20181202 17:32:50.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:50.583" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:50.583" starttime="20181202 17:32:50.583"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.584" starttime="20181202 17:32:50.583"></status>
</kw>
<msg timestamp="20181202 17:32:50.584" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:50.584" starttime="20181202 17:32:48.326"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:50.585" level="INFO">${rule_id} = 36c8a77e-47f1-4a67-9e0e-2fc0fe90d790</msg>
<status status="PASS" endtime="20181202 17:32:50.585" starttime="20181202 17:32:50.584"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:50.585" starttime="20181202 17:32:48.307"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:50.617" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:32:50.617" starttime="20181202 17:32:50.617"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:50.617" starttime="20181202 17:32:50.616"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.618" starttime="20181202 17:32:50.618"></status>
</kw>
<msg timestamp="20181202 17:32:50.618" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:50.618" starttime="20181202 17:32:50.617"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.619" starttime="20181202 17:32:50.619"></status>
</kw>
<msg timestamp="20181202 17:32:50.619" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:32:50.619" starttime="20181202 17:32:50.618"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.620" starttime="20181202 17:32:50.620"></status>
</kw>
<msg timestamp="20181202 17:32:50.620" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:50.620" starttime="20181202 17:32:50.619"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.621" starttime="20181202 17:32:50.621"></status>
</kw>
<msg timestamp="20181202 17:32:50.621" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:32:50.621" starttime="20181202 17:32:50.620"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.622" starttime="20181202 17:32:50.622"></status>
</kw>
<msg timestamp="20181202 17:32:50.622" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:32:50.622" starttime="20181202 17:32:50.621"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.623" starttime="20181202 17:32:50.623"></status>
</kw>
<msg timestamp="20181202 17:32:50.623" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:32:50.623" starttime="20181202 17:32:50.622"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:50.623" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:50.624" starttime="20181202 17:32:50.623"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:50.624" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:50.624" starttime="20181202 17:32:50.624"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:50.624" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:50.624" starttime="20181202 17:32:50.624"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.625" starttime="20181202 17:32:50.625"></status>
</kw>
<msg timestamp="20181202 17:32:50.625" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:50.625" starttime="20181202 17:32:50.625"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.626" starttime="20181202 17:32:50.626"></status>
</kw>
<msg timestamp="20181202 17:32:50.626" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress</msg>
<status status="PASS" endtime="20181202 17:32:50.626" starttime="20181202 17:32:50.626"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.627" starttime="20181202 17:32:50.627"></status>
</kw>
<msg timestamp="20181202 17:32:50.627" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:50.627" starttime="20181202 17:32:50.627"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.629" starttime="20181202 17:32:50.628"></status>
</kw>
<msg timestamp="20181202 17:32:50.629" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:50.629" starttime="20181202 17:32:50.628"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.630" starttime="20181202 17:32:50.629"></status>
</kw>
<msg timestamp="20181202 17:32:50.630" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:50.630" starttime="20181202 17:32:50.629"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.631" starttime="20181202 17:32:50.630"></status>
</kw>
<msg timestamp="20181202 17:32:50.631" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:50.631" starttime="20181202 17:32:50.630"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:50.632" starttime="20181202 17:32:50.631"></status>
</kw>
<msg timestamp="20181202 17:32:50.632" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:32:50.632" starttime="20181202 17:32:50.631"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:50.633" level="INFO">Starting process:
openstack security group rule create vpna_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:32:50.673" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:52.919" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:52.919" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:52.919" starttime="20181202 17:32:50.633"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:52.921" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:52Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 07db6d61-77b2-422d-889c-f9daccb57a18 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:52Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:52.921" starttime="20181202 17:32:52.920"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:52.922" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:52.922" starttime="20181202 17:32:52.921"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.923" starttime="20181202 17:32:52.922"></status>
</kw>
<msg timestamp="20181202 17:32:52.923" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:52.923" starttime="20181202 17:32:50.632"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:52.923" level="INFO">${rule_id} = 07db6d61-77b2-422d-889c-f9daccb57a18</msg>
<status status="PASS" endtime="20181202 17:32:52.924" starttime="20181202 17:32:52.923"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:52.924" starttime="20181202 17:32:50.615"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:52.955" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:32:52.955" starttime="20181202 17:32:52.955"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:52.955" starttime="20181202 17:32:52.954"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.956" starttime="20181202 17:32:52.956"></status>
</kw>
<msg timestamp="20181202 17:32:52.956" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:52.956" starttime="20181202 17:32:52.956"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.957" starttime="20181202 17:32:52.957"></status>
</kw>
<msg timestamp="20181202 17:32:52.957" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:32:52.957" starttime="20181202 17:32:52.957"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.958" starttime="20181202 17:32:52.958"></status>
</kw>
<msg timestamp="20181202 17:32:52.959" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:52.959" starttime="20181202 17:32:52.958"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.960" starttime="20181202 17:32:52.959"></status>
</kw>
<msg timestamp="20181202 17:32:52.960" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:32:52.960" starttime="20181202 17:32:52.959"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.961" starttime="20181202 17:32:52.960"></status>
</kw>
<msg timestamp="20181202 17:32:52.961" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:32:52.961" starttime="20181202 17:32:52.960"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.962" starttime="20181202 17:32:52.961"></status>
</kw>
<msg timestamp="20181202 17:32:52.962" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:32:52.962" starttime="20181202 17:32:52.961"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:52.962" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:52.962" starttime="20181202 17:32:52.962"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:52.963" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:52.963" starttime="20181202 17:32:52.963"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:52.963" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:52.964" starttime="20181202 17:32:52.963"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.964" starttime="20181202 17:32:52.964"></status>
</kw>
<msg timestamp="20181202 17:32:52.965" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:52.965" starttime="20181202 17:32:52.964"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.966" starttime="20181202 17:32:52.965"></status>
</kw>
<msg timestamp="20181202 17:32:52.966" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:32:52.966" starttime="20181202 17:32:52.965"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.967" starttime="20181202 17:32:52.966"></status>
</kw>
<msg timestamp="20181202 17:32:52.967" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:52.967" starttime="20181202 17:32:52.966"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.968" starttime="20181202 17:32:52.968"></status>
</kw>
<msg timestamp="20181202 17:32:52.969" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:32:52.969" starttime="20181202 17:32:52.967"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.970" starttime="20181202 17:32:52.970"></status>
</kw>
<msg timestamp="20181202 17:32:52.971" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:52.971" starttime="20181202 17:32:52.969"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.972" starttime="20181202 17:32:52.971"></status>
</kw>
<msg timestamp="20181202 17:32:52.972" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:52.972" starttime="20181202 17:32:52.971"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:52.973" starttime="20181202 17:32:52.972"></status>
</kw>
<msg timestamp="20181202 17:32:52.973" level="INFO">${cmd} = openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:52.973" starttime="20181202 17:32:52.972"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:52.974" level="INFO">Starting process:
openstack security group rule create vpna_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:32:52.994" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:55.227" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:55.228" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:55.228" starttime="20181202 17:32:52.974"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:55.229" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:55Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | 5a222055-2932-4c45-8bdc-0c2396829a33 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:55Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:55.229" starttime="20181202 17:32:55.228"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:55.230" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:55.230" starttime="20181202 17:32:55.229"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.231" starttime="20181202 17:32:55.230"></status>
</kw>
<msg timestamp="20181202 17:32:55.231" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:55.231" starttime="20181202 17:32:52.973"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:55.232" level="INFO">${rule_id} = 5a222055-2932-4c45-8bdc-0c2396829a33</msg>
<status status="PASS" endtime="20181202 17:32:55.232" starttime="20181202 17:32:55.231"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:55.232" starttime="20181202 17:32:52.953"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:32:55.268" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:32:55.268" starttime="20181202 17:32:55.268"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:55.268" starttime="20181202 17:32:55.267"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.269" starttime="20181202 17:32:55.269"></status>
</kw>
<msg timestamp="20181202 17:32:55.269" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:32:55.269" starttime="20181202 17:32:55.268"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.270" starttime="20181202 17:32:55.270"></status>
</kw>
<msg timestamp="20181202 17:32:55.270" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:32:55.270" starttime="20181202 17:32:55.269"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.271" starttime="20181202 17:32:55.271"></status>
</kw>
<msg timestamp="20181202 17:32:55.271" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:32:55.271" starttime="20181202 17:32:55.270"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.272" starttime="20181202 17:32:55.272"></status>
</kw>
<msg timestamp="20181202 17:32:55.272" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:32:55.272" starttime="20181202 17:32:55.271"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.273" starttime="20181202 17:32:55.273"></status>
</kw>
<msg timestamp="20181202 17:32:55.273" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:32:55.273" starttime="20181202 17:32:55.272"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.274" starttime="20181202 17:32:55.274"></status>
</kw>
<msg timestamp="20181202 17:32:55.274" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:32:55.274" starttime="20181202 17:32:55.273"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:32:55.274" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:32:55.275" starttime="20181202 17:32:55.274"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:32:55.275" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:32:55.275" starttime="20181202 17:32:55.275"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:32:55.276" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:55.276" starttime="20181202 17:32:55.275"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.277" starttime="20181202 17:32:55.276"></status>
</kw>
<msg timestamp="20181202 17:32:55.277" level="INFO">${cmd} = openstack security group rule create vpna_sg</msg>
<status status="PASS" endtime="20181202 17:32:55.277" starttime="20181202 17:32:55.276"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.278" starttime="20181202 17:32:55.277"></status>
</kw>
<msg timestamp="20181202 17:32:55.278" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress</msg>
<status status="PASS" endtime="20181202 17:32:55.278" starttime="20181202 17:32:55.277"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.279" starttime="20181202 17:32:55.278"></status>
</kw>
<msg timestamp="20181202 17:32:55.279" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:32:55.279" starttime="20181202 17:32:55.278"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.280" starttime="20181202 17:32:55.280"></status>
</kw>
<msg timestamp="20181202 17:32:55.280" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:32:55.280" starttime="20181202 17:32:55.279"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.281" starttime="20181202 17:32:55.281"></status>
</kw>
<msg timestamp="20181202 17:32:55.281" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:55.281" starttime="20181202 17:32:55.280"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.282" starttime="20181202 17:32:55.282"></status>
</kw>
<msg timestamp="20181202 17:32:55.282" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:55.282" starttime="20181202 17:32:55.281"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:55.283" starttime="20181202 17:32:55.283"></status>
</kw>
<msg timestamp="20181202 17:32:55.283" level="INFO">${cmd} = openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:32:55.283" starttime="20181202 17:32:55.282"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:55.285" level="INFO">Starting process:
openstack security group rule create vpna_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:32:55.328" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:32:57.650" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:32:57.651" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:32:57.651" starttime="20181202 17:32:55.284"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:32:57.652" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:32:57Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 395f037b-962c-424f-a766-e2c007c56b24 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | 1a05f4ef-2976-40f9-b013-99c89d05c41a |
| updated_at        | 2018-12-02T17:32:57Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:32:57.653" starttime="20181202 17:32:57.652"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:32:57.653" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:32:57.653" starttime="20181202 17:32:57.653"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:57.654" starttime="20181202 17:32:57.653"></status>
</kw>
<msg timestamp="20181202 17:32:57.654" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:32:57.654" starttime="20181202 17:32:55.283"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:32:57.655" level="INFO">${rule_id} = 395f037b-962c-424f-a766-e2c007c56b24</msg>
<status status="PASS" endtime="20181202 17:32:57.655" starttime="20181202 17:32:57.654"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:57.655" starttime="20181202 17:32:55.266"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 17:32:57.656" starttime="20181202 17:32:57.655"></status>
</kw>
<status status="PASS" endtime="20181202 17:32:57.656" starttime="20181202 17:32:41.052"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{PORTS}[0]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:32:57.658" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:32:57.658" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:32:57.658" starttime="20181202 17:32:57.657"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:32:57.659" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:32:57.659" starttime="20181202 17:32:57.658"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:32:57.659" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:32:57.660" starttime="20181202 17:32:57.659"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:32:57.669" level="INFO">Starting process:
openstack port create --network vpna_net_1 vpna_net_1_port_1 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:32:57.703" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:00.755" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:00.755" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:00.755" starttime="20181202 17:32:57.669"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:00.756" level="INFO">+-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                      |
+-----------------------+----------------------------------------------------------------------------+
| admin_state_up        | UP                                                                         |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:c7:ff:97'               |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:c7:ff:97'               |
| binding_host_id       |                                                                            |
| binding_profile       |                                                                            |
| binding_vif_details   |                                                                            |
| binding_vif_type      | unbound                                                                    |
| binding_vnic_type     | normal                                                                     |
| created_at            | 2018-12-02T17:33:00Z                                                       |
| data_plane_status     | None                                                                       |
| description           |                                                                            |
| device_id             |                                                                            |
| device_owner          |                                                                            |
| dns_assignment        | None                                                                       |
| dns_name              | None                                                                       |
| extra_dhcp_opts       |                                                                            |
| fixed_ips             | ip_address='10.10.10.14', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911' |
| id                    | 214b51f5-97f0-4eb3-906d-99d0a38bc3ab                                       |
| ip_address            | None                                                                       |
| mac_address           | fa:16:3e:c7:ff:97                                                          |
| name                  | vpna_net_1_port_1                                                          |
| network_id            | a9181e65-e21b-4f2c-879d-0c38bf92e526                                       |
| option_name           | None                                                                       |
| option_value          | None                                                                       |
| port_security_enabled | True                                                                       |
| project_id            | 17b1de510988465db29f79175f31c234                                           |
| qos_policy_id         | None                                                                       |
| revision_number       | 1                                                                          |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                       |
| status                | DOWN                                                                       |
| subnet_id             | None                                                                       |
| tags                  |                                                                            |
| trunk_details         | None                                                                       |
| updated_at            | 2018-12-02T17:33:00Z                                                       |
+-----------------------+----------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:00.757" starttime="20181202 17:33:00.756"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:00.757" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:00.758" starttime="20181202 17:33:00.757"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:00.758" starttime="20181202 17:33:00.758"></status>
</kw>
<msg timestamp="20181202 17:33:00.759" level="INFO">${output} = +-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                  ...</msg>
<status status="PASS" endtime="20181202 17:33:00.759" starttime="20181202 17:32:57.668"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:00.759" starttime="20181202 17:32:57.656"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[0]</arg>
<arg>@{PORTS}[1]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:33:00.761" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:33:00.761" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:33:00.761" starttime="20181202 17:33:00.761"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:00.762" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:33:00.762" starttime="20181202 17:33:00.761"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:00.763" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:33:00.763" starttime="20181202 17:33:00.762"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:00.776" level="INFO">Starting process:
openstack port create --network vpna_net_1 vpna_net_1_port_2 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:33:00.796" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:03.721" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:03.721" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:03.721" starttime="20181202 17:33:00.775"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:03.722" level="INFO">+-----------------------+---------------------------------------------------------------------------+
| Field                 | Value                                                                     |
+-----------------------+---------------------------------------------------------------------------+
| admin_state_up        | UP                                                                        |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:f0:f2:05'              |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:f0:f2:05'              |
| binding_host_id       |                                                                           |
| binding_profile       |                                                                           |
| binding_vif_details   |                                                                           |
| binding_vif_type      | unbound                                                                   |
| binding_vnic_type     | normal                                                                    |
| created_at            | 2018-12-02T17:33:03Z                                                      |
| data_plane_status     | None                                                                      |
| description           |                                                                           |
| device_id             |                                                                           |
| device_owner          |                                                                           |
| dns_assignment        | None                                                                      |
| dns_name              | None                                                                      |
| extra_dhcp_opts       |                                                                           |
| fixed_ips             | ip_address='10.10.10.3', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911' |
| id                    | d33b3a53-1b6b-4daa-9ca3-020cc28408f5                                      |
| ip_address            | None                                                                      |
| mac_address           | fa:16:3e:f0:f2:05                                                         |
| name                  | vpna_net_1_port_2                                                         |
| network_id            | a9181e65-e21b-4f2c-879d-0c38bf92e526                                      |
| option_name           | None                                                                      |
| option_value          | None                                                                      |
| port_security_enabled | True                                                                      |
| project_id            | 17b1de510988465db29f79175f31c234                                          |
| qos_policy_id         | None                                                                      |
| revision_number       | 1                                                                         |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                      |
| status                | DOWN                                                                      |
| subnet_id             | None                                                                      |
| tags                  |                                                                           |
| trunk_details         | None                                                                      |
| updated_at            | 2018-12-02T17:33:03Z                                                      |
+-----------------------+---------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:03.722" starttime="20181202 17:33:03.722"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:03.723" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:03.723" starttime="20181202 17:33:03.723"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:03.724" starttime="20181202 17:33:03.723"></status>
</kw>
<msg timestamp="20181202 17:33:03.724" level="INFO">${output} = +-----------------------+---------------------------------------------------------------------------+
| Field                 | Value                                                                   ...</msg>
<status status="PASS" endtime="20181202 17:33:03.724" starttime="20181202 17:33:00.774"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:03.724" starttime="20181202 17:33:00.759"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{PORTS}[2]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:33:03.726" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:33:03.726" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:33:03.726" starttime="20181202 17:33:03.725"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:03.726" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:33:03.726" starttime="20181202 17:33:03.726"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:03.727" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:33:03.727" starttime="20181202 17:33:03.727"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:03.735" level="INFO">Starting process:
openstack port create --network vpna_net_2 vpna_net_2_port_1 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:33:03.754" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:06.685" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:06.686" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:06.686" starttime="20181202 17:33:03.735"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:06.687" level="INFO">+-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                      |
+-----------------------+----------------------------------------------------------------------------+
| admin_state_up        | UP                                                                         |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:dc:d9:ac'               |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:dc:d9:ac'               |
| binding_host_id       |                                                                            |
| binding_profile       |                                                                            |
| binding_vif_details   |                                                                            |
| binding_vif_type      | unbound                                                                    |
| binding_vnic_type     | normal                                                                     |
| created_at            | 2018-12-02T17:33:06Z                                                       |
| data_plane_status     | None                                                                       |
| description           |                                                                            |
| device_id             |                                                                            |
| device_owner          |                                                                            |
| dns_assignment        | None                                                                       |
| dns_name              | None                                                                       |
| extra_dhcp_opts       |                                                                            |
| fixed_ips             | ip_address='10.20.20.17', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d' |
| id                    | 1d3f405d-abe2-45e5-ada2-2841c5f8640e                                       |
| ip_address            | None                                                                       |
| mac_address           | fa:16:3e:dc:d9:ac                                                          |
| name                  | vpna_net_2_port_1                                                          |
| network_id            | 7d73e30a-e6c6-4966-a735-a56685fc2cfb                                       |
| option_name           | None                                                                       |
| option_value          | None                                                                       |
| port_security_enabled | True                                                                       |
| project_id            | 17b1de510988465db29f79175f31c234                                           |
| qos_policy_id         | None                                                                       |
| revision_number       | 1                                                                          |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                       |
| status                | DOWN                                                                       |
| subnet_id             | None                                                                       |
| tags                  |                                                                            |
| trunk_details         | None                                                                       |
| updated_at            | 2018-12-02T17:33:06Z                                                       |
+-----------------------+----------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:06.687" starttime="20181202 17:33:06.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:06.688" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:06.688" starttime="20181202 17:33:06.687"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:06.688" starttime="20181202 17:33:06.688"></status>
</kw>
<msg timestamp="20181202 17:33:06.689" level="INFO">${output} = +-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                  ...</msg>
<status status="PASS" endtime="20181202 17:33:06.689" starttime="20181202 17:33:03.734"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:06.689" starttime="20181202 17:33:03.724"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[1]</arg>
<arg>@{PORTS}[3]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:33:06.690" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:33:06.690" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:33:06.690" starttime="20181202 17:33:06.690"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:06.691" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:33:06.691" starttime="20181202 17:33:06.690"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:06.691" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:33:06.692" starttime="20181202 17:33:06.691"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:06.700" level="INFO">Starting process:
openstack port create --network vpna_net_2 vpna_net_2_port_2 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:33:06.735" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:09.477" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:09.477" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:09.477" starttime="20181202 17:33:06.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:09.479" level="INFO">+-----------------------+---------------------------------------------------------------------------+
| Field                 | Value                                                                     |
+-----------------------+---------------------------------------------------------------------------+
| admin_state_up        | UP                                                                        |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:97:38:20'              |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:97:38:20'              |
| binding_host_id       |                                                                           |
| binding_profile       |                                                                           |
| binding_vif_details   |                                                                           |
| binding_vif_type      | unbound                                                                   |
| binding_vnic_type     | normal                                                                    |
| created_at            | 2018-12-02T17:33:09Z                                                      |
| data_plane_status     | None                                                                      |
| description           |                                                                           |
| device_id             |                                                                           |
| device_owner          |                                                                           |
| dns_assignment        | None                                                                      |
| dns_name              | None                                                                      |
| extra_dhcp_opts       |                                                                           |
| fixed_ips             | ip_address='10.20.20.4', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d' |
| id                    | 7b65ff58-36be-413d-9b91-525e71e6be37                                      |
| ip_address            | None                                                                      |
| mac_address           | fa:16:3e:97:38:20                                                         |
| name                  | vpna_net_2_port_2                                                         |
| network_id            | 7d73e30a-e6c6-4966-a735-a56685fc2cfb                                      |
| option_name           | None                                                                      |
| option_value          | None                                                                      |
| port_security_enabled | True                                                                      |
| project_id            | 17b1de510988465db29f79175f31c234                                          |
| qos_policy_id         | None                                                                      |
| revision_number       | 1                                                                         |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                      |
| status                | DOWN                                                                      |
| subnet_id             | None                                                                      |
| tags                  |                                                                           |
| trunk_details         | None                                                                      |
| updated_at            | 2018-12-02T17:33:09Z                                                      |
+-----------------------+---------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:09.480" starttime="20181202 17:33:09.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:09.481" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:09.481" starttime="20181202 17:33:09.480"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:09.482" starttime="20181202 17:33:09.481"></status>
</kw>
<msg timestamp="20181202 17:33:09.483" level="INFO">${output} = +-----------------------+---------------------------------------------------------------------------+
| Field                 | Value                                                                   ...</msg>
<status status="PASS" endtime="20181202 17:33:09.483" starttime="20181202 17:33:06.699"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:09.483" starttime="20181202 17:33:06.689"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{PORTS}[4]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:33:09.486" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:33:09.486" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:33:09.486" starttime="20181202 17:33:09.486"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:09.488" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:33:09.488" starttime="20181202 17:33:09.487"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:09.489" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:33:09.489" starttime="20181202 17:33:09.488"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:09.507" level="INFO">Starting process:
openstack port create --network vpna_net_3 vpna_net_3_port_1 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:33:09.533" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:12.610" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:12.610" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:12.610" starttime="20181202 17:33:09.506"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:12.611" level="INFO">+-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                      |
+-----------------------+----------------------------------------------------------------------------+
| admin_state_up        | UP                                                                         |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:a4:67:71'               |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:a4:67:71'               |
| binding_host_id       |                                                                            |
| binding_profile       |                                                                            |
| binding_vif_details   |                                                                            |
| binding_vif_type      | unbound                                                                    |
| binding_vnic_type     | normal                                                                     |
| created_at            | 2018-12-02T17:33:12Z                                                       |
| data_plane_status     | None                                                                       |
| description           |                                                                            |
| device_id             |                                                                            |
| device_owner          |                                                                            |
| dns_assignment        | None                                                                       |
| dns_name              | None                                                                       |
| extra_dhcp_opts       |                                                                            |
| fixed_ips             | ip_address='10.30.30.21', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d' |
| id                    | eca54ba6-52ff-4172-ac46-2361ca4cbda5                                       |
| ip_address            | None                                                                       |
| mac_address           | fa:16:3e:a4:67:71                                                          |
| name                  | vpna_net_3_port_1                                                          |
| network_id            | 030a8204-4b99-490c-8c16-d0cc8dc5432c                                       |
| option_name           | None                                                                       |
| option_value          | None                                                                       |
| port_security_enabled | True                                                                       |
| project_id            | 17b1de510988465db29f79175f31c234                                           |
| qos_policy_id         | None                                                                       |
| revision_number       | 1                                                                          |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                       |
| status                | DOWN                                                                       |
| subnet_id             | None                                                                       |
| tags                  |                                                                            |
| trunk_details         | None                                                                       |
| updated_at            | 2018-12-02T17:33:12Z                                                       |
+-----------------------+----------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:12.612" starttime="20181202 17:33:12.611"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:12.612" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:12.612" starttime="20181202 17:33:12.612"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:12.613" starttime="20181202 17:33:12.612"></status>
</kw>
<msg timestamp="20181202 17:33:12.613" level="INFO">${output} = +-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                  ...</msg>
<status status="PASS" endtime="20181202 17:33:12.613" starttime="20181202 17:33:09.505"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:12.613" starttime="20181202 17:33:09.484"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{NETWORKS}[2]</arg>
<arg>@{PORTS}[5]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
<arg>allowed_address_pairs=@{EXTRA_NW_IP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:33:12.615" level="INFO">Length is 2</msg>
<msg timestamp="20181202 17:33:12.615" level="INFO">${address_pair_length} = 2</msg>
<status status="PASS" endtime="20181202 17:33:12.615" starttime="20181202 17:33:12.615"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:12.615" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:33:12.615" starttime="20181202 17:33:12.615"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:33:12.616" level="INFO">${allowed_pairs_argv} = --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<status status="PASS" endtime="20181202 17:33:12.616" starttime="20181202 17:33:12.616"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:12.635" level="INFO">Starting process:
openstack port create --network vpna_net_3 vpna_net_3_port_2 --security-group vpna_sg  --allowed-address ip-address=192.168.10.110 --allowed-address ip-address=192.168.20.110</msg>
<msg timestamp="20181202 17:33:12.656" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:15.599" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:15.600" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:15.600" starttime="20181202 17:33:12.635"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:15.601" level="INFO">+-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                      |
+-----------------------+----------------------------------------------------------------------------+
| admin_state_up        | UP                                                                         |
| allowed_address_pairs | ip_address='192.168.10.110', mac_address='fa:16:3e:01:aa:bc'               |
|                       | ip_address='192.168.20.110', mac_address='fa:16:3e:01:aa:bc'               |
| binding_host_id       |                                                                            |
| binding_profile       |                                                                            |
| binding_vif_details   |                                                                            |
| binding_vif_type      | unbound                                                                    |
| binding_vnic_type     | normal                                                                     |
| created_at            | 2018-12-02T17:33:14Z                                                       |
| data_plane_status     | None                                                                       |
| description           |                                                                            |
| device_id             |                                                                            |
| device_owner          |                                                                            |
| dns_assignment        | None                                                                       |
| dns_name              | None                                                                       |
| extra_dhcp_opts       |                                                                            |
| fixed_ips             | ip_address='10.30.30.10', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d' |
| id                    | 3c7f42b4-62cf-4544-ab92-875bf2f12599                                       |
| ip_address            | None                                                                       |
| mac_address           | fa:16:3e:01:aa:bc                                                          |
| name                  | vpna_net_3_port_2                                                          |
| network_id            | 030a8204-4b99-490c-8c16-d0cc8dc5432c                                       |
| option_name           | None                                                                       |
| option_value          | None                                                                       |
| port_security_enabled | True                                                                       |
| project_id            | 17b1de510988465db29f79175f31c234                                           |
| qos_policy_id         | None                                                                       |
| revision_number       | 1                                                                          |
| security_group_ids    | 1a05f4ef-2976-40f9-b013-99c89d05c41a                                       |
| status                | DOWN                                                                       |
| subnet_id             | None                                                                       |
| tags                  |                                                                            |
| trunk_details         | None                                                                       |
| updated_at            | 2018-12-02T17:33:15Z                                                       |
+-----------------------+----------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:15.601" starttime="20181202 17:33:15.601"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:15.602" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:15.602" starttime="20181202 17:33:15.602"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.603" starttime="20181202 17:33:15.603"></status>
</kw>
<msg timestamp="20181202 17:33:15.604" level="INFO">${output} = +-----------------------+----------------------------------------------------------------------------+
| Field                 | Value                                                                  ...</msg>
<status status="PASS" endtime="20181202 17:33:15.604" starttime="20181202 17:33:12.633"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.604" starttime="20181202 17:33:12.614"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Check For Elements At URI</arg>
<arg>${CONFIG_API}/neutron:neutron/ports/</arg>
<arg>${PORTS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${CONFIG_API}/neutron:neutron/ports/</arg>
<arg>${PORTS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:33:15.639" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/ports/, headers=None json=None</msg>
<msg timestamp="20181202 17:33:15.640" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:33:15.640" starttime="20181202 17:33:15.630"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:33:15.641" level="INFO">{"ports":{"port":[{"uuid":"00badd09-14b5-4ee5-bfbb-df57c96926f0","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d73e30a-e6c6-4966-a735-a56685fc2cfb","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:81:c7:7a","admin-state-up":true,"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":""},{"uuid":"517f4d33-afd0-49cc-83bf-6323382664af","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9181e65-e21b-4f2c-879d-0c38bf92e526","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:46:cc:76","admin-state-up":true,"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":""},{"uuid":"3c7f42b4-62cf-4544-ab92-875bf2f12599","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.10"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:01:aa:bc","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.10.110"}],"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":"vpna_net_3_port_2"},{"uuid":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030a8204-4b99-490c-8c16-d0cc8dc5432c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:68:9a:bd","admin-state-up":true,"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":""},{"uuid":"214b51f5-97f0-4eb3-906d-99d0a38bc3ab","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.14"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c7:ff:97","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.20.110"}],"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":"vpna_net_1_port_1"},{"uuid":"1d3f405d-abe2-45e5-ada2-2841c5f8640e","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.17"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:dc:d9:ac","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.20.110"}],"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":"vpna_net_2_port_1"},{"uuid":"eca54ba6-52ff-4172-ac46-2361ca4cbda5","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.21"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:a4:67:71","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.20.110"}],"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":"vpna_net_3_port_1"},{"uuid":"d33b3a53-1b6b-4daa-9ca3-020cc28408f5","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:f0:f2:05","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.20.110"}],"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":"vpna_net_1_port_2"},{"uuid":"7b65ff58-36be-413d-9b91-525e71e6be37","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:97:38:20","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.10.110"}],"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":"vpna_net_2_port_2"}]}}</msg>
<status status="PASS" endtime="20181202 17:33:15.641" starttime="20181202 17:33:15.641"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.641" starttime="20181202 17:33:15.640"></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="20181202 17:33:15.642" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:33:15.642" starttime="20181202 17:33:15.642"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = vpna_net_1_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.643" starttime="20181202 17:33:15.642"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.643" starttime="20181202 17:33:15.642"></status>
</kw>
<kw type="foritem" name="${i} = vpna_net_1_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.643" starttime="20181202 17:33:15.643"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.643" starttime="20181202 17:33:15.643"></status>
</kw>
<kw type="foritem" name="${i} = vpna_net_2_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.644" starttime="20181202 17:33:15.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.644" starttime="20181202 17:33:15.643"></status>
</kw>
<kw type="foritem" name="${i} = vpna_net_2_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.645" starttime="20181202 17:33:15.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.645" starttime="20181202 17:33:15.644"></status>
</kw>
<kw type="foritem" name="${i} = vpna_net_3_port_1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.645" starttime="20181202 17:33:15.645"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.645" starttime="20181202 17:33:15.645"></status>
</kw>
<kw type="foritem" name="${i} = vpna_net_3_port_2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:15.646" starttime="20181202 17:33:15.646"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.646" starttime="20181202 17:33:15.645"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.646" starttime="20181202 17:33:15.642"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.646" starttime="20181202 17:33:15.629"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:15.646" starttime="20181202 17:33:15.605"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[0]</arg>
<arg>@{NET_1_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:15.663" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:15.663" starttime="20181202 17:33:15.662"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:15.670" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_1_port_1 --security-group vpna_sg --availability-zone nova: vpna_net_1_vm_1</msg>
<msg timestamp="20181202 17:33:15.713" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:20.206" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:20.207" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:20.207" starttime="20181202 17:33:15.670"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:20.209" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | LWWnChNDvz6c                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:20Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 848b7b2b-8786-469f-b7cc-a772ab132b9d                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_1_vm_1                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:20Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:20.210" starttime="20181202 17:33:20.208"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:20.211" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:20.211" starttime="20181202 17:33:20.210"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:20.212" starttime="20181202 17:33:20.212"></status>
</kw>
<msg timestamp="20181202 17:33:20.213" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:20.213" starttime="20181202 17:33:15.669"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:20.213" starttime="20181202 17:33:15.661"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[1]</arg>
<arg>@{NET_1_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:20.243" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:20.243" starttime="20181202 17:33:20.242"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:20.252" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_1_port_2 --security-group vpna_sg --availability-zone nova: vpna_net_1_vm_2</msg>
<msg timestamp="20181202 17:33:20.292" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:23.958" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:23.958" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:23.958" starttime="20181202 17:33:20.252"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:23.959" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | Ndvx74EZ4jsP                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:23Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 38e19975-f90e-43ed-ba6e-1460cef22b37                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_1_vm_2                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:23Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:23.960" starttime="20181202 17:33:23.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:23.960" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:23.960" starttime="20181202 17:33:23.960"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:23.961" starttime="20181202 17:33:23.961"></status>
</kw>
<msg timestamp="20181202 17:33:23.962" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:23.962" starttime="20181202 17:33:20.251"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:23.962" starttime="20181202 17:33:20.241"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[2]</arg>
<arg>@{NET_2_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:23.985" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:23.985" starttime="20181202 17:33:23.985"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:23.996" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_2_port_1 --security-group vpna_sg --availability-zone nova: vpna_net_2_vm_1</msg>
<msg timestamp="20181202 17:33:24.025" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:28.112" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:28.112" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:28.112" starttime="20181202 17:33:23.995"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:28.114" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | MN5m9QavwBvM                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:27Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 7344b251-80fb-4627-a5d3-d4c257c9d6bd                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_2_vm_1                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:27Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:28.114" starttime="20181202 17:33:28.113"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:28.114" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:28.114" starttime="20181202 17:33:28.114"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:28.115" starttime="20181202 17:33:28.114"></status>
</kw>
<msg timestamp="20181202 17:33:28.115" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:28.115" starttime="20181202 17:33:23.994"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:28.115" starttime="20181202 17:33:23.983"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[3]</arg>
<arg>@{NET_2_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:28.141" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:28.141" starttime="20181202 17:33:28.140"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:28.154" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_2_port_2 --security-group vpna_sg --availability-zone nova: vpna_net_2_vm_2</msg>
<msg timestamp="20181202 17:33:28.195" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:31.817" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:31.818" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:31.818" starttime="20181202 17:33:28.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:31.819" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | sLTqEenFUV9K                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:31Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 158b9a8e-4651-4b9e-a8eb-704165af3d8f                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_2_vm_2                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:31Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:31.819" starttime="20181202 17:33:31.818"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:31.820" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:31.820" starttime="20181202 17:33:31.819"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:31.821" starttime="20181202 17:33:31.820"></status>
</kw>
<msg timestamp="20181202 17:33:31.821" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:31.821" starttime="20181202 17:33:28.153"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:31.822" starttime="20181202 17:33:28.139"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[4]</arg>
<arg>@{NET_3_VMS}[0]</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:31.842" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:31.842" starttime="20181202 17:33:31.842"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:31.850" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_3_port_1 --security-group vpna_sg --availability-zone nova: vpna_net_3_vm_1</msg>
<msg timestamp="20181202 17:33:31.871" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:35.839" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:35.840" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:35.840" starttime="20181202 17:33:31.850"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:35.841" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | EVc9mVLKSCdh                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_3_vm_1                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:35Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:35.841" starttime="20181202 17:33:35.840"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:35.841" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:35.842" starttime="20181202 17:33:35.841"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:35.842" starttime="20181202 17:33:35.842"></status>
</kw>
<msg timestamp="20181202 17:33:35.843" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:35.843" starttime="20181202 17:33:31.849"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:35.843" starttime="20181202 17:33:31.841"></status>
</kw>
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>@{PORTS}[5]</arg>
<arg>@{NET_3_VMS}[1]</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:33:35.860" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:33:35.860" starttime="20181202 17:33:35.859"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:35.868" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port vpna_net_3_port_2 --security-group vpna_sg --availability-zone nova: vpna_net_3_vm_2</msg>
<msg timestamp="20181202 17:33:35.908" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:39.607" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:39.607" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:39.607" starttime="20181202 17:33:35.868"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:39.608" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | oCXEcfnckKJ8                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:33:39Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 67dc515d-91fe-41ac-a03d-42bbaab6ed2d                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | vpna_net_3_vm_2                                                 |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='1a05f4ef-2976-40f9-b013-99c89d05c41a'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:33:39Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:33:39.608" starttime="20181202 17:33:39.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:39.609" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:39.609" starttime="20181202 17:33:39.609"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:39.610" starttime="20181202 17:33:39.609"></status>
</kw>
<msg timestamp="20181202 17:33:39.610" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:33:39.610" starttime="20181202 17:33:35.867"></status>
</kw>
<status status="PASS" endtime="20181202 17:33:39.611" starttime="20181202 17:33:35.858"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 17:33:39.612" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:33:39.612" starttime="20181202 17:33:39.612"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = vpna_net_1_vm_1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:33:39.629" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:33:39.661" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:33:42.876" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:33:42.877" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:33:42.877" starttime="20181202 17:33:39.628"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:33:42.878" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:33:42.878" starttime="20181202 17:33:42.877"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:33:42.879" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:33:42.880" starttime="20181202 17:33:42.879"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:33:42.881" starttime="20181202 17:33:42.880"></status>
</kw>
<msg timestamp="20181202 17:33:42.881" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:33:42.881" starttime="20181202 17:33:39.627"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:33:42.883" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:33:42.883" starttime="20181202 17:33:42.882"></status>
</kw>
<status status="FAIL" endtime="20181202 17:33:42.883" starttime="20181202 17:33:39.615"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:34:12.910" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:34:12.948" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:34:16.341" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:34:16.341" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:34:16.341" starttime="20181202 17:34:12.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:34:16.342" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:34:16.342" starttime="20181202 17:34:16.342"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:34:16.343" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:34:16.343" starttime="20181202 17:34:16.343"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:34:16.344" starttime="20181202 17:34:16.343"></status>
</kw>
<msg timestamp="20181202 17:34:16.344" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:34:16.344" starttime="20181202 17:34:12.906"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:34:16.345" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:34:16.345" starttime="20181202 17:34:16.344"></status>
</kw>
<status status="FAIL" endtime="20181202 17:34:16.345" starttime="20181202 17:34:12.884"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:34:46.369" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:34:46.415" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:34:49.579" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:34:49.580" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:34:49.580" starttime="20181202 17:34:46.368"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:34:49.581" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:34:49.581" starttime="20181202 17:34:49.580"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:34:49.581" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:34:49.581" starttime="20181202 17:34:49.581"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:34:49.582" starttime="20181202 17:34:49.582"></status>
</kw>
<msg timestamp="20181202 17:34:49.583" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:34:49.583" starttime="20181202 17:34:46.367"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:34:49.583" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:34:49.583" starttime="20181202 17:34:49.583"></status>
</kw>
<status status="FAIL" endtime="20181202 17:34:49.583" starttime="20181202 17:34:46.346"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:35:19.604" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:35:19.640" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:35:22.689" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:35:22.690" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:35:22.690" starttime="20181202 17:35:19.604"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:35:22.691" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:35:22.691" starttime="20181202 17:35:22.691"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:35:22.692" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:35:22.692" starttime="20181202 17:35:22.692"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:35:22.693" starttime="20181202 17:35:22.692"></status>
</kw>
<msg timestamp="20181202 17:35:22.694" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:35:22.694" starttime="20181202 17:35:19.602"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:35:22.695" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:35:22.695" starttime="20181202 17:35:22.694"></status>
</kw>
<status status="FAIL" endtime="20181202 17:35:22.695" starttime="20181202 17:35:19.585"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:35:52.720" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:35:52.762" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:35:55.684" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:35:55.685" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:35:55.685" starttime="20181202 17:35:52.720"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:35:55.686" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:35:55.686" starttime="20181202 17:35:55.685"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:35:55.686" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:35:55.686" starttime="20181202 17:35:55.686"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:35:55.687" starttime="20181202 17:35:55.687"></status>
</kw>
<msg timestamp="20181202 17:35:55.687" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:35:55.687" starttime="20181202 17:35:52.718"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:35:55.688" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:35:55.688" starttime="20181202 17:35:55.688"></status>
</kw>
<status status="FAIL" endtime="20181202 17:35:55.688" starttime="20181202 17:35:52.696"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:36:25.711" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:36:25.756" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:36:29.103" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:36:29.104" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:36:29.104" starttime="20181202 17:36:25.710"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:36:29.105" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:36:29.105" starttime="20181202 17:36:29.105"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:36:29.106" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:36:29.106" starttime="20181202 17:36:29.106"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:36:29.107" starttime="20181202 17:36:29.107"></status>
</kw>
<msg timestamp="20181202 17:36:29.108" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:36:29.108" starttime="20181202 17:36:25.709"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:36:29.109" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:36:29.109" starttime="20181202 17:36:29.108"></status>
</kw>
<status status="FAIL" endtime="20181202 17:36:29.109" starttime="20181202 17:36:25.689"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:36:59.127" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:36:59.160" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:37:02.230" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:37:02.230" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:37:02.230" starttime="20181202 17:36:59.127"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:37:02.231" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:37:02.232" starttime="20181202 17:37:02.231"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:37:02.232" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:37:02.232" starttime="20181202 17:37:02.232"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:37:02.233" starttime="20181202 17:37:02.232"></status>
</kw>
<msg timestamp="20181202 17:37:02.233" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:37:02.233" starttime="20181202 17:36:59.126"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:37:02.234" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:37:02.234" starttime="20181202 17:37:02.234"></status>
</kw>
<status status="FAIL" endtime="20181202 17:37:02.235" starttime="20181202 17:36:59.110"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:37:32.257" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:37:32.301" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:37:35.356" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:37:35.357" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:37:35.357" starttime="20181202 17:37:32.256"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:37:35.358" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:37:35.358" starttime="20181202 17:37:35.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:37:35.359" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:37:35.359" starttime="20181202 17:37:35.359"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:37:35.360" starttime="20181202 17:37:35.359"></status>
</kw>
<msg timestamp="20181202 17:37:35.360" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:37:35.360" starttime="20181202 17:37:32.255"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:37:35.361" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:37:35.361" starttime="20181202 17:37:35.360"></status>
</kw>
<status status="FAIL" endtime="20181202 17:37:35.361" starttime="20181202 17:37:32.236"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:38:05.381" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:38:05.425" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:38:08.661" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:38:08.661" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:38:08.661" starttime="20181202 17:38:05.380"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:38:08.663" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:38:08.663" starttime="20181202 17:38:08.662"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:38:08.663" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:38:08.664" starttime="20181202 17:38:08.663"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:38:08.665" starttime="20181202 17:38:08.664"></status>
</kw>
<msg timestamp="20181202 17:38:08.665" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:38:08.665" starttime="20181202 17:38:05.379"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:38:08.666" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:38:08.666" starttime="20181202 17:38:08.665"></status>
</kw>
<status status="FAIL" endtime="20181202 17:38:08.666" starttime="20181202 17:38:05.362"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:38:38.687" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:38:38.710" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:38:41.829" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:38:41.830" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:38:41.830" starttime="20181202 17:38:38.686"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:38:41.831" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:38:41.831" starttime="20181202 17:38:41.830"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:38:41.831" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:38:41.831" starttime="20181202 17:38:41.831"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:38:41.832" starttime="20181202 17:38:41.832"></status>
</kw>
<msg timestamp="20181202 17:38:41.832" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:38:41.832" starttime="20181202 17:38:38.685"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:38:41.833" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:38:41.833" starttime="20181202 17:38:41.833"></status>
</kw>
<status status="FAIL" endtime="20181202 17:38:41.833" starttime="20181202 17:38:38.667"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:39:11.844" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:39:11.878" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:39:15.105" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:39:15.105" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:39:15.105" starttime="20181202 17:39:11.844"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:39:15.106" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:39:15.106" starttime="20181202 17:39:15.106"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:39:15.107" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:39:15.107" starttime="20181202 17:39:15.107"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:39:15.108" starttime="20181202 17:39:15.107"></status>
</kw>
<msg timestamp="20181202 17:39:15.108" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:39:15.108" starttime="20181202 17:39:11.843"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:39:15.109" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:39:15.109" starttime="20181202 17:39:15.108"></status>
</kw>
<status status="FAIL" endtime="20181202 17:39:15.109" starttime="20181202 17:39:11.834"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:39:45.142" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:39:45.173" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:39:48.476" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:39:48.477" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:39:48.477" starttime="20181202 17:39:45.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:39:48.478" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:39:48.478" starttime="20181202 17:39:48.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:39:48.479" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:39:48.479" starttime="20181202 17:39:48.479"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:39:48.480" starttime="20181202 17:39:48.480"></status>
</kw>
<msg timestamp="20181202 17:39:48.481" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:39:48.481" starttime="20181202 17:39:45.140"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:39:48.482" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:39:48.482" starttime="20181202 17:39:48.481"></status>
</kw>
<status status="FAIL" endtime="20181202 17:39:48.482" starttime="20181202 17:39:45.111"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:40:18.511" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:40:18.551" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:40:21.832" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:40:21.833" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:40:21.833" starttime="20181202 17:40:18.510"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:40:21.834" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:40:21.834" starttime="20181202 17:40:21.833"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:40:21.834" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:40:21.834" starttime="20181202 17:40:21.834"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:40:21.835" starttime="20181202 17:40:21.835"></status>
</kw>
<msg timestamp="20181202 17:40:21.835" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:40:21.835" starttime="20181202 17:40:18.509"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:40:21.836" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:40:21.836" starttime="20181202 17:40:21.836"></status>
</kw>
<status status="FAIL" endtime="20181202 17:40:21.836" starttime="20181202 17:40:18.484"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:40:51.860" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:40:51.883" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:40:54.966" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:40:54.967" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:40:54.967" starttime="20181202 17:40:51.859"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:40:54.968" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:40:54.968" starttime="20181202 17:40:54.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:40:54.969" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:40:54.969" starttime="20181202 17:40:54.968"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:40:54.970" starttime="20181202 17:40:54.969"></status>
</kw>
<msg timestamp="20181202 17:40:54.970" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:40:54.970" starttime="20181202 17:40:51.858"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:40:54.971" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:40:54.971" starttime="20181202 17:40:54.971"></status>
</kw>
<status status="FAIL" endtime="20181202 17:40:54.972" starttime="20181202 17:40:51.837"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:41:24.990" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:41:25.013" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:41:28.252" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:41:28.252" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:41:28.252" starttime="20181202 17:41:24.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:41:28.254" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:41:28.254" starttime="20181202 17:41:28.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:41:28.254" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:41:28.255" starttime="20181202 17:41:28.254"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:41:28.255" starttime="20181202 17:41:28.255"></status>
</kw>
<msg timestamp="20181202 17:41:28.256" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:41:28.256" starttime="20181202 17:41:24.988"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:41:28.257" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:41:28.257" starttime="20181202 17:41:28.256"></status>
</kw>
<status status="FAIL" endtime="20181202 17:41:28.257" starttime="20181202 17:41:24.972"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:41:58.283" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:41:58.324" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:42:01.685" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:42:01.686" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:42:01.686" starttime="20181202 17:41:58.282"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:42:01.688" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:42:01.688" starttime="20181202 17:42:01.687"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:42:01.689" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:42:01.689" starttime="20181202 17:42:01.688"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:42:01.691" starttime="20181202 17:42:01.690"></status>
</kw>
<msg timestamp="20181202 17:42:01.692" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:42:01.692" starttime="20181202 17:41:58.281"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:42:01.693" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:42:01.694" starttime="20181202 17:42:01.692"></status>
</kw>
<status status="FAIL" endtime="20181202 17:42:01.694" starttime="20181202 17:41:58.258"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:42:31.719" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:42:31.744" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:42:34.732" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:42:34.732" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:42:34.732" starttime="20181202 17:42:31.718"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:42:34.733" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:42:34.733" starttime="20181202 17:42:34.732"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:42:34.734" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:42:34.734" starttime="20181202 17:42:34.733"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:42:34.734" starttime="20181202 17:42:34.734"></status>
</kw>
<msg timestamp="20181202 17:42:34.735" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:42:34.735" starttime="20181202 17:42:31.716"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:42:34.735" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:42:34.735" starttime="20181202 17:42:34.735"></status>
</kw>
<status status="FAIL" endtime="20181202 17:42:34.736" starttime="20181202 17:42:31.696"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:04.759" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:43:04.799" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:08.293" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:08.294" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:08.294" starttime="20181202 17:43:04.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:08.296" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:43:08.296" starttime="20181202 17:43:08.295"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:08.297" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:08.298" starttime="20181202 17:43:08.297"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:08.299" starttime="20181202 17:43:08.298"></status>
</kw>
<msg timestamp="20181202 17:43:08.300" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:43:08.301" starttime="20181202 17:43:04.757"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:43:08.302" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:43:08.303" starttime="20181202 17:43:08.301"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:08.303" starttime="20181202 17:43:04.737"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:38.325" level="INFO">Starting process:
openstack server show vpna_net_1_vm_1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:43:38.369" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:41.911" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:41.912" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:41.912" starttime="20181202 17:43:38.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:41.913" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:43:41.913" starttime="20181202 17:43:41.912"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:41.913" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:41.913" starttime="20181202 17:43:41.913"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:41.914" starttime="20181202 17:43:41.914"></status>
</kw>
<msg timestamp="20181202 17:43:41.914" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:43:41.914" starttime="20181202 17:43:38.323"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:43:41.915" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:43:41.915" starttime="20181202 17:43:41.915"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.915" starttime="20181202 17:43:38.305"></status>
</kw>
<msg timestamp="20181202 17:43:41.915" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:33:39.614"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:33:39.613"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:33:39.613"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:33:39.613"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:33:39.611"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:41.916" starttime="20181202 17:31:30.644"></status>
</kw>
<test id="s1-s9-t1" name="Verify Setup">
<doc>Verify that VMs received ip and ping is happening between different VMs.
For this, we ssh to the VM using the dhcp-namespace on the controller node and verify ping
reachability to the second VM on the same network and VMs on other network (i.e., east-west routing)</doc>
<status status="FAIL" endtime="20181202 17:43:41.918" critical="yes" starttime="20181202 17:43:41.917">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s9-t2" name="Verify GARP Requests">
<doc>Verify that GARP request is sent to controller and controller learns this info.
In this test-case, before we validate the GARPs, we ensure that the necessary pipeline
flows for the VMs spawned on the networks are as expected (along with the FIB Entries
in the ODL Datastore). For triggering GARPs, we create an alias interface (eth0:1) on
VM1_net0, configure it with an extra_route_ip, trigger 5 GARPs from the VM for the
extra_route_ip and ensure that ODL learns (by looking at odl-fib:fibEntries) the
extra_route_ip info with the nexthop pointing to Compute-1 (where VM1_net0 is spawned)
hostIP. Finally, we verify ping reachability to the extra_route_ip from other VMs on
the network.</doc>
<status status="FAIL" endtime="20181202 17:43:41.919" critical="yes" starttime="20181202 17:43:41.918">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s9-t3" name="Verify MIP Migration">
<doc>Verify that after migration of movable ip across compute nodes, the controller updates the routes.
Unconfigure the extra_route_ip on VM1_net0 and configure it on vm0_net0 (on Compute-0 host).
Trigger 5 GARPs from the VM for the extra_route_ip and ensure that ODL learns/updates
the extra_route_ip info with nexthop in the FIB entry pointing to Compute-0 hostip.</doc>
<status status="FAIL" endtime="20181202 17:43:41.919" critical="yes" starttime="20181202 17:43:41.919">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="Suite Teardown">
<doc>Delete the setup</doc>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.Dissociate L3VPN From Networks</arg>
<arg>networkid=${NET_ID}</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="Dissociate L3VPN From Networks" library="VpnOperations">
<doc>Disssociate the already associated networks from L3VPN</doc>
<arguments>
<arg>networkid=${NET_ID}</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="Post_As_Json_Templated" library="TemplatedRequests">
<doc>Add arguments sensible for JSON data, return Post_Templated response text.</doc>
<arguments>
<arg>folder=${VAR_BASE}/dissoc_l3vpn</arg>
<arg>mapping=${Kwargs}</arg>
<arg>session=default</arg>
<arg>http_timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Post_Templated" library="TemplatedRequests">
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=json</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<assign>
<var>${uri}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:43:41.975" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/location.uri</msg>
<status status="PASS" endtime="20181202 17:43:41.975" starttime="20181202 17:43:41.975"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:43:41.976" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn.fluorine/location.uri' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:41.976" starttime="20181202 17:43:41.976"></status>
</kw>
<msg timestamp="20181202 17:43:41.976" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:43:41.976" starttime="20181202 17:43:41.975"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:43:41.977" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn/location.uri</msg>
<status status="PASS" endtime="20181202 17:43:41.977" starttime="20181202 17:43:41.976"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:43:41.977" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn/location.uri"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn/location.uri&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:43:41.978" level="INFO">${template} = /restconf/operations/neutronvpn:dissociateNetworks
</msg>
<status status="PASS" endtime="20181202 17:43:41.978" starttime="20181202 17:43:41.977"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:43:41.978" level="INFO">/restconf/operations/neutronvpn:dissociateNetworks
</msg>
<status status="PASS" endtime="20181202 17:43:41.978" starttime="20181202 17:43:41.978"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:43:41.979" level="INFO">${final_text} = /restconf/operations/neutronvpn:dissociateNetworks</msg>
<status status="PASS" endtime="20181202 17:43:41.979" starttime="20181202 17:43:41.978"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:41.979" starttime="20181202 17:43:41.974"></status>
</kw>
<msg timestamp="20181202 17:43:41.979" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:41.979" starttime="20181202 17:43:41.952"></status>
</kw>
<msg timestamp="20181202 17:43:41.980" level="INFO">${uri} = /restconf/operations/neutronvpn:dissociateNetworks</msg>
<status status="PASS" endtime="20181202 17:43:41.980" starttime="20181202 17:43:41.951"></status>
</kw>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:43:42.010" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn.fluorine/post_data.json</msg>
<status status="PASS" endtime="20181202 17:43:42.010" starttime="20181202 17:43:42.010"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.011" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn.fluorine/post_data.json' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:42.011" starttime="20181202 17:43:42.011"></status>
</kw>
<msg timestamp="20181202 17:43:42.011" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:43:42.011" starttime="20181202 17:43:42.011"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:43:42.012" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn/post_data.json</msg>
<status status="PASS" endtime="20181202 17:43:42.012" starttime="20181202 17:43:42.012"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:43:42.013" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn/post_data.json"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn/post_data.json&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:43:42.013" level="INFO">${template} = {
   "input":{
      "vpn-id":"$vpnid",
      "network-id":[
         "$networkid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:43:42.013" starttime="20181202 17:43:42.012"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.013" level="INFO">{
   "input":{
      "vpn-id":"$vpnid",
      "network-id":[
         "$networkid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:43:42.013" starttime="20181202 17:43:42.013"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:43:42.014" level="INFO">${final_text} = {
   "input":{
      "vpn-id":"4ae8cd92-48ca-49b5-94e1-b2921a261111",
      "network-id":[
         "a9181e65-e21b-4f2c-879d-0c38bf92e526"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.014" starttime="20181202 17:43:42.013"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.014" starttime="20181202 17:43:42.009"></status>
</kw>
<msg timestamp="20181202 17:43:42.014" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:42.014" starttime="20181202 17:43:41.988"></status>
</kw>
<msg timestamp="20181202 17:43:42.015" level="INFO">${data} = {
   "input":{
      "vpn-id":"4ae8cd92-48ca-49b5-94e1-b2921a261111",
      "network-id":[
         "a9181e65-e21b-4f2c-879d-0c38bf92e526"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.015" starttime="20181202 17:43:41.987"></status>
</kw>
<kw name="Resolve_Jmes_Path" library="TemplatedRequests">
<doc>Reads JMES path from file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//dissoc_l3vpn/jmespath.expr if the file exists and</doc>
<arguments>
<arg>${folder}</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${read_jmes_file}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<msg timestamp="20181202 17:43:42.016" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/dissoc_l3vpn/jmespath.expr' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:42.016" starttime="20181202 17:43:42.016"></status>
</kw>
<msg timestamp="20181202 17:43:42.016" level="INFO">${read_jmes_file} = False</msg>
<status status="PASS" endtime="20181202 17:43:42.016" starttime="20181202 17:43:42.015"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>OperatingSystem.Get_File</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<msg timestamp="20181202 17:43:42.017" level="INFO">${jmes_expression} = None</msg>
<status status="PASS" endtime="20181202 17:43:42.017" starttime="20181202 17:43:42.017"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${expression}</var>
</assign>
<msg timestamp="20181202 17:43:42.017" level="INFO">${expression} = </msg>
<status status="PASS" endtime="20181202 17:43:42.018" starttime="20181202 17:43:42.017"></status>
</kw>
<msg timestamp="20181202 17:43:42.018" level="INFO">${jmes_expression} = </msg>
<status status="PASS" endtime="20181202 17:43:42.018" starttime="20181202 17:43:42.015"></status>
</kw>
<kw name="Post_To_Uri" library="TemplatedRequests">
<doc>POST data to given URI, check status code and return response text.</doc>
<arguments>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${uri}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.019" level="INFO">/restconf/operations/neutronvpn:dissociateNetworks</msg>
<status status="PASS" endtime="20181202 17:43:42.019" starttime="20181202 17:43:42.019"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.020" level="INFO">{
   "input":{
      "vpn-id":"4ae8cd92-48ca-49b5-94e1-b2921a261111",
      "network-id":[
         "a9181e65-e21b-4f2c-879d-0c38bf92e526"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.020" starttime="20181202 17:43:42.019"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${content_type}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.020" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.020" starttime="20181202 17:43:42.020"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accept}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.021" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:43:42.021" starttime="20181202 17:43:42.020"></status>
</kw>
<kw name="Join_Two_Headers" library="TemplatedRequests">
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<arguments>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
</arguments>
<assign>
<var>${headers}</var>
</assign>
<kw name="Copy Dictionary" library="Collections">
<doc>Returns a copy of the given dictionary.</doc>
<arguments>
<arg>${first}</arg>
</arguments>
<assign>
<var>${accumulator}</var>
</assign>
<msg timestamp="20181202 17:43:42.022" level="INFO">${accumulator} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.022" starttime="20181202 17:43:42.021"></status>
</kw>
<kw name="Get Dictionary Items" library="Collections">
<doc>Returns items of the given ``dictionary``.</doc>
<arguments>
<arg>${second}</arg>
</arguments>
<assign>
<var>${items_to_add}</var>
</assign>
<msg timestamp="20181202 17:43:42.022" level="INFO">${items_to_add} = []</msg>
<status status="PASS" endtime="20181202 17:43:42.022" starttime="20181202 17:43:42.022"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.023" starttime="20181202 17:43:42.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accumulator}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.023" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.023" starttime="20181202 17:43:42.023"></status>
</kw>
<msg timestamp="20181202 17:43:42.024" level="INFO">${headers} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.024" starttime="20181202 17:43:42.021"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"""${http_timeout}""" == """${EMPTY}"""</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>ELSE</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response}</var>
</assign>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.056" level="INFO">Post Request using : alias=default, uri=/restconf/operations/neutronvpn:dissociateNetworks, data=&lt;application/yang.data+json&gt;, headers={u'Content-Type': u'application/yang.data+json'}, files=None, allow_redirects=True </msg>
<status status="PASS" endtime="20181202 17:43:42.056" starttime="20181202 17:43:42.024"></status>
</kw>
<msg timestamp="20181202 17:43:42.056" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:42.056" starttime="20181202 17:43:42.024"></status>
</kw>
<kw name="Check_Status_Code" library="TemplatedRequests">
<doc>Log response text, check status_code is one of allowed ones.</doc>
<arguments>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.text}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.057" level="INFO">{"output":{"response":"ErrorType: PROTOCOL, ErrorTag: invalid-value, ErrorMessage: dissociate Networks to vpn 4ae8cd92-48ca-49b5-94e1-b2921a261111 failed due to VPN not found : 4ae8cd92-48ca-49b5-94e1-b2921a261111"}}</msg>
<status status="PASS" endtime="20181202 17:43:42.057" starttime="20181202 17:43:42.057"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.058" level="INFO">200</msg>
<status status="PASS" endtime="20181202 17:43:42.058" starttime="20181202 17:43:42.058"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>"""${explicit_status_codes}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.058" starttime="20181202 17:43:42.058"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${additional_allowed_status_codes}</arg>
</arguments>
<assign>
<var>${final_allowd_list}</var>
</assign>
<msg timestamp="20181202 17:43:42.059" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<status status="PASS" endtime="20181202 17:43:42.059" starttime="20181202 17:43:42.059"></status>
</kw>
<kw name="List Should Contain Value" library="Collections">
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<arguments>
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.059" starttime="20181202 17:43:42.059"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.060" starttime="20181202 17:43:42.056"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${normalize_json}</arg>
<arg>BuiltIn.Return_From_Keyword</arg>
<arg>${response.text}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.060" starttime="20181202 17:43:42.060"></status>
</kw>
<kw name="Normalize Json Text" library="norm_json">
<doc>Attempt to return sorted indented JSON string.</doc>
<arguments>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
</arguments>
<assign>
<var>${text_normalized}</var>
</assign>
<msg timestamp="20181202 17:43:42.061" level="INFO">${text_normalized} = {
 "output": {
  "response": "ErrorType: PROTOCOL, ErrorTag: invalid-value, ErrorMessage: dissociate Networks to vpn 4ae8cd92-48ca-49b5-94e1-b2921a261111 failed due to VPN not found : 4ae8cd92-48ca-49...</msg>
<status status="PASS" endtime="20181202 17:43:42.061" starttime="20181202 17:43:42.060"></status>
</kw>
<msg timestamp="20181202 17:43:42.061" level="INFO">${response_text} = {
 "output": {
  "response": "ErrorType: PROTOCOL, ErrorTag: invalid-value, ErrorMessage: dissociate Networks to vpn 4ae8cd92-48ca-49b5-94e1-b2921a261111 failed due to VPN not found : 4ae8cd92-48ca-49...</msg>
<status status="PASS" endtime="20181202 17:43:42.061" starttime="20181202 17:43:42.018"></status>
</kw>
<msg timestamp="20181202 17:43:42.061" level="INFO">${response_text} = {
 "output": {
  "response": "ErrorType: PROTOCOL, ErrorTag: invalid-value, ErrorMessage: dissociate Networks to vpn 4ae8cd92-48ca-49b5-94e1-b2921a261111 failed due to VPN not found : 4ae8cd92-48ca-49...</msg>
<status status="PASS" endtime="20181202 17:43:42.061" starttime="20181202 17:43:41.944"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${verify}</arg>
<arg>Verify_Response_As_Json_Templated</arg>
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.062" starttime="20181202 17:43:42.062"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.062" starttime="20181202 17:43:41.943"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.062" starttime="20181202 17:43:41.921"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.062" starttime="20181202 17:43:41.920"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.Dissociate VPN to Router</arg>
<arg>routerid=${ROUTER_ID}</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="Dissociate VPN to Router" library="VpnOperations">
<doc>Dissociate the already associated routers from L3VPN</doc>
<arguments>
<arg>routerid=${ROUTER_ID}</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<msg timestamp="20181202 17:43:42.070" level="FAIL">Variable '${ROUTER_ID}' not found. Did you mean:
    ${ROUTER}</msg>
<status status="FAIL" endtime="20181202 17:43:42.070" starttime="20181202 17:43:42.063"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.071" starttime="20181202 17:43:42.062"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>VpnOperations.VPN Delete L3VPN</arg>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="VPN Delete L3VPN" library="VpnOperations">
<doc>Delete the created L3VPN</doc>
<arguments>
<arg>vpnid=@{VPN_INSTANCE_IDS}[0]</arg>
</arguments>
<kw name="Post_As_Json_Templated" library="TemplatedRequests">
<doc>Add arguments sensible for JSON data, return Post_Templated response text.</doc>
<arguments>
<arg>folder=${VAR_BASE}/l3vpn_delete</arg>
<arg>mapping=${Kwargs}</arg>
<arg>session=default</arg>
<arg>http_timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Post_Templated" library="TemplatedRequests">
<doc>Resolve URI and data from folder, call Post_To_Uri, return response text.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=data</arg>
<arg>extension=json</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>mapping=${mapping}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>endline=${\n}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>base_name=location</arg>
<arg>extension=uri</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<assign>
<var>${uri}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:43:42.123" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/location.uri</msg>
<status status="PASS" endtime="20181202 17:43:42.123" starttime="20181202 17:43:42.122"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.124" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/location.uri' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:42.124" starttime="20181202 17:43:42.123"></status>
</kw>
<msg timestamp="20181202 17:43:42.124" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:43:42.124" starttime="20181202 17:43:42.123"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:43:42.124" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/location.uri</msg>
<status status="PASS" endtime="20181202 17:43:42.124" starttime="20181202 17:43:42.124"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:43:42.125" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/location.uri&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:43:42.125" level="INFO">${template} = /restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:43:42.125" starttime="20181202 17:43:42.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.125" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN
</msg>
<status status="PASS" endtime="20181202 17:43:42.125" starttime="20181202 17:43:42.125"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:43:42.126" level="INFO">${final_text} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:43:42.126" starttime="20181202 17:43:42.126"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.126" starttime="20181202 17:43:42.122"></status>
</kw>
<msg timestamp="20181202 17:43:42.126" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:42.126" starttime="20181202 17:43:42.100"></status>
</kw>
<msg timestamp="20181202 17:43:42.127" level="INFO">${uri} = /restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:43:42.127" starttime="20181202 17:43:42.100"></status>
</kw>
<kw name="Resolve_Text_From_Template_Folder" library="TemplatedRequests">
<doc>Read a template from folder, strip endline, make changes according to mapping, return the result.</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>name_prefix=post_</arg>
<arg>base_name=${base_name}</arg>
<arg>extension=${extension}</arg>
<arg>mapping=${mapping}</arg>
<arg>endline=${endline}</arg>
<arg>iterations=${iterations}</arg>
<arg>iter_start=${iter_start}</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>not "${iterations}"</arg>
<arg>Resolve_Text_From_Template_File</arg>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Resolve_Text_From_Template_File" library="TemplatedRequests">
<doc>Check if /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name} exists. If yes read and Log contents of file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/${file_name},</doc>
<arguments>
<arg>folder=${folder}</arg>
<arg>file_name=${name_prefix}${base_name}.${extension}</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${folder}.${ODL_STREAM}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path_stream}</var>
</assign>
<msg timestamp="20181202 17:43:42.156" level="INFO">${file_path_stream} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete.fluorine/post_data.json</msg>
<status status="PASS" endtime="20181202 17:43:42.156" starttime="20181202 17:43:42.155"></status>
</kw>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${file_path_stream}</arg>
</arguments>
<assign>
<var>${file_stream_exists}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${file_path_stream}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.157" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete.fluorine/post_data.json' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:42.157" starttime="20181202 17:43:42.156"></status>
</kw>
<msg timestamp="20181202 17:43:42.157" level="INFO">${file_stream_exists} = False</msg>
<status status="PASS" endtime="20181202 17:43:42.157" starttime="20181202 17:43:42.156"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${file_stream_exists}</arg>
<arg>${file_path_stream}</arg>
<arg>${folder}${/}${file_name}</arg>
</arguments>
<assign>
<var>${file_path}</var>
</assign>
<msg timestamp="20181202 17:43:42.157" level="INFO">${file_path} = /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/post_data.json</msg>
<status status="PASS" endtime="20181202 17:43:42.157" starttime="20181202 17:43:42.157"></status>
</kw>
<kw name="Get File" library="OperatingSystem">
<doc>Returns the contents of a specified file.</doc>
<arguments>
<arg>${file_path}</arg>
</arguments>
<assign>
<var>${template}</var>
</assign>
<msg timestamp="20181202 17:43:42.158" html="yes" level="INFO">Getting file '&lt;a href="file:///home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json"&gt;/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/post_data.json&lt;/a&gt;'.</msg>
<msg timestamp="20181202 17:43:42.158" level="INFO">${template} = {
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:43:42.158" starttime="20181202 17:43:42.158"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${template}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.158" level="INFO">{
   "input":{
      "id":[
         "$vpnid"
      ]
   }
}
</msg>
<status status="PASS" endtime="20181202 17:43:42.158" starttime="20181202 17:43:42.158"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>string.Template('''${template}'''.rstrip()).safe_substitute(${mapping})</arg>
<arg>modules=string</arg>
</arguments>
<assign>
<var>${final_text}</var>
</assign>
<msg timestamp="20181202 17:43:42.159" level="INFO">${final_text} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261111"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.159" starttime="20181202 17:43:42.159"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.159" starttime="20181202 17:43:42.155"></status>
</kw>
<msg timestamp="20181202 17:43:42.159" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:42.159" starttime="20181202 17:43:42.134"></status>
</kw>
<msg timestamp="20181202 17:43:42.160" level="INFO">${data} = {
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261111"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.160" starttime="20181202 17:43:42.133"></status>
</kw>
<kw name="Resolve_Jmes_Path" library="TemplatedRequests">
<doc>Reads JMES path from file /home/opnfv/repos/odl_test/csit/libraries/../variables/vpnservice//l3vpn_delete/jmespath.expr if the file exists and</doc>
<arguments>
<arg>${folder}</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${read_jmes_file}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<msg timestamp="20181202 17:43:42.161" level="FAIL">File '/home/opnfv/repos/odl_test/csit/variables/vpnservice/l3vpn_delete/jmespath.expr' does not exist.</msg>
<status status="FAIL" endtime="20181202 17:43:42.161" starttime="20181202 17:43:42.161"></status>
</kw>
<msg timestamp="20181202 17:43:42.161" level="INFO">${read_jmes_file} = False</msg>
<status status="PASS" endtime="20181202 17:43:42.161" starttime="20181202 17:43:42.160"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>OperatingSystem.Get_File</arg>
<arg>${folder}${/}jmespath.expr</arg>
</arguments>
<assign>
<var>${jmes_expression}</var>
</assign>
<msg timestamp="20181202 17:43:42.162" level="INFO">${jmes_expression} = None</msg>
<status status="PASS" endtime="20181202 17:43:42.162" starttime="20181202 17:43:42.161"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>${read_jmes_file} == ${true}</arg>
<arg>${jmes_expression}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${expression}</var>
</assign>
<msg timestamp="20181202 17:43:42.162" level="INFO">${expression} = </msg>
<status status="PASS" endtime="20181202 17:43:42.162" starttime="20181202 17:43:42.162"></status>
</kw>
<msg timestamp="20181202 17:43:42.163" level="INFO">${jmes_expression} = </msg>
<status status="PASS" endtime="20181202 17:43:42.163" starttime="20181202 17:43:42.160"></status>
</kw>
<kw name="Post_To_Uri" library="TemplatedRequests">
<doc>POST data to given URI, check status code and return response text.</doc>
<arguments>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>content_type=${content_type}</arg>
<arg>accept=${accept}</arg>
<arg>session=${session}</arg>
<arg>jmes_path=${jmes_expression}</arg>
<arg>normalize_json=${normalize_json}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response_text}</var>
</assign>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${uri}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.164" level="INFO">/restconf/operations/neutronvpn:deleteL3VPN</msg>
<status status="PASS" endtime="20181202 17:43:42.164" starttime="20181202 17:43:42.164"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.164" level="INFO">{
   "input":{
      "id":[
         "4ae8cd92-48ca-49b5-94e1-b2921a261111"
      ]
   }
}</msg>
<status status="PASS" endtime="20181202 17:43:42.164" starttime="20181202 17:43:42.164"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${content_type}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.165" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.165" starttime="20181202 17:43:42.165"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accept}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.165" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:43:42.165" starttime="20181202 17:43:42.165"></status>
</kw>
<kw name="Join_Two_Headers" library="TemplatedRequests">
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<arguments>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
</arguments>
<assign>
<var>${headers}</var>
</assign>
<kw name="Copy Dictionary" library="Collections">
<doc>Returns a copy of the given dictionary.</doc>
<arguments>
<arg>${first}</arg>
</arguments>
<assign>
<var>${accumulator}</var>
</assign>
<msg timestamp="20181202 17:43:42.166" level="INFO">${accumulator} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.166" starttime="20181202 17:43:42.166"></status>
</kw>
<kw name="Get Dictionary Items" library="Collections">
<doc>Returns items of the given ``dictionary``.</doc>
<arguments>
<arg>${second}</arg>
</arguments>
<assign>
<var>${items_to_add}</var>
</assign>
<msg timestamp="20181202 17:43:42.167" level="INFO">${items_to_add} = []</msg>
<status status="PASS" endtime="20181202 17:43:42.167" starttime="20181202 17:43:42.167"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.167" starttime="20181202 17:43:42.167"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${accumulator}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.168" level="INFO">{u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.168" starttime="20181202 17:43:42.167"></status>
</kw>
<msg timestamp="20181202 17:43:42.168" level="INFO">${headers} = {u'Content-Type': u'application/yang.data+json'}</msg>
<status status="PASS" endtime="20181202 17:43:42.168" starttime="20181202 17:43:42.166"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"""${http_timeout}""" == """${EMPTY}"""</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>ELSE</arg>
<arg>RequestsLibrary.Post_Request</arg>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<assign>
<var>${response}</var>
</assign>
<kw name="Post Request" library="RequestsLibrary">
<doc>Send a POST request on the session object found using the</doc>
<arguments>
<arg>alias=${session}</arg>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.174" level="INFO">Post Request using : alias=default, uri=/restconf/operations/neutronvpn:deleteL3VPN, data=&lt;application/yang.data+json&gt;, headers={u'Content-Type': u'application/yang.data+json'}, files=None, allow_redirects=True </msg>
<status status="PASS" endtime="20181202 17:43:42.174" starttime="20181202 17:43:42.169"></status>
</kw>
<msg timestamp="20181202 17:43:42.174" level="INFO">${response} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:42.174" starttime="20181202 17:43:42.168"></status>
</kw>
<kw name="Check_Status_Code" library="TemplatedRequests">
<doc>Log response text, check status_code is one of allowed ones.</doc>
<arguments>
<arg>${response}</arg>
<arg>additional_allowed_status_codes=${additional_allowed_status_codes}</arg>
<arg>explicit_status_codes=${explicit_status_codes}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.text}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.175" level="INFO">{"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261111 does not exist","error-info":"&lt;severity&gt;warning&lt;/severity&gt;"}]}}</msg>
<status status="PASS" endtime="20181202 17:43:42.175" starttime="20181202 17:43:42.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.176" level="INFO">400</msg>
<status status="PASS" endtime="20181202 17:43:42.176" starttime="20181202 17:43:42.176"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>"""${explicit_status_codes}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes}</arg>
<arg>${response.status_code}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.176" starttime="20181202 17:43:42.176"></status>
</kw>
<kw name="Combine Lists" library="Collections">
<doc>Combines the given ``lists`` together and returns the result.</doc>
<arguments>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${additional_allowed_status_codes}</arg>
</arguments>
<assign>
<var>${final_allowd_list}</var>
</assign>
<msg timestamp="20181202 17:43:42.177" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<status status="PASS" endtime="20181202 17:43:42.177" starttime="20181202 17:43:42.177"></status>
</kw>
<kw name="List Should Contain Value" library="Collections">
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<arguments>
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.178" level="FAIL">[ 200 | 201 | 204 ] does not contain value '400'.</msg>
<status status="FAIL" endtime="20181202 17:43:42.178" starttime="20181202 17:43:42.177"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:42.178" starttime="20181202 17:43:42.174"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${normalize_json}</arg>
<arg>BuiltIn.Return_From_Keyword</arg>
<arg>${response.text}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.178" starttime="20181202 17:43:42.178"></status>
</kw>
<kw name="Normalize Json Text" library="norm_json">
<doc>Attempt to return sorted indented JSON string.</doc>
<arguments>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
</arguments>
<assign>
<var>${text_normalized}</var>
</assign>
<msg timestamp="20181202 17:43:42.179" level="INFO">${text_normalized} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261111 does not exist",
    "error-tag": "invalid...</msg>
<status status="PASS" endtime="20181202 17:43:42.179" starttime="20181202 17:43:42.178"></status>
</kw>
<msg timestamp="20181202 17:43:42.179" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261111 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:43:42.180" starttime="20181202 17:43:42.163"></status>
</kw>
<msg timestamp="20181202 17:43:42.180" level="INFO">${response_text} = {
 "errors": {
  "error": [
   {
    "error-info": "&lt;severity&gt;warning&lt;/severity&gt;",
    "error-message": "VPN with vpnid: 4ae8cd92-48ca-49b5-94e1-b2921a261111 does not exist",
    "error-tag": "invalid...</msg>
<status status="FAIL" endtime="20181202 17:43:42.180" starttime="20181202 17:43:42.092"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${verify}</arg>
<arg>Verify_Response_As_Json_Templated</arg>
<arg>response=${response_text}</arg>
<arg>folder=${folder}</arg>
<arg>base_name=response</arg>
<arg>mapping=${mapping}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.180" starttime="20181202 17:43:42.180"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:42.180" starttime="20181202 17:43:42.091"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:42.181" starttime="20181202 17:43:42.071"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.181" starttime="20181202 17:43:42.071"></status>
</kw>
<kw name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:43:42.184" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 17:43:42.184" starttime="20181202 17:43:42.184"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:42.187" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:43:42.628" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 17:43:42.628" starttime="20181202 17:43:42.185"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.629" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1982
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 607
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 4744
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3010
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 171
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.537648
distributed-data-store.config.commit.rate_Max      = 66.697705
distributed-data-store.config.commit.rate_Mean     = 6.26346186431
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 2597
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.103426
distributed-data-store.operational.commit.rate_Max      = 14.012635
distributed-data-store.operational.commit.rate_Mean     = 0.510147469262
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 7868
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 17:43:42.629" starttime="20181202 17:43:42.629"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.629" starttime="20181202 17:43:42.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.630" starttime="20181202 17:43:42.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.630" starttime="20181202 17:43:42.183"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:43:42.633" level="INFO">${tmpdir} = CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.633" starttime="20181202 17:43:42.632"></status>
</kw>
<msg timestamp="20181202 17:43:42.633" level="INFO">${dstdir} = /tmp/CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.633" starttime="20181202 17:43:42.631"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:43:42.633" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.633" starttime="20181202 17:43:42.633"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:42.636" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Arp_Learning 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:43:42.871" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 17:43:42.872" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 17:43:42.872" starttime="20181202 17:43:42.634"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:43:42.873" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 17:43:42.873" starttime="20181202 17:43:42.872"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:42.873" starttime="20181202 17:43:42.873"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.874" starttime="20181202 17:43:42.630"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:42.874" starttime="20181202 17:43:42.630"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:43:42.876" level="INFO">${tmpdir} = CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.876" starttime="20181202 17:43:42.876"></status>
</kw>
<msg timestamp="20181202 17:43:42.877" level="INFO">${dstdir} = /tmp/CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.877" starttime="20181202 17:43:42.875"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:43:42.877" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Arp_Learning</msg>
<status status="PASS" endtime="20181202 17:43:42.877" starttime="20181202 17:43:42.877"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:42.880" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_Arp_Learning 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:43:43.140" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 17:43:43.141" level="INFO">${output} = 2018-12-02 17:43:43,097 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:43:43,100 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 17:43:43.141" starttime="20181202 17:43:42.878"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.142" level="INFO">rc: 1, output: 2018-12-02 17:43:43,097 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:43:43,100 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 17:43:43,102 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 17:43:43,113 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:030a8204-4b99-490c-8c16-d0cc8dc5432c
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 17:43:43.142" starttime="20181202 17:43:43.141"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 17:43:43.143" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 17:43:43.144" starttime="20181202 17:43:43.143"></status>
</kw>
<status status="FAIL" endtime="20181202 17:43:43.144" starttime="20181202 17:43:42.874"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.144" starttime="20181202 17:43:42.874"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.144" starttime="20181202 17:43:42.182"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.147" starttime="20181202 17:43:43.147"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.149" starttime="20181202 17:43:43.148"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.149" starttime="20181202 17:43:43.149"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.154" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 17:43:43.154" starttime="20181202 17:43:43.149"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.167" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.168" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 17:43:43.168" starttime="20181202 17:43:43.154"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.168" starttime="20181202 17:43:43.147"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.169" starttime="20181202 17:43:43.169"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.170" starttime="20181202 17:43:43.169"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.171" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 17:43:43.171" starttime="20181202 17:43:43.170"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.186" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.187" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 17:43:43.187" starttime="20181202 17:43:43.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.187" starttime="20181202 17:43:43.168"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.189" starttime="20181202 17:43:43.188"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.189" starttime="20181202 17:43:43.189"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.191" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 17:43:43.191" starttime="20181202 17:43:43.189"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.196" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.197" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 17:43:43.197" starttime="20181202 17:43:43.191"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.197" starttime="20181202 17:43:43.187"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.198" starttime="20181202 17:43:43.198"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.198" starttime="20181202 17:43:43.198"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.200" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 17:43:43.200" starttime="20181202 17:43:43.198"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.205" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.206" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 17:43:43.206" starttime="20181202 17:43:43.200"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.206" starttime="20181202 17:43:43.197"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.207" starttime="20181202 17:43:43.207"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.207" starttime="20181202 17:43:43.207"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.209" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 17:43:43.209" starttime="20181202 17:43:43.207"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.214" level="INFO">qdhcp-030a8204-4b99-490c-8c16-d0cc8dc5432c
qdhcp-7d73e30a-e6c6-4966-a735-a56685fc2cfb
qdhcp-a9181e65-e21b-4f2c-879d-0c38bf92e526
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.214" level="INFO">${output} = qdhcp-030a8204-4b99-490c-8c16-d0cc8dc5432c
qdhcp-7d73e30a-e6c6-4966-a735-a56685fc2cfb
qdhcp-a9181e65-e21b-4f2c-879d-0c38bf92e526
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:43:43.214" starttime="20181202 17:43:43.209"></status>
</kw>
<msg timestamp="20181202 17:43:43.214" level="INFO">${nslist} = qdhcp-030a8204-4b99-490c-8c16-d0cc8dc5432c
qdhcp-7d73e30a-e6c6-4966-a735-a56685fc2cfb
qdhcp-a9181e65-e21b-4f2c-879d-0c38bf92e526
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:43:43.214" starttime="20181202 17:43:43.206"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 17:43:43.215" level="INFO">3 lines returned</msg>
<msg timestamp="20181202 17:43:43.215" level="INFO">@{lines} = [ qdhcp-030a8204-4b99-490c-8c16-d0cc8dc5432c | qdhcp-7d73e30a-e6c6-4966-a735-a56685fc2cfb | qdhcp-a9181e65-e21b-4f2c-879d-0c38bf92e526 ]</msg>
<status status="PASS" endtime="20181202 17:43:43.215" starttime="20181202 17:43:43.215"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-030a8204-4b99-490c-8c16-d0cc8dc5432c">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.217" starttime="20181202 17:43:43.216"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.217" starttime="20181202 17:43:43.217"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.219" level="INFO">sudo ip netns exec qdhcp-030a8204-4b99-49 0c-8c16-d0cc8dc5432c ip -o link</msg>
<status status="PASS" endtime="20181202 17:43:43.219" starttime="20181202 17:43:43.217"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.246" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
96: tapa91e4dd5-80: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:68:9a:bd brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.247" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
96: tapa91e4dd5-80: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:43:43.247" starttime="20181202 17:43:43.219"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.247" starttime="20181202 17:43:43.215"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.248" starttime="20181202 17:43:43.248"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.249" starttime="20181202 17:43:43.248"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.251" level="INFO">sudo ip netns exec qdhcp-030a8204-4b99-49 0c-8c16-d0cc8dc5432c ip -o addr</msg>
<status status="PASS" endtime="20181202 17:43:43.251" starttime="20181202 17:43:43.249"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.270" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
96: tapa91e4dd5-80    inet 169.254.169.254/16 brd 169.254.255.255 scope global tapa91e4dd5-80\       valid_lft forever preferred_lft forever
96: tapa91e4dd5-80    inet 10.30.30.2/24 brd 10.30.30.255 scope global tapa91e4dd5-80\       valid_lft forever preferred_lft forever
96: tapa91e4dd5-80    inet6 fe80::f816:3eff:fe68:9abd/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.270" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
96: tapa91e4dd5-80    inet 16...</msg>
<status status="PASS" endtime="20181202 17:43:43.270" starttime="20181202 17:43:43.251"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.271" starttime="20181202 17:43:43.247"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.272" starttime="20181202 17:43:43.272"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.273" starttime="20181202 17:43:43.272"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.275" level="INFO">sudo ip netns exec qdhcp-030a8204-4b99-49 0c-8c16-d0cc8dc5432c ip route</msg>
<status status="PASS" endtime="20181202 17:43:43.275" starttime="20181202 17:43:43.273"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.292" level="INFO">default via 10.30.30.1 dev tapa91e4dd5-80 
10.30.30.0/24 dev tapa91e4dd5-80 proto kernel scope link src 10.30.30.2 
169.254.0.0/16 dev tapa91e4dd5-80 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.292" level="INFO">${output} = default via 10.30.30.1 dev tapa91e4dd5-80 
10.30.30.0/24 dev tapa91e4dd5-80 proto kernel scope link src 10.30.30.2 
169.254.0.0/16 dev tapa91e4dd5-80 proto kernel scope link src 169.254.169.254 
[h...</msg>
<status status="PASS" endtime="20181202 17:43:43.292" starttime="20181202 17:43:43.275"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.292" starttime="20181202 17:43:43.271"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.292" starttime="20181202 17:43:43.215"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-7d73e30a-e6c6-4966-a735-a56685fc2cfb">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.294" starttime="20181202 17:43:43.293"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.294" starttime="20181202 17:43:43.294"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.297" level="INFO">sudo ip netns exec qdhcp-7d73e30a-e6c6-49 66-a735-a56685fc2cfb ip -o link</msg>
<status status="PASS" endtime="20181202 17:43:43.297" starttime="20181202 17:43:43.294"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.318" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
95: tap00badd09-14: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:81:c7:7a brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.318" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
95: tap00badd09-14: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:43:43.318" starttime="20181202 17:43:43.297"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.319" starttime="20181202 17:43:43.293"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.320" starttime="20181202 17:43:43.320"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.320" starttime="20181202 17:43:43.320"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.323" level="INFO">sudo ip netns exec qdhcp-7d73e30a-e6c6-49 66-a735-a56685fc2cfb ip -o addr</msg>
<status status="PASS" endtime="20181202 17:43:43.323" starttime="20181202 17:43:43.320"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.342" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
95: tap00badd09-14    inet 10.20.20.2/24 brd 10.20.20.255 scope global tap00badd09-14\       valid_lft forever preferred_lft forever
95: tap00badd09-14    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap00badd09-14\       valid_lft forever preferred_lft forever
95: tap00badd09-14    inet6 fe80::f816:3eff:fe81:c77a/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.342" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
95: tap00badd09-14    inet 10...</msg>
<status status="PASS" endtime="20181202 17:43:43.342" starttime="20181202 17:43:43.323"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.342" starttime="20181202 17:43:43.319"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.344" starttime="20181202 17:43:43.343"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.344" starttime="20181202 17:43:43.344"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.346" level="INFO">sudo ip netns exec qdhcp-7d73e30a-e6c6-49 66-a735-a56685fc2cfb ip route</msg>
<status status="PASS" endtime="20181202 17:43:43.346" starttime="20181202 17:43:43.344"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.366" level="INFO">default via 10.20.20.1 dev tap00badd09-14 
10.20.20.0/24 dev tap00badd09-14 proto kernel scope link src 10.20.20.2 
169.254.0.0/16 dev tap00badd09-14 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.366" level="INFO">${output} = default via 10.20.20.1 dev tap00badd09-14 
10.20.20.0/24 dev tap00badd09-14 proto kernel scope link src 10.20.20.2 
169.254.0.0/16 dev tap00badd09-14 proto kernel scope link src 169.254.169.254 
[h...</msg>
<status status="PASS" endtime="20181202 17:43:43.366" starttime="20181202 17:43:43.347"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.366" starttime="20181202 17:43:43.343"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.366" starttime="20181202 17:43:43.293"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-a9181e65-e21b-4f2c-879d-0c38bf92e526">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.368" starttime="20181202 17:43:43.367"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.368" starttime="20181202 17:43:43.368"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.370" level="INFO">sudo ip netns exec qdhcp-a9181e65-e21b-4f 2c-879d-0c38bf92e526 ip -o link</msg>
<status status="PASS" endtime="20181202 17:43:43.370" starttime="20181202 17:43:43.368"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.392" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
94: tap517f4d33-af: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:46:cc:76 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.392" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
94: tap517f4d33-af: &lt;BROADCAST,MULTI...</msg>
<status status="PASS" endtime="20181202 17:43:43.392" starttime="20181202 17:43:43.371"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.392" starttime="20181202 17:43:43.367"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.394" starttime="20181202 17:43:43.393"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.394" starttime="20181202 17:43:43.394"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.396" level="INFO">sudo ip netns exec qdhcp-a9181e65-e21b-4f 2c-879d-0c38bf92e526 ip -o addr</msg>
<status status="PASS" endtime="20181202 17:43:43.397" starttime="20181202 17:43:43.394"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.417" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
94: tap517f4d33-af    inet 10.10.10.2/24 brd 10.10.10.255 scope global tap517f4d33-af\       valid_lft forever preferred_lft forever
94: tap517f4d33-af    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap517f4d33-af\       valid_lft forever preferred_lft forever
94: tap517f4d33-af    inet6 fe80::f816:3eff:fe46:cc76/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.417" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
94: tap517f4d33-af    inet 10...</msg>
<status status="PASS" endtime="20181202 17:43:43.417" starttime="20181202 17:43:43.397"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.418" starttime="20181202 17:43:43.392"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.420" starttime="20181202 17:43:43.419"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.421" starttime="20181202 17:43:43.421"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.424" level="INFO">sudo ip netns exec qdhcp-a9181e65-e21b-4f 2c-879d-0c38bf92e526 ip route</msg>
<status status="PASS" endtime="20181202 17:43:43.424" starttime="20181202 17:43:43.421"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.443" level="INFO">default via 10.10.10.1 dev tap517f4d33-af 
10.10.10.0/24 dev tap517f4d33-af proto kernel scope link src 10.10.10.2 
169.254.0.0/16 dev tap517f4d33-af proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.443" level="INFO">${output} = default via 10.10.10.1 dev tap517f4d33-af 
10.10.10.0/24 dev tap517f4d33-af proto kernel scope link src 10.10.10.2 
169.254.0.0/16 dev tap517f4d33-af proto kernel scope link src 169.254.169.254 
[h...</msg>
<status status="PASS" endtime="20181202 17:43:43.443" starttime="20181202 17:43:43.424"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.443" starttime="20181202 17:43:43.418"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.443" starttime="20181202 17:43:43.366"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.443" starttime="20181202 17:43:43.215"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.445" starttime="20181202 17:43:43.444"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.445" starttime="20181202 17:43:43.445"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.447" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 17:43:43.447" starttime="20181202 17:43:43.445"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.469" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tapa91e4dd5-80"
            tag: 4095
            Interface "tapa91e4dd5-80"
                type: internal
        Port "tap517f4d33-af"
            tag: 4095
            Interface "tap517f4d33-af"
                type: internal
        Port "tap00badd09-14"
            tag: 4095
            Interface "tap00badd09-14"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.469" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 17:43:43.469" starttime="20181202 17:43:43.447"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.469" starttime="20181202 17:43:43.444"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.471" starttime="20181202 17:43:43.470"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.471" starttime="20181202 17:43:43.471"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.473" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 17:43:43.473" starttime="20181202 17:43:43.471"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.492" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 81
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 81
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.492" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 81
datapath_types...</msg>
<status status="PASS" endtime="20181202 17:43:43.492" starttime="20181202 17:43:43.473"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.492" starttime="20181202 17:43:43.470"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.494" starttime="20181202 17:43:43.493"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.494" starttime="20181202 17:43:43.494"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.496" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 17:43:43.496" starttime="20181202 17:43:43.494"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.514" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 36(tap517f4d33-af): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 37(tap00badd09-14): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 38(tapa91e4dd5-80): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.515" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 17:43:43.515" starttime="20181202 17:43:43.496"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.515" starttime="20181202 17:43:43.493"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.516" starttime="20181202 17:43:43.516"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.517" starttime="20181202 17:43:43.516"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.519" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 17:43:43.519" starttime="20181202 17:43:43.517"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.872" level="INFO">cookie=0x8000000, duration=6542.488s, table=0, n_packets=6540, n_bytes=353304, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=669.146s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap517f4d33-af",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2b0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=666.366s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap00badd09-14",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2c0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=663.858s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tapa91e4dd5-80",vlan_tci=0x0000/0x1fff actions=write_metadata:0x2d0000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6542.470s, table=17, n_packets=6540, n_bytes=353304, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=668.191s, table=17, n_packets=3, n_bytes=258, priority=10,metadata=0x2b0000000000/0xffffff0000000000 actions=load:0x2b-&gt;NXM_NX_REG1[0..19],load:0x139c-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0002b139c000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=665.431s, table=17, n_packets=3, n_bytes=270, priority=10,metadata=0x2c0000000000/0xffffff0000000000 actions=load:0x2c-&gt;NXM_NX_REG1[0..19],load:0x139d-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0002c139d000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=662.931s, table=17, n_packets=2, n_bytes=180, priority=10,metadata=0x2d0000000000/0xffffff0000000000 actions=load:0x2d-&gt;NXM_NX_REG1[0..19],load:0x139e-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0002d139e000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=6834.567s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=6834.553s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=6834.548s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=6834.530s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6834.558s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6673.460s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6673.460s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=6834.530s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=6834.530s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=6834.370s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x900139c, duration=668.185s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x3f actions=write_metadata:0x139c000000/0xfffffffff000000,goto_table:51
 cookie=0x900139d, duration=665.414s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x3 actions=write_metadata:0x139d000000/0xfffffffff000000,goto_table:51
 cookie=0x900139e, duration=662.941s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x10 actions=write_metadata:0x139e000000/0xfffffffff000000,goto_table:51
 cookie=0x905139c, duration=669.145s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x3f actions=write_metadata:0x139c000000/0xfffffffff000000,goto_table:51
 cookie=0x905139d, duration=666.349s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x3 actions=write_metadata:0x139d000000/0xfffffffff000000,goto_table:51
 cookie=0x905139e, duration=663.858s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x10 actions=write_metadata:0x139e000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=6833.982s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=6833.974s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=6834.370s, table=43, n_packets=6736, n_bytes=367116, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=6834.574s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=6834.499s, table=48, n_packets=6737, n_bytes=367158, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=3.831s, table=49, n_packets=2, n_bytes=108, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x805139c, duration=668.184s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x2b139c000000/0xfffffffff000000,dl_src=fa:16:3e:46:cc:76 actions=goto_table:51
 cookie=0x805139d, duration=665.404s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x2c139d000000/0xfffffffff000000,dl_src=fa:16:3e:81:c7:7a actions=goto_table:51
 cookie=0x805139e, duration=662.937s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x2d139e000000/0xfffffffff000000,dl_src=fa:16:3e:68:9a:bd actions=goto_table:51
 cookie=0x8050001, duration=6834.370s, table=50, n_packets=5945, n_bytes=321138, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=6834.499s, table=50, n_packets=601, n_bytes=32634, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6675.517s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139c, duration=668.181s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139c000000/0xffff000000,dl_dst=fa:16:3e:46:cc:76 actions=load:0x2b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139d, duration=665.398s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139d000000/0xffff000000,dl_dst=fa:16:3e:81:c7:7a actions=load:0x2c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139e, duration=662.931s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139e000000/0xffff000000,dl_dst=fa:16:3e:68:9a:bd actions=load:0x2d00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=6834.370s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=6834.370s, table=51, n_packets=6737, n_bytes=367158, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6675.872s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6675.862s, table=52, n_packets=6646, n_bytes=359016, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5735.119s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5735.116s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5719.681s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5719.681s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x870139c, duration=668.184s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139c000000/0xffff000001 actions=write_actions(group:210040)
 cookie=0x870139c, duration=668.184s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139c000001/0xffff000001 actions=write_actions(group:210039)
 cookie=0x870139d, duration=665.411s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139d000001/0xffff000001 actions=write_actions(group:210041)
 cookie=0x870139d, duration=665.406s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139d000000/0xffff000001 actions=write_actions(group:210042)
 cookie=0x870139e, duration=662.941s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139e000001/0xffff000001 actions=write_actions(group:210043)
 cookie=0x870139e, duration=662.941s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139e000000/0xffff000001 actions=write_actions(group:210044)
 cookie=0x8800001, duration=6675.857s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5734.803s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5719.349s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x880002b, duration=668.177s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x2b,metadata=0x2b0000000000/0xfffff0000000000 actions=drop
 cookie=0x880002c, duration=665.382s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x2c,metadata=0x2c0000000000/0xfffff0000000000 actions=drop
 cookie=0x880002d, duration=662.931s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x2d,metadata=0x2d0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6675.860s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5734.809s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5719.351s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002b, duration=668.177s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x2b actions=load:0x2b00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002c, duration=665.395s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x2c actions=load:0x2c00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880002d, duration=662.931s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x2d actions=load:0x2d00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=6834.567s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=6834.530s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=6834.370s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=6834.562s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=6834.312s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=6834.312s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6834.312s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=6834.306s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6834.287s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=6834.287s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=6834.287s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6834.287s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6834.310s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=6834.306s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6834.306s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6542.459s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6542.459s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=669.139s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2b00 actions=output:"tap517f4d33-af"
 cookie=0x8000007, duration=666.340s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2c00 actions=output:"tap00badd09-14"
 cookie=0x8000007, duration=663.858s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x2d00 actions=output:"tapa91e4dd5-80"
 cookie=0x6900000, duration=6834.287s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6834.287s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=6834.287s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=6834.287s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=6834.287s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=6834.287s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=6834.287s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=6834.312s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6834.310s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=6834.312s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=6834.312s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6834.312s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=6834.312s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=6834.312s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6834.287s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=6834.287s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=6834.287s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.873" level="INFO">${output} =  cookie=0x8000000, duration=6542.488s, table=0, n_packets=6540, n_bytes=353304, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 17:43:43.873" starttime="20181202 17:43:43.520"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.873" starttime="20181202 17:43:43.515"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.875" starttime="20181202 17:43:43.874"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.875" starttime="20181202 17:43:43.875"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.878" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 17:43:43.878" starttime="20181202 17:43:43.875"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.897" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210039,type=all,bucket=actions=set_field:0x2b-&gt;tun_id,resubmit(,55)
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210043,type=all,bucket=actions=set_field:0x2d-&gt;tun_id,resubmit(,55)
 group_id=210044,type=all,bucket=actions=group:210043
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210041,type=all,bucket=actions=set_field:0x2c-&gt;tun_id,resubmit(,55)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210042,type=all,bucket=actions=group:210041
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210040,type=all,bucket=actions=group:210039
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.897" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=225002,type=all,bucket=actions=drop
 group_id=210039,type=all,bucket=actions=set_field:0x2b-&gt;tun_id,resubmit(,55)
 group_id=5000,type=all,bucket=...</msg>
<status status="PASS" endtime="20181202 17:43:43.897" starttime="20181202 17:43:43.879"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.898" starttime="20181202 17:43:43.873"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:43.901" starttime="20181202 17:43:43.900"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:43:43.901" starttime="20181202 17:43:43.901"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.904" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 17:43:43.904" starttime="20181202 17:43:43.901"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:43.929" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=4970.621s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210039,duration=669.527s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=5000,duration=6834.672s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=5720.703s,ref_count=1,packet_count=0,byte_count=0
 group_id=210043,duration=664.243s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210044,duration=663.941s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210010,duration=5735.849s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210041,duration=666.729s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=6676.593s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=4959.369s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210042,duration=666.435s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210003,duration=6676.912s,ref_count=1,packet_count=6647,byte_count=359070
 group_id=210009,duration=5736.140s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=5720.398s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
 group_id=210040,duration=669.227s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:43:43.929" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=225002,duration=4970.621s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210039,duration=669.527s,ref_count=1,pa...</msg>
<status status="PASS" endtime="20181202 17:43:43.929" starttime="20181202 17:43:43.904"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.930" starttime="20181202 17:43:43.898"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.930" starttime="20181202 17:43:43.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.930" starttime="20181202 17:43:43.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.930" starttime="20181202 17:43:43.145"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.930" starttime="20181202 17:43:43.145"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 17:43:43.939" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622086f90&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:43:43.940" starttime="20181202 17:43:43.939"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.946" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.946" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.946" starttime="20181202 17:43:43.940"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.947" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:43.947" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.947" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:43.947" starttime="20181202 17:43:43.946"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.947" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.948" starttime="20181202 17:43:43.947"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.948" starttime="20181202 17:43:43.940"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.951" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.951" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.951" starttime="20181202 17:43:43.948"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.952" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","segmentation-id":63,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5020,"mac-timeout":300},{"elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","segmentation-id":3,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5021,"mac-timeout":300},{"elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","segmentation-id":16,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5022,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 17:43:43.952" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.952" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 17:43:43.952" starttime="20181202 17:43:43.951"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.952" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "elan-tag": 5020,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 63
            },
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "elan-tag": 5021,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 3
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "elan-tag": 5022,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 16
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.952" starttime="20181202 17:43:43.952"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.952" starttime="20181202 17:43:43.948"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.955" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.955" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.955" starttime="20181202 17:43:43.953"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.956" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"7b65ff58-36be-413d-9b91-525e71e6be37","elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","static-mac-entries":[{"mac-address":"fa:16:3e:97:38:20","ip-prefix":"10.20.20.4"}]},{"name":"517f4d33-afd0-49cc-83bf-6323382664af","elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","static-mac-entries":[{"mac-address":"fa:16:3e:46:cc:76","ip-prefix":"10.10.10.2"}]},{"name":"d33b3a53-1b6b-4daa-9ca3-020cc28408f5","elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","static-mac-entries":[{"mac-address":"fa:16:3e:f0:f2:05","ip-prefix":"10.10.10.3"}]},{"name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","static-mac-entries":[{"mac-address":"fa:16:3e:68:9a:bd","ip-prefix":"10.30.30.2"}]},{"name":"214b51f5-97f0-4eb3-906d-99d0a38bc3ab","elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","static-mac-entries":[{"mac-address":"fa:16:3e:c7:ff:97","ip-prefix":"10.10.10.14"}]},{"name":"1d3f405d-abe2-45e5-ada2-2841c5f8640e","elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","static-mac-entries":[{"mac-address":"fa:16:3e:dc:d9:ac","ip-prefix":"10.20.20.17"}]},{"name":"eca54ba6-52ff-4172-ac46-2361ca4cbda5","elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","static-mac-entries":[{"mac-address":"fa:16:3e:a4:67:71","ip-prefix":"10.30.30.21"}]},{"name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","static-mac-entries":[{"mac-address":"fa:16:3e:81:c7:7a","ip-prefix":"10.20.20.2"}]},{"name":"3c7f42b4-62cf-4544-ab92-875bf2f12599","elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","static-mac-entries":[{"mac-address":"fa:16:3e:01:aa:bc","ip-prefix":"10.30.30.10"}]}]}} </msg>
<msg timestamp="20181202 17:43:43.956" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.956" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "name": "7b65ff58-36be-413d-9b91-525e...</msg>
<status status="PASS" endtime="20181202 17:43:43.956" starttime="20181202 17:43:43.955"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.956" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "name": "7b65ff58-36be-413d-9b91-525e71e6be37",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.20.20.4",
                        "mac-address": "fa:16:3e:97:38:20"
                    }
                ]
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.10.10.2",
                        "mac-address": "fa:16:3e:46:cc:76"
                    }
                ]
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "name": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.10.10.3",
                        "mac-address": "fa:16:3e:f0:f2:05"
                    }
                ]
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.30.30.2",
                        "mac-address": "fa:16:3e:68:9a:bd"
                    }
                ]
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "name": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.10.10.14",
                        "mac-address": "fa:16:3e:c7:ff:97"
                    }
                ]
            },
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "name": "1d3f405d-abe2-45e5-ada2-2841c5f8640e",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.20.20.17",
                        "mac-address": "fa:16:3e:dc:d9:ac"
                    }
                ]
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "name": "eca54ba6-52ff-4172-ac46-2361ca4cbda5",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.30.30.21",
                        "mac-address": "fa:16:3e:a4:67:71"
                    }
                ]
            },
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.20.20.2",
                        "mac-address": "fa:16:3e:81:c7:7a"
                    }
                ]
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "name": "3c7f42b4-62cf-4544-ab92-875bf2f12599",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.30.30.10",
                        "mac-address": "fa:16:3e:01:aa:bc"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.957" starttime="20181202 17:43:43.956"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.957" starttime="20181202 17:43:43.952"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.960" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.960" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.960" starttime="20181202 17:43:43.957"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.963" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543771959}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"517f4d33-afd0-49cc-83bf-6323382664af","id-value":[43]},{"id-key":"00badd09-14b5-4ee5-bfbb-df57c96926f0","id-value":[44]},{"id-key":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","id-value":[45]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543770248}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543770274,"id":150000},{"ready-time-sec":1543770278,"id":150001}],"available-id-count":2,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":150001,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012},{"ready-time-sec":1543769468,"id":5014},{"ready-time-sec":1543770312,"id":5015},{"ready-time-sec":1543770319,"id":5016},{"ready-time-sec":1543771139,"id":5018},{"ready-time-sec":1543771145,"id":5017},{"ready-time-sec":1543771897,"id":5019}],"available-id-count":18,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5022,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543771946}],"id-entries":[{"id-key":"030a8204-4b99-490c-8c16-d0cc8dc5432c","id-value":[5022]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"a9181e65-e21b-4f2c-879d-0c38bf92e526","id-value":[5020]},{"id-key":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","id-value":[5021]},{"id-key":"arp.responder.group.id","id-value":[5000]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30},{"ready-time-sec":1543769453,"id":31},{"ready-time-sec":1543769466,"id":32},{"ready-time-sec":1543770287,"id":34},{"ready-time-sec":1543770298,"id":33},{"ready-time-sec":1543770310,"id":36},{"ready-time-sec":1543770317,"id":35},{"ready-time-sec":1543771116,"id":38},{"ready-time-sec":1543771130,"id":37},{"ready-time-sec":1543771136,"id":39},{"ready-time-sec":1543771143,"id":40},{"ready-time-sec":1543771882,"id":41},{"ready-time-sec":1543771895,"id":42}],"available-id-count":41,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":45,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":14,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001},{"ready-time-sec":1543770274,"id":100005},{"ready-time-sec":1543770279,"id":100007},{"ready-time-sec":1543770282,"id":100003}],"available-id-count":4,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100007,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543770252}],"id-entries":[{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32","id-value":[100006]},{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32","id-value":[100004]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543771963}],"id-entries":[{"id-key":"1a05f4ef-2976-40f9-b013-99c89d05c41a","id-value":[14]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]},{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"bb415e1c-309f-465e-858d-aa699f9349f0","id-value":[11]},{"id-key":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","id-value":[12]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","id-value":[13]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 17:43:43.963" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.963" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 17:43:43.963" starttime="20181202 17:43:43.960"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.964" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543771959
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "517f4d33-afd0-49cc-83bf-6323382664af",
                        "id-value": [
                            43
                        ]
                    },
                    {
                        "id-key": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                        "id-value": [
                            44
                        ]
                    },
                    {
                        "id-key": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                        "id-value": [
                            45
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543770248
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 150001,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 2,
                    "delayed-id-entries": [
                        {
                            "id": 150000,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 150001,
                            "ready-time-sec": 1543770278
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5022,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 18,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        },
                        {
                            "id": 5014,
                            "ready-time-sec": 1543769468
                        },
                        {
                            "id": 5015,
                            "ready-time-sec": 1543770312
                        },
                        {
                            "id": 5016,
                            "ready-time-sec": 1543770319
                        },
                        {
                            "id": 5018,
                            "ready-time-sec": 1543771139
                        },
                        {
                            "id": 5017,
                            "ready-time-sec": 1543771145
                        },
                        {
                            "id": 5019,
                            "ready-time-sec": 1543771897
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543771946
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                        "id-value": [
                            5022
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                        "id-value": [
                            5020
                        ]
                    },
                    {
                        "id-key": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                        "id-value": [
                            5021
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 45,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 41,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1543769453
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1543769466
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1543770287
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1543770298
                        },
                        {
                            "id": 36,
                            "ready-time-sec": 1543770310
                        },
                        {
                            "id": 35,
                            "ready-time-sec": 1543770317
                        },
                        {
                            "id": 38,
                            "ready-time-sec": 1543771116
                        },
                        {
                            "id": 37,
                            "ready-time-sec": 1543771130
                        },
                        {
                            "id": 39,
                            "ready-time-sec": 1543771136
                        },
                        {
                            "id": 40,
                            "ready-time-sec": 1543771143
                        },
                        {
                            "id": 41,
                            "ready-time-sec": 1543771882
                        },
                        {
                            "id": 42,
                            "ready-time-sec": 1543771895
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 14,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100007,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 4,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        },
                        {
                            "id": 100005,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 100007,
                            "ready-time-sec": 1543770279
                        },
                        {
                            "id": 100003,
                            "ready-time-sec": 1543770282
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543770252
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32",
                        "id-value": [
                            100006
                        ]
                    },
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32",
                        "id-value": [
                            100004
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543771963
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "bb415e1c-309f-465e-858d-aa699f9349f0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                        "id-value": [
                            13
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.964" starttime="20181202 17:43:43.963"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.964" starttime="20181202 17:43:43.957"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.967" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.967" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.968" starttime="20181202 17:43:43.964"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.969" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"1a05f4ef-2976-40f9-b013-99c89d05c41a","access-list-entries":{"ace":[{"rule-name":"149702f1-579a-4ca2-a9b2-20473bf796b6","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"9429ed38-c6ec-415b-8599-2f7410424cb5","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"7c454e98-a155-4417-acfd-451a12ad74d3","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c8cf49d0-63c7-47d2-8cc6-4791d729dcae","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"36c8a77e-47f1-4a67-9e0e-2fc0fe90d790","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"07db6d61-77b2-422d-889c-f9daccb57a18","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"5a222055-2932-4c45-8bdc-0c2396829a33","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"395f037b-962c-424f-a766-e2c007c56b24","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb415e1c-309f-465e-858d-aa699f9349f0","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 17:43:43.969" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.969" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-...</msg>
<status status="PASS" endtime="20181202 17:43:43.969" starttime="20181202 17:43:43.968"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.970" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "149702f1-579a-4ca2-a9b2-20473bf796b6"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "9429ed38-c6ec-415b-8599-2f7410424cb5"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "7c454e98-a155-4417-acfd-451a12ad74d3"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "c8cf49d0-63c7-47d2-8cc6-4791d729dcae"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "36c8a77e-47f1-4a67-9e0e-2fc0fe90d790"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "07db6d61-77b2-422d-889c-f9daccb57a18"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "5a222055-2932-4c45-8bdc-0c2396829a33"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "395f037b-962c-424f-a766-e2c007c56b24"
                        }
                    ]
                },
                "acl-name": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb415e1c-309f-465e-858d-aa699f9349f0",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.970" starttime="20181202 17:43:43.970"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.970" starttime="20181202 17:43:43.964"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.973" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.973" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.973" starttime="20181202 17:43:43.970"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.975" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"517f4d33-afd0-49cc-83bf-6323382664af","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap517f4d33-af"},{"name":"3c7f42b4-62cf-4544-ab92-875bf2f12599","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"10.30.30.10"},{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"fe80:0:0:0:f816:3eff:fe01:aabc"},{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.10.110"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tapa91e4dd5-80"},{"name":"214b51f5-97f0-4eb3-906d-99d0a38bc3ab","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"10.10.10.14"},{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"fe80:0:0:0:f816:3eff:fec7:ff97"},{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.10.110"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"1d3f405d-abe2-45e5-ada2-2841c5f8640e","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"10.20.20.17"},{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"fe80:0:0:0:f816:3eff:fedc:d9ac"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"eca54ba6-52ff-4172-ac46-2361ca4cbda5","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:a4:67:71","ip-address":"fe80:0:0:0:f816:3eff:fea4:6771"},{"mac-address":"fa:16:3e:a4:67:71","ip-address":"10.30.30.21"},{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.20.110"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap00badd09-14"},{"name":"d33b3a53-1b6b-4daa-9ca3-020cc28408f5","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"10.10.10.3"},{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"fe80:0:0:0:f816:3eff:fef0:f205"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"7b65ff58-36be-413d-9b91-525e71e6be37","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:97:38:20","ip-address":"10.20.20.4"},{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:97:38:20","ip-address":"fe80:0:0:0:f816:3eff:fe97:3820"},{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.10.110"}],"odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 17:43:43.975" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.975" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
...</msg>
<status status="PASS" endtime="20181202 17:43:43.975" starttime="20181202 17:43:43.974"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.975" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap517f4d33-af",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "10.30.30.10",
                        "mac-address": "fa:16:3e:01:aa:bc"
                    },
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:01:aa:bc"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe01:aabc",
                        "mac-address": "fa:16:3e:01:aa:bc"
                    },
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:01:aa:bc"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "3c7f42b4-62cf-4544-ab92-875bf2f12599",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tapa91e4dd5-80",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "10.10.10.14",
                        "mac-address": "fa:16:3e:c7:ff:97"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fec7:ff97",
                        "mac-address": "fa:16:3e:c7:ff:97"
                    },
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:c7:ff:97"
                    },
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:c7:ff:97"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:dc:d9:ac"
                    },
                    {
                        "ip-address": "10.20.20.17",
                        "mac-address": "fa:16:3e:dc:d9:ac"
                    },
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:dc:d9:ac"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fedc:d9ac",
                        "mac-address": "fa:16:3e:dc:d9:ac"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "1d3f405d-abe2-45e5-ada2-2841c5f8640e",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fea4:6771",
                        "mac-address": "fa:16:3e:a4:67:71"
                    },
                    {
                        "ip-address": "10.30.30.21",
                        "mac-address": "fa:16:3e:a4:67:71"
                    },
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:a4:67:71"
                    },
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:a4:67:71"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "eca54ba6-52ff-4172-ac46-2361ca4cbda5",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap00badd09-14",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:f0:f2:05"
                    },
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:f0:f2:05"
                    },
                    {
                        "ip-address": "10.10.10.3",
                        "mac-address": "fa:16:3e:f0:f2:05"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fef0:f205",
                        "mac-address": "fa:16:3e:f0:f2:05"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "10.20.20.4",
                        "mac-address": "fa:16:3e:97:38:20"
                    },
                    {
                        "ip-address": "192.168.20.110",
                        "mac-address": "fa:16:3e:97:38:20"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe97:3820",
                        "mac-address": "fa:16:3e:97:38:20"
                    },
                    {
                        "ip-address": "192.168.10.110",
                        "mac-address": "fa:16:3e:97:38:20"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                ],
                "enabled": true,
                "name": "7b65ff58-36be-413d-9b91-525e71e6be37",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.975" starttime="20181202 17:43:43.975"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.975" starttime="20181202 17:43:43.970"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.979" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.979" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.979" starttime="20181202 17:43:43.976"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.981" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3f930d40-89f2-4e6e-b6cd-1d1ad9932e97","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"38"}}]}}]}]},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.7d73e30a-e6c6-4966-a735-a56685fc2cfb.00badd09-14b5-4ee5-bfbb-df57c96926f0","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84238401536,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5021,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":44,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.00badd09-14b5-4ee5-bfbb-df57c96926f0","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"37"}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.517f4d33-afd0-49cc-83bf-6323382664af","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"36"}}]}}]}]},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3f930d40-89f2-4e6e-b6cd-1d1ad9932e97","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.a9181e65-e21b-4f2c-879d-0c38bf92e526.517f4d33-afd0-49cc-83bf-6323382664af","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84221624320,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5020,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":43,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.030a8204-4b99-490c-8c16-d0cc8dc5432c.a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84255178752,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5022,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":45,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]}]}} </msg>
<msg timestamp="20181202 17:43:43.982" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.982" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 17:43:43.982" starttime="20181202 17:43:43.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.982" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3f930d40-89f2-4e6e-b6cd-1d1ad9932e97",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "38"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84238401536,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5021
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 44
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.7d73e30a-e6c6-4966-a735-a56685fc2cfb.00badd09-14b5-4ee5-bfbb-df57c96926f0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "37"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.00badd09-14b5-4ee5-bfbb-df57c96926f0",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "36"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.517f4d33-afd0-49cc-83bf-6323382664af",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3f930d40-89f2-4e6e-b6cd-1d1ad9932e97",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84221624320,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5020
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 43
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.a9181e65-e21b-4f2c-879d-0c38bf92e526.517f4d33-afd0-49cc-83bf-6323382664af",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84255178752,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5022
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 45
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.030a8204-4b99-490c-8c16-d0cc8dc5432c.a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.983" starttime="20181202 17:43:43.982"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.983" starttime="20181202 17:43:43.976"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.985" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.985" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.985" starttime="20181202 17:43:43.983"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.986" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"zone-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526"},{"zone-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb"},{"zone-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:43:43.986" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.986" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 17:43:43.986" starttime="20181202 17:43:43.985"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.986" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                            },
                            {
                                "zone-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
                            },
                            {
                                "zone-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
                            },
                            {
                                "zone-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.986" starttime="20181202 17:43:43.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.987" starttime="20181202 17:43:43.983"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.990" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.990" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.990" starttime="20181202 17:43:43.987"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.991" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:43.991" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.991" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:43.991" starttime="20181202 17:43:43.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.991" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.991" starttime="20181202 17:43:43.991"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.991" starttime="20181202 17:43:43.987"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.994" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.994" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.994" starttime="20181202 17:43:43.992"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.995" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:43.995" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:43.995" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:43.995" starttime="20181202 17:43:43.994"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:43.995" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:43.995" starttime="20181202 17:43:43.995"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:43.995" starttime="20181202 17:43:43.991"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:43.999" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:43:43.999" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:43.999" starttime="20181202 17:43:43.996"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:43.999" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:43.999" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.000" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.000" starttime="20181202 17:43:43.999"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.000" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.000" starttime="20181202 17:43:44.000"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.000" starttime="20181202 17:43:43.995"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.003" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.003" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.003" starttime="20181202 17:43:44.000"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.004" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:43:44.004" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.004" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 17:43:44.004" starttime="20181202 17:43:44.003"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.004" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.005" starttime="20181202 17:43:44.004"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.005" starttime="20181202 17:43:44.000"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.007" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.007" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.007" starttime="20181202 17:43:44.005"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.007" level="INFO">To JSON using : content={"vpn-instances":{}} </msg>
<msg timestamp="20181202 17:43:44.007" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.008" level="INFO">${pretty_output} = {
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.008" starttime="20181202 17:43:44.007"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.008" level="INFO">{
    "vpn-instances": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.008" starttime="20181202 17:43:44.008"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.008" starttime="20181202 17:43:44.005"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.010" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.010" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.010" starttime="20181202 17:43:44.008"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.011" level="INFO">To JSON using : content={"vpn-interfaces":{}} </msg>
<msg timestamp="20181202 17:43:44.011" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.011" level="INFO">${pretty_output} = {
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.011" starttime="20181202 17:43:44.011"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.012" level="INFO">{
    "vpn-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.012" starttime="20181202 17:43:44.011"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.012" starttime="20181202 17:43:44.008"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.014" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.015" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.015" starttime="20181202 17:43:44.012"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.015" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 17:43:44.015" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.016" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 17:43:44.016" starttime="20181202 17:43:44.015"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.016" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:43:44.016" starttime="20181202 17:43:44.016"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.016" starttime="20181202 17:43:44.012"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.019" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.020" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.020" starttime="20181202 17:43:44.016"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.022" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"030a8204-4b99-490c-8c16-d0cc8dc5432c","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"16","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpna_net_3"},{"uuid":"a9181e65-e21b-4f2c-879d-0c38bf92e526","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"63","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpna_net_1"},{"uuid":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"3","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"vpna_net_2"}]},"security-groups":{"security-group":[{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"},{"uuid":"1a05f4ef-2976-40f9-b013-99c89d05c41a","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"vpna_sg","project-id":"17b1de510988465db29f79175f31c234"}]},"security-rules":{"security-rule":[{"uuid":"07db6d61-77b2-422d-889c-f9daccb57a18","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"36c8a77e-47f1-4a67-9e0e-2fc0fe90d790","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"7c454e98-a155-4417-acfd-451a12ad74d3","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"395f037b-962c-424f-a766-e2c007c56b24","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"c8cf49d0-63c7-47d2-8cc6-4791d729dcae","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"9429ed38-c6ec-415b-8599-2f7410424cb5","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"5a222055-2932-4c45-8bdc-0c2396829a33","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"149702f1-579a-4ca2-a9b2-20473bf796b6","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"1a05f4ef-2976-40f9-b013-99c89d05c41a"}]},"subnets":{"subnet":[{"uuid":"ed735939-d892-4787-a2c0-d0ec51b1136d","gateway-ip":"10.20.20.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.20.20.2","end":"10.20.20.254"}],"cidr":"10.20.20.0/24","network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":"vpna_sub_2"},{"uuid":"f48d9730-ed70-4737-b8df-49ad54a1a911","gateway-ip":"10.10.10.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"cidr":"10.10.10.0/24","network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":"vpna_sub_1"},{"uuid":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","gateway-ip":"10.30.30.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.30.30.2","end":"10.30.30.254"}],"cidr":"10.30.30.0/24","network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":"vpna_sub_3"}]},"ports":{"port":[{"uuid":"00badd09-14b5-4ee5-bfbb-df57c96926f0","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d73e30a-e6c6-4966-a735-a56685fc2cfb","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:81:c7:7a","admin-state-up":true,"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":""},{"uuid":"517f4d33-afd0-49cc-83bf-6323382664af","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9181e65-e21b-4f2c-879d-0c38bf92e526","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:46:cc:76","admin-state-up":true,"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":""},{"uuid":"3c7f42b4-62cf-4544-ab92-875bf2f12599","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.10"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:01:aa:bc","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:01:aa:bc","ip-address":"192.168.10.110"}],"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":"vpna_net_3_port_2"},{"uuid":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030a8204-4b99-490c-8c16-d0cc8dc5432c","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:68:9a:bd","admin-state-up":true,"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":""},{"uuid":"214b51f5-97f0-4eb3-906d-99d0a38bc3ab","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.14"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:c7:ff:97","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:c7:ff:97","ip-address":"192.168.20.110"}],"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":"vpna_net_1_port_1"},{"uuid":"1d3f405d-abe2-45e5-ada2-2841c5f8640e","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.17"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:dc:d9:ac","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:dc:d9:ac","ip-address":"192.168.20.110"}],"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":"vpna_net_2_port_1"},{"uuid":"eca54ba6-52ff-4172-ac46-2361ca4cbda5","fixed-ips":[{"subnet-id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","ip-address":"10.30.30.21"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:a4:67:71","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:a4:67:71","ip-address":"192.168.20.110"}],"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","name":"vpna_net_3_port_1"},{"uuid":"d33b3a53-1b6b-4daa-9ca3-020cc28408f5","fixed-ips":[{"subnet-id":"f48d9730-ed70-4737-b8df-49ad54a1a911","ip-address":"10.10.10.3"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:f0:f2:05","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.10.110"},{"mac-address":"fa:16:3e:f0:f2:05","ip-address":"192.168.20.110"}],"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","name":"vpna_net_1_port_2"},{"uuid":"7b65ff58-36be-413d-9b91-525e71e6be37","fixed-ips":[{"subnet-id":"ed735939-d892-4787-a2c0-d0ec51b1136d","ip-address":"10.20.20.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:97:38:20","security-groups":["1a05f4ef-2976-40f9-b013-99c89d05c41a"],"admin-state-up":true,"status":"ACTIVE","allowed-address-pairs":[{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.20.110"},{"mac-address":"fa:16:3e:97:38:20","ip-address":"192.168.10.110"}],"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","name":"vpna_net_2_port_2"}]},"routers":{}}} </msg>
<msg timestamp="20181202 17:43:44.022" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.022" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 17:43:44.022" starttime="20181202 17:43:44.020"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.023" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "vpna_net_3",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "16",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
                },
                {
                    "admin-state-up": true,
                    "name": "vpna_net_1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "63",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
                },
                {
                    "admin-state-up": true,
                    "name": "vpna_net_2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "3",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.20.20.2",
                            "subnet-id": "ed735939-d892-4787-a2c0-d0ec51b1136d"
                        }
                    ],
                    "mac-address": "fa:16:3e:81:c7:7a",
                    "name": "",
                    "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a9181e65-e21b-4f2c-879d-0c38bf92e526",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.10.10.2",
                            "subnet-id": "f48d9730-ed70-4737-b8df-49ad54a1a911"
                        }
                    ],
                    "mac-address": "fa:16:3e:46:cc:76",
                    "name": "",
                    "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "517f4d33-afd0-49cc-83bf-6323382664af"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:01:aa:bc"
                        },
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:01:aa:bc"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.30.30.10",
                            "subnet-id": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"
                        }
                    ],
                    "mac-address": "fa:16:3e:01:aa:bc",
                    "name": "vpna_net_3_port_2",
                    "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3c7f42b4-62cf-4544-ab92-875bf2f12599"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-030a8204-4b99-490c-8c16-d0cc8dc5432c",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.30.30.2",
                            "subnet-id": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"
                        }
                    ],
                    "mac-address": "fa:16:3e:68:9a:bd",
                    "name": "",
                    "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:c7:ff:97"
                        },
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:c7:ff:97"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.10.10.14",
                            "subnet-id": "f48d9730-ed70-4737-b8df-49ad54a1a911"
                        }
                    ],
                    "mac-address": "fa:16:3e:c7:ff:97",
                    "name": "vpna_net_1_port_1",
                    "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:dc:d9:ac"
                        },
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:dc:d9:ac"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.20.20.17",
                            "subnet-id": "ed735939-d892-4787-a2c0-d0ec51b1136d"
                        }
                    ],
                    "mac-address": "fa:16:3e:dc:d9:ac",
                    "name": "vpna_net_2_port_1",
                    "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1d3f405d-abe2-45e5-ada2-2841c5f8640e"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:a4:67:71"
                        },
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:a4:67:71"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.30.30.21",
                            "subnet-id": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"
                        }
                    ],
                    "mac-address": "fa:16:3e:a4:67:71",
                    "name": "vpna_net_3_port_1",
                    "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "eca54ba6-52ff-4172-ac46-2361ca4cbda5"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:f0:f2:05"
                        },
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:f0:f2:05"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.10.10.3",
                            "subnet-id": "f48d9730-ed70-4737-b8df-49ad54a1a911"
                        }
                    ],
                    "mac-address": "fa:16:3e:f0:f2:05",
                    "name": "vpna_net_1_port_2",
                    "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5"
                },
                {
                    "admin-state-up": true,
                    "allowed-address-pairs": [
                        {
                            "ip-address": "192.168.20.110",
                            "mac-address": "fa:16:3e:97:38:20"
                        },
                        {
                            "ip-address": "192.168.10.110",
                            "mac-address": "fa:16:3e:97:38:20"
                        }
                    ],
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.20.20.4",
                            "subnet-id": "ed735939-d892-4787-a2c0-d0ec51b1136d"
                        }
                    ],
                    "mac-address": "fa:16:3e:97:38:20",
                    "name": "vpna_net_2_port_2",
                    "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7b65ff58-36be-413d-9b91-525e71e6be37"
                }
            ]
        },
        "routers": {},
        "security-groups": {
            "security-group": [
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                },
                {
                    "name": "vpna_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1a05f4ef-2976-40f9-b013-99c89d05c41a"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "07db6d61-77b2-422d-889c-f9daccb57a18"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "36c8a77e-47f1-4a67-9e0e-2fc0fe90d790"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "7c454e98-a155-4417-acfd-451a12ad74d3"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "395f037b-962c-424f-a766-e2c007c56b24"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c8cf49d0-63c7-47d2-8cc6-4791d729dcae"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "9429ed38-c6ec-415b-8599-2f7410424cb5"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "5a222055-2932-4c45-8bdc-0c2396829a33"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "149702f1-579a-4ca2-a9b2-20473bf796b6"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "10.20.20.254",
                            "start": "10.20.20.2"
                        }
                    ],
                    "cidr": "10.20.20.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "10.20.20.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "vpna_sub_2",
                    "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "ed735939-d892-4787-a2c0-d0ec51b1136d"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "10.10.10.254",
                            "start": "10.10.10.2"
                        }
                    ],
                    "cidr": "10.10.10.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "10.10.10.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "vpna_sub_1",
                    "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f48d9730-ed70-4737-b8df-49ad54a1a911"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "10.30.30.254",
                            "start": "10.30.30.2"
                        }
                    ],
                    "cidr": "10.30.30.0/24",
                    "enable-dhcp": true,
                    "gateway-ip": "10.30.30.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "vpna_sub_3",
                    "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.023" starttime="20181202 17:43:44.023"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.023" starttime="20181202 17:43:44.016"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.026" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.026" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.026" starttime="20181202 17:43:44.024"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.026" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","subnet-id-list":["f48d9730-ed70-4737-b8df-49ad54a1a911"]},{"network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","subnet-id-list":["ed735939-d892-4787-a2c0-d0ec51b1136d"]},{"network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","subnet-id-list":["1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"]}]}} </msg>
<msg timestamp="20181202 17:43:44.026" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.027" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "subnet-id-list": [
                    "f48d9730-ed7...</msg>
<status status="PASS" endtime="20181202 17:43:44.027" starttime="20181202 17:43:44.026"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.027" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "subnet-id-list": [
                    "f48d9730-ed70-4737-b8df-49ad54a1a911"
                ]
            },
            {
                "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "subnet-id-list": [
                    "ed735939-d892-4787-a2c0-d0ec51b1136d"
                ]
            },
            {
                "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "subnet-id-list": [
                    "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.027" starttime="20181202 17:43:44.027"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.027" starttime="20181202 17:43:44.023"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.029" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.029" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.029" starttime="20181202 17:43:44.027"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.030" level="INFO">To JSON using : content={"neutron-vpn-portip-port-data":{}} </msg>
<msg timestamp="20181202 17:43:44.030" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.030" level="INFO">${pretty_output} = {
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.030" starttime="20181202 17:43:44.030"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.030" level="INFO">{
    "neutron-vpn-portip-port-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.030" starttime="20181202 17:43:44.030"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.031" starttime="20181202 17:43:44.027"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.033" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.033" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.033" starttime="20181202 17:43:44.031"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.033" level="INFO">To JSON using : content={"router-interfaces-map":{}} </msg>
<msg timestamp="20181202 17:43:44.033" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.033" level="INFO">${pretty_output} = {
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.033" starttime="20181202 17:43:44.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.034" level="INFO">{
    "router-interfaces-map": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.034" starttime="20181202 17:43:44.034"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.034" starttime="20181202 17:43:44.031"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.036" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.036" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.036" starttime="20181202 17:43:44.034"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.037" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"ed735939-d892-4787-a2c0-d0ec51b1136d","network-type":"VXLAN","port-list":["1d3f405d-abe2-45e5-ada2-2841c5f8640e","7b65ff58-36be-413d-9b91-525e71e6be37","00badd09-14b5-4ee5-bfbb-df57c96926f0"],"segmentation-id":3,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","subnet-ip":"10.20.20.0/24"},{"id":"f48d9730-ed70-4737-b8df-49ad54a1a911","network-type":"VXLAN","port-list":["517f4d33-afd0-49cc-83bf-6323382664af","214b51f5-97f0-4eb3-906d-99d0a38bc3ab","d33b3a53-1b6b-4daa-9ca3-020cc28408f5"],"segmentation-id":63,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"a9181e65-e21b-4f2c-879d-0c38bf92e526","subnet-ip":"10.10.10.0/24"},{"id":"1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d","network-type":"VXLAN","port-list":["3c7f42b4-62cf-4544-ab92-875bf2f12599","a91e4dd5-8045-498e-b966-2b0e83e7cd67","eca54ba6-52ff-4172-ac46-2361ca4cbda5"],"segmentation-id":16,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"030a8204-4b99-490c-8c16-d0cc8dc5432c","subnet-ip":"10.30.30.0/24"}]}} </msg>
<msg timestamp="20181202 17:43:44.037" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.037" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ed735939-d892-4787-a2c0-d0ec51b1136d",
                "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
         ...</msg>
<status status="PASS" endtime="20181202 17:43:44.037" starttime="20181202 17:43:44.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.038" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ed735939-d892-4787-a2c0-d0ec51b1136d",
                "network-id": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "network-type": "VXLAN",
                "port-list": [
                    "1d3f405d-abe2-45e5-ada2-2841c5f8640e",
                    "7b65ff58-36be-413d-9b91-525e71e6be37",
                    "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                ],
                "segmentation-id": 3,
                "subnet-ip": "10.20.20.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "f48d9730-ed70-4737-b8df-49ad54a1a911",
                "network-id": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "network-type": "VXLAN",
                "port-list": [
                    "517f4d33-afd0-49cc-83bf-6323382664af",
                    "214b51f5-97f0-4eb3-906d-99d0a38bc3ab",
                    "d33b3a53-1b6b-4daa-9ca3-020cc28408f5"
                ],
                "segmentation-id": 63,
                "subnet-ip": "10.10.10.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            },
            {
                "id": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d",
                "network-id": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "network-type": "VXLAN",
                "port-list": [
                    "3c7f42b4-62cf-4544-ab92-875bf2f12599",
                    "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                    "eca54ba6-52ff-4172-ac46-2361ca4cbda5"
                ],
                "segmentation-id": 16,
                "subnet-ip": "10.30.30.0/24",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.038" starttime="20181202 17:43:44.038"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.038" starttime="20181202 17:43:44.034"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.040" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.040" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.040" starttime="20181202 17:43:44.038"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.041" level="INFO">To JSON using : content={"vpnMaps":{}} </msg>
<msg timestamp="20181202 17:43:44.041" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.041" level="INFO">${pretty_output} = {
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.041" starttime="20181202 17:43:44.040"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.041" level="INFO">{
    "vpnMaps": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.041" starttime="20181202 17:43:44.041"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.041" starttime="20181202 17:43:44.038"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.043" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.043" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.043" starttime="20181202 17:43:44.042"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.044" level="INFO">To JSON using : content={"fibEntries":{}} </msg>
<msg timestamp="20181202 17:43:44.044" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.044" level="INFO">${pretty_output} = {
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.044" starttime="20181202 17:43:44.044"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.045" level="INFO">{
    "fibEntries": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.045" starttime="20181202 17:43:44.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.045" starttime="20181202 17:43:44.041"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.047" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.047" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.047" starttime="20181202 17:43:44.045"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.048" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"tap00badd09-14","interface-child-entry":[{"child-interface":"00badd09-14b5-4ee5-bfbb-df57c96926f0"}]},{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap517f4d33-af","interface-child-entry":[{"child-interface":"517f4d33-afd0-49cc-83bf-6323382664af"}]},{"parent-interface":"tapa91e4dd5-80","interface-child-entry":[{"child-interface":"a91e4dd5-8045-498e-b966-2b0e83e7cd67"}]}]}} </msg>
<msg timestamp="20181202 17:43:44.048" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.048" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "00badd09-...</msg>
<status status="PASS" endtime="20181202 17:43:44.048" starttime="20181202 17:43:44.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.048" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                    }
                ],
                "parent-interface": "tap00badd09-14"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "517f4d33-afd0-49cc-83bf-6323382664af"
                    }
                ],
                "parent-interface": "tap517f4d33-af"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
                    }
                ],
                "parent-interface": "tapa91e4dd5-80"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.048" starttime="20181202 17:43:44.048"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.048" starttime="20181202 17:43:44.045"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.050" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.050" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.051" starttime="20181202 17:43:44.049"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.051" level="INFO">To JSON using : content={"router-interfaces":{}} </msg>
<msg timestamp="20181202 17:43:44.051" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.051" level="INFO">${pretty_output} = {
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.051" starttime="20181202 17:43:44.051"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.052" level="INFO">{
    "router-interfaces": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.052" starttime="20181202 17:43:44.051"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.052" starttime="20181202 17:43:44.048"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.054" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.054" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.054" starttime="20181202 17:43:44.052"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.055" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"}]}} </msg>
<msg timestamp="20181202 17:43:44.055" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.055" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 17:43:44.055" starttime="20181202 17:43:44.054"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.055" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.056" starttime="20181202 17:43:44.055"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.056" starttime="20181202 17:43:44.052"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.058" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.058" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.058" starttime="20181202 17:43:44.056"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.058" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 17:43:44.058" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.058" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
               ...</msg>
<status status="PASS" endtime="20181202 17:43:44.059" starttime="20181202 17:43:44.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.059" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.059" starttime="20181202 17:43:44.059"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.059" starttime="20181202 17:43:44.056"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.062" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.062" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.062" starttime="20181202 17:43:44.059"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.062" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.063" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.063" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.063" starttime="20181202 17:43:44.062"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.063" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.063" starttime="20181202 17:43:44.063"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.063" starttime="20181202 17:43:44.059"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.065" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.065" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.065" starttime="20181202 17:43:44.063"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.066" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 17:43:44.066" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.066" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.066" starttime="20181202 17:43:44.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.067" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.067" starttime="20181202 17:43:44.066"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.067" starttime="20181202 17:43:44.063"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.069" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.069" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.069" starttime="20181202 17:43:44.067"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.070" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 17:43:44.070" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.070" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.070" starttime="20181202 17:43:44.069"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.070" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.070" starttime="20181202 17:43:44.070"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.070" starttime="20181202 17:43:44.067"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.073" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.073" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.073" starttime="20181202 17:43:44.071"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.074" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.074" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.074" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.074" starttime="20181202 17:43:44.074"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.075" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.075" starttime="20181202 17:43:44.074"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.075" starttime="20181202 17:43:44.070"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.077" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.078" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.078" starttime="20181202 17:43:44.075"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.078" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.078" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.078" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.078" starttime="20181202 17:43:44.078"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.079" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.079" starttime="20181202 17:43:44.079"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.079" starttime="20181202 17:43:44.075"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.082" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.082" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.082" starttime="20181202 17:43:44.079"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.083" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.083" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.083" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.083" starttime="20181202 17:43:44.082"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.083" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.083" starttime="20181202 17:43:44.083"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.083" starttime="20181202 17:43:44.079"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.087" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.087" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.087" starttime="20181202 17:43:44.084"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.087" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.087" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.087" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.087" starttime="20181202 17:43:44.087"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.088" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.088" starttime="20181202 17:43:44.088"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.088" starttime="20181202 17:43:44.084"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.091" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.091" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.091" starttime="20181202 17:43:44.088"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.091" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.091" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.092" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.092" starttime="20181202 17:43:44.091"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.092" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.092" starttime="20181202 17:43:44.092"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.092" starttime="20181202 17:43:44.088"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.099" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.099" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.099" starttime="20181202 17:43:44.092"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.118" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.00badd09-14b5-4ee5-bfbb-df57c96926f0.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":11264}}}]},"strict":true,"cookie":134217735,"flow-name":"default.00badd09-14b5-4ee5-bfbb-df57c96926f0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"37"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.517f4d33-afd0-49cc-83bf-6323382664af.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":11008}}}]},"strict":true,"cookie":134217735,"flow-name":"default.517f4d33-afd0-49cc-83bf-6323382664af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"36"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.a91e4dd5-8045-498e-b966-2b0e83e7cd67.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":11520}}}]},"strict":true,"cookie":134217735,"flow-name":"default.a91e4dd5-8045-498e-b966-2b0e83e7cd67","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"38"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3663","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":63}},"strict":false,"cookie":150999964,"flow-name":"ITM Flow Entry :5020","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84221624320,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3616","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":16}},"strict":false,"cookie":150999966,"flow-name":"ITM Flow Entry :5022","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84255178752,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"363","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":3}},"strict":false,"cookie":150999965,"flow-name":"ITM Flow Entry :5021","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84238401536,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385020","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":63}},"strict":false,"cookie":151327644,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84221624320,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385021","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":3}},"strict":false,"cookie":151327645,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84238401536,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385022","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":16}},"strict":false,"cookie":151327646,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84255178752,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525020false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84221624320,"metadata-mask":1099494850561}},"strict":false,"cookie":141562780,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210040}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525021true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84238401537,"metadata-mask":1099494850561}},"strict":false,"cookie":141562781,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210041}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525022true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84255178753,"metadata-mask":1099494850561}},"strict":false,"cookie":141562782,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210043}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525020true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84221624321,"metadata-mask":1099494850561}},"strict":false,"cookie":141562780,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210039}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525021false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84238401536,"metadata-mask":1099494850561}},"strict":false,"cookie":141562781,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210042}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525022false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84255178752,"metadata-mask":1099494850561}},"strict":false,"cookie":141562782,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210044}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050218365913623561444fa:16:3e:81:c7:7a","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:81:c7:7a"}},"metadata":{"metadata":48462750023680,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550429,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050208365913623561443fa:16:3e:46:cc:76","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:46:cc:76"}},"metadata":{"metadata":47363221618688,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550428,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"5050228365913623561445fa:16:3e:68:9a:bd","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:68:9a:bd"}},"metadata":{"metadata":49562278428672,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550430,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150208365913623561443fa:16:3e:46:cc:76","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:46:cc:76"}},"metadata":{"metadata":84221624320,"metadata-mask":1099494850560}},"strict":true,"cookie":134419356,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150228365913623561445fa:16:3e:68:9a:bd","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:68:9a:bd"}},"metadata":{"metadata":84255178752,"metadata-mask":1099494850560}},"strict":true,"cookie":134419358,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11520,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150218365913623561444fa:16:3e:81:c7:7a","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:81:c7:7a"}},"metadata":{"metadata":84238401536,"metadata-mask":1099494850560}},"strict":true,"cookie":134419357,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11264,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.45.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":49478023249920,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":45}},"strict":true,"cookie":142606381,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.43.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":43}},"strict":true,"cookie":142606379,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.45.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":45}},"strict":true,"cookie":142606381,"flow-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11520,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.44.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":44}},"strict":true,"cookie":142606380,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":11264,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.44.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":48378511622144,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":44}},"strict":true,"cookie":142606380,"flow-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.43.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":47278999994368,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":43}},"strict":true,"cookie":142606379,"flow-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:517f4d33-afd0-49cc-83bf-6323382664af","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:36","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:517f4d33-afd0-49cc-83bf-6323382664af","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":47278999994368,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:a91e4dd5-8045-498e-b966-2b0e83e7cd67","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:38","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:a91e4dd5-8045-498e-b966-2b0e83e7cd67","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":49478023249920,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:00badd09-14b5-4ee5-bfbb-df57c96926f0","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:37","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:00badd09-14b5-4ee5-bfbb-df57c96926f0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":48378511622144,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.a91e4dd5-8045-498e-b966-2b0e83e7cd67.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":49478023249920,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.030a8204-4b99-490c-8c16-d0cc8dc5432c.a91e4dd5-8045-498e-b966-2b0e83e7cd67","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":45,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5022,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529264608346898432,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.00badd09-14b5-4ee5-bfbb-df57c96926f0.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":48378511622144,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.7d73e30a-e6c6-4966-a735-a56685fc2cfb.00badd09-14b5-4ee5-bfbb-df57c96926f0","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":44,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5021,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529263508818493440,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.517f4d33-afd0-49cc-83bf-6323382664af.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":47278999994368,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.a9181e65-e21b-4f2c-879d-0c38bf92e526.517f4d33-afd0-49cc-83bf-6323382664af","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":43,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5020,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529262409290088448,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210040,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210039}}],"watch_port":4294967295}]},"group-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","group-type":"group-all"},{"group-id":210039,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":43}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210042,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210041}}],"watch_port":4294967295}]},"group-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210041,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":44}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","group-type":"group-all"},{"group-id":210044,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210043}}],"watch_port":4294967295}]},"group-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","group-type":"group-all"},{"group-id":210043,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":45}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:43:44.119" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.120" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:43:44.120" starttime="20181202 17:43:44.100"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.122" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210039
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210040,
                        "group-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 43
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210039,
                        "group-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210041
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210042,
                        "group-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 44
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210041,
                        "group-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210043
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210044,
                        "group-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 45
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210043,
                        "group-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.00badd09-14b5-4ee5-bfbb-df57c96926f0",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.00badd09-14b5-4ee5-bfbb-df57c96926f0.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "37"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 11264
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.517f4d33-afd0-49cc-83bf-6323382664af",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.517f4d33-afd0-49cc-83bf-6323382664af.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "36"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 11008
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.a91e4dd5-8045-498e-b966-2b0e83e7cd67.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "38"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 11520
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999964,
                                "flow-name": "ITM Flow Entry :5020",
                                "hard-timeout": 0,
                                "id": "3663",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84221624320,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 63
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999966,
                                "flow-name": "ITM Flow Entry :5022",
                                "hard-timeout": 0,
                                "id": "3616",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84255178752,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 16
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999965,
                                "flow-name": "ITM Flow Entry :5021",
                                "hard-timeout": 0,
                                "id": "363",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84238401536,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 3
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327644,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "385020",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84221624320,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 63
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327645,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "385021",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84238401536,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 3
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327646,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "385022",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84255178752,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 16
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562780,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "525020false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210040
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84221624320,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562781,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "525021true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210041
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84238401537,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562782,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "525022true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210043
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84255178753,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562780,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "525020true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210039
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84221624321,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562781,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "525021false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210042
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84238401536,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562782,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "525022false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210044
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84255178752,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550429,
                                "hard-timeout": 0,
                                "id": "5050218365913623561444fa:16:3e:81:c7:7a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:81:c7:7a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 48462750023680,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550428,
                                "hard-timeout": 0,
                                "id": "5050208365913623561443fa:16:3e:46:cc:76",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:46:cc:76"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 47363221618688,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550430,
                                "hard-timeout": 0,
                                "id": "5050228365913623561445fa:16:3e:68:9a:bd",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:68:9a:bd"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 49562278428672,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419356,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "5150208365913623561443fa:16:3e:46:cc:76",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11008
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:46:cc:76"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84221624320,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419358,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "5150228365913623561445fa:16:3e:68:9a:bd",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11520
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:68:9a:bd"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84255178752,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419357,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "5150218365913623561444fa:16:3e:81:c7:7a",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11264
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:81:c7:7a"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84238401536,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606381,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "55.45.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 49478023249920,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 45
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606379,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "55.43.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11008
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 43
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606381,
                                "flow-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                                "hard-timeout": 0,
                                "id": "55.45.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11520
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 45
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606380,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "55.44.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 11264
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 44
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606380,
                                "flow-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                                "hard-timeout": 0,
                                "id": "55.44.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 48378511622144,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 44
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606379,
                                "flow-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                                "hard-timeout": 0,
                                "id": "55.43.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 47278999994368,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 43
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:517f4d33-afd0-49cc-83bf-6323382664af",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:517f4d33-afd0-49cc-83bf-6323382664af",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 47278999994368,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:36",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 49478023249920,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:38",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:00badd09-14b5-4ee5-bfbb-df57c96926f0",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:00badd09-14b5-4ee5-bfbb-df57c96926f0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 48378511622144,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:37",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.030a8204-4b99-490c-8c16-d0cc8dc5432c.a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.a91e4dd5-8045-498e-b966-2b0e83e7cd67.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 45
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5022
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529264608346898432,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 49478023249920,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.7d73e30a-e6c6-4966-a735-a56685fc2cfb.00badd09-14b5-4ee5-bfbb-df57c96926f0",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.00badd09-14b5-4ee5-bfbb-df57c96926f0.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 44
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5021
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529263508818493440,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 48378511622144,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.a9181e65-e21b-4f2c-879d-0c38bf92e526.517f4d33-afd0-49cc-83bf-6323382664af",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.517f4d33-afd0-49cc-83bf-6323382664af.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 43
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5020
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529262409290088448,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 47278999994368,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.124" starttime="20181202 17:43:44.120"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.124" starttime="20181202 17:43:44.092"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.127" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.127" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.127" starttime="20181202 17:43:44.124"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.128" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab"},{"elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["a91e4dd5-8045-498e-b966-2b0e83e7cd67"]}]},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["00badd09-14b5-4ee5-bfbb-df57c96926f0"]}]},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["517f4d33-afd0-49cc-83bf-6323382664af"]}]},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be"}]}} </msg>
<msg timestamp="20181202 17:43:44.128" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.128" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181202 17:43:44.128" starttime="20181202 17:43:44.127"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.129" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
                        ]
                    }
                ],
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                        ]
                    }
                ],
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "517f4d33-afd0-49cc-83bf-6323382664af"
                        ]
                    }
                ],
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.129" starttime="20181202 17:43:44.128"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.129" starttime="20181202 17:43:44.124"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.131" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.131" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.131" starttime="20181202 17:43:44.129"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.132" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","mac-entry":[{"mac-address":"fa:16:3e:81:c7:7a","interface":"00badd09-14b5-4ee5-bfbb-df57c96926f0","ip-prefix":"10.20.20.2","isStaticAddress":true}]},{"elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","mac-entry":[{"mac-address":"fa:16:3e:46:cc:76","interface":"517f4d33-afd0-49cc-83bf-6323382664af","ip-prefix":"10.10.10.2","isStaticAddress":true}]},{"elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","mac-entry":[{"mac-address":"fa:16:3e:68:9a:bd","interface":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","ip-prefix":"10.30.30.2","isStaticAddress":true}]},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"}]}} </msg>
<msg timestamp="20181202 17:43:44.132" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.133" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 17:43:44.133" starttime="20181202 17:43:44.132"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.133" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb",
                "mac-entry": [
                    {
                        "interface": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                        "ip-prefix": "10.20.20.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:81:c7:7a"
                    }
                ]
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526",
                "mac-entry": [
                    {
                        "interface": "517f4d33-afd0-49cc-83bf-6323382664af",
                        "ip-prefix": "10.10.10.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:46:cc:76"
                    }
                ]
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c",
                "mac-entry": [
                    {
                        "interface": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                        "ip-prefix": "10.30.30.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:68:9a:bd"
                    }
                ]
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.133" starttime="20181202 17:43:44.133"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.133" starttime="20181202 17:43:44.129"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.136" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.137" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.137" starttime="20181202 17:43:44.134"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.137" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.137" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.137" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.137" starttime="20181202 17:43:44.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.138" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.138" starttime="20181202 17:43:44.138"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.138" starttime="20181202 17:43:44.133"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.140" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.141" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.141" starttime="20181202 17:43:44.138"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.141" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb","elan-interfaces":["00badd09-14b5-4ee5-bfbb-df57c96926f0"]},{"name":"030a8204-4b99-490c-8c16-d0cc8dc5432c","elan-interfaces":["a91e4dd5-8045-498e-b966-2b0e83e7cd67"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"a9181e65-e21b-4f2c-879d-0c38bf92e526","elan-interfaces":["517f4d33-afd0-49cc-83bf-6323382664af"]}]}} </msg>
<msg timestamp="20181202 17:43:44.141" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.141" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                ],
                "name": "7d73e3...</msg>
<status status="PASS" endtime="20181202 17:43:44.141" starttime="20181202 17:43:44.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.142" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                ],
                "name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
            },
            {
                "elan-interfaces": [
                    "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
                ],
                "name": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "517f4d33-afd0-49cc-83bf-6323382664af"
                ],
                "name": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.142" starttime="20181202 17:43:44.142"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.142" starttime="20181202 17:43:44.138"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.145" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.145" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.145" starttime="20181202 17:43:44.142"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.146" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap517f4d33-af","lower-layer-if":["openflow:83659136235614:36"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:32:34.326Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap00badd09-14","lower-layer-if":["openflow:83659136235614:37"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:32:37.133Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"517f4d33-afd0-49cc-83bf-6323382664af","lower-layer-if":["openflow:83659136235614:36"],"type":"iana-if-type:l2vlan","if-index":43,"statistics":{"discontinuity-time":"2018-12-02T17:32:34.345Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","lower-layer-if":["openflow:83659136235614:38"],"type":"iana-if-type:l2vlan","if-index":45,"statistics":{"discontinuity-time":"2018-12-02T17:32:39.640Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","lower-layer-if":["openflow:83659136235614:37"],"type":"iana-if-type:l2vlan","if-index":44,"statistics":{"discontinuity-time":"2018-12-02T17:32:37.143Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tapa91e4dd5-80","lower-layer-if":["openflow:83659136235614:38"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:32:39.632Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 17:43:44.146" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.146" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 17:43:44.146" starttime="20181202 17:43:44.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.146" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:36"
                ],
                "name": "tap517f4d33-af",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:34.326Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:37"
                ],
                "name": "tap00badd09-14",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:37.133Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 43,
                "lower-layer-if": [
                    "openflow:83659136235614:36"
                ],
                "name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:34.345Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 45,
                "lower-layer-if": [
                    "openflow:83659136235614:38"
                ],
                "name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:39.640Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 44,
                "lower-layer-if": [
                    "openflow:83659136235614:37"
                ],
                "name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:37.143Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:38"
                ],
                "name": "tapa91e4dd5-80",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:32:39.632Z"
                },
                "type": "iana-if-type:other"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.147" starttime="20181202 17:43:44.146"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.147" starttime="20181202 17:43:44.142"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.150" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.150" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.150" starttime="20181202 17:43:44.147"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.150" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":44,"port-no":37,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":45,"port-no":38,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":43,"port-no":36,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":44,"port-no":37,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":43,"port-no":36,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":45,"port-no":38,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 17:43:44.151" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.151" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 44,
                "interface-name": "00badd09...</msg>
<status status="PASS" endtime="20181202 17:43:44.151" starttime="20181202 17:43:44.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.151" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 44,
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 37,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 45,
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 38,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 43,
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 36,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 44,
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 37,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 43,
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 36,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 45,
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 38,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.151" starttime="20181202 17:43:44.151"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.151" starttime="20181202 17:43:44.147"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.154" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.154" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.154" starttime="20181202 17:43:44.152"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.155" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.155" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.155" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.155" starttime="20181202 17:43:44.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.156" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.156" starttime="20181202 17:43:44.155"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.156" starttime="20181202 17:43:44.151"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.159" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.159" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.159" starttime="20181202 17:43:44.156"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.159" level="INFO">To JSON using : content={"l3nexthop":{}} </msg>
<msg timestamp="20181202 17:43:44.159" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.159" level="INFO">${pretty_output} = {
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.160" starttime="20181202 17:43:44.159"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.160" level="INFO">{
    "l3nexthop": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.160" starttime="20181202 17:43:44.160"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.160" starttime="20181202 17:43:44.156"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.163" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.163" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.164" starttime="20181202 17:43:44.160"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.164" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.164" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.164" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.164" starttime="20181202 17:43:44.164"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.165" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.165" starttime="20181202 17:43:44.165"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.165" starttime="20181202 17:43:44.160"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.168" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.168" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.168" starttime="20181202 17:43:44.165"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.170" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap00badd09-14","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"2bd839d6-893e-4f8e-921a-01f5db1ea17a","ovsdb:name":"tap00badd09-14","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:81:c7:7a"},{"external-id-key":"iface-id","external-id-value":"00badd09-14b5-4ee5-bfbb-df57c96926f0"}],"ovsdb:port-uuid":"5bcf5fd7-f613-4053-97a4-d908567e75ed","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":37},{"tp-id":"tapa91e4dd5-80","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"1d578eaa-23eb-4a51-add6-34d579430eff","ovsdb:name":"tapa91e4dd5-80","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:68:9a:bd"},{"external-id-key":"iface-id","external-id-value":"a91e4dd5-8045-498e-b966-2b0e83e7cd67"}],"ovsdb:port-uuid":"1882b73a-dea2-4d7b-9631-cbfe30a5b8e1","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":38},{"tp-id":"tap517f4d33-af","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"e6306a9d-295e-4e88-84b1-8b8259f880f7","ovsdb:name":"tap517f4d33-af","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:46:cc:76"},{"external-id-key":"iface-id","external-id-value":"517f4d33-afd0-49cc-83bf-6323382664af"}],"ovsdb:port-uuid":"56ca64de-80d5-4fe5-9022-9b3d9da1d55d","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":36},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 17:43:44.170" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.171" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 17:43:44.171" starttime="20181202 17:43:44.169"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.171" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:81:c7:7a"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "2bd839d6-893e-4f8e-921a-01f5db1ea17a",
                            "ovsdb:name": "tap00badd09-14",
                            "ovsdb:ofport": 37,
                            "ovsdb:port-uuid": "5bcf5fd7-f613-4053-97a4-d908567e75ed",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap00badd09-14"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:68:9a:bd"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "1d578eaa-23eb-4a51-add6-34d579430eff",
                            "ovsdb:name": "tapa91e4dd5-80",
                            "ovsdb:ofport": 38,
                            "ovsdb:port-uuid": "1882b73a-dea2-4d7b-9631-cbfe30a5b8e1",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tapa91e4dd5-80"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:46:cc:76"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "517f4d33-afd0-49cc-83bf-6323382664af"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "e6306a9d-295e-4e88-84b1-8b8259f880f7",
                            "ovsdb:name": "tap517f4d33-af",
                            "ovsdb:ofport": 36,
                            "ovsdb:port-uuid": "56ca64de-80d5-4fe5-9022-9b3d9da1d55d",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap517f4d33-af"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:43:44.171" starttime="20181202 17:43:44.171"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.171" starttime="20181202 17:43:44.165"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.174" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.174" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.174" starttime="20181202 17:43:44.172"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.175" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"00badd09-14b5-4ee5-bfbb-df57c96926f0","status":"ACTIVE"},{"uuid":"517f4d33-afd0-49cc-83bf-6323382664af","status":"ACTIVE"},{"uuid":"3c7f42b4-62cf-4544-ab92-875bf2f12599","status":"DOWN"},{"uuid":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","status":"ACTIVE"},{"uuid":"214b51f5-97f0-4eb3-906d-99d0a38bc3ab","status":"DOWN"},{"uuid":"1d3f405d-abe2-45e5-ada2-2841c5f8640e","status":"DOWN"},{"uuid":"eca54ba6-52ff-4172-ac46-2361ca4cbda5","status":"DOWN"},{"uuid":"d33b3a53-1b6b-4daa-9ca3-020cc28408f5","status":"DOWN"},{"uuid":"7b65ff58-36be-413d-9b91-525e71e6be37","status":"DOWN"}]}} </msg>
<msg timestamp="20181202 17:43:44.175" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.176" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
            },
            {
                "status...</msg>
<status status="PASS" endtime="20181202 17:43:44.176" starttime="20181202 17:43:44.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.176" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "ACTIVE",
                "uuid": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
            },
            {
                "status": "ACTIVE",
                "uuid": "517f4d33-afd0-49cc-83bf-6323382664af"
            },
            {
                "status": "DOWN",
                "uuid": "3c7f42b4-62cf-4544-ab92-875bf2f12599"
            },
            {
                "status": "ACTIVE",
                "uuid": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
            },
            {
                "status": "DOWN",
                "uuid": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab"
            },
            {
                "status": "DOWN",
                "uuid": "1d3f405d-abe2-45e5-ada2-2841c5f8640e"
            },
            {
                "status": "DOWN",
                "uuid": "eca54ba6-52ff-4172-ac46-2361ca4cbda5"
            },
            {
                "status": "DOWN",
                "uuid": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5"
            },
            {
                "status": "DOWN",
                "uuid": "7b65ff58-36be-413d-9b91-525e71e6be37"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.176" starttime="20181202 17:43:44.176"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.176" starttime="20181202 17:43:44.172"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.179" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.179" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.179" starttime="20181202 17:43:44.176"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.180" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.180" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.180" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.180" starttime="20181202 17:43:44.179"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.180" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.180" starttime="20181202 17:43:44.180"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.181" starttime="20181202 17:43:44.176"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.183" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.183" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.183" starttime="20181202 17:43:44.181"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.184" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":45,"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67"},{"if-index":44,"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"},{"if-index":43,"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af"}]}} </msg>
<msg timestamp="20181202 17:43:44.184" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.184" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 45,
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
            }...</msg>
<status status="PASS" endtime="20181202 17:43:44.184" starttime="20181202 17:43:44.183"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.185" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 45,
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67"
            },
            {
                "if-index": 44,
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            },
            {
                "if-index": 43,
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.185" starttime="20181202 17:43:44.184"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.185" starttime="20181202 17:43:44.181"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.188" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.188" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.188" starttime="20181202 17:43:44.185"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.188" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.188" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.189" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.189" starttime="20181202 17:43:44.188"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.189" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.189" starttime="20181202 17:43:44.189"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.189" starttime="20181202 17:43:44.185"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.191" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.192" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.192" starttime="20181202 17:43:44.189"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.192" level="INFO">To JSON using : content={"neutron-router-dpns":{"router-dpn-list":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c"}]}} </msg>
<msg timestamp="20181202 17:43:44.192" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.192" level="INFO">${pretty_output} = {
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.192" starttime="20181202 17:43:44.192"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.193" level="INFO">{
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.193" starttime="20181202 17:43:44.193"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.193" starttime="20181202 17:43:44.189"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.196" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.196" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.196" starttime="20181202 17:43:44.193"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.197" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.197" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.197" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.197" starttime="20181202 17:43:44.196"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.197" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.197" starttime="20181202 17:43:44.197"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.197" starttime="20181202 17:43:44.193"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.200" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.200" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.200" starttime="20181202 17:43:44.198"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.201" level="INFO">To JSON using : content={"prefix-to-interface":{}} </msg>
<msg timestamp="20181202 17:43:44.201" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.201" level="INFO">${pretty_output} = {
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.201" starttime="20181202 17:43:44.200"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.201" level="INFO">{
    "prefix-to-interface": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.201" starttime="20181202 17:43:44.201"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.201" starttime="20181202 17:43:44.197"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.203" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.204" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.204" starttime="20181202 17:43:44.201"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.204" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 17:43:44.204" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.205" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 17:43:44.205" starttime="20181202 17:43:44.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.205" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.205" starttime="20181202 17:43:44.205"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.206" starttime="20181202 17:43:44.201"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.208" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.208" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.208" starttime="20181202 17:43:44.206"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.209" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 17:43:44.209" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.209" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured":...</msg>
<status status="PASS" endtime="20181202 17:43:44.209" starttime="20181202 17:43:44.209"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.210" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.210" starttime="20181202 17:43:44.210"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.210" starttime="20181202 17:43:44.206"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.212" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.212" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.212" starttime="20181202 17:43:44.210"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.213" level="INFO">To JSON using : content={"vpn-interface-op-data":{}} </msg>
<msg timestamp="20181202 17:43:44.213" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.213" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.213" starttime="20181202 17:43:44.212"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.213" level="INFO">{
    "vpn-interface-op-data": {}
}</msg>
<status status="PASS" endtime="20181202 17:43:44.213" starttime="20181202 17:43:44.213"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.213" starttime="20181202 17:43:44.210"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.217" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.217" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.217" starttime="20181202 17:43:44.214"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.217" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 17:43:44.217" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.218" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 17:43:44.218" starttime="20181202 17:43:44.217"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.218" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.218" starttime="20181202 17:43:44.218"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.218" starttime="20181202 17:43:44.214"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.221" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.221" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.221" starttime="20181202 17:43:44.219"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.222" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.222" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.222" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.222" starttime="20181202 17:43:44.222"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.223" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.223" starttime="20181202 17:43:44.222"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.223" starttime="20181202 17:43:44.218"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.226" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.226" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.226" starttime="20181202 17:43:44.223"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.227" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.227" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.227" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.227" starttime="20181202 17:43:44.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.227" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.227" starttime="20181202 17:43:44.227"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.227" starttime="20181202 17:43:44.223"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.230" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.230" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.230" starttime="20181202 17:43:44.228"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.231" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:43:44.231" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.231" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:43:44.231" starttime="20181202 17:43:44.230"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.231" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.232" starttime="20181202 17:43:44.231"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.232" starttime="20181202 17:43:44.227"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:43:44.236" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:43:44.236" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.236" starttime="20181202 17:43:44.232"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:43:44.239" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:36","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap517f4d33-af","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":36,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:37","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap00badd09-14","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":37,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:38","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tapa91e4dd5-80","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":38,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 17:43:44.240" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:43:44.240" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 17:43:44.240" starttime="20181202 17:43:44.237"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.241" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap517f4d33-af",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 36,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:36"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap00badd09-14",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 37,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:37"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tapa91e4dd5-80",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 38,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:38"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:43:44.241" starttime="20181202 17:43:44.240"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.241" starttime="20181202 17:43:44.232"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.241" starttime="20181202 17:43:43.940"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.241" starttime="20181202 17:43:43.938"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.241" starttime="20181202 17:43:43.930"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:43:44.243" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.Arp Learning/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 17:43:44.243" starttime="20181202 17:43:44.242"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.253" starttime="20181202 17:43:44.253"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:43:44.254" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:43:44.254" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:43:44.254" starttime="20181202 17:43:44.254"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:43:44.255" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.Arp Learning/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:43:44.255" starttime="20181202 17:43:44.254"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:43:44.256" level="INFO">${conn_id} = 17</msg>
<status status="PASS" endtime="20181202 17:43:44.256" starttime="20181202 17:43:44.255"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:43:44.257" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:43:44.257" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:43:44.257" starttime="20181202 17:43:44.256"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.257" starttime="20181202 17:43:44.257"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.258" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:43:44.588" level="INFO">Read output: Last login: Sun Dec  2 17:32:19 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:43:44.589" starttime="20181202 17:43:44.258"></status>
</kw>
<msg timestamp="20181202 17:43:44.589" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:44.589" starttime="20181202 17:43:44.257"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.590" starttime="20181202 17:43:44.256"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:43:44.591" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.Arp Learning/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 17:43:44.604" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 17:43:44.605" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:43:44.605" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:43:44.605" starttime="20181202 17:43:44.590"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:43:44.670" starttime="20181202 17:43:44.605"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.671" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:43:44.671" starttime="20181202 17:43:44.670"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.672" starttime="20181202 17:43:44.671"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.673" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:44.673" starttime="20181202 17:43:44.673"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.673" starttime="20181202 17:43:44.672"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.676" starttime="20181202 17:43:44.676"></status>
</kw>
<msg timestamp="20181202 17:43:44.676" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:44.677" starttime="20181202 17:43:44.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.677" starttime="20181202 17:43:44.674"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.677" starttime="20181202 17:43:44.252"></status>
</kw>
<msg timestamp="20181202 17:43:44.677" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:43:44.677" starttime="20181202 17:43:44.252"></status>
</kw>
<msg timestamp="20181202 17:43:44.677" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:43:44.677" starttime="20181202 17:43:44.251"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 17:43:44.678" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 17:43:44.678" starttime="20181202 17:43:44.678"></status>
</kw>
<msg timestamp="20181202 17:43:44.679" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 17:43:44.679" starttime="20181202 17:43:44.250"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 17:43:44.680" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 17:43:44.680" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 17:43:44.680" starttime="20181202 17:43:44.679"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.681" starttime="20181202 17:43:44.680"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 17:43:44.681" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:43:44.682" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 17:43:44.682" starttime="20181202 17:43:44.681"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.683" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 17:43:44.683" starttime="20181202 17:43:44.683"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.683" starttime="20181202 17:43:44.682"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.683" starttime="20181202 17:43:44.242"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.683" starttime="20181202 17:43:44.242"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.683" starttime="20181202 17:43:44.241"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:44.696" starttime="20181202 17:43:44.696"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.697" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:43:44.824" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:43:44.824" starttime="20181202 17:43:44.697"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.835" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 17:43:44.835" starttime="20181202 17:43:44.825"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:43:44.838" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:43:44.838" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.838" starttime="20181202 17:43:44.835"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:43:44.880" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:43:44.880" starttime="20181202 17:43:44.838"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:43:44.882" starttime="20181202 17:43:44.880"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:43:44.882" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:44.882"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:44.695"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:44.684"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:44.684"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:44.684"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:42.182"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:44.883" starttime="20181202 17:43:42.181"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:43:44.885" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:43:44.885" starttime="20181202 17:43:44.885"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:44.886" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:43:44.928" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:47.030" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:47.031" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:47.031" starttime="20181202 17:43:44.886"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:47.032" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:43:47.034" starttime="20181202 17:43:47.032"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:47.035" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:47.035" starttime="20181202 17:43:47.034"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:47.036" starttime="20181202 17:43:47.035"></status>
</kw>
<msg timestamp="20181202 17:43:47.036" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:43:47.036" starttime="20181202 17:43:44.885"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:43:47.037" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:43:47.037" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:43:47.037" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:43:47.037" starttime="20181202 17:43:47.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:43:47.038" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:43:47.038" starttime="20181202 17:43:47.038"></status>
</kw>
<msg timestamp="20181202 17:43:47.039" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:43:47.039" starttime="20181202 17:43:44.884"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:43:47.039" starttime="20181202 17:43:47.039"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:43:47.040" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:43:47.040" starttime="20181202 17:43:47.040"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:47.042" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:43:47.077" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:50.034" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:50.035" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:50.035" starttime="20181202 17:43:47.042"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:50.036" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "vpna_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "67dc515d-91fe-41ac-a03d-42bbaab6ed2d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "158b9a8e-4651-4b9e-a8eb-704165af3d8f", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "7344b251-80fb-4627-a5d3-d4c257c9d6bd", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "38e19975-f90e-43ed-ba6e-1460cef22b37", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "848b7b2b-8786-469f-b7cc-a772ab132b9d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:43:50.036" starttime="20181202 17:43:50.035"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:50.036" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:50.036" starttime="20181202 17:43:50.036"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:50.037" starttime="20181202 17:43:50.037"></status>
</kw>
<msg timestamp="20181202 17:43:50.037" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "vpna_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "67dc515d-91fe-41ac-a03d-42bbaab6ed2d", 
    "Flavor": "m1.nano", 
    "Networks": ""
...</msg>
<status status="PASS" endtime="20181202 17:43:50.037" starttime="20181202 17:43:47.041"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:43:50.038" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "vpna_net_3_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "67dc515d-91fe-41ac-a03d-42bbaab6ed2d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_3_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_2_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "158b9a8e-4651-4b9e-a8eb-704165af3d8f", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_2_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "7344b251-80fb-4627-a5d3-d4c257c9d6bd", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_1_vm_2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "38e19975-f90e-43ed-ba6e-1460cef22b37", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "vpna_net_1_vm_1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "848b7b2b-8786-469f-b7cc-a772ab132b9d", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 17:43:50.038" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:43:50.038" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'67dc515d-91fe-41ac-a03d-42bbaab6ed2d', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERR...</msg>
<status status="PASS" endtime="20181202 17:43:50.038" starttime="20181202 17:43:50.038"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:43:50.039" level="INFO">[{u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'67dc515d-91fe-41ac-a03d-42bbaab6ed2d', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpna_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'158b9a8e-4651-4b9e-a8eb-704165af3d8f', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpna_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'7344b251-80fb-4627-a5d3-d4c257c9d6bd', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpna_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'38e19975-f90e-43ed-ba6e-1460cef22b37', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'vpna_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'848b7b2b-8786-469f-b7cc-a772ab132b9d', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 17:43:50.039" starttime="20181202 17:43:50.038"></status>
</kw>
<msg timestamp="20181202 17:43:50.039" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'67dc515d-91fe-41ac-a03d-42bbaab6ed2d', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u'ERR...</msg>
<status status="PASS" endtime="20181202 17:43:50.039" starttime="20181202 17:43:47.039"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'67dc515d-91fe-41ac-a03d-42bbaab6ed2d', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:50.047" level="INFO">Starting process:
openstack server show 67dc515d-91fe-41ac-a03d-42bbaab6ed2d</msg>
<msg timestamp="20181202 17:43:50.069" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:53.207" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:53.208" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:53.208" starttime="20181202 17:43:50.047"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:53.209" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000029                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:39Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:39Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 67dc515d-91fe-41ac-a03d-42bbaab6ed2d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_3_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:39Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:43:53.210" starttime="20181202 17:43:53.208"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:53.210" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:53.210" starttime="20181202 17:43:53.210"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:53.211" starttime="20181202 17:43:53.210"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:53.211" starttime="20181202 17:43:50.046"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:53.220" level="INFO">Starting process:
openstack server delete 67dc515d-91fe-41ac-a03d-42bbaab6ed2d</msg>
<msg timestamp="20181202 17:43:53.249" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:56.809" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:56.809" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:56.809" starttime="20181202 17:43:53.220"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:56.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:56.811" starttime="20181202 17:43:56.810"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:56.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:56.811" starttime="20181202 17:43:56.811"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:56.812" starttime="20181202 17:43:56.811"></status>
</kw>
<msg timestamp="20181202 17:43:56.812" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:43:56.812" starttime="20181202 17:43:53.219"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:56.812" starttime="20181202 17:43:53.212"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:56.812" starttime="20181202 17:43:53.211"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:56.812" starttime="20181202 17:43:50.039"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_3_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:56.821" level="INFO">Starting process:
openstack server show 62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4</msg>
<msg timestamp="20181202 17:43:56.845" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:43:59.745" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:43:59.746" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:43:59.746" starttime="20181202 17:43:56.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:43:59.747" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000028                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:35Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:35Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_3_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:35Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:43:59.747" starttime="20181202 17:43:59.746"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:43:59.748" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:43:59.748" starttime="20181202 17:43:59.748"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:43:59.749" starttime="20181202 17:43:59.748"></status>
</kw>
<status status="PASS" endtime="20181202 17:43:59.749" starttime="20181202 17:43:56.820"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:43:59.758" level="INFO">Starting process:
openstack server delete 62a2ea3f-d6e0-4ba5-b063-cbe98c4d93d4</msg>
<msg timestamp="20181202 17:43:59.779" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:02.476" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:02.476" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:02.476" starttime="20181202 17:43:59.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:02.477" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:02.477" starttime="20181202 17:44:02.477"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:02.478" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:02.478" starttime="20181202 17:44:02.478"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:02.479" starttime="20181202 17:44:02.478"></status>
</kw>
<msg timestamp="20181202 17:44:02.479" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:02.479" starttime="20181202 17:43:59.757"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:02.479" starttime="20181202 17:43:59.750"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:02.479" starttime="20181202 17:43:59.749"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:02.479" starttime="20181202 17:43:56.812"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_2_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'158b9a8e-4651-4b9e-a8eb-704165af3d8f', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:02.488" level="INFO">Starting process:
openstack server show 158b9a8e-4651-4b9e-a8eb-704165af3d8f</msg>
<msg timestamp="20181202 17:44:02.520" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:05.590" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:05.590" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:05.590" starttime="20181202 17:44:02.487"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:05.592" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000027                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:31Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:31Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 158b9a8e-4651-4b9e-a8eb-704165af3d8f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_2_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:31Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:44:05.594" starttime="20181202 17:44:05.591"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:05.595" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:05.595" starttime="20181202 17:44:05.594"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:05.596" starttime="20181202 17:44:05.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:05.597" starttime="20181202 17:44:02.487"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:05.616" level="INFO">Starting process:
openstack server delete 158b9a8e-4651-4b9e-a8eb-704165af3d8f</msg>
<msg timestamp="20181202 17:44:05.636" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:08.473" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:08.473" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:08.474" starttime="20181202 17:44:05.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:08.476" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:08.476" starttime="20181202 17:44:08.475"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:08.477" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:08.477" starttime="20181202 17:44:08.476"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:08.479" starttime="20181202 17:44:08.478"></status>
</kw>
<msg timestamp="20181202 17:44:08.480" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:08.480" starttime="20181202 17:44:05.614"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:08.480" starttime="20181202 17:44:05.598"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:08.480" starttime="20181202 17:44:05.597"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:08.480" starttime="20181202 17:44:02.479"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_2_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'7344b251-80fb-4627-a5d3-d4c257c9d6bd', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:08.500" level="INFO">Starting process:
openstack server show 7344b251-80fb-4627-a5d3-d4c257c9d6bd</msg>
<msg timestamp="20181202 17:44:08.528" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:11.449" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:11.450" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:11.450" starttime="20181202 17:44:08.499"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:11.451" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000026                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:27Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:28Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 7344b251-80fb-4627-a5d3-d4c257c9d6bd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_2_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:28Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:44:11.452" starttime="20181202 17:44:11.451"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:11.453" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:11.453" starttime="20181202 17:44:11.453"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:11.454" starttime="20181202 17:44:11.454"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:11.455" starttime="20181202 17:44:08.498"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:11.467" level="INFO">Starting process:
openstack server delete 7344b251-80fb-4627-a5d3-d4c257c9d6bd</msg>
<msg timestamp="20181202 17:44:11.492" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:14.674" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:14.674" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:14.674" starttime="20181202 17:44:11.466"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:14.676" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:14.676" starttime="20181202 17:44:14.675"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:14.677" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:14.677" starttime="20181202 17:44:14.676"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:14.678" starttime="20181202 17:44:14.677"></status>
</kw>
<msg timestamp="20181202 17:44:14.678" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:14.678" starttime="20181202 17:44:11.466"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:14.678" starttime="20181202 17:44:11.456"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:14.678" starttime="20181202 17:44:11.455"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:14.679" starttime="20181202 17:44:08.480"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_1_vm_2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'38e19975-f90e-43ed-ba6e-1460cef22b37', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:14.688" level="INFO">Starting process:
openstack server show 38e19975-f90e-43ed-ba6e-1460cef22b37</msg>
<msg timestamp="20181202 17:44:14.711" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:17.725" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:17.725" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:17.725" starttime="20181202 17:44:14.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:17.728" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000025                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:23Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:24Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 38e19975-f90e-43ed-ba6e-1460cef22b37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_1_vm_2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:24Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:44:17.729" starttime="20181202 17:44:17.727"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:17.730" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:17.731" starttime="20181202 17:44:17.730"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:17.732" starttime="20181202 17:44:17.731"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:17.733" starttime="20181202 17:44:14.687"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:17.754" level="INFO">Starting process:
openstack server delete 38e19975-f90e-43ed-ba6e-1460cef22b37</msg>
<msg timestamp="20181202 17:44:17.783" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:20.914" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:20.915" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:20.915" starttime="20181202 17:44:17.753"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:20.916" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:20.916" starttime="20181202 17:44:20.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:20.916" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:20.916" starttime="20181202 17:44:20.916"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:20.917" starttime="20181202 17:44:20.917"></status>
</kw>
<msg timestamp="20181202 17:44:20.917" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:20.917" starttime="20181202 17:44:17.752"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:20.918" starttime="20181202 17:44:17.735"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:20.918" starttime="20181202 17:44:17.734"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:20.918" starttime="20181202 17:44:14.679"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'vpna_net_1_vm_1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'848b7b2b-8786-469f-b7cc-a772ab132b9d', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:20.926" level="INFO">Starting process:
openstack server show 848b7b2b-8786-469f-b7cc-a772ab132b9d</msg>
<msg timestamp="20181202 17:44:20.969" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:23.949" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:23.950" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:23.950" starttime="20181202 17:44:20.926"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:23.951" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-00000024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:33:20Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:33:20Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 848b7b2b-8786-469f-b7cc-a772ab132b9d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | vpna_net_1_vm_1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:33:20Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:44:23.952" starttime="20181202 17:44:23.950"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:23.952" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:23.952" starttime="20181202 17:44:23.952"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:23.953" starttime="20181202 17:44:23.952"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:23.953" starttime="20181202 17:44:20.925"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:23.962" level="INFO">Starting process:
openstack server delete 848b7b2b-8786-469f-b7cc-a772ab132b9d</msg>
<msg timestamp="20181202 17:44:24.007" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:26.809" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:26.810" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:26.810" starttime="20181202 17:44:23.962"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:26.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:26.811" starttime="20181202 17:44:26.811"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:26.812" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:26.812" starttime="20181202 17:44:26.812"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:26.813" starttime="20181202 17:44:26.812"></status>
</kw>
<msg timestamp="20181202 17:44:26.813" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:26.813" starttime="20181202 17:44:23.962"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:26.813" starttime="20181202 17:44:23.954"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:26.814" starttime="20181202 17:44:23.953"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:26.814" starttime="20181202 17:44:20.918"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:26.814" starttime="20181202 17:43:50.039"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:26.815" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:44:26.815" starttime="20181202 17:44:26.815"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:26.816" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:44:26.857" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:29.040" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:29.040" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:29.040" starttime="20181202 17:44:26.816"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:29.042" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:44:29.042" starttime="20181202 17:44:29.041"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:29.043" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:29.043" starttime="20181202 17:44:29.042"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:29.044" starttime="20181202 17:44:29.043"></status>
</kw>
<msg timestamp="20181202 17:44:29.044" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:44:29.044" starttime="20181202 17:44:26.815"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:29.045" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:44:29.045" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:44:29.045" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:44:29.045" starttime="20181202 17:44:29.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:44:29.046" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:44:29.046" starttime="20181202 17:44:29.046"></status>
</kw>
<msg timestamp="20181202 17:44:29.046" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:44:29.047" starttime="20181202 17:44:26.814"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:44:29.047" starttime="20181202 17:44:29.047"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:29.048" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:44:29.048" starttime="20181202 17:44:29.048"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:29.050" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:44:29.093" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:31.287" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:31.288" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:31.288" starttime="20181202 17:44:29.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:31.289" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "00badd09-14b5-4ee5-bfbb-df57c96926f0", 
    "MAC Address": "fa:16:3e:81:c7:7a", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.20.20.17', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "1d3f405d-abe2-45e5-ada2-2841c5f8640e", 
    "MAC Address": "fa:16:3e:dc:d9:ac", 
    "Name": "vpna_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.10.10.14', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab", 
    "MAC Address": "fa:16:3e:c7:ff:97", 
    "Name": "vpna_net_1_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.30.30.10', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "3c7f42b4-62cf-4544-ab92-875bf2f12599", 
    "MAC Address": "fa:16:3e:01:aa:bc", 
    "Name": "vpna_net_3_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.10.10.2', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "517f4d33-afd0-49cc-83bf-6323382664af", 
    "MAC Address": "fa:16:3e:46:cc:76", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.20.20.4', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "7b65ff58-36be-413d-9b91-525e71e6be37", 
    "MAC Address": "fa:16:3e:97:38:20", 
    "Name": "vpna_net_2_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.30.30.2', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "a91e4dd5-8045-498e-b966-2b0e83e7cd67", 
    "MAC Address": "fa:16:3e:68:9a:bd", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.10.10.3', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5", 
    "MAC Address": "fa:16:3e:f0:f2:05", 
    "Name": "vpna_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.30.30.21', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "eca54ba6-52ff-4172-ac46-2361ca4cbda5", 
    "MAC Address": "fa:16:3e:a4:67:71", 
    "Name": "vpna_net_3_port_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:44:31.290" starttime="20181202 17:44:31.289"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:31.291" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:31.291" starttime="20181202 17:44:31.291"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:31.292" starttime="20181202 17:44:31.292"></status>
</kw>
<msg timestamp="20181202 17:44:31.293" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "00badd09-14b5-4ee5-bfbb-df57c96926f0", 
    "MAC Addre...</msg>
<status status="PASS" endtime="20181202 17:44:31.293" starttime="20181202 17:44:29.049"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:31.293" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "00badd09-14b5-4ee5-bfbb-df57c96926f0", 
    "MAC Address": "fa:16:3e:81:c7:7a", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.20.20.17', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "1d3f405d-abe2-45e5-ada2-2841c5f8640e", 
    "MAC Address": "fa:16:3e:dc:d9:ac", 
    "Name": "vpna_net_2_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.10.10.14', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "214b51f5-97f0-4eb3-906d-99d0a38bc3ab", 
    "MAC Address": "fa:16:3e:c7:ff:97", 
    "Name": "vpna_net_1_port_1"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.30.30.10', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "3c7f42b4-62cf-4544-ab92-875bf2f12599", 
    "MAC Address": "fa:16:3e:01:aa:bc", 
    "Name": "vpna_net_3_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.10.10.2', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "517f4d33-afd0-49cc-83bf-6323382664af", 
    "MAC Address": "fa:16:3e:46:cc:76", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.20.20.4', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", 
    "ID": "7b65ff58-36be-413d-9b91-525e71e6be37", 
    "MAC Address": "fa:16:3e:97:38:20", 
    "Name": "vpna_net_2_port_2"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.30.30.2', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "a91e4dd5-8045-498e-b966-2b0e83e7cd67", 
    "MAC Address": "fa:16:3e:68:9a:bd", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.10.10.3', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", 
    "ID": "d33b3a53-1b6b-4daa-9ca3-020cc28408f5", 
    "MAC Address": "fa:16:3e:f0:f2:05", 
    "Name": "vpna_net_1_port_2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.30.30.21', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", 
    "ID": "eca54ba6-52ff-4172-ac46-2361ca4cbda5", 
    "MAC Address": "fa:16:3e:a4:67:71", 
    "Name": "vpna_net_3_port_1"
  }
] </msg>
<msg timestamp="20181202 17:44:31.294" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:44:31.294" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", u'ID': u'00badd09-14b5-4ee5-bfbb-df57c96926f0', u'MAC Address': u'fa:16:3e...</msg>
<status status="PASS" endtime="20181202 17:44:31.294" starttime="20181202 17:44:31.293"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:44:31.294" level="INFO">[{u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", u'ID': u'00badd09-14b5-4ee5-bfbb-df57c96926f0', u'MAC Address': u'fa:16:3e:81:c7:7a', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.20.20.17', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", u'ID': u'1d3f405d-abe2-45e5-ada2-2841c5f8640e', u'MAC Address': u'fa:16:3e:dc:d9:ac', u'Name': u'vpna_net_2_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.10.10.14', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", u'ID': u'214b51f5-97f0-4eb3-906d-99d0a38bc3ab', u'MAC Address': u'fa:16:3e:c7:ff:97', u'Name': u'vpna_net_1_port_1'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.30.30.10', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", u'ID': u'3c7f42b4-62cf-4544-ab92-875bf2f12599', u'MAC Address': u'fa:16:3e:01:aa:bc', u'Name': u'vpna_net_3_port_2'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.10.10.2', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", u'ID': u'517f4d33-afd0-49cc-83bf-6323382664af', u'MAC Address': u'fa:16:3e:46:cc:76', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.20.20.4', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", u'ID': u'7b65ff58-36be-413d-9b91-525e71e6be37', u'MAC Address': u'fa:16:3e:97:38:20', u'Name': u'vpna_net_2_port_2'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.30.30.2', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", u'ID': u'a91e4dd5-8045-498e-b966-2b0e83e7cd67', u'MAC Address': u'fa:16:3e:68:9a:bd', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.10.10.3', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'", u'ID': u'd33b3a53-1b6b-4daa-9ca3-020cc28408f5', u'MAC Address': u'fa:16:3e:f0:f2:05', u'Name': u'vpna_net_1_port_2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.30.30.21', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'", u'ID': u'eca54ba6-52ff-4172-ac46-2361ca4cbda5', u'MAC Address': u'fa:16:3e:a4:67:71', u'Name': u'vpna_net_3_port_1'}]</msg>
<status status="PASS" endtime="20181202 17:44:31.295" starttime="20181202 17:44:31.294"></status>
</kw>
<msg timestamp="20181202 17:44:31.295" level="INFO">@{ports} = [ {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'", u'ID': u'00badd09-14b5-4ee5-bfbb-df57c96926f0', u'MAC Address': u'fa:16:3e...</msg>
<status status="PASS" endtime="20181202 17:44:31.295" starttime="20181202 17:44:29.047"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.20.20.2', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'&quot;, u'ID': u'00badd09-14b5-4ee5-bfbb-df57c96926f0', u'MAC Address': u'fa:16:3e:8...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:31.309" level="INFO">Starting process:
openstack port delete 00badd09-14b5-4ee5-bfbb-df57c96926f0</msg>
<msg timestamp="20181202 17:44:31.331" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:34.138" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:34.138" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:34.138" starttime="20181202 17:44:31.308"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:34.140" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:34.140" starttime="20181202 17:44:34.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:34.140" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:34.141" starttime="20181202 17:44:34.140"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:34.141" starttime="20181202 17:44:34.141"></status>
</kw>
<msg timestamp="20181202 17:44:34.142" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:34.142" starttime="20181202 17:44:31.307"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:34.142" starttime="20181202 17:44:31.296"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:34.142" starttime="20181202 17:44:31.296"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:34.142" starttime="20181202 17:44:31.295"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.20.20.17', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'&quot;, u'ID': u'1d3f405d-abe2-45e5-ada2-2841c5f8640e', u'MAC Address': u'fa:16:3e:dc...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:34.156" level="INFO">Starting process:
openstack port delete 1d3f405d-abe2-45e5-ada2-2841c5f8640e</msg>
<msg timestamp="20181202 17:44:34.197" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:36.997" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:36.998" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:36.998" starttime="20181202 17:44:34.155"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:36.999" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:36.999" starttime="20181202 17:44:36.998"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:36.999" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:37.000" starttime="20181202 17:44:36.999"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:37.000" starttime="20181202 17:44:37.000"></status>
</kw>
<msg timestamp="20181202 17:44:37.001" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:37.001" starttime="20181202 17:44:34.154"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:37.001" starttime="20181202 17:44:34.143"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:37.001" starttime="20181202 17:44:34.143"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:37.001" starttime="20181202 17:44:34.142"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.10.10.14', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'&quot;, u'ID': u'214b51f5-97f0-4eb3-906d-99d0a38bc3ab', u'MAC Address': u'fa:16:3e:c7...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:37.010" level="INFO">Starting process:
openstack port delete 214b51f5-97f0-4eb3-906d-99d0a38bc3ab</msg>
<msg timestamp="20181202 17:44:37.050" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:39.934" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:39.934" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:39.934" starttime="20181202 17:44:37.009"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:39.937" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:39.937" starttime="20181202 17:44:39.935"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:39.938" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:39.938" starttime="20181202 17:44:39.937"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:39.940" starttime="20181202 17:44:39.939"></status>
</kw>
<msg timestamp="20181202 17:44:39.941" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:39.941" starttime="20181202 17:44:37.009"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:39.941" starttime="20181202 17:44:37.002"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:39.941" starttime="20181202 17:44:37.001"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:39.941" starttime="20181202 17:44:37.001"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.30.30.10', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'&quot;, u'ID': u'3c7f42b4-62cf-4544-ab92-875bf2f12599', u'MAC Address': u'fa:16:3e:01...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:39.964" level="INFO">Starting process:
openstack port delete 3c7f42b4-62cf-4544-ab92-875bf2f12599</msg>
<msg timestamp="20181202 17:44:39.998" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:42.809" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:42.809" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:42.809" starttime="20181202 17:44:39.964"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:42.811" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:42.811" starttime="20181202 17:44:42.810"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:42.812" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:42.812" starttime="20181202 17:44:42.811"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:42.813" starttime="20181202 17:44:42.812"></status>
</kw>
<msg timestamp="20181202 17:44:42.814" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:42.814" starttime="20181202 17:44:39.963"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:42.814" starttime="20181202 17:44:39.943"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:42.814" starttime="20181202 17:44:39.942"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:42.814" starttime="20181202 17:44:39.942"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.10.10.2', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'&quot;, u'ID': u'517f4d33-afd0-49cc-83bf-6323382664af', u'MAC Address': u'fa:16:3e:4...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:42.829" level="INFO">Starting process:
openstack port delete 517f4d33-afd0-49cc-83bf-6323382664af</msg>
<msg timestamp="20181202 17:44:42.868" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:46.050" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:46.051" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:46.051" starttime="20181202 17:44:42.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:46.052" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:46.052" starttime="20181202 17:44:46.051"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:46.052" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:46.053" starttime="20181202 17:44:46.052"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:46.053" starttime="20181202 17:44:46.053"></status>
</kw>
<msg timestamp="20181202 17:44:46.054" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:46.054" starttime="20181202 17:44:42.828"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:46.054" starttime="20181202 17:44:42.815"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:46.054" starttime="20181202 17:44:42.815"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:46.054" starttime="20181202 17:44:42.814"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.20.20.4', subnet_id='ed735939-d892-4787-a2c0-d0ec51b1136d'&quot;, u'ID': u'7b65ff58-36be-413d-9b91-525e71e6be37', u'MAC Address': u'fa:16:3e:97:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:46.064" level="INFO">Starting process:
openstack port delete 7b65ff58-36be-413d-9b91-525e71e6be37</msg>
<msg timestamp="20181202 17:44:46.108" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:48.943" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:48.944" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:48.944" starttime="20181202 17:44:46.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:48.946" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:48.946" starttime="20181202 17:44:48.945"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:48.946" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:48.946" starttime="20181202 17:44:48.946"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:48.947" starttime="20181202 17:44:48.947"></status>
</kw>
<msg timestamp="20181202 17:44:48.948" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:48.948" starttime="20181202 17:44:46.063"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:48.948" starttime="20181202 17:44:46.055"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:48.948" starttime="20181202 17:44:46.054"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:48.948" starttime="20181202 17:44:46.054"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.30.30.2', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'&quot;, u'ID': u'a91e4dd5-8045-498e-b966-2b0e83e7cd67', u'MAC Address': u'fa:16:3e:6...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:48.958" level="INFO">Starting process:
openstack port delete a91e4dd5-8045-498e-b966-2b0e83e7cd67</msg>
<msg timestamp="20181202 17:44:48.978" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:51.536" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:51.537" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:51.537" starttime="20181202 17:44:48.958"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:51.538" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:51.538" starttime="20181202 17:44:51.537"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:51.538" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:51.538" starttime="20181202 17:44:51.538"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:51.539" starttime="20181202 17:44:51.539"></status>
</kw>
<msg timestamp="20181202 17:44:51.539" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:51.539" starttime="20181202 17:44:48.957"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:51.540" starttime="20181202 17:44:48.949"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:51.540" starttime="20181202 17:44:48.949"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:51.540" starttime="20181202 17:44:48.948"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.10.10.3', subnet_id='f48d9730-ed70-4737-b8df-49ad54a1a911'&quot;, u'ID': u'd33b3a53-1b6b-4daa-9ca3-020cc28408f5', u'MAC Address': u'fa:16:3e:f0:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:51.549" level="INFO">Starting process:
openstack port delete d33b3a53-1b6b-4daa-9ca3-020cc28408f5</msg>
<msg timestamp="20181202 17:44:51.580" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:54.630" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:54.630" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:54.630" starttime="20181202 17:44:51.549"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:54.632" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:54.632" starttime="20181202 17:44:54.631"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:54.632" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:54.633" starttime="20181202 17:44:54.632"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:54.634" starttime="20181202 17:44:54.633"></status>
</kw>
<msg timestamp="20181202 17:44:54.634" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:54.634" starttime="20181202 17:44:51.548"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:54.634" starttime="20181202 17:44:51.541"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:54.634" starttime="20181202 17:44:51.540"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:54.635" starttime="20181202 17:44:51.540"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.30.30.21', subnet_id='1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d'&quot;, u'ID': u'eca54ba6-52ff-4172-ac46-2361ca4cbda5', u'MAC Address': u'fa:16:3e:a4...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:54.652" level="INFO">Starting process:
openstack port delete eca54ba6-52ff-4172-ac46-2361ca4cbda5</msg>
<msg timestamp="20181202 17:44:54.696" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:57.470" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:57.471" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:57.471" starttime="20181202 17:44:54.651"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:57.472" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:57.472" starttime="20181202 17:44:57.472"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:57.473" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:57.473" starttime="20181202 17:44:57.473"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:57.474" starttime="20181202 17:44:57.474"></status>
</kw>
<msg timestamp="20181202 17:44:57.475" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:44:57.475" starttime="20181202 17:44:54.650"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:57.475" starttime="20181202 17:44:54.636"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:57.475" starttime="20181202 17:44:54.635"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:57.475" starttime="20181202 17:44:54.635"></status>
</kw>
<status status="PASS" endtime="20181202 17:44:57.475" starttime="20181202 17:44:31.295"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:57.477" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:44:57.477" starttime="20181202 17:44:57.476"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:57.478" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:44:57.515" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:44:59.747" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:44:59.747" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:44:59.747" starttime="20181202 17:44:57.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:44:59.749" level="INFO">[
  {
    "Subnets": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d", 
    "ID": "030a8204-4b99-490c-8c16-d0cc8dc5432c", 
    "Name": "vpna_net_3"
  }, 
  {
    "Subnets": "ed735939-d892-4787-a2c0-d0ec51b1136d", 
    "ID": "7d73e30a-e6c6-4966-a735-a56685fc2cfb", 
    "Name": "vpna_net_2"
  }, 
  {
    "Subnets": "f48d9730-ed70-4737-b8df-49ad54a1a911", 
    "ID": "a9181e65-e21b-4f2c-879d-0c38bf92e526", 
    "Name": "vpna_net_1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:44:59.749" starttime="20181202 17:44:59.748"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:44:59.749" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:44:59.749" starttime="20181202 17:44:59.749"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:44:59.750" starttime="20181202 17:44:59.750"></status>
</kw>
<msg timestamp="20181202 17:44:59.751" level="INFO">${json} = [
  {
    "Subnets": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d", 
    "ID": "030a8204-4b99-490c-8c16-d0cc8dc5432c", 
    "Name": "vpna_net_3"
  }, 
  {
    "Subnets": "ed735939-d892-4787-a2c0-d0ec51b1136d...</msg>
<status status="PASS" endtime="20181202 17:44:59.751" starttime="20181202 17:44:57.477"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:44:59.752" level="INFO">To JSON using : content=[
  {
    "Subnets": "1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d", 
    "ID": "030a8204-4b99-490c-8c16-d0cc8dc5432c", 
    "Name": "vpna_net_3"
  }, 
  {
    "Subnets": "ed735939-d892-4787-a2c0-d0ec51b1136d", 
    "ID": "7d73e30a-e6c6-4966-a735-a56685fc2cfb", 
    "Name": "vpna_net_2"
  }, 
  {
    "Subnets": "f48d9730-ed70-4737-b8df-49ad54a1a911", 
    "ID": "a9181e65-e21b-4f2c-879d-0c38bf92e526", 
    "Name": "vpna_net_1"
  }
] </msg>
<msg timestamp="20181202 17:44:59.752" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:44:59.752" level="INFO">@{list} = [ {u'Subnets': u'1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d', u'ID': u'030a8204-4b99-490c-8c16-d0cc8dc5432c', u'Name': u'vpna_net_3'} | {u'Subnets': u'ed735939-d892-4787-a2c0-d0ec51b1136d', u'ID': u'7d73e30...</msg>
<status status="PASS" endtime="20181202 17:44:59.752" starttime="20181202 17:44:59.751"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:44:59.752" level="INFO">[{u'Subnets': u'1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d', u'ID': u'030a8204-4b99-490c-8c16-d0cc8dc5432c', u'Name': u'vpna_net_3'}, {u'Subnets': u'ed735939-d892-4787-a2c0-d0ec51b1136d', u'ID': u'7d73e30a-e6c6-4966-a735-a56685fc2cfb', u'Name': u'vpna_net_2'}, {u'Subnets': u'f48d9730-ed70-4737-b8df-49ad54a1a911', u'ID': u'a9181e65-e21b-4f2c-879d-0c38bf92e526', u'Name': u'vpna_net_1'}]</msg>
<status status="PASS" endtime="20181202 17:44:59.752" starttime="20181202 17:44:59.752"></status>
</kw>
<msg timestamp="20181202 17:44:59.753" level="INFO">@{networks} = [ {u'Subnets': u'1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d', u'ID': u'030a8204-4b99-490c-8c16-d0cc8dc5432c', u'Name': u'vpna_net_3'} | {u'Subnets': u'ed735939-d892-4787-a2c0-d0ec51b1136d', u'ID': u'7d73e30...</msg>
<status status="PASS" endtime="20181202 17:44:59.753" starttime="20181202 17:44:57.476"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d', u'ID': u'030a8204-4b99-490c-8c16-d0cc8dc5432c', u'Name': u'vpna_net_3'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:44:59.767" level="INFO">Starting process:
openstack subnet delete 1ad1cba0-10f9-4ffc-9633-bb4c978b5d1d</msg>
<msg timestamp="20181202 17:44:59.787" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:03.100" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:03.100" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:03.101" starttime="20181202 17:44:59.766"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:03.102" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:03.102" starttime="20181202 17:45:03.101"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:03.102" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:03.102" starttime="20181202 17:45:03.102"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:03.103" starttime="20181202 17:45:03.102"></status>
</kw>
<msg timestamp="20181202 17:45:03.103" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:03.103" starttime="20181202 17:44:59.765"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:03.103" starttime="20181202 17:44:59.754"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:03.103" starttime="20181202 17:44:59.753"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:03.112" level="INFO">Starting process:
openstack network delete 030a8204-4b99-490c-8c16-d0cc8dc5432c</msg>
<msg timestamp="20181202 17:45:03.131" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:06.061" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:06.062" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:06.062" starttime="20181202 17:45:03.112"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:06.064" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:06.064" starttime="20181202 17:45:06.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:06.065" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:06.065" starttime="20181202 17:45:06.064"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:06.067" starttime="20181202 17:45:06.066"></status>
</kw>
<msg timestamp="20181202 17:45:06.068" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:06.068" starttime="20181202 17:45:03.112"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:06.068" starttime="20181202 17:45:03.104"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:06.068" starttime="20181202 17:45:03.104"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:06.068" starttime="20181202 17:44:59.753"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'ed735939-d892-4787-a2c0-d0ec51b1136d', u'ID': u'7d73e30a-e6c6-4966-a735-a56685fc2cfb', u'Name': u'vpna_net_2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:06.092" level="INFO">Starting process:
openstack subnet delete ed735939-d892-4787-a2c0-d0ec51b1136d</msg>
<msg timestamp="20181202 17:45:06.116" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:09.401" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:09.402" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:09.402" starttime="20181202 17:45:06.091"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:09.403" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:09.403" starttime="20181202 17:45:09.402"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:09.404" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:09.404" starttime="20181202 17:45:09.403"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:09.404" starttime="20181202 17:45:09.404"></status>
</kw>
<msg timestamp="20181202 17:45:09.405" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:09.405" starttime="20181202 17:45:06.089"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:09.405" starttime="20181202 17:45:06.070"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:09.405" starttime="20181202 17:45:06.069"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:09.414" level="INFO">Starting process:
openstack network delete 7d73e30a-e6c6-4966-a735-a56685fc2cfb</msg>
<msg timestamp="20181202 17:45:09.457" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:12.361" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:12.362" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:12.362" starttime="20181202 17:45:09.414"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:12.363" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:12.363" starttime="20181202 17:45:12.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:12.363" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:12.363" starttime="20181202 17:45:12.363"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:12.364" starttime="20181202 17:45:12.364"></status>
</kw>
<msg timestamp="20181202 17:45:12.364" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:12.364" starttime="20181202 17:45:09.413"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:12.365" starttime="20181202 17:45:09.406"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:12.365" starttime="20181202 17:45:09.405"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:12.365" starttime="20181202 17:45:06.068"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'f48d9730-ed70-4737-b8df-49ad54a1a911', u'ID': u'a9181e65-e21b-4f2c-879d-0c38bf92e526', u'Name': u'vpna_net_1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:12.374" level="INFO">Starting process:
openstack subnet delete f48d9730-ed70-4737-b8df-49ad54a1a911</msg>
<msg timestamp="20181202 17:45:12.392" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:15.569" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:15.570" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:15.570" starttime="20181202 17:45:12.374"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:15.572" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:15.572" starttime="20181202 17:45:15.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:15.573" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:15.573" starttime="20181202 17:45:15.573"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:15.575" starttime="20181202 17:45:15.574"></status>
</kw>
<msg timestamp="20181202 17:45:15.575" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:15.576" starttime="20181202 17:45:12.373"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:15.576" starttime="20181202 17:45:12.365"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:15.576" starttime="20181202 17:45:12.365"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:15.595" level="INFO">Starting process:
openstack network delete a9181e65-e21b-4f2c-879d-0c38bf92e526</msg>
<msg timestamp="20181202 17:45:15.620" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:18.678" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:18.678" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:18.679" starttime="20181202 17:45:15.594"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:18.680" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:18.680" starttime="20181202 17:45:18.679"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:18.681" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:18.682" starttime="20181202 17:45:18.681"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:18.683" starttime="20181202 17:45:18.682"></status>
</kw>
<msg timestamp="20181202 17:45:18.683" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:18.684" starttime="20181202 17:45:15.593"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:18.684" starttime="20181202 17:45:15.577"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:18.684" starttime="20181202 17:45:15.576"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:18.684" starttime="20181202 17:45:12.365"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:18.684" starttime="20181202 17:44:59.753"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:45:18.686" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:18.686" starttime="20181202 17:45:18.686"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:18.688" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:45:18.709" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:20.894" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:20.894" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:20.895" starttime="20181202 17:45:18.688"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:20.897" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "vpna_sg", 
    "ID": "1a05f4ef-2976-40f9-b013-99c89d05c41a", 
    "Name": "vpna_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:45:20.897" starttime="20181202 17:45:20.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:20.898" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:20.898" starttime="20181202 17:45:20.897"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:20.899" starttime="20181202 17:45:20.898"></status>
</kw>
<msg timestamp="20181202 17:45:20.900" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:45:20.900" starttime="20181202 17:45:18.687"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:45:20.900" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "vpna_sg", 
    "ID": "1a05f4ef-2976-40f9-b013-99c89d05c41a", 
    "Name": "vpna_sg"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:45:20.900" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:45:20.901" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 17:45:20.901" starttime="20181202 17:45:20.900"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:45:20.901" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'vpna_sg', u'Description': u'vpna_sg', u'ID': u'1a05f4ef-2976-40f9-b013-99c89d05c41a'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:45:20.901" starttime="20181202 17:45:20.901"></status>
</kw>
<msg timestamp="20181202 17:45:20.902" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'17b1de510988465db29...</msg>
<status status="PASS" endtime="20181202 17:45:20.902" starttime="20181202 17:45:18.685"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:20.903" starttime="20181202 17:45:20.902"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:20.903" starttime="20181202 17:45:20.902"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'vpna_sg', u'Description': u'vpna_sg', u'ID': u'1a05f4ef-2976-40f9-b013-99c89d05c41a'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:20.916" level="INFO">Starting process:
openstack security group delete 1a05f4ef-2976-40f9-b013-99c89d05c41a</msg>
<msg timestamp="20181202 17:45:20.953" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:23.175" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:23.176" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:23.176" starttime="20181202 17:45:20.915"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:23.178" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:23.178" starttime="20181202 17:45:23.177"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:23.179" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:23.179" starttime="20181202 17:45:23.178"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:23.181" starttime="20181202 17:45:23.180"></status>
</kw>
<msg timestamp="20181202 17:45:23.182" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:23.182" starttime="20181202 17:45:20.915"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.182" starttime="20181202 17:45:20.905"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.182" starttime="20181202 17:45:20.904"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.182" starttime="20181202 17:45:20.903"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.182" starttime="20181202 17:45:20.903"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:23.184" starttime="20181202 17:45:23.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.184" starttime="20181202 17:45:23.182"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:23.184" starttime="20181202 17:45:20.902"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:45:23.186" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:45:23.186" starttime="20181202 17:45:23.186"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:23.203" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:45:23.225" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:25.598" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:25.598" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:25.598" starttime="20181202 17:45:23.203"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:25.599" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:25.599" starttime="20181202 17:45:25.599"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:25.600" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:25.600" starttime="20181202 17:45:25.599"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:25.600" starttime="20181202 17:45:25.600"></status>
</kw>
<msg timestamp="20181202 17:45:25.601" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:25.601" starttime="20181202 17:45:23.202"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:25.601" starttime="20181202 17:45:23.187"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:25.610" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:45:25.629" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:27.679" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:27.680" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:27.680" starttime="20181202 17:45:25.610"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:27.682" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:27.682" starttime="20181202 17:45:27.681"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:27.683" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:27.683" starttime="20181202 17:45:27.682"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:27.684" starttime="20181202 17:45:27.683"></status>
</kw>
<msg timestamp="20181202 17:45:27.685" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:27.685" starttime="20181202 17:45:25.609"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:27.685" starttime="20181202 17:45:25.601"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:27.701" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:45:27.735" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:29.833" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:29.834" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:29.834" starttime="20181202 17:45:27.700"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:29.835" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:29.835" starttime="20181202 17:45:29.834"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:29.836" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:29.836" starttime="20181202 17:45:29.835"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:29.837" starttime="20181202 17:45:29.836"></status>
</kw>
<msg timestamp="20181202 17:45:29.837" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:29.837" starttime="20181202 17:45:27.699"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:29.837" starttime="20181202 17:45:27.685"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:29.846" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:45:29.867" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:31.978" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:31.979" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:31.979" starttime="20181202 17:45:29.846"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:31.980" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:31.980" starttime="20181202 17:45:31.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:31.980" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:31.980" starttime="20181202 17:45:31.980"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:31.981" starttime="20181202 17:45:31.980"></status>
</kw>
<msg timestamp="20181202 17:45:31.981" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:31.981" starttime="20181202 17:45:29.845"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:31.981" starttime="20181202 17:45:29.837"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:31.989" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:45:32.028" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:34.211" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:34.212" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:34.212" starttime="20181202 17:45:31.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:34.213" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:45:34.214" starttime="20181202 17:45:34.213"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:34.214" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:34.214" starttime="20181202 17:45:34.214"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:34.215" starttime="20181202 17:45:34.214"></status>
</kw>
<msg timestamp="20181202 17:45:34.215" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:45:34.215" starttime="20181202 17:45:31.988"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:34.215" starttime="20181202 17:45:31.981"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:34.224" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:45:34.247" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:36.496" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:36.497" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:36.497" starttime="20181202 17:45:34.223"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:36.498" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:45:36.499" starttime="20181202 17:45:36.498"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:36.500" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:36.500" starttime="20181202 17:45:36.499"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:36.501" starttime="20181202 17:45:36.500"></status>
</kw>
<msg timestamp="20181202 17:45:36.502" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:45:36.502" starttime="20181202 17:45:34.223"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:36.502" starttime="20181202 17:45:34.215"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:36.516" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:45:36.537" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:38.676" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:38.677" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:38.677" starttime="20181202 17:45:36.515"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:38.678" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:38.678" starttime="20181202 17:45:38.677"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:38.679" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:38.679" starttime="20181202 17:45:38.679"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:38.680" starttime="20181202 17:45:38.680"></status>
</kw>
<msg timestamp="20181202 17:45:38.681" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:38.681" starttime="20181202 17:45:36.514"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:38.681" starttime="20181202 17:45:36.502"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:38.694" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:45:38.719" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:40.780" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:40.781" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:40.781" starttime="20181202 17:45:38.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:40.782" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:40.782" starttime="20181202 17:45:40.781"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:40.783" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:40.783" starttime="20181202 17:45:40.782"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:45:40.783"></status>
</kw>
<msg timestamp="20181202 17:45:40.784" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:45:38.693"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:45:38.681"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:45:23.187"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:45:23.185"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:40.784" starttime="20181202 17:43:44.884"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:40.787" starttime="20181202 17:45:40.786"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:45:40.787" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 17:45:40.865" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:45:40.866" level="INFO">${stdout} = 4 S root      427280  427260  0  80   0 - 55154 poll_s 17:31 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap
4 S tcpdump  ...</msg>
<status status="PASS" endtime="20181202 17:45:40.866" starttime="20181202 17:45:40.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:40.866" level="INFO">4 S root      427280  427260  0  80   0 - 55154 poll_s 17:31 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap
4 S tcpdump   427289  427280  0  80   0 -  8196 poll_s 17:31 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap
0 S heat-ad+  473063  427260  0  80   0 - 28293 do_wai 17:45 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  473073  473063  0  80   0 - 28176 pipe_w 17:45 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 17:45:40.867" starttime="20181202 17:45:40.866"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:45:40.867" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 17:45:40.984" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:45:40.985" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:45:40.985" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:45:40.985" starttime="20181202 17:45:40.867"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:40.987" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:40.987" starttime="20181202 17:45:40.986"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:40.989" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:40.989" starttime="20181202 17:45:40.988"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:45:40.990" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 17:45:41.147" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 17:45:41.148" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 17:45:41.148" starttime="20181202 17:45:40.990"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.149" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:41.150" starttime="20181202 17:45:41.149"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:45:41.151" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 17:45:41.260" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:45:41.261" level="INFO">${stdout} = total 104
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          ro...</msg>
<status status="PASS" endtime="20181202 17:45:41.261" starttime="20181202 17:45:41.150"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.262" level="INFO">total 104
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:45 tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:45 tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 17:45:41.262" starttime="20181202 17:45:41.261"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.262" starttime="20181202 17:45:40.786"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.262" starttime="20181202 17:45:40.786"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.263" starttime="20181202 17:45:40.786"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.263" starttime="20181202 17:45:40.785"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.263" starttime="20181202 17:45:40.785"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 17:45:41.382" starttime="20181202 17:45:41.263"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.398" starttime="20181202 17:45:41.398"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.399" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:45:41.563" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:45:41.564" starttime="20181202 17:45:41.399"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.616" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 17:45:41.616" starttime="20181202 17:45:41.564"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:45:41.717" level="INFO">[?1l&gt;[?2004l     288    288
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:45:41.717" level="INFO">${output} = [?1l&gt;[?2004l     288    288
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:41.717" starttime="20181202 17:45:41.617"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:45:41.760" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:45:41.760" starttime="20181202 17:45:41.718"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:41.762" starttime="20181202 17:45:41.760"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.762" level="INFO">[?1l&gt;[?2004l     288    288
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:41.762" starttime="20181202 17:45:41.762"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.762" starttime="20181202 17:45:41.396"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.762" starttime="20181202 17:45:41.383"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.762" starttime="20181202 17:45:41.383"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.763" starttime="20181202 17:43:42.181"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.763" starttime="20181202 17:43:41.920"></status>
</kw>
<doc>Test suite for ARP Request. More test cases to be added in subsequent patches.</doc>
<status status="FAIL" endtime="20181202 17:45:41.763" starttime="20181202 17:31:30.564">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/netvirt/l2l3_gatewaymac_arp.robot" id="s1-s10" name="L2L3 Gatewaymac Arp">
<kw type="setup" name="Suite Setup">
<doc>Test Suite for Gateway mac based L2L3 seggragation</doc>
<kw name="Basic Suite Setup" library="VpnOperations">
<kw name="OpenStack Suite Setup" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Setup_Utils_For_Setup_And_Teardown" library="SetupUtils">
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.</doc>
<kw name="Do_Not_Fail_Fast_From_Now_On" library="FailFast">
<doc>Set suite to not fail fast.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
</arguments>
<msg timestamp="20181202 17:45:41.937" level="INFO">${SuiteFastFail} = False</msg>
<status status="PASS" endtime="20181202 17:45:41.937" starttime="20181202 17:45:41.930"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.937" starttime="20181202 17:45:41.929"></status>
</kw>
<kw name="Setup_Karaf_Keywords" library="KarafKeywords">
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="ClusterManagement_Setup" library="ClusterManagement">
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.</doc>
<arguments>
<arg>http_timeout=${http_timeout}</arg>
</arguments>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
</arguments>
<assign>
<var>${already_done}</var>
</assign>
<msg timestamp="20181202 17:45:41.945" level="INFO">${already_done} = False</msg>
<status status="PASS" endtime="20181202 17:45:41.945" starttime="20181202 17:45:41.938"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${already_done}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.945" starttime="20181202 17:45:41.945"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
</arguments>
<msg timestamp="20181202 17:45:41.946" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<status status="PASS" endtime="20181202 17:45:41.946" starttime="20181202 17:45:41.945"></status>
</kw>
<kw name="Get Variable Value" library="BuiltIn">
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<arguments>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
</arguments>
<assign>
<var>${cluster_size}</var>
</assign>
<msg timestamp="20181202 17:45:41.946" level="INFO">${cluster_size} = 1</msg>
<status status="PASS" endtime="20181202 17:45:41.946" starttime="20181202 17:45:41.946"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
</assign>
<kw name="Convert To Integer" library="BuiltIn">
<doc>Converts the given item to an integer number.</doc>
<arguments>
<arg>${cluster_size}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.947" starttime="20181202 17:45:41.947"></status>
</kw>
<msg timestamp="20181202 17:45:41.947" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:45:41.947" level="INFO">${possibly_int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:45:41.947" starttime="20181202 17:45:41.946"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
</arguments>
<assign>
<var>${int_of_members}</var>
</assign>
<msg timestamp="20181202 17:45:41.948" level="INFO">${int_of_members} = 1</msg>
<status status="PASS" endtime="20181202 17:45:41.948" starttime="20181202 17:45:41.947"></status>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" library="ClusterManagement">
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<arguments>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{member_index_list}</var>
</assign>
<msg timestamp="20181202 17:45:41.949" level="INFO">@{member_index_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:41.949" starttime="20181202 17:45:41.949"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{session_list}</var>
</assign>
<msg timestamp="20181202 17:45:41.949" level="INFO">@{session_list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:41.949" starttime="20181202 17:45:41.949"></status>
</kw>
<kw name="Create Dictionary" library="BuiltIn">
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<assign>
<var>&amp;{index_to_ip_mapping}</var>
</assign>
<msg timestamp="20181202 17:45:41.950" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<status status="PASS" endtime="20181202 17:45:41.950" starttime="20181202 17:45:41.949"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ 1 | ${int_of_members+1} ]">
<kw type="foritem" name="${index} = 1">
<kw name="ClusterManagement__Include_Member_Index" library="ClusterManagement">
<doc>Add a corresponding item based on index into the last three arguments.</doc>
<arguments>
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
</arguments>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${member_index_list}</arg>
<arg>${index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.951" starttime="20181202 17:45:41.951"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:45:41.952" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:41.952" starttime="20181202 17:45:41.951"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${index_to_ip_mapping}</arg>
<arg>${index}</arg>
<arg>${member_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.952" starttime="20181202 17:45:41.952"></status>
</kw>
<kw name="Resolve_Http_Session_For_Member" library="ClusterManagement">
<doc>Return RequestsLibrary session alias pointing to node of given index.</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${session_alias}</var>
</assign>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>ClusterManagement__session_${member_index}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 17:45:41.953" level="INFO">${session} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:45:41.953" starttime="20181202 17:45:41.953"></status>
</kw>
<msg timestamp="20181202 17:45:41.953" level="INFO">${session_alias} = ClusterManagement__session_1</msg>
<status status="PASS" endtime="20181202 17:45:41.953" starttime="20181202 17:45:41.952"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>${session_alias}</arg>
<arg>http://${member_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>timeout=${http_timeout}</arg>
<arg>max_retries=${http_retries}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.954" level="INFO">Creating Session using : alias=ClusterManagement__session_1, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd622addf90&gt;, timeout=5, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:45:41.954" starttime="20181202 17:45:41.954"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${session_list}</arg>
<arg>${session_alias}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.955" starttime="20181202 17:45:41.954"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.955" starttime="20181202 17:45:41.950"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.955" starttime="20181202 17:45:41.950"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.955" starttime="20181202 17:45:41.950"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.955" level="INFO">${ClusterManagement__member_index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:41.955" starttime="20181202 17:45:41.955"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.956" level="INFO">${ClusterManagement__index_to_ip_mapping} = {1: u'192.0.2.3'}</msg>
<status status="PASS" endtime="20181202 17:45:41.956" starttime="20181202 17:45:41.956"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.957" level="INFO">${ClusterManagement__session_list} = [u'ClusterManagement__session_1']</msg>
<status status="PASS" endtime="20181202 17:45:41.957" starttime="20181202 17:45:41.956"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.957" starttime="20181202 17:45:41.948"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:41.957" starttime="20181202 17:45:41.938"></status>
</kw>
<kw name="Run_Bash_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run command on each.</doc>
<arguments>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:45:41.960" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:41.960" starttime="20181202 17:45:41.959"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:45:41.960" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:41.960" starttime="20181202 17:45:41.960"></status>
</kw>
<msg timestamp="20181202 17:45:41.960" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:41.960" starttime="20181202 17:45:41.958"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run_Bash_Command_On_Member" library="ClusterManagement">
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<arguments>
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:45:41.962" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:41.962" starttime="20181202 17:45:41.961"></status>
</kw>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Utils.Run_Command_On_Controller</arg>
<arg>${member_ip}</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:45:41.963" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:41.963" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:41.963" starttime="20181202 17:45:41.962"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.965" starttime="20181202 17:45:41.965"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:45:41.966" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:41.966" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:41.966" starttime="20181202 17:45:41.966"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:45:41.967" level="INFO">Attempting to execute command "iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:45:41.967" starttime="20181202 17:45:41.966"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:45:41.967" level="INFO">${conn_id} = 2</msg>
<status status="PASS" endtime="20181202 17:45:41.967" starttime="20181202 17:45:41.967"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:45:41.968" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:45:41.968" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:45:41.968" starttime="20181202 17:45:41.968"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:41.969" starttime="20181202 17:45:41.968"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:45:41.970" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:45:42.320" level="INFO">Read output: Last login: Sun Dec  2 17:43:44 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:45:42.320" starttime="20181202 17:45:41.970"></status>
</kw>
<msg timestamp="20181202 17:45:42.320" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.321" starttime="20181202 17:45:41.969"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.321" starttime="20181202 17:45:41.967"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:45:42.322" level="INFO">Executing command 'iptables -I INPUT -p tcp --dport 8101 -j ACCEPT; iptables-save'.</msg>
<msg timestamp="20181202 17:45:42.357" level="INFO">Command exited with return code 127.</msg>
<msg timestamp="20181202 17:45:42.357" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:45:42.357" level="INFO">${stderr} = bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:45:42.357" starttime="20181202 17:45:42.321"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.422" starttime="20181202 17:45:42.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.423" level="INFO">bash: iptables: command not found
bash: iptables-save: command not found</msg>
<status status="PASS" endtime="20181202 17:45:42.423" starttime="20181202 17:45:42.423"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.424" starttime="20181202 17:45:42.424"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.425" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.426" starttime="20181202 17:45:42.425"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.426" starttime="20181202 17:45:42.424"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.427" starttime="20181202 17:45:42.427"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.428" starttime="20181202 17:45:42.427"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.428" starttime="20181202 17:45:42.428"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.428" starttime="20181202 17:45:42.426"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.428" starttime="20181202 17:45:41.964"></status>
</kw>
<msg timestamp="20181202 17:45:42.428" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.428" starttime="20181202 17:45:41.964"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.429" starttime="20181202 17:45:41.963"></status>
</kw>
<msg timestamp="20181202 17:45:42.429" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.429" starttime="20181202 17:45:41.963"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.430" starttime="20181202 17:45:42.430"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.430" starttime="20181202 17:45:42.430"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.431" starttime="20181202 17:45:42.431"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.431" starttime="20181202 17:45:42.429"></status>
</kw>
<msg timestamp="20181202 17:45:42.431" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:42.431" starttime="20181202 17:45:41.962"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.431" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:42.431" starttime="20181202 17:45:42.431"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.432" starttime="20181202 17:45:41.961"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.432" starttime="20181202 17:45:41.961"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.432" starttime="20181202 17:45:41.960"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.432" starttime="20181202 17:45:41.957"></status>
</kw>
<kw name="Comment" library="BuiltIn">
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<arguments>
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.432" starttime="20181202 17:45:42.432"></status>
</kw>
<kw type="for" name="${index} IN [ @{ClusterManagement__member_index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Open_Controller_Karaf_Console_On_Background" library="KarafKeywords">
<doc>If there is a stored ssh connection index of connection to the controller's karaf console for ${member_index},</doc>
<arguments>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection_object}</var>
</assign>
<msg timestamp="20181202 17:45:42.469" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:42.469" level="INFO">${current_ssh_connection_object} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:42.469" starttime="20181202 17:45:42.468"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.469" level="INFO">{}</msg>
<status status="PASS" endtime="20181202 17:45:42.469" starttime="20181202 17:45:42.469"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.470" level="INFO">1</msg>
<status status="PASS" endtime="20181202 17:45:42.470" starttime="20181202 17:45:42.470"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Get From Dictionary</arg>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${old_connection_index}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.471" level="FAIL">Dictionary does not contain key '1'.</msg>
<status status="FAIL" endtime="20181202 17:45:42.471" starttime="20181202 17:45:42.471"></status>
</kw>
<msg timestamp="20181202 17:45:42.471" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:45:42.471" level="INFO">${old_connection_index} = Dictionary does not contain key '1'.</msg>
<status status="PASS" endtime="20181202 17:45:42.471" starttime="20181202 17:45:42.470"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status}'=='PASS'</arg>
<arg>BuiltIn.Run_Keywords</arg>
<arg>SSHLibrary.Switch_Connection</arg>
<arg>${old_connection_index}</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Write</arg>
<arg>logout</arg>
<arg>AND</arg>
<arg>BuiltIn.Run_Keyword_And_Ignore_Error</arg>
<arg>SSHLibrary.Close_Connection</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.472" starttime="20181202 17:45:42.471"></status>
</kw>
<kw name="Resolve_IP_Address_For_Member" library="ClusterManagement">
<doc>Return node IP address of given index.</doc>
<arguments>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${odl_ip}</var>
</assign>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${member_index}</arg>
</arguments>
<assign>
<var>${ip_address}</var>
</assign>
<msg timestamp="20181202 17:45:42.473" level="INFO">${ip_address} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:42.473" starttime="20181202 17:45:42.472"></status>
</kw>
<msg timestamp="20181202 17:45:42.473" level="INFO">${odl_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:42.473" starttime="20181202 17:45:42.472"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${odl_ip}</arg>
<arg>port=${KARAF_SHELL_PORT}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.474" starttime="20181202 17:45:42.473"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${karaf_connection_object}</var>
</assign>
<msg timestamp="20181202 17:45:42.474" level="INFO">index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<msg timestamp="20181202 17:45:42.474" level="INFO">${karaf_connection_object} = index=5
path_separator=/
prompt=opendaylight-user
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=8101</msg>
<status status="PASS" endtime="20181202 17:45:42.474" starttime="20181202 17:45:42.474"></status>
</kw>
<kw name="Set To Dictionary" library="Collections">
<doc>Adds the given ``key_value_pairs`` and ``items`` to the ``dictionary``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
<arg>${karaf_connection_object.index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.475" starttime="20181202 17:45:42.474"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.475" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:45:42.595" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:45:42.595" starttime="20181202 17:45:42.475"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection_object.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.597" starttime="20181202 17:45:42.597"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.597" starttime="20181202 17:45:42.597"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.598"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.596"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.468"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.433"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.433"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.432"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:42.432"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.598" starttime="20181202 17:45:41.937"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
</arguments>
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" library="KarafKeywords">
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<kw name="Log_Message_To_Controller_Karaf" library="KarafKeywords">
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).</doc>
<arguments>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:45:42.608" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.608" starttime="20181202 17:45:42.608"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:45:42.609" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.609" starttime="20181202 17:45:42.609"></status>
</kw>
<msg timestamp="20181202 17:45:42.609" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.609" starttime="20181202 17:45:42.607"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_With_Retry_On_Background" library="KarafKeywords">
<doc>Attemp to send command to karaf for ${member_index}, if fail then open connection and try again.</doc>
<arguments>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Execute_Controller_Karaf_Command_On_Background</arg>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${message}</var>
</assign>
<kw name="Execute_Controller_Karaf_Command_On_Background" library="KarafKeywords">
<doc>Send command to karaf without affecting current SSH connection. Read, log and return response.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_index}</arg>
</arguments>
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>${connection_index_dict}</arg>
<arg>${member_index}</arg>
</arguments>
<assign>
<var>${karaf_connection_index}</var>
</assign>
<msg timestamp="20181202 17:45:42.619" level="INFO">${karaf_connection_index} = 5</msg>
<status status="PASS" endtime="20181202 17:45:42.619" starttime="20181202 17:45:42.618"></status>
</kw>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${karaf_connection_index}</arg>
</arguments>
<assign>
<var>${current_connection_index}</var>
</assign>
<msg timestamp="20181202 17:45:42.619" level="INFO">${current_connection_index} = None</msg>
<status status="PASS" endtime="20181202 17:45:42.619" starttime="20181202 17:45:42.619"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Write</arg>
<arg>${command}</arg>
</arguments>
<assign>
<var>${status_write}</var>
<var>${message_write}</var>
</assign>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${command}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.647" level="INFO">@root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "/ "o "p "n "f "v "/ "r "e "p "o "[78Cs "[A[78C/</msg>
<status status="PASS" endtime="20181202 17:45:42.647" starttime="20181202 17:45:42.620"></status>
</kw>
<msg timestamp="20181202 17:45:42.647" level="INFO">${status_write} = PASS</msg>
<msg timestamp="20181202 17:45:42.647" level="INFO">${message_write} = @root&gt;log:log " "R "O "B "O "T "[C "M "E "S "S "A "G "E ": "[C "S "t "a "r "t "i "n "g "[C "s "u "i "t "e "[C "/ "h "o "m "e "...</msg>
<status status="PASS" endtime="20181202 17:45:42.647" starttime="20181202 17:45:42.619"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>SSHLibrary.Read_Until_Regexp</arg>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${status_wait}</var>
<var>${message_wait}</var>
</assign>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.667" level="INFO">"o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "l "2 "l "3 "_ "g "a "t "e "w "a "y "m "a "c "_ "a "r "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:42.667" starttime="20181202 17:45:42.649"></status>
</kw>
<msg timestamp="20181202 17:45:42.667" level="INFO">${status_wait} = PASS</msg>
<msg timestamp="20181202 17:45:42.667" level="INFO">${message_wait} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "l "2 "l "3 "_ "g "a "t "e "w "a ...</msg>
<status status="PASS" endtime="20181202 17:45:42.668" starttime="20181202 17:45:42.648"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_write}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to send the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.669" starttime="20181202 17:45:42.668"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${message_wait}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.669" level="INFO"> "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "l "2 "l "3 "_ "g "a "t "e "w "a "y "m "a "c "_ "a "r "p ". "r "o "b "o "t "[K"
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:42.669" starttime="20181202 17:45:42.669"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${status_wait}' != 'PASS'</arg>
<arg>BuiltIn.Fail</arg>
<arg>Failed to see prompt after sending the command: ${command}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.670" starttime="20181202 17:45:42.670"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection_index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.672" starttime="20181202 17:45:42.672"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.673" starttime="20181202 17:45:42.673"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.674" starttime="20181202 17:45:42.673"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.674" starttime="20181202 17:45:42.671"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.674" starttime="20181202 17:45:42.618"></status>
</kw>
<msg timestamp="20181202 17:45:42.674" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:45:42.674" level="INFO">${message} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "l "2 "l "3 "_ "g "a "t "e "w "a ...</msg>
<status status="PASS" endtime="20181202 17:45:42.674" starttime="20181202 17:45:42.618"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>'${status}' == 'PASS'</arg>
<arg>${message}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.675" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.675" starttime="20181202 17:45:42.674"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.675" starttime="20181202 17:45:42.617"></status>
</kw>
<msg timestamp="20181202 17:45:42.675" level="INFO">${status} = PASS</msg>
<msg timestamp="20181202 17:45:42.675" level="INFO">${output} =  "o "d "l "_ "t "e "s "t "/ "c "s "i "t "/ "s "u "i "t "e "s "/ "n "e "t "v "i "r "t "/ "l "2 "l "3 "_ "g "a "t "e "w "a ...</msg>
<status status="PASS" endtime="20181202 17:45:42.675" starttime="20181202 17:45:42.609"></status>
</kw>
<kw name="Run Keyword Unless" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is false.</doc>
<arguments>
<arg>${tolerate_failure} or "${status}" == "PASS"</arg>
<arg>BuiltIn.Fail</arg>
<arg>${output}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.675"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.609"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.609"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.607"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.599"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.598"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:41.929"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>org.apache.karaf.shell.support.ShellUtil</arg>
<arg>org.apache.sshd.server.session.ServerSessionImpl</arg>
</arguments>
<assign>
<var>@{loggers}</var>
</assign>
<msg timestamp="20181202 17:45:42.676" level="INFO">@{loggers} = [ org.apache.karaf.shell.support.ShellUtil | org.apache.sshd.server.session.ServerSessionImpl ]</msg>
<status status="PASS" endtime="20181202 17:45:42.676" starttime="20181202 17:45:42.676"></status>
</kw>
<kw name="Setup_Logging_For_Debug_Purposes_On_List_Or_All" library="SetupUtils">
<doc>Set the log level for given loggers on node nodes of the cluster</doc>
<arguments>
<arg>OFF</arg>
<arg>${loggers}</arg>
</arguments>
<kw type="for" name="${logger} IN [ @{loggers_list} ]">
<kw type="foritem" name="${logger} = org.apache.karaf.shell.support.ShellUtil">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:45:42.679" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.679" starttime="20181202 17:45:42.678"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:45:42.679" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.679" starttime="20181202 17:45:42.679"></status>
</kw>
<msg timestamp="20181202 17:45:42.679" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.680" starttime="20181202 17:45:42.678"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:45:42.681" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:42.681" starttime="20181202 17:45:42.680"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:45:42.683" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:42.683" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:42.683" starttime="20181202 17:45:42.682"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.691" starttime="20181202 17:45:42.691"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.692" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:45:42.813" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:45:42.813" starttime="20181202 17:45:42.691"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.833" level="INFO">@root&gt;log:set OFF org.apache.karaf.shell.support.ShellUtil</msg>
<status status="PASS" endtime="20181202 17:45:42.833" starttime="20181202 17:45:42.814"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:45:42.858" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:45:42.858" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:42.858" starttime="20181202 17:45:42.833"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:45:42.901" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:45:42.901" starttime="20181202 17:45:42.859"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.903" starttime="20181202 17:45:42.902"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.903" level="INFO">[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:42.904" starttime="20181202 17:45:42.903"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.904" starttime="20181202 17:45:42.690"></status>
</kw>
<msg timestamp="20181202 17:45:42.904" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.904" starttime="20181202 17:45:42.683"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.905" starttime="20181202 17:45:42.905"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.906" starttime="20181202 17:45:42.906"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:42.906" starttime="20181202 17:45:42.906"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.906" starttime="20181202 17:45:42.904"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.906" starttime="20181202 17:45:42.682"></status>
</kw>
<msg timestamp="20181202 17:45:42.906" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.681"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.681"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.680"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.680"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.677"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:42.907" starttime="20181202 17:45:42.677"></status>
</kw>
<kw type="foritem" name="${logger} = org.apache.sshd.server.session.ServerSessionImpl">
<kw name="Run_Karaf_Command_On_List_Or_All" library="ClusterManagement">
<doc>Cycle through indices (or all), run karaf command on each.</doc>
<arguments>
<arg>log:set ${log_level} ${logger}</arg>
<arg>member_index_list=${member_index_list}</arg>
</arguments>
<kw name="List_Indices_Or_All" library="ClusterManagement">
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.</doc>
<arguments>
<arg>given_list=${member_index_list}</arg>
</arguments>
<assign>
<var>${index_list}</var>
</assign>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
</arguments>
<assign>
<var>${return_list_reference}</var>
</assign>
<msg timestamp="20181202 17:45:42.909" level="INFO">${return_list_reference} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.909" starttime="20181202 17:45:42.908"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{return_list_reference}</arg>
</arguments>
<assign>
<var>${return_list_copy}</var>
</assign>
<msg timestamp="20181202 17:45:42.909" level="INFO">${return_list_copy} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.909" starttime="20181202 17:45:42.909"></status>
</kw>
<msg timestamp="20181202 17:45:42.909" level="INFO">${index_list} = [1]</msg>
<status status="PASS" endtime="20181202 17:45:42.909" starttime="20181202 17:45:42.908"></status>
</kw>
<kw type="for" name="${index} IN [ @{index_list} ]">
<kw type="foritem" name="${index} = 1">
<kw name="Get From Dictionary" library="Collections">
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
<arguments>
<arg>dictionary=${ClusterManagement__index_to_ip_mapping}</arg>
<arg>key=${index}</arg>
</arguments>
<assign>
<var>${member_ip}</var>
</assign>
<msg timestamp="20181202 17:45:42.910" level="INFO">${member_ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:42.910" starttime="20181202 17:45:42.910"></status>
</kw>
<kw name="Safe_Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Run Issue_Command_On_Karaf_Console but restore previous connection afterwards.</doc>
<arguments>
<arg>${command}</arg>
<arg>${member_ip}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHKeywords.Run_Keyword_Preserve_Connection</arg>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Run_Keyword_Preserve_Connection" library="SSHKeywords">
<doc>Store current connection index, run keyword returning its result, restore connection in teardown.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>${cmd}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<arg>${timeout}</arg>
<arg>${loglevel}</arg>
</arguments>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_connection}</var>
</assign>
<msg timestamp="20181202 17:45:42.913" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:42.913" level="INFO">${current_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:42.913" starttime="20181202 17:45:42.913"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${keyword_name}</arg>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>@{args}</arg>
<arg>&amp;{kwargs}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:42.921" starttime="20181202 17:45:42.921"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:45:42.922" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:45:43.042" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:45:43.042" starttime="20181202 17:45:42.922"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.090" level="INFO">@root&gt;log:set OFF org.apache.sshd.server.session.ServerSessionI</msg>
<status status="PASS" endtime="20181202 17:45:43.091" starttime="20181202 17:45:43.042"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:45:43.094" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:45:43.094" level="INFO">${output} = [A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:43.094" starttime="20181202 17:45:43.091"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:45:43.137" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:45:43.137" starttime="20181202 17:45:43.095"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:43.139" starttime="20181202 17:45:43.137"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.140" level="INFO">[A[79CImpl
[?1l&gt;[?2004l[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:45:43.140" starttime="20181202 17:45:43.139"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.140" starttime="20181202 17:45:42.920"></status>
</kw>
<msg timestamp="20181202 17:45:43.140" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:43.140" starttime="20181202 17:45:42.913"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:43.143" starttime="20181202 17:45:43.142"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:43.144" starttime="20181202 17:45:43.143"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:45:43.144" starttime="20181202 17:45:43.144"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.144" starttime="20181202 17:45:43.141"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.912"></status>
</kw>
<msg timestamp="20181202 17:45:43.145" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.911"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.911"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.910"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.909"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.907"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.907"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.145" starttime="20181202 17:45:42.677"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.146" starttime="20181202 17:45:42.677"></status>
</kw>
<kw name="Devstack Suite Setup" library="DevstackUtils">
<doc>Open connections to the nodes</doc>
<kw name="Set Default Configuration" library="SSHLibrary">
<doc>Update the default `configuration`.</doc>
<arguments>
<arg>timeout=${DEFAULT_DEVSTACK_PROMPT_TIMEOUT}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:43.147" starttime="20181202 17:45:43.146"></status>
</kw>
<kw name="Get DevStack Nodes Data" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
<arg>${OS_CONTROL_NODE_IP}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.148" level="INFO">${OS_CNTL_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:43.148" starttime="20181202 17:45:43.148"></status>
</kw>
<kw name="Open Connection" library="DevstackUtils">
<arguments>
<arg>OS_CNTL_CONN_ID</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${ip}</arg>
<arg>prompt=${DEFAULT_LINUX_PROMPT}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:45:43.150" level="INFO">${conn_id} = 12</msg>
<status status="PASS" endtime="20181202 17:45:43.150" starttime="20181202 17:45:43.149"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${OS_USER}</arg>
<arg>${DEVSTACK_SYSTEM_PASSWORD}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:45:43.152" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:45:43.152" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:45:43.152" starttime="20181202 17:45:43.151"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:43.152" starttime="20181202 17:45:43.152"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.154" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:45:43.495" level="INFO">Read output: Last login: Sun Dec  2 17:45:42 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:45:43.496" starttime="20181202 17:45:43.153"></status>
</kw>
<msg timestamp="20181202 17:45:43.496" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:43.496" starttime="20181202 17:45:43.153"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.497" starttime="20181202 17:45:43.150"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>\${${name}}</arg>
<arg>${conn_id}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.499" level="INFO">${OS_CNTL_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:45:43.499" starttime="20181202 17:45:43.498"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.499" starttime="20181202 17:45:43.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-0cmp"</arg>
<arg>DevstackUtils.Set Node Data For AllinOne Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "1cmb-0ctl-1cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Compute Node Setup</arg>
<arg>ELSE IF</arg>
<arg>"${OPENSTACK_TOPO}" == "0cmb-1ctl-2cmp"</arg>
<arg>DevstackUtils.Set Node Data For Control And Two Compute Node Setup</arg>
</arguments>
<kw name="Set Node Data For AllinOne Setup" library="DevstackUtils">
<doc>Assign global variables for DevStack nodes where the Control Node enables Compute service also.</doc>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.503" level="INFO">${OS_CMP1_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:43.503" starttime="20181202 17:45:43.502"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.504" level="INFO">${OS_CMP2_IP} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:43.504" starttime="20181202 17:45:43.503"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.505" level="INFO">@{OS_ALL_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:45:43.505" starttime="20181202 17:45:43.505"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_IPS}</arg>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.507" level="INFO">@{OS_CMP_IPS} = [ 192.0.2.3 ]</msg>
<status status="PASS" endtime="20181202 17:45:43.507" starttime="20181202 17:45:43.506"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.508" level="INFO">${OS_CMP1_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:45:43.508" starttime="20181202 17:45:43.507"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_CONN_ID}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.509" level="INFO">${OS_CMP2_CONN_ID} = 12</msg>
<status status="PASS" endtime="20181202 17:45:43.509" starttime="20181202 17:45:43.508"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_ALL_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.516" level="INFO">@{OS_ALL_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:45:43.516" starttime="20181202 17:45:43.510"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{OS_CMP_CONN_IDS}</arg>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.522" level="INFO">@{OS_CMP_CONN_IDS} = [ 12 ]</msg>
<status status="PASS" endtime="20181202 17:45:43.523" starttime="20181202 17:45:43.517"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.523" starttime="20181202 17:45:43.501"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:43.523" starttime="20181202 17:45:43.500"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>${OS_NODE_CNT}</var>
</assign>
<msg timestamp="20181202 17:45:43.524" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:45:43.524" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:45:43.524" starttime="20181202 17:45:43.523"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_NODE_CNT}</arg>
</arguments>
<msg timestamp="20181202 17:45:43.525" level="INFO">${OS_NODE_CNT} = 1</msg>
<status status="PASS" endtime="20181202 17:45:43.525" starttime="20181202 17:45:43.524"></status>
</kw>
<kw name="Get DevStack Hostnames" library="DevstackUtils">
<doc>Assign hostname global variables for DevStack nodes</doc>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CNTL_IP}</arg>
</arguments>
<assign>
<var>${OS_CNTL_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:43.540" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:45:43.571" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:45.679" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:45.679" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:45.679" starttime="20181202 17:45:43.540"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:45.681" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:45.681" starttime="20181202 17:45:45.680"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:45.682" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:45.682" starttime="20181202 17:45:45.681"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:45.683" starttime="20181202 17:45:45.682"></status>
</kw>
<msg timestamp="20181202 17:45:45.683" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:45.683" starttime="20181202 17:45:43.539"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:45.696" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:45:45.734" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:47.808" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:47.808" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:47.808" starttime="20181202 17:45:45.695"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:47.809" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:47.809" starttime="20181202 17:45:47.809"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:47.810" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:47.810" starttime="20181202 17:45:47.809"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:47.810" starttime="20181202 17:45:47.810"></status>
</kw>
<msg timestamp="20181202 17:45:47.811" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:45:47.811" starttime="20181202 17:45:45.694"></status>
</kw>
<msg timestamp="20181202 17:45:47.811" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:47.811" starttime="20181202 17:45:43.526"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP1_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP1_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:47.819" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:45:47.862" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:50.050" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:50.051" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:50.051" starttime="20181202 17:45:47.819"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:50.052" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:50.052" starttime="20181202 17:45:50.052"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:50.053" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:50.053" starttime="20181202 17:45:50.053"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:50.054" starttime="20181202 17:45:50.054"></status>
</kw>
<msg timestamp="20181202 17:45:50.055" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:50.055" starttime="20181202 17:45:47.819"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:50.068" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:45:50.096" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:52.158" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:52.158" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:52.158" starttime="20181202 17:45:50.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:52.160" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:52.160" starttime="20181202 17:45:52.159"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:52.160" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:52.161" starttime="20181202 17:45:52.160"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:52.162" starttime="20181202 17:45:52.161"></status>
</kw>
<msg timestamp="20181202 17:45:52.162" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:45:52.162" starttime="20181202 17:45:50.067"></status>
</kw>
<msg timestamp="20181202 17:45:52.162" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:52.162" starttime="20181202 17:45:47.811"></status>
</kw>
<kw name="Get Hypervisor Hostname From IP" library="OpenStackOperations">
<doc>Returns the hostname found for the given IP address if it's listed in hypervisor list. For debuggability</doc>
<arguments>
<arg>${OS_CMP2_IP}</arg>
</arguments>
<assign>
<var>${OS_CMP2_HOSTNAME}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:52.175" level="INFO">Starting process:
openstack hypervisor list</msg>
<msg timestamp="20181202 17:45:52.216" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:54.305" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:54.305" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:54.305" starttime="20181202 17:45:52.175"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:54.306" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:54.307" starttime="20181202 17:45:54.306"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:54.307" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:54.307" starttime="20181202 17:45:54.307"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:54.308" starttime="20181202 17:45:54.307"></status>
</kw>
<msg timestamp="20181202 17:45:54.308" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:45:54.308" starttime="20181202 17:45:52.174"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack hypervisor list -f value | grep "${hypervisor_ip} " | cut -d" " -f 2</arg>
</arguments>
<assign>
<var>${hostname}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:54.317" level="INFO">Starting process:
openstack hypervisor list -f value | grep "192.0.2.3 " | cut -d" " -f 2</msg>
<msg timestamp="20181202 17:45:54.359" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:56.472" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:56.472" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:56.472" starttime="20181202 17:45:54.316"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.473" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:56.473" starttime="20181202 17:45:56.473"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.474" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:56.474" starttime="20181202 17:45:56.474"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:56.475" starttime="20181202 17:45:56.474"></status>
</kw>
<msg timestamp="20181202 17:45:56.475" level="INFO">${hostname} = </msg>
<status status="PASS" endtime="20181202 17:45:56.475" starttime="20181202 17:45:54.316"></status>
</kw>
<msg timestamp="20181202 17:45:56.475" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:56.475" starttime="20181202 17:45:52.163"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CNTL_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.476" level="INFO">${OS_CNTL_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:56.476" starttime="20181202 17:45:56.476"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP1_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.476" level="INFO">${OS_CMP1_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:56.476" starttime="20181202 17:45:56.476"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_CMP2_HOSTNAME}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.477" level="INFO">${OS_CMP2_HOSTNAME} = </msg>
<status status="PASS" endtime="20181202 17:45:56.477" starttime="20181202 17:45:56.477"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.477" starttime="20181202 17:45:43.525"></status>
</kw>
<kw name="Log Devstack Nodes Data" library="DevstackUtils">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=\n</arg>
<arg>OS_CNTL_HOSTNAME: ${OS_CNTL_HOSTNAME} - OS_CNTL_IP: ${OS_CNTL_IP} - OS_CONTROL_NODE_IP: ${OS_CONTROL_NODE_IP}</arg>
<arg>OS_CMP1_HOSTNAME: ${OS_CMP1_HOSTNAME} - OS_CMP1_IP: ${OS_CMP1_IP} - OS_COMPUTE_1_IP: ${OS_COMPUTE_1_IP}</arg>
<arg>OS_CMP2_HOSTNAME: ${OS_CMP2_HOSTNAME} - OS_CMP2_IP: ${OS_CMP2_IP} - OS_COMPUTE_2_IP: ${OS_COMPUTE_2_IP}</arg>
<arg>OS_ALL_IPS: @{OS_ALL_IPS}</arg>
<arg>OS_CMP_IPS: @{OS_CMP_IPS}</arg>
<arg>OS_NODE_CNT: ${OS_NODE_CNT}</arg>
<arg>OS_ALL_CONN_IDS: @{OS_ALL_CONN_IDS}</arg>
<arg>OS_CMP_CONN_IDS: @{OS_CMP_CONN_IDS}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:45:56.479" level="INFO">${output} = OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: ...</msg>
<status status="PASS" endtime="20181202 17:45:56.479" starttime="20181202 17:45:56.478"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>DevStack Nodes Data:\n${output}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.479" level="INFO">DevStack Nodes Data:
OS_CNTL_HOSTNAME:  - OS_CNTL_IP: 192.0.2.3 - OS_CONTROL_NODE_IP: 192.0.2.3
OS_CMP1_HOSTNAME:  - OS_CMP1_IP: 192.0.2.3 - OS_COMPUTE_1_IP: 
OS_CMP2_HOSTNAME:  - OS_CMP2_IP: 192.0.2.3 - OS_COMPUTE_2_IP: 
OS_ALL_IPS: [u'192.0.2.3']
OS_CMP_IPS: [u'192.0.2.3']
OS_NODE_CNT: 1
OS_ALL_CONN_IDS: [12]
OS_CMP_CONN_IDS: [12]</msg>
<status status="PASS" endtime="20181202 17:45:56.479" starttime="20181202 17:45:56.479"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.479" starttime="20181202 17:45:56.477"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.480" starttime="20181202 17:45:43.147"></status>
</kw>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>session</arg>
<arg>http://${odl_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.480" level="INFO">Creating Session using : alias=session, url=http://192.0.2.3:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62045d0d0&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:45:56.481" starttime="20181202 17:45:56.480"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.481" starttime="20181202 17:45:43.146"></status>
</kw>
<kw name="Start Packet Capture On Nodes" library="OpenStackOperations">
<doc>Wrapper keyword around the TcpDump packet capture that is catered to the Openstack setup.</doc>
<arguments>
<arg>tcpdump_port_6653</arg>
<arg>port 6653</arg>
<arg>@{OS_ALL_IPS}</arg>
</arguments>
<assign>
<var>@{tcpdump_port_6653_conn_ids}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${SUITE_NAME}""".replace(" ","_").replace("/","_").replace(".","_")</arg>
</arguments>
<assign>
<var>${suite_}</var>
</assign>
<msg timestamp="20181202 17:45:56.482" level="INFO">${suite_} = CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:45:56.482" starttime="20181202 17:45:56.482"></status>
</kw>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${suite_}</arg>
</arguments>
<assign>
<var>${tag_}</var>
</assign>
<msg timestamp="20181202 17:45:56.483" level="INFO">${tag_} = tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:45:56.483" starttime="20181202 17:45:56.482"></status>
</kw>
<kw name="Start Packet Capture on Nodes" library="Tcpdump">
<doc>Start packet captures on the given list of node ips.</doc>
<arguments>
<arg>tag=${tag_}</arg>
<arg>filter=${filter}</arg>
<arg>ips=${ips}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{conn_ids}</var>
</assign>
<msg timestamp="20181202 17:45:56.484" level="INFO">@{conn_ids} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:56.484" starttime="20181202 17:45:56.483"></status>
</kw>
<kw type="for" name="${ip} IN [ @{ips} ]">
<kw type="foritem" name="${ip} = 192.0.2.3">
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>SEPARATOR=__</arg>
<arg>${tag}</arg>
<arg>${ip}</arg>
</arguments>
<assign>
<var>${fname}</var>
</assign>
<msg timestamp="20181202 17:45:56.484" level="INFO">${fname} = tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:45:56.485" starttime="20181202 17:45:56.484"></status>
</kw>
<kw name="Start Packet Capture On Node" library="Tcpdump">
<doc>Connects to the remote machine and starts tcpdump</doc>
<arguments>
<arg>${ip}</arg>
<arg>file_Name=${fname}</arg>
<arg>filter=${filter}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:45:56.486" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:45:56.486" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=10 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:45:56.486" starttime="20181202 17:45:56.486"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:45:56.487" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:45:56.487" starttime="20181202 17:45:56.487"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:45:56.488" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:45:56.488" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:45:56.488" starttime="20181202 17:45:56.488"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:56.489" starttime="20181202 17:45:56.488"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.490" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:45:56.785" level="INFO">Read output: Last login: Sun Dec  2 17:45:43 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:45:56.785" starttime="20181202 17:45:56.489"></status>
</kw>
<msg timestamp="20181202 17:45:56.785" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:56.785" starttime="20181202 17:45:56.489"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.786" starttime="20181202 17:45:56.487"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sudo /usr/sbin/tcpdump -vvv -ni ${networkAdapter} ${filter} -w /tmp/${file_Name}.pcap</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:45:56.787" level="INFO">${cmd} = sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap</msg>
<status status="PASS" endtime="20181202 17:45:56.787" starttime="20181202 17:45:56.786"></status>
</kw>
<kw name="Start Command" library="SSHLibrary">
<doc>Starts execution of the ``command`` on the remote machine and returns immediately.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:45:56.788" level="INFO">Starting command 'sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap'.</msg>
<msg timestamp="20181202 17:45:56.791" level="INFO">${stdout} = None</msg>
<msg timestamp="20181202 17:45:56.791" level="INFO">${stderr} = None</msg>
<status status="PASS" endtime="20181202 17:45:56.791" starttime="20181202 17:45:56.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.792" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:45:56.792" starttime="20181202 17:45:56.791"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.793" level="INFO">None</msg>
<status status="PASS" endtime="20181202 17:45:56.793" starttime="20181202 17:45:56.792"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:56.796" starttime="20181202 17:45:56.795"></status>
</kw>
<msg timestamp="20181202 17:45:56.796" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:45:56.796" starttime="20181202 17:45:56.795"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.796" starttime="20181202 17:45:56.794"></status>
</kw>
<msg timestamp="20181202 17:45:56.797" level="INFO">${conn_id} = 13</msg>
<status status="PASS" endtime="20181202 17:45:56.797" starttime="20181202 17:45:56.485"></status>
</kw>
<kw name="Append To List" library="Collections">
<doc>Adds ``values`` to the end of ``list``.</doc>
<arguments>
<arg>${conn_ids}</arg>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:56.798" starttime="20181202 17:45:56.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.798" starttime="20181202 17:45:56.484"></status>
</kw>
<status status="PASS" endtime="20181202 17:45:56.798" starttime="20181202 17:45:56.484"></status>
</kw>
<msg timestamp="20181202 17:45:56.798" level="INFO">@{conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:45:56.798" starttime="20181202 17:45:56.483"></status>
</kw>
<msg timestamp="20181202 17:45:56.799" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:45:56.799" starttime="20181202 17:45:56.481"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>@{tcpdump_port_6653_conn_ids}</arg>
</arguments>
<msg timestamp="20181202 17:45:56.799" level="INFO">@{tcpdump_port_6653_conn_ids} = [ 13 ]</msg>
<status status="PASS" endtime="20181202 17:45:56.800" starttime="20181202 17:45:56.799"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${PRE_CLEAN_OPENSTACK_ALL}"=="True"</arg>
<arg>OpenStack Cleanup All</arg>
</arguments>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:45:56.804" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:56.805" starttime="20181202 17:45:56.802"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:56.806" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:45:56.848" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:45:59.152" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:45:59.153" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:45:59.153" starttime="20181202 17:45:56.805"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:45:59.154" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:45:59.155" starttime="20181202 17:45:59.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:45:59.155" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:45:59.155" starttime="20181202 17:45:59.155"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:45:59.156" starttime="20181202 17:45:59.156"></status>
</kw>
<msg timestamp="20181202 17:45:59.157" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:45:59.157" starttime="20181202 17:45:56.805"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:45:59.158" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:45:59.158" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:45:59.158" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:59.158" starttime="20181202 17:45:59.157"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:45:59.159" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:45:59.159" starttime="20181202 17:45:59.158"></status>
</kw>
<msg timestamp="20181202 17:45:59.159" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:59.159" starttime="20181202 17:45:56.801"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:45:59.159" starttime="20181202 17:45:59.159"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:45:59.161" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:45:59.161" starttime="20181202 17:45:59.160"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:45:59.162" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:45:59.197" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:01.888" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:01.888" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:01.888" starttime="20181202 17:45:59.162"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:01.890" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:01.890" starttime="20181202 17:46:01.889"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:01.890" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:01.890" starttime="20181202 17:46:01.890"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:01.891" starttime="20181202 17:46:01.891"></status>
</kw>
<msg timestamp="20181202 17:46:01.892" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:46:01.892" starttime="20181202 17:45:59.161"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:01.892" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:46:01.892" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:46:01.892" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:01.892" starttime="20181202 17:46:01.892"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:46:01.893" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:01.893" starttime="20181202 17:46:01.893"></status>
</kw>
<msg timestamp="20181202 17:46:01.893" level="INFO">@{vms} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:01.893" starttime="20181202 17:45:59.160"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<status status="PASS" endtime="20181202 17:46:01.894" starttime="20181202 17:46:01.894"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:01.895" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:01.895" starttime="20181202 17:46:01.895"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:01.896" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:46:01.921" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:04.141" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:04.141" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:04.141" starttime="20181202 17:46:01.896"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:04.142" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:04.142" starttime="20181202 17:46:04.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:04.143" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:04.143" starttime="20181202 17:46:04.143"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:04.144" starttime="20181202 17:46:04.143"></status>
</kw>
<msg timestamp="20181202 17:46:04.144" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:46:04.144" starttime="20181202 17:46:01.895"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:04.145" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:46:04.145" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:46:04.145" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:04.145" starttime="20181202 17:46:04.145"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:46:04.146" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:04.146" starttime="20181202 17:46:04.146"></status>
</kw>
<msg timestamp="20181202 17:46:04.146" level="INFO">@{routers} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:04.146" starttime="20181202 17:46:01.894"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<status status="PASS" endtime="20181202 17:46:04.147" starttime="20181202 17:46:04.146"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:04.148" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:04.148" starttime="20181202 17:46:04.148"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:04.150" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:46:04.171" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:06.428" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:06.428" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:06.428" starttime="20181202 17:46:04.149"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:06.430" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:06.430" starttime="20181202 17:46:06.429"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:06.431" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:06.431" starttime="20181202 17:46:06.430"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:06.432" starttime="20181202 17:46:06.431"></status>
</kw>
<msg timestamp="20181202 17:46:06.432" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:46:06.432" starttime="20181202 17:46:04.149"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:06.433" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:46:06.433" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:46:06.433" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:06.433" starttime="20181202 17:46:06.432"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:46:06.434" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:06.434" starttime="20181202 17:46:06.434"></status>
</kw>
<msg timestamp="20181202 17:46:06.434" level="INFO">@{ports} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:06.434" starttime="20181202 17:46:04.147"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<status status="PASS" endtime="20181202 17:46:06.435" starttime="20181202 17:46:06.435"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:06.437" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:06.437" starttime="20181202 17:46:06.436"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:06.439" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:46:06.461" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:08.620" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:08.621" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:08.621" starttime="20181202 17:46:06.438"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:08.623" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:08.623" starttime="20181202 17:46:08.622"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:08.624" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:08.624" starttime="20181202 17:46:08.623"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:08.625" starttime="20181202 17:46:08.624"></status>
</kw>
<msg timestamp="20181202 17:46:08.626" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:46:08.626" starttime="20181202 17:46:06.437"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:08.626" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:46:08.626" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:46:08.627" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:08.627" starttime="20181202 17:46:08.626"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:46:08.627" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:46:08.628" starttime="20181202 17:46:08.627"></status>
</kw>
<msg timestamp="20181202 17:46:08.628" level="INFO">@{networks} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:08.628" starttime="20181202 17:46:06.435"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<status status="PASS" endtime="20181202 17:46:08.628" starttime="20181202 17:46:08.628"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:08.630" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:46:08.630" starttime="20181202 17:46:08.630"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:08.632" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:46:08.651" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:10.787" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:10.787" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:10.787" starttime="20181202 17:46:08.631"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:10.789" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
]</msg>
<status status="PASS" endtime="20181202 17:46:10.789" starttime="20181202 17:46:10.788"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:10.790" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:10.790" starttime="20181202 17:46:10.789"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:10.791" starttime="20181202 17:46:10.790"></status>
</kw>
<msg timestamp="20181202 17:46:10.792" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:46:10.792" starttime="20181202 17:46:08.630"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:46:10.793" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }
] </msg>
<msg timestamp="20181202 17:46:10.793" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:46:10.793" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:46:10.793" starttime="20181202 17:46:10.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:46:10.794" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}]</msg>
<status status="PASS" endtime="20181202 17:46:10.794" starttime="20181202 17:46:10.793"></status>
</kw>
<msg timestamp="20181202 17:46:10.794" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:46:10.794" starttime="20181202 17:46:08.629"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:10.797" starttime="20181202 17:46:10.795"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:10.797" starttime="20181202 17:46:10.795"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:10.798" starttime="20181202 17:46:10.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:10.798" starttime="20181202 17:46:10.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:10.798" starttime="20181202 17:46:10.795"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:46:10.800" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:46:10.800" starttime="20181202 17:46:10.799"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:10.814" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:46:10.837" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:13.451" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:13.451" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:13.451" starttime="20181202 17:46:10.814"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:13.452" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:13.452" starttime="20181202 17:46:13.452"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:13.453" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:13.453" starttime="20181202 17:46:13.452"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:13.453" starttime="20181202 17:46:13.453"></status>
</kw>
<msg timestamp="20181202 17:46:13.454" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:13.454" starttime="20181202 17:46:10.813"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:13.454" starttime="20181202 17:46:10.800"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:13.463" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:46:13.498" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:15.581" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:15.581" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:15.581" starttime="20181202 17:46:13.462"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:15.582" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:15.582" starttime="20181202 17:46:15.582"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:15.583" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:15.583" starttime="20181202 17:46:15.582"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:15.583" starttime="20181202 17:46:15.583"></status>
</kw>
<msg timestamp="20181202 17:46:15.584" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:15.584" starttime="20181202 17:46:13.462"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:15.584" starttime="20181202 17:46:13.454"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:15.593" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:46:15.636" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:18.069" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:18.069" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:18.069" starttime="20181202 17:46:15.593"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:18.070" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:18.071" starttime="20181202 17:46:18.070"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:18.071" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:18.071" starttime="20181202 17:46:18.071"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:18.072" starttime="20181202 17:46:18.072"></status>
</kw>
<msg timestamp="20181202 17:46:18.073" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:18.073" starttime="20181202 17:46:15.592"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:18.073" starttime="20181202 17:46:15.584"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:18.084" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:46:18.105" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:20.131" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:20.132" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:20.132" starttime="20181202 17:46:18.084"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:20.134" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:20.134" starttime="20181202 17:46:20.133"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:20.135" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:20.135" starttime="20181202 17:46:20.134"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:20.137" starttime="20181202 17:46:20.136"></status>
</kw>
<msg timestamp="20181202 17:46:20.137" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:20.137" starttime="20181202 17:46:18.083"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:20.138" starttime="20181202 17:46:18.073"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:20.158" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:46:20.186" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:22.301" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:22.302" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:22.302" starttime="20181202 17:46:20.157"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:22.304" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:22.304" starttime="20181202 17:46:22.303"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:22.305" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:22.305" starttime="20181202 17:46:22.305"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:22.307" starttime="20181202 17:46:22.306"></status>
</kw>
<msg timestamp="20181202 17:46:22.307" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:46:22.307" starttime="20181202 17:46:20.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:22.308" starttime="20181202 17:46:20.138"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:22.325" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:46:22.369" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:24.579" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:24.580" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:24.580" starttime="20181202 17:46:22.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:24.581" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:24.581" starttime="20181202 17:46:24.580"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:24.581" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:24.581" starttime="20181202 17:46:24.581"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:24.582" starttime="20181202 17:46:24.582"></status>
</kw>
<msg timestamp="20181202 17:46:24.582" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:46:24.582" starttime="20181202 17:46:22.323"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:24.582" starttime="20181202 17:46:22.308"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:24.591" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:46:24.631" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:26.831" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:26.831" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:26.831" starttime="20181202 17:46:24.590"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:26.832" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:26.832" starttime="20181202 17:46:26.832"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:26.833" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:26.833" starttime="20181202 17:46:26.833"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:26.834" starttime="20181202 17:46:26.833"></status>
</kw>
<msg timestamp="20181202 17:46:26.834" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:26.834" starttime="20181202 17:46:24.590"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:26.834" starttime="20181202 17:46:24.583"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:26.844" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:46:26.886" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:29.069" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:29.069" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:29.069" starttime="20181202 17:46:26.844"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.071" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:29.071" starttime="20181202 17:46:29.070"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.071" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:29.071" starttime="20181202 17:46:29.071"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.072" starttime="20181202 17:46:29.072"></status>
</kw>
<msg timestamp="20181202 17:46:29.073" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:46:29.073" starttime="20181202 17:46:26.843"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.073" starttime="20181202 17:46:26.834"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.073" starttime="20181202 17:46:10.800"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.073" starttime="20181202 17:46:10.799"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.073" starttime="20181202 17:45:56.801"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.074" starttime="20181202 17:45:56.800"></status>
</kw>
<kw name="Add OVS Logging On All OpenStack Nodes" library="OpenStackOperations">
<doc>Add higher levels of OVS logging to all the OpenStack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Add OVS Logging" library="OVSDB">
<doc>Add higher levels of OVS logging</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.076" starttime="20181202 17:46:29.076"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>bridge:file:dbg</arg>
<arg>connmgr:file:dbg</arg>
<arg>inband:file:dbg</arg>
<arg>ofp_actions:file:dbg</arg>
<arg>ofp_errors:file:dbg</arg>
<arg>ofp_msgs:file:dbg</arg>
<arg>ovsdb_error:file:dbg</arg>
<arg>rconn:file:dbg</arg>
<arg>tunnel:file:dbg</arg>
<arg>vconn:file:dbg</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:46:29.077" level="INFO">@{modules} = [ bridge:file:dbg | connmgr:file:dbg | inband:file:dbg | ofp_actions:file:dbg | ofp_errors:file:dbg | ofp_msgs:file:dbg | ovsdb_error:file:dbg | rconn:file:dbg | tunnel:file:dbg | vconn:file:dbg ]</msg>
<status status="PASS" endtime="20181202 17:46:29.077" starttime="20181202 17:46:29.077"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = bridge:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.079" starttime="20181202 17:46:29.079"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.080" starttime="20181202 17:46:29.079"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.085" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set bridge:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.086" starttime="20181202 17:46:29.080"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.110" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.110" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.111" starttime="20181202 17:46:29.086"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.111" starttime="20181202 17:46:29.078"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.111" starttime="20181202 17:46:29.078"></status>
</kw>
<kw type="foritem" name="${module} = connmgr:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.113" starttime="20181202 17:46:29.112"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.113" starttime="20181202 17:46:29.113"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.116" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set connmgr:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.116" starttime="20181202 17:46:29.113"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.130" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.130" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.130" starttime="20181202 17:46:29.116"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.130" starttime="20181202 17:46:29.111"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.130" starttime="20181202 17:46:29.111"></status>
</kw>
<kw type="foritem" name="${module} = inband:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.132" starttime="20181202 17:46:29.131"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.132" starttime="20181202 17:46:29.132"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.135" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set inband:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.135" starttime="20181202 17:46:29.132"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.147" level="INFO">no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.147" level="INFO">${output} = no destination, level, or module "inband"
ovs-appctl: ovs-vswitchd: server returned an error
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.147" starttime="20181202 17:46:29.135"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.148" starttime="20181202 17:46:29.131"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.148" starttime="20181202 17:46:29.130"></status>
</kw>
<kw type="foritem" name="${module} = ofp_actions:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.150" starttime="20181202 17:46:29.149"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.150" starttime="20181202 17:46:29.150"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.153" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_actions:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.153" starttime="20181202 17:46:29.150"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.169" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.169" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.169" starttime="20181202 17:46:29.153"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.170" starttime="20181202 17:46:29.148"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.170" starttime="20181202 17:46:29.148"></status>
</kw>
<kw type="foritem" name="${module} = ofp_errors:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.171" starttime="20181202 17:46:29.171"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.172" starttime="20181202 17:46:29.171"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.174" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_errors:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.174" starttime="20181202 17:46:29.172"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.189" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.189" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.189" starttime="20181202 17:46:29.174"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.189" starttime="20181202 17:46:29.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.189" starttime="20181202 17:46:29.170"></status>
</kw>
<kw type="foritem" name="${module} = ofp_msgs:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.191" starttime="20181202 17:46:29.190"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.191" starttime="20181202 17:46:29.191"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.194" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ofp_msgs:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.194" starttime="20181202 17:46:29.191"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.210" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.210" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.210" starttime="20181202 17:46:29.194"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.210" starttime="20181202 17:46:29.190"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.211" starttime="20181202 17:46:29.189"></status>
</kw>
<kw type="foritem" name="${module} = ovsdb_error:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.212" starttime="20181202 17:46:29.212"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.212" starttime="20181202 17:46:29.212"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.215" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set ovsdb_error:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.215" starttime="20181202 17:46:29.213"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.229" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.229" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.229" starttime="20181202 17:46:29.215"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.230" starttime="20181202 17:46:29.211"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.230" starttime="20181202 17:46:29.211"></status>
</kw>
<kw type="foritem" name="${module} = rconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.231" starttime="20181202 17:46:29.231"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.231" starttime="20181202 17:46:29.231"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.234" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set rconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.234" starttime="20181202 17:46:29.232"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.245" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.246" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.246" starttime="20181202 17:46:29.234"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.246" starttime="20181202 17:46:29.230"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.246" starttime="20181202 17:46:29.230"></status>
</kw>
<kw type="foritem" name="${module} = tunnel:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.247" starttime="20181202 17:46:29.247"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.248" starttime="20181202 17:46:29.248"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.250" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set tunnel:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.250" starttime="20181202 17:46:29.248"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.270" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.270" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.270" starttime="20181202 17:46:29.250"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.270" starttime="20181202 17:46:29.246"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.270" starttime="20181202 17:46:29.246"></status>
</kw>
<kw type="foritem" name="${module} = vconn:file:dbg">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/set ${module}</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.272" starttime="20181202 17:46:29.271"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.272" starttime="20181202 17:46:29.272"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.274" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/set vconn:file:dbg</msg>
<status status="PASS" endtime="20181202 17:46:29.274" starttime="20181202 17:46:29.272"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.287" level="INFO">[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.288" level="INFO">${output} = [heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:29.288" starttime="20181202 17:46:29.274"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.288" starttime="20181202 17:46:29.271"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.288" starttime="20181202 17:46:29.270"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.288" starttime="20181202 17:46:29.077"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-appctl --target ovs-vswitchd vlog/list</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.289" starttime="20181202 17:46:29.289"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:46:29.290" starttime="20181202 17:46:29.289"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.292" level="INFO">sudo ovs-appctl --target ovs-vswitchd vlo g/list</msg>
<status status="PASS" endtime="20181202 17:46:29.292" starttime="20181202 17:46:29.290"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.350" level="INFO">console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond               OFF        ERR       INFO
bridge             OFF        ERR        DBG
bundle             OFF        ERR       INFO
bundles            OFF        ERR       INFO
cfm                OFF        ERR       INFO
collectors         OFF        ERR       INFO
command_line       OFF        ERR       INFO
connmgr            OFF        ERR        DBG
conntrack          OFF        ERR       INFO
coverage           OFF        ERR       INFO
ct_dpif            OFF        ERR       INFO
daemon             OFF        ERR       INFO
daemon_unix        OFF        ERR       INFO
dpctl              OFF        ERR       INFO
dpdk               OFF        ERR       INFO
dpif               OFF        ERR       INFO
dpif_netdev        OFF        ERR       INFO
dpif_netlink       OFF        ERR       INFO
dpif_netlink_rtnl   OFF        ERR       INFO
entropy            OFF        ERR       INFO
fail_open          OFF        ERR       INFO
fatal_signal       OFF        ERR       INFO
hmap               OFF        ERR       INFO
in_band            OFF        ERR       INFO
ipfix              OFF        ERR       INFO
jsonrpc            OFF        ERR       INFO
lacp               OFF        ERR       INFO
lldp               OFF        ERR       INFO
lldpd              OFF        ERR       INFO
lldpd_structs      OFF        ERR       INFO
lockfile           OFF        ERR       INFO
memory             OFF        ERR       INFO
meta_flow          OFF        ERR       INFO
native_tnl         OFF        ERR       INFO
netdev             OFF        ERR       INFO
netdev_dpdk        OFF        ERR       INFO
netdev_dummy       OFF        ERR       INFO
netdev_linux       OFF        ERR       INFO
netdev_tc_offloads   OFF        ERR       INFO
netdev_vport       OFF        ERR       INFO
netflow            OFF        ERR       INFO
netlink            OFF        ERR       INFO
netlink_conntrack   OFF        ERR       INFO
netlink_notifier   OFF        ERR       INFO
netlink_socket     OFF        ERR       INFO
nx_match           OFF        ERR       INFO
odp_util           OFF        ERR       INFO
ofp_actions        OFF        ERR        DBG
ofp_errors         OFF        ERR        DBG
ofp_msgs           OFF        ERR        DBG
ofp_util           OFF        ERR       INFO
ofproto            OFF        ERR       INFO
ofproto_dpif       OFF        ERR       INFO
ofproto_dpif_mirror   OFF        ERR       INFO
ofproto_dpif_monitor   OFF        ERR       INFO
ofproto_dpif_rid   OFF        ERR       INFO
ofproto_dpif_upcall   OFF        ERR       INFO
ofproto_dpif_xlate   OFF        ERR       INFO
ofproto_xlate_cache   OFF        ERR       INFO
ovs_lldp           OFF        ERR       INFO
ovs_numa           OFF        ERR       INFO
ovs_rcu            OFF        ERR       INFO
ovs_router         OFF        ERR       INFO
ovs_thread         OFF        ERR       INFO
ovsdb_error        OFF        ERR        DBG
ovsdb_idl          OFF        ERR       INFO
pcap               OFF        ERR       INFO
pmd_perf           OFF        ERR       INFO
poll_loop          OFF        ERR       INFO
process            OFF        ERR       INFO
rconn              OFF        ERR        DBG
reconnect          OFF        ERR       INFO
route_table        OFF        ERR       INFO
rstp               OFF        ERR       INFO
rstp_sm            OFF        ERR       INFO
sflow              OFF        ERR       INFO
signals            OFF        ERR       INFO
socket_util        OFF        ERR       INFO
socket_util_unix   OFF        ERR       INFO
stp                OFF        ERR       INFO
stream             OFF        ERR       INFO
stream_fd          OFF        ERR       INFO
stream_ssl         OFF        ERR       INFO
stream_tcp         OFF        ERR       INFO
stream_unix        OFF        ERR       INFO
svec               OFF        ERR       INFO
system_stats       OFF        ERR       INFO
tc                 OFF        ERR       INFO
timeval            OFF        ERR       INFO
tunnel             OFF        ERR        DBG
unixctl            OFF        ERR       INFO
util               OFF        ERR       INFO
vconn              OFF        ERR        DBG
vconn_stream       OFF        ERR       INFO
vlog               OFF        ERR       INFO
vswitchd           OFF        ERR       INFO
xenserver          OFF        ERR       INFO
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:46:29.351" level="INFO">${output} =                  console    syslog    file
                 -------    ------    ------
backtrace          OFF        ERR       INFO
bfd                OFF        ERR       INFO
bond              ...</msg>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.292"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.288"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.075"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.075"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.074"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.351" starttime="20181202 17:46:29.074"></status>
</kw>
<kw name="Validate Deployment" library="OpenStackOperations">
<doc>Validate the deployment. Examples to validate are verifying default table</doc>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>----------------------------------------\n${SUITE_NAME}\n</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.363" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:46:29.363" starttime="20181202 17:46:29.363"></status>
</kw>
<msg timestamp="20181202 17:46:29.363" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:29.363" starttime="20181202 17:46:29.362"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.364" starttime="20181202 17:46:29.363"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:46:29.364" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:46:29.364" starttime="20181202 17:46:29.364"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.364" starttime="20181202 17:46:29.362"></status>
</kw>
<kw type="for" name="${keyword} IN [ @{VALIDATION_KEYWORDS} ]">
<kw type="foritem" name="${keyword} = Verify Services">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Services" library="OpenStackOperations">
<doc>Verify if the services are operational</doc>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>60</arg>
<arg>2</arg>
<arg>ClusterManagement.Check Status Of Services Is OPERATIONAL</arg>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw name="Check Status Of Services Is OPERATIONAL" library="ClusterManagement">
<doc>This keyword will verify whether all the services are operational in all the ODL nodes</doc>
<arguments>
<arg>@{NETVIRT_DIAG_SERVICES}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Check Service Status" library="ClusterManagement">
<doc>Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed</doc>
<arguments>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
<arg>ACTIVE</arg>
<arg>OPERATIONAL</arg>
<arg>@{service_list}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${NUM_ODL_SYSTEM} &gt; 1</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus -n ${odl_ip}</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
<arg>ELSE</arg>
<arg>KarafKeywords.Issue_Command_On_Karaf_Console</arg>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<assign>
<var>${service_status_output}</var>
</assign>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>showSvcStatus</arg>
<arg>${odl_ip}</arg>
<arg>${KARAF_SHELL_PORT}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.378" starttime="20181202 17:46:29.378"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.379" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:46:29.508" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:46:29.508" starttime="20181202 17:46:29.378"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.525" level="INFO">@root&gt;showSvcStatus</msg>
<status status="PASS" endtime="20181202 17:46:29.525" starttime="20181202 17:46:29.509"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:29.529" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:46:29 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:46:29.530" level="INFO">${output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:46:29 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:46:29.530" starttime="20181202 17:46:29.525"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:46:29.573" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:46:29.573" starttime="20181202 17:46:29.530"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:46:29.575" starttime="20181202 17:46:29.573"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.575" level="INFO">[?1l&gt;[?2004lTimestamp: Sun Dec 02 17:46:29 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM                 : OPERATIONAL       
  ITM                 : OPERATIONAL       
  ELAN                : OPERATIONAL       
  OVSDB               : OPERATIONAL       
  DATASTORE           : OPERATIONAL       
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:46:29.575" starttime="20181202 17:46:29.575"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.576" starttime="20181202 17:46:29.377"></status>
</kw>
<msg timestamp="20181202 17:46:29.576" level="INFO">${service_status_output} = [?1l&gt;[?2004lTimestamp: Sun Dec 02 17:46:29 UTC 2018
Node IP Address: 127.0.0.1
System is operational: true
System ready state: ACTIVE
  OPENFLOW            : OPERATIONAL       
  IFM               ...</msg>
<status status="PASS" endtime="20181202 17:46:29.576" starttime="20181202 17:46:29.368"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${system_ready_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.576" starttime="20181202 17:46:29.576"></status>
</kw>
<kw type="for" name="${service} IN [ @{service_list} ]">
<kw type="foritem" name="${service} = OPENFLOW">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.577" starttime="20181202 17:46:29.577"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.577" starttime="20181202 17:46:29.576"></status>
</kw>
<kw type="foritem" name="${service} = IFM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.578" starttime="20181202 17:46:29.577"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.578" starttime="20181202 17:46:29.577"></status>
</kw>
<kw type="foritem" name="${service} = ITM">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.578" starttime="20181202 17:46:29.578"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.578" starttime="20181202 17:46:29.578"></status>
</kw>
<kw type="foritem" name="${service} = DATASTORE">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.579" starttime="20181202 17:46:29.579"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.579" starttime="20181202 17:46:29.579"></status>
</kw>
<kw type="foritem" name="${service} = ELAN">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.580" starttime="20181202 17:46:29.579"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.580" starttime="20181202 17:46:29.579"></status>
</kw>
<kw type="foritem" name="${service} = OVSDB">
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${service_status_output}</arg>
<arg>${service} +: ${service_state}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.580" starttime="20181202 17:46:29.580"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.580" starttime="20181202 17:46:29.580"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.580" starttime="20181202 17:46:29.576"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.367"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.366"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.365"></status>
</kw>
<msg timestamp="20181202 17:46:29.581" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:29.581" starttime="20181202 17:46:29.365"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.590" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:46:29.590" starttime="20181202 17:46:29.589"></status>
</kw>
<msg timestamp="20181202 17:46:29.590" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:29.590" starttime="20181202 17:46:29.589"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.590" starttime="20181202 17:46:29.590"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:46:29.591" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:46:29.591" starttime="20181202 17:46:29.591"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.591" starttime="20181202 17:46:29.589"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.591" starttime="20181202 17:46:29.581"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.591" starttime="20181202 17:46:29.365"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tunnels">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tunnels" library="OpenStackOperations">
<doc>Verify if the default tunnels are created.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>odl-netvirt-sfc</arg>
</arguments>
<assign>
<var>${check_feature_list}</var>
</assign>
<msg timestamp="20181202 17:46:29.593" level="INFO">${check_feature_list} = [u'odl-netvirt-sfc']</msg>
<status status="PASS" endtime="20181202 17:46:29.593" starttime="20181202 17:46:29.592"></status>
</kw>
<kw name="Is Feature Installed" library="OpenStackOperations">
<arguments>
<arg>features=${check_feature_list}</arg>
</arguments>
<assign>
<var>${is_sfc_enabled}</var>
</assign>
<kw type="for" name="${feature} IN [ @{features} ]">
<kw type="foritem" name="${feature} = odl-netvirt-sfc">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>BuiltIn.Should Contain</arg>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<assign>
<var>${status}</var>
<var>${output}</var>
</assign>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${CONTROLLERFEATURES}</arg>
<arg>${feature}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.602" level="FAIL">Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="FAIL" endtime="20181202 17:46:29.602" starttime="20181202 17:46:29.594"></status>
</kw>
<msg timestamp="20181202 17:46:29.602" level="INFO">${status} = FAIL</msg>
<msg timestamp="20181202 17:46:29.602" level="INFO">${output} = Variable '${CONTROLLERFEATURES}' not found.</msg>
<status status="PASS" endtime="20181202 17:46:29.602" starttime="20181202 17:46:29.594"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "PASS"</arg>
<arg>True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.603" starttime="20181202 17:46:29.602"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.603" starttime="20181202 17:46:29.593"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.603" starttime="20181202 17:46:29.593"></status>
</kw>
<msg timestamp="20181202 17:46:29.603" level="INFO">${is_sfc_enabled} = False</msg>
<status status="PASS" endtime="20181202 17:46:29.603" starttime="20181202 17:46:29.593"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${is_sfc_enabled} == ${True}</arg>
<arg>${True}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.603" starttime="20181202 17:46:29.603"></status>
</kw>
<kw name="Return From Keyword If" library="BuiltIn">
<doc>Returns from the enclosing user keyword if ``condition`` is true.</doc>
<arguments>
<arg>${OS_NODE_CNT} == ${1}</arg>
<arg>${True}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.604" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:46:29.604" starttime="20181202 17:46:29.604"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.604" starttime="20181202 17:46:29.592"></status>
</kw>
<msg timestamp="20181202 17:46:29.604" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:29.604" starttime="20181202 17:46:29.592"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.612" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:46:29.612" starttime="20181202 17:46:29.612"></status>
</kw>
<msg timestamp="20181202 17:46:29.612" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:29.613" starttime="20181202 17:46:29.612"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.613" starttime="20181202 17:46:29.613"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:46:29.614" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:46:29.614" starttime="20181202 17:46:29.613"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.614" starttime="20181202 17:46:29.611"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.614" starttime="20181202 17:46:29.604"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.614" starttime="20181202 17:46:29.591"></status>
</kw>
<kw type="foritem" name="${keyword} = Verify Expected Default Tables On Nodes">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>${keyword}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="Verify Expected Default Tables On Nodes" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on all Nodes</doc>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>session</arg>
<arg>${CONFIG_NODES_API}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:46:29.622" level="INFO">Get Request using : alias=session, uri=/restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:46:29.622" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:46:29.622" starttime="20181202 17:46:29.615"></status>
</kw>
<kw name="Log Content" library="Utils">
<arguments>
<arg>${resp.content}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'''${resp_content}''' != '${EMPTY}'</arg>
<arg>RequestsLibrary.To Json</arg>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Set Variable</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${resp_json}</var>
</assign>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp_content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<msg timestamp="20181202 17:46:29.638" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36},{"id":38},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:46:29.639" level="INFO">To JSON using : pretty_print=True </msg>
<status status="PASS" endtime="20181202 17:46:29.639" starttime="20181202 17:46:29.624"></status>
</kw>
<msg timestamp="20181202 17:46:29.640" level="INFO">${resp_json} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:46:29.640" starttime="20181202 17:46:29.623"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp_json}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.641" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:46:29.643" starttime="20181202 17:46:29.640"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:29.643" starttime="20181202 17:46:29.622"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_node_list}</var>
</assign>
<msg timestamp="20181202 17:46:29.643" level="INFO">${failed_node_list} = []</msg>
<status status="PASS" endtime="20181202 17:46:29.643" starttime="20181202 17:46:29.643"></status>
</kw>
<kw type="for" name="${node_ip} IN [ @{node_ips} ]">
<kw type="foritem" name="${node_ip} = 192.0.2.3">
<kw name="Verify Expected Default Tables" library="OpenStackOperations">
<doc>Verify if Default Table Entries are programmed on specific Node</doc>
<arguments>
<arg>${node_ip}</arg>
</arguments>
<assign>
<var>${failed_table_list}</var>
</assign>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${ovs_ip}</arg>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
</arguments>
<assign>
<var>${flow_dump}</var>
</assign>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.646" starttime="20181202 17:46:29.645"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:46:29.646" level="INFO">index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:46:29.646" level="INFO">${current_ssh_connection} = index=None
path_separator=/
prompt=None
width=80
newline=

height=24
encoding=utf8
alias=None
host=None
timeout=3 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:46:29.646" starttime="20181202 17:46:29.646"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:46:29.647" level="INFO">Attempting to execute command "sudo ovs-ofctl dump-flows br-int -OOpenFlow13" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:46:29.647" starttime="20181202 17:46:29.647"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:46:29.648" level="INFO">${conn_id} = 15</msg>
<status status="PASS" endtime="20181202 17:46:29.648" starttime="20181202 17:46:29.647"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:46:29.649" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:46:29.649" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:46:29.649" starttime="20181202 17:46:29.648"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:29.649" starttime="20181202 17:46:29.649"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:46:29.650" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:46:30.013" level="INFO">Read output: Last login: Sun Dec  2 17:45:56 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:46:30.013" starttime="20181202 17:46:29.650"></status>
</kw>
<msg timestamp="20181202 17:46:30.014" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:46:30.014" starttime="20181202 17:46:29.649"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.014" starttime="20181202 17:46:29.648"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:46:30.015" level="INFO">Executing command 'sudo ovs-ofctl dump-flows br-int -OOpenFlow13'.</msg>
<msg timestamp="20181202 17:46:30.069" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:46:30.069" level="INFO">${stdout} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<msg timestamp="20181202 17:46:30.069" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:46:30.070" starttime="20181202 17:46:30.014"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:46:30.134" starttime="20181202 17:46:30.070"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.135" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:30.135" starttime="20181202 17:46:30.135"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.136" starttime="20181202 17:46:30.136"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.137" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:46:30.137" starttime="20181202 17:46:30.137"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.137" starttime="20181202 17:46:30.136"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.139" starttime="20181202 17:46:30.138"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>127.0.0.1</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.140" starttime="20181202 17:46:30.139"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:46:30.140" starttime="20181202 17:46:30.140"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.140" starttime="20181202 17:46:30.138"></status>
</kw>
<msg timestamp="20181202 17:46:30.141" level="INFO">${flow_dump} = OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xf...</msg>
<status status="PASS" endtime="20181202 17:46:30.141" starttime="20181202 17:46:29.644"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${flow_dump}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.142" level="INFO">OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop</msg>
<status status="PASS" endtime="20181202 17:46:30.142" starttime="20181202 17:46:30.141"></status>
</kw>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>${failed_table_list}</var>
</assign>
<msg timestamp="20181202 17:46:30.142" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:46:30.142" starttime="20181202 17:46:30.142"></status>
</kw>
<kw type="for" name="${table} IN [ @{DEFAULT_FLOW_TABLES} ]">
<kw type="foritem" name="${table} = 18">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.144" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=18.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.145" starttime="20181202 17:46:30.143"></status>
</kw>
<msg timestamp="20181202 17:46:30.145" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.145" starttime="20181202 17:46:30.143"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.145" starttime="20181202 17:46:30.145"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.145" starttime="20181202 17:46:30.143"></status>
</kw>
<kw type="foritem" name="${table} = 19">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.147" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=19.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.147" starttime="20181202 17:46:30.146"></status>
</kw>
<msg timestamp="20181202 17:46:30.148" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.148" starttime="20181202 17:46:30.146"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.148" starttime="20181202 17:46:30.148"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.148" starttime="20181202 17:46:30.145"></status>
</kw>
<kw type="foritem" name="${table} = 20">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.151" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=20.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.151" starttime="20181202 17:46:30.149"></status>
</kw>
<msg timestamp="20181202 17:46:30.151" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.151" starttime="20181202 17:46:30.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.152" starttime="20181202 17:46:30.152"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.152" starttime="20181202 17:46:30.149"></status>
</kw>
<kw type="foritem" name="${table} = 22">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.155" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=22.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.155" starttime="20181202 17:46:30.153"></status>
</kw>
<msg timestamp="20181202 17:46:30.155" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.155" starttime="20181202 17:46:30.152"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.156" starttime="20181202 17:46:30.156"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.156" starttime="20181202 17:46:30.152"></status>
</kw>
<kw type="foritem" name="${table} = 23">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.158" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=23.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.159" starttime="20181202 17:46:30.157"></status>
</kw>
<msg timestamp="20181202 17:46:30.159" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.159" starttime="20181202 17:46:30.156"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.160" starttime="20181202 17:46:30.159"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.160" starttime="20181202 17:46:30.156"></status>
</kw>
<kw type="foritem" name="${table} = 24">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.162" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=24.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.162" starttime="20181202 17:46:30.161"></status>
</kw>
<msg timestamp="20181202 17:46:30.162" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.162" starttime="20181202 17:46:30.160"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.163" starttime="20181202 17:46:30.162"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.163" starttime="20181202 17:46:30.160"></status>
</kw>
<kw type="foritem" name="${table} = 43">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.165" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=43.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.165" starttime="20181202 17:46:30.163"></status>
</kw>
<msg timestamp="20181202 17:46:30.165" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.165" starttime="20181202 17:46:30.163"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.165" starttime="20181202 17:46:30.165"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.165" starttime="20181202 17:46:30.163"></status>
</kw>
<kw type="foritem" name="${table} = 45">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.167" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=45.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.167" starttime="20181202 17:46:30.166"></status>
</kw>
<msg timestamp="20181202 17:46:30.167" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.167" starttime="20181202 17:46:30.166"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.168" starttime="20181202 17:46:30.168"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.168" starttime="20181202 17:46:30.165"></status>
</kw>
<kw type="foritem" name="${table} = 48">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.170" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=48.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.170" starttime="20181202 17:46:30.169"></status>
</kw>
<msg timestamp="20181202 17:46:30.170" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.170" starttime="20181202 17:46:30.168"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.171" starttime="20181202 17:46:30.170"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.171" starttime="20181202 17:46:30.168"></status>
</kw>
<kw type="foritem" name="${table} = 50">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.173" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=50.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.173" starttime="20181202 17:46:30.171"></status>
</kw>
<msg timestamp="20181202 17:46:30.173" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.173" starttime="20181202 17:46:30.171"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.173" starttime="20181202 17:46:30.173"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.173" starttime="20181202 17:46:30.171"></status>
</kw>
<kw type="foritem" name="${table} = 51">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.176" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=51.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.176" starttime="20181202 17:46:30.174"></status>
</kw>
<msg timestamp="20181202 17:46:30.176" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.176" starttime="20181202 17:46:30.174"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.177" starttime="20181202 17:46:30.176"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.177" starttime="20181202 17:46:30.173"></status>
</kw>
<kw type="foritem" name="${table} = 60">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.179" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=60.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.179" starttime="20181202 17:46:30.177"></status>
</kw>
<msg timestamp="20181202 17:46:30.179" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.179" starttime="20181202 17:46:30.177"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.180" starttime="20181202 17:46:30.180"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.180" starttime="20181202 17:46:30.177"></status>
</kw>
<kw type="foritem" name="${table} = 80">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.182" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=80.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.182" starttime="20181202 17:46:30.180"></status>
</kw>
<msg timestamp="20181202 17:46:30.183" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.183" starttime="20181202 17:46:30.180"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.183" starttime="20181202 17:46:30.183"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.183" starttime="20181202 17:46:30.180"></status>
</kw>
<kw type="foritem" name="${table} = 81">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.186" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=81.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.186" starttime="20181202 17:46:30.184"></status>
</kw>
<msg timestamp="20181202 17:46:30.186" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.186" starttime="20181202 17:46:30.183"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.187" starttime="20181202 17:46:30.187"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.187" starttime="20181202 17:46:30.183"></status>
</kw>
<kw type="foritem" name="${table} = 90">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.189" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=90.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.189" starttime="20181202 17:46:30.187"></status>
</kw>
<msg timestamp="20181202 17:46:30.190" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.190" starttime="20181202 17:46:30.187"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.190" starttime="20181202 17:46:30.190"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.190" starttime="20181202 17:46:30.187"></status>
</kw>
<kw type="foritem" name="${table} = 210">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.193" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=210.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.193" starttime="20181202 17:46:30.191"></status>
</kw>
<msg timestamp="20181202 17:46:30.193" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.193" starttime="20181202 17:46:30.190"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.194" starttime="20181202 17:46:30.193"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.194" starttime="20181202 17:46:30.190"></status>
</kw>
<kw type="foritem" name="${table} = 211">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.196" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=211.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.197" starttime="20181202 17:46:30.194"></status>
</kw>
<msg timestamp="20181202 17:46:30.197" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.197" starttime="20181202 17:46:30.194"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.197" starttime="20181202 17:46:30.197"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.197" starttime="20181202 17:46:30.194"></status>
</kw>
<kw type="foritem" name="${table} = 212">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.200" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=212.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.200" starttime="20181202 17:46:30.198"></status>
</kw>
<msg timestamp="20181202 17:46:30.200" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.200" starttime="20181202 17:46:30.198"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.201" starttime="20181202 17:46:30.201"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.201" starttime="20181202 17:46:30.197"></status>
</kw>
<kw type="foritem" name="${table} = 213">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.204" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=213.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.204" starttime="20181202 17:46:30.202"></status>
</kw>
<msg timestamp="20181202 17:46:30.204" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.204" starttime="20181202 17:46:30.201"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.205" starttime="20181202 17:46:30.204"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.205" starttime="20181202 17:46:30.201"></status>
</kw>
<kw type="foritem" name="${table} = 214">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.208" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=214.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.208" starttime="20181202 17:46:30.205"></status>
</kw>
<msg timestamp="20181202 17:46:30.208" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.208" starttime="20181202 17:46:30.205"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.208" starttime="20181202 17:46:30.208"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.208" starttime="20181202 17:46:30.205"></status>
</kw>
<kw type="foritem" name="${table} = 215">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.211" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=215.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.212" starttime="20181202 17:46:30.209"></status>
</kw>
<msg timestamp="20181202 17:46:30.212" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.212" starttime="20181202 17:46:30.209"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.212" starttime="20181202 17:46:30.212"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.212" starttime="20181202 17:46:30.209"></status>
</kw>
<kw type="foritem" name="${table} = 216">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.215" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=216.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.215" starttime="20181202 17:46:30.213"></status>
</kw>
<msg timestamp="20181202 17:46:30.216" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.216" starttime="20181202 17:46:30.213"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.216" starttime="20181202 17:46:30.216"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.216" starttime="20181202 17:46:30.212"></status>
</kw>
<kw type="foritem" name="${table} = 217">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.219" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=217.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.219" starttime="20181202 17:46:30.217"></status>
</kw>
<msg timestamp="20181202 17:46:30.219" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.219" starttime="20181202 17:46:30.216"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.220" starttime="20181202 17:46:30.220"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.220" starttime="20181202 17:46:30.216"></status>
</kw>
<kw type="foritem" name="${table} = 239">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.223" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=239.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.224" starttime="20181202 17:46:30.221"></status>
</kw>
<msg timestamp="20181202 17:46:30.224" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.224" starttime="20181202 17:46:30.220"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.224" starttime="20181202 17:46:30.224"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.224" starttime="20181202 17:46:30.220"></status>
</kw>
<kw type="foritem" name="${table} = 240">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.227" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=240.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.228" starttime="20181202 17:46:30.225"></status>
</kw>
<msg timestamp="20181202 17:46:30.228" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.228" starttime="20181202 17:46:30.224"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.228" starttime="20181202 17:46:30.228"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.228" starttime="20181202 17:46:30.224"></status>
</kw>
<kw type="foritem" name="${table} = 241">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.232" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=241.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.232" starttime="20181202 17:46:30.229"></status>
</kw>
<msg timestamp="20181202 17:46:30.232" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.232" starttime="20181202 17:46:30.228"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.232" starttime="20181202 17:46:30.232"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.232" starttime="20181202 17:46:30.228"></status>
</kw>
<kw type="foritem" name="${table} = 242">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.236" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=242.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.236" starttime="20181202 17:46:30.233"></status>
</kw>
<msg timestamp="20181202 17:46:30.236" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.236" starttime="20181202 17:46:30.233"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.237" starttime="20181202 17:46:30.237"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.237" starttime="20181202 17:46:30.233"></status>
</kw>
<kw type="foritem" name="${table} = 243">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.240" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=243.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.240" starttime="20181202 17:46:30.237"></status>
</kw>
<msg timestamp="20181202 17:46:30.241" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.241" starttime="20181202 17:46:30.237"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.241" starttime="20181202 17:46:30.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.241" starttime="20181202 17:46:30.237"></status>
</kw>
<kw type="foritem" name="${table} = 244">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.245" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=244.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.245" starttime="20181202 17:46:30.242"></status>
</kw>
<msg timestamp="20181202 17:46:30.245" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.245" starttime="20181202 17:46:30.241"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.246" starttime="20181202 17:46:30.245"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.246" starttime="20181202 17:46:30.241"></status>
</kw>
<kw type="foritem" name="${table} = 245">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.249" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=245.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.249" starttime="20181202 17:46:30.246"></status>
</kw>
<msg timestamp="20181202 17:46:30.249" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.250" starttime="20181202 17:46:30.246"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.250" starttime="20181202 17:46:30.250"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.250" starttime="20181202 17:46:30.246"></status>
</kw>
<kw type="foritem" name="${table} = 246">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.254" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=246.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.254" starttime="20181202 17:46:30.251"></status>
</kw>
<msg timestamp="20181202 17:46:30.254" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.254" starttime="20181202 17:46:30.250"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.254" starttime="20181202 17:46:30.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.254" starttime="20181202 17:46:30.250"></status>
</kw>
<kw type="foritem" name="${table} = 247">
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>Builtin.Should Not Match Regexp</arg>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<assign>
<var>${rc}</var>
</assign>
<kw name="Should Not Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` matches ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${flow_dump}</arg>
<arg>.*table=${table}.*priority=0</arg>
</arguments>
<msg timestamp="20181202 17:46:30.258" level="FAIL">'OFPST_FLOW reply (OF1.3) (xid=0x2):
 cookie=0x8000000, duration=6709.021s, table=0, n_packets=6707, n_bytes=362322, priority=4,in_port=1,vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=6709.003s, table=17, n_packets=6707, n_bytes=362322, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7001.100s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7001.086s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7001.081s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x1080000, duration=7001.063s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.091s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=6839.993s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=6839.993s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7001.063s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7001.063s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7000.903s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x822002e, duration=7000.515s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7000.507s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7000.903s, table=43, n_packets=6910, n_bytes=376764, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7001.107s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7001.032s, table=48, n_packets=6911, n_bytes=376806, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x8600000, duration=5.067s, table=49, n_packets=4, n_bytes=216, hard_timeout=10, priority=0,reg1=0x1/0xfffff,dl_src=00:cb:87:12:20:d6 actions=load:0x1-&gt;NXM_NX_REG4[0..7]
 cookie=0x8050001, duration=7000.903s, table=50, n_packets=6097, n_bytes=329346, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7001.032s, table=50, n_packets=616, n_bytes=33444, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=6842.050s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7000.903s, table=51, n_packets=6911, n_bytes=376806, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=6842.405s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=6842.395s, table=52, n_packets=6813, n_bytes=368034, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=5901.652s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=5901.649s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=5886.214s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x8800001, duration=6842.390s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=5901.336s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=5885.882s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=6842.393s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=5901.342s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=5885.884s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7001.100s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7001.063s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8220000, duration=7000.903s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7001.095s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7000.845s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7000.845s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7000.839s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7000.820s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.820s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.843s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.839s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=6708.992s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:1
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7000.820s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7000.820s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7000.820s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7000.845s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.843s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7000.845s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7000.845s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7000.820s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop' matches '.*table=247.*priority=0'</msg>
<status status="FAIL" endtime="20181202 17:46:30.258" starttime="20181202 17:46:30.255"></status>
</kw>
<msg timestamp="20181202 17:46:30.259" level="INFO">${rc} = False</msg>
<status status="PASS" endtime="20181202 17:46:30.259" starttime="20181202 17:46:30.255"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${rc}</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_table_list}</arg>
<arg>${table}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.259" starttime="20181202 17:46:30.259"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.259" starttime="20181202 17:46:30.254"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.259" starttime="20181202 17:46:30.142"></status>
</kw>
<msg timestamp="20181202 17:46:30.259" level="INFO">${failed_table_list} = []</msg>
<status status="PASS" endtime="20181202 17:46:30.259" starttime="20181202 17:46:29.644"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${failed_table_list}</arg>
</arguments>
<assign>
<var>${failed_table_list_size}</var>
</assign>
<msg timestamp="20181202 17:46:30.260" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:46:30.260" level="INFO">${failed_table_list_size} = 0</msg>
<status status="PASS" endtime="20181202 17:46:30.260" starttime="20181202 17:46:30.260"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${failed_table_list_size} &gt; 0</arg>
<arg>Collections.Append To List</arg>
<arg>${failed_node_list}</arg>
<arg>${node_ip}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.260" starttime="20181202 17:46:30.260"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.260" starttime="20181202 17:46:29.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.260" starttime="20181202 17:46:29.644"></status>
</kw>
<kw name="Should Be Empty" library="BuiltIn">
<doc>Verifies that the given item is empty.</doc>
<arguments>
<arg>${failed_node_list}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.261" level="INFO">Length is 0</msg>
<status status="PASS" endtime="20181202 17:46:30.261" starttime="20181202 17:46:30.261"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.261" starttime="20181202 17:46:29.614"></status>
</kw>
<msg timestamp="20181202 17:46:30.261" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:30.261" starttime="20181202 17:46:29.614"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "FAIL" or "${status}" == "False"</arg>
<arg>BuiltIn.Run Keywords</arg>
<arg>Write To Validate File</arg>
<arg>Failed: ${keyword}</arg>
<arg>AND</arg>
<arg>BuiltIn.Fail</arg>
<arg>ELSE</arg>
<arg>Write To Validate File</arg>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Write To Validate File" library="OpenStackOperations">
<doc>Write the given ${msg} to /tmp/validations.txt. Create the file if not present.</doc>
<arguments>
<arg>Passed: ${keyword}</arg>
</arguments>
<kw name="Run Keyword And Return Status" library="BuiltIn">
<doc>Runs the given keyword with given arguments and returns the status as a Boolean value.</doc>
<arguments>
<arg>OperatingSystem.File Should Exist</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<kw name="File Should Exist" library="OperatingSystem">
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.270" html="yes" level="INFO">File '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;' exists.</msg>
<status status="PASS" endtime="20181202 17:46:30.270" starttime="20181202 17:46:30.270"></status>
</kw>
<msg timestamp="20181202 17:46:30.270" level="INFO">${status} = True</msg>
<status status="PASS" endtime="20181202 17:46:30.270" starttime="20181202 17:46:30.269"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${status}" == "False"</arg>
<arg>OperatingSystem.Create File</arg>
<arg>${VALIDATION_FILE}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.271" starttime="20181202 17:46:30.270"></status>
</kw>
<kw name="Append To File" library="OperatingSystem">
<doc>Appends the given content to the specified file.</doc>
<arguments>
<arg>${VALIDATION_FILE}</arg>
<arg>${msg}\n</arg>
</arguments>
<msg timestamp="20181202 17:46:30.271" html="yes" level="INFO">Appended to file '&lt;a href="file:///tmp/validations.txt"&gt;/tmp/validations.txt&lt;/a&gt;'.</msg>
<status status="PASS" endtime="20181202 17:46:30.271" starttime="20181202 17:46:30.271"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.271" starttime="20181202 17:46:30.269"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.272" starttime="20181202 17:46:30.261"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.272" starttime="20181202 17:46:29.614"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.272" starttime="20181202 17:46:29.365"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.272" starttime="20181202 17:46:29.352"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.272" starttime="20181202 17:45:41.928"></status>
</kw>
<kw name="Create_Default_Session" library="TemplatedRequests">
<doc>Create "default" session to ${url} with authentication and connection parameters.</doc>
<arguments>
<arg>timeout=${SESSION_TIMEOUT}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>alias=default</arg>
<arg>url=${url}</arg>
<arg>auth=${auth}</arg>
<arg>timeout=${timeout}</arg>
<arg>max_retries=${max_retries}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.280" level="INFO">Creating Session using : alias=default, url=http://192.0.2.3:8081, headers={},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd62059da90&gt;, timeout=10, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:46:30.280" starttime="20181202 17:46:30.279"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.280" starttime="20181202 17:46:30.278"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:30.280" starttime="20181202 17:45:41.928"></status>
</kw>
<kw name="Create Setup">
<doc>Create Two Networks, Two Subnets, Four Ports And Four VMs on each DPN</doc>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>${TEP_SHOW}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:30.288" starttime="20181202 17:46:30.288"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.289" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:46:30.493" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:46:30.493" starttime="20181202 17:46:30.288"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.511" level="INFO">@root&gt;tep:show</msg>
<status status="PASS" endtime="20181202 17:46:30.511" starttime="20181202 17:46:30.493"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:46:30.548" level="INFO">[?1l&gt;[?2004lTunnel Monitoring (for VXLAN tunnels): On
Tunnel Monitoring Interval (for VXLAN tunnels): 1000


TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID        IPAddress        PortName    
------------------------------------------------------------------------------------------------------------------------------
default-transport-zone  VXLAN             255.255.255.255/32  0.0.0.0       0            83659136235614 11.0.0.37                    
2678e637-51fb-44d1-afb6-213c086f384c  VXLAN             0.0.0.0/0         0.0.0.0       0            83659136235614 11.0.0.37        tunnel_port 
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:46:30.549" level="INFO">${output} = [?1l&gt;[?2004lTunnel Monitoring (for VXLAN tunnels): On
Tunnel Monitoring Interval (for VXLAN tunnels): 1000


TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID  ...</msg>
<status status="PASS" endtime="20181202 17:46:30.549" starttime="20181202 17:46:30.512"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:46:30.592" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:46:30.592" starttime="20181202 17:46:30.549"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:46:30.594" starttime="20181202 17:46:30.593"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:46:30.595" level="INFO">[?1l&gt;[?2004lTunnel Monitoring (for VXLAN tunnels): On
Tunnel Monitoring Interval (for VXLAN tunnels): 1000


TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID        IPAddress        PortName    
------------------------------------------------------------------------------------------------------------------------------
default-transport-zone  VXLAN             255.255.255.255/32  0.0.0.0       0            83659136235614 11.0.0.37                    
2678e637-51fb-44d1-afb6-213c086f384c  VXLAN             0.0.0.0/0         0.0.0.0       0            83659136235614 11.0.0.37        tunnel_port 
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:46:30.595" starttime="20181202 17:46:30.595"></status>
</kw>
<msg timestamp="20181202 17:46:30.595" level="INFO">${output} = [?1l&gt;[?2004lTunnel Monitoring (for VXLAN tunnels): On
Tunnel Monitoring Interval (for VXLAN tunnels): 1000


TransportZone     TunnelType        SubnetMask        GatewayIP     VlanID       DpnID  ...</msg>
<status status="PASS" endtime="20181202 17:46:30.595" starttime="20181202 17:46:30.287"></status>
</kw>
<kw name="Create Neutron Networks">
<doc>Create required number of networks</doc>
<arguments>
<arg>${REQ_NUM_NET}</arg>
</arguments>
<kw type="for" name="${NET} IN [ @{REQ_NETWORKS} ]">
<kw type="foritem" name="${NET} = l2l3_gw_mac_arp_net1">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${NET}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:30.609" level="INFO">Starting process:
openstack network create l2l3_gw_mac_arp_net1 </msg>
<msg timestamp="20181202 17:46:30.651" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:32.907" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:32.908" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:32.908" starttime="20181202 17:46:30.608"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:32.910" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:46:32Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | abcfba9f-d118-4906-ab9c-cdf4f3098ecd |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l2l3_gw_mac_arp_net1                 |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 32                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:46:32Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:32.910" starttime="20181202 17:46:32.909"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:32.911" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:32.911" starttime="20181202 17:46:32.910"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:32.912" starttime="20181202 17:46:32.911"></status>
</kw>
<msg timestamp="20181202 17:46:32.913" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:46:32.913" starttime="20181202 17:46:30.607"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:32.914" starttime="20181202 17:46:30.597"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:32.914" starttime="20181202 17:46:30.596"></status>
</kw>
<kw type="foritem" name="${NET} = l2l3_gw_mac_arp_net2">
<kw name="Create Network" library="OpenStackOperations">
<doc>Create Network with openstack request.</doc>
<arguments>
<arg>${NET}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network create ${network_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:32.923" level="INFO">Starting process:
openstack network create l2l3_gw_mac_arp_net2 </msg>
<msg timestamp="20181202 17:46:32.955" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:35.204" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:35.205" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:35.205" starttime="20181202 17:46:32.923"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:35.206" level="INFO">+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| admin_state_up            | UP                                   |
| availability_zone_hints   |                                      |
| availability_zones        |                                      |
| created_at                | 2018-12-02T17:46:35Z                 |
| description               |                                      |
| dns_domain                | None                                 |
| id                        | a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd |
| ipv4_address_scope        | None                                 |
| ipv6_address_scope        | None                                 |
| is_default                | False                                |
| is_vlan_transparent       | None                                 |
| mtu                       | 1450                                 |
| name                      | l2l3_gw_mac_arp_net2                 |
| port_security_enabled     | True                                 |
| project_id                | 17b1de510988465db29f79175f31c234     |
| provider:network_type     | vxlan                                |
| provider:physical_network | None                                 |
| provider:segmentation_id  | 14                                   |
| qos_policy_id             | None                                 |
| revision_number           | 1                                    |
| router:external           | Internal                             |
| segments                  | None                                 |
| shared                    | False                                |
| status                    | ACTIVE                               |
| subnets                   |                                      |
| tags                      |                                      |
| updated_at                | 2018-12-02T17:46:35Z                 |
+---------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:35.206" starttime="20181202 17:46:35.206"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:35.207" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:35.207" starttime="20181202 17:46:35.207"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:35.208" starttime="20181202 17:46:35.207"></status>
</kw>
<msg timestamp="20181202 17:46:35.209" level="INFO">${output} = +---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+---------------------------------...</msg>
<status status="PASS" endtime="20181202 17:46:35.209" starttime="20181202 17:46:32.922"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.209" starttime="20181202 17:46:32.914"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.209" starttime="20181202 17:46:32.914"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.209" starttime="20181202 17:46:30.596"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${NETWORK_URL}</arg>
<arg>${REQ_NETWORKS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${NETWORK_URL}</arg>
<arg>${REQ_NETWORKS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:46:35.238" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/networks, headers=None json=None</msg>
<msg timestamp="20181202 17:46:35.238" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:46:35.238" starttime="20181202 17:46:35.234"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:46:35.240" level="INFO">{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"32","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2l3_gw_mac_arp_net1"},{"uuid":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"14","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2l3_gw_mac_arp_net2"}]}}</msg>
<status status="PASS" endtime="20181202 17:46:35.240" starttime="20181202 17:46:35.239"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.240" starttime="20181202 17:46:35.239"></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="20181202 17:46:35.241" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:46:35.241" starttime="20181202 17:46:35.241"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_net1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:35.242" starttime="20181202 17:46:35.242"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.242" starttime="20181202 17:46:35.241"></status>
</kw>
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_net2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:35.243"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:35.242"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:35.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:35.234"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:35.209"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:35.243" starttime="20181202 17:46:30.596"></status>
</kw>
<kw name="Create Neutron Subnets">
<doc>Create required number of subnets for previously created networks</doc>
<arguments>
<arg>${REQ_NUM_SUBNET}</arg>
</arguments>
<kw type="for" name="${index} IN RANGE [ 0 | ${NUM_OF_NETWORK} ]">
<kw type="foritem" name="${index} = 0">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${REQ_NETWORKS[${index}]}</arg>
<arg>${REQ_SUBNETS[${index}]}</arg>
<arg>${REQ_SUBNET_CIDR[${index}]}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:35.256" level="INFO">Starting process:
openstack subnet create --network l2l3_gw_mac_arp_net1 --subnet-range 10.1.0.0/16 l2l3_gw_mac_arp_subnet1 </msg>
<msg timestamp="20181202 17:46:35.280" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:37.783" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:37.783" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:37.783" starttime="20181202 17:46:35.256"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:37.785" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.1.0.2-10.1.255.254                |
| cidr              | 10.1.0.0/16                          |
| created_at        | 2018-12-02T17:46:37Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.1.0.1                             |
| host_routes       |                                      |
| id                | ee83d02a-ccb1-4f3b-b460-1f13e95fe755 |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2l3_gw_mac_arp_subnet1              |
| network_id        | abcfba9f-d118-4906-ab9c-cdf4f3098ecd |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:46:37Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:37.786" starttime="20181202 17:46:37.784"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:37.787" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:37.787" starttime="20181202 17:46:37.786"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:37.789" starttime="20181202 17:46:37.788"></status>
</kw>
<msg timestamp="20181202 17:46:37.789" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:46:37.790" starttime="20181202 17:46:35.255"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:37.790" starttime="20181202 17:46:35.245"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:37.790" starttime="20181202 17:46:35.244"></status>
</kw>
<kw type="foritem" name="${index} = 1">
<kw name="Create SubNet" library="OpenStackOperations">
<doc>Create SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${REQ_NETWORKS[${index}]}</arg>
<arg>${REQ_SUBNETS[${index}]}</arg>
<arg>${REQ_SUBNET_CIDR[${index}]}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet create --network ${network_name} --subnet-range ${range_ip} ${subnet_name} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:37.804" level="INFO">Starting process:
openstack subnet create --network l2l3_gw_mac_arp_net2 --subnet-range 10.2.0.0/16 l2l3_gw_mac_arp_subnet2 </msg>
<msg timestamp="20181202 17:46:37.835" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:40.888" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:40.889" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:40.889" starttime="20181202 17:46:37.804"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:40.891" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pools  | 10.2.0.2-10.2.255.254                |
| cidr              | 10.2.0.0/16                          |
| created_at        | 2018-12-02T17:46:40Z                 |
| description       |                                      |
| dns_nameservers   |                                      |
| enable_dhcp       | True                                 |
| gateway_ip        | 10.2.0.1                             |
| host_routes       |                                      |
| id                | 3bd93cf1-be6c-4421-bc2c-9288caf217ed |
| ip_version        | 4                                    |
| ipv6_address_mode | None                                 |
| ipv6_ra_mode      | None                                 |
| name              | l2l3_gw_mac_arp_subnet2              |
| network_id        | a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd |
| project_id        | 17b1de510988465db29f79175f31c234     |
| revision_number   | 0                                    |
| segment_id        | None                                 |
| service_types     |                                      |
| subnetpool_id     | None                                 |
| tags              |                                      |
| updated_at        | 2018-12-02T17:46:40Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:40.891" starttime="20181202 17:46:40.890"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:40.892" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:40.892" starttime="20181202 17:46:40.892"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:40.894" starttime="20181202 17:46:40.893"></status>
</kw>
<msg timestamp="20181202 17:46:40.895" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| allocation_pool...</msg>
<status status="PASS" endtime="20181202 17:46:40.895" starttime="20181202 17:46:37.803"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.895" starttime="20181202 17:46:37.791"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.895" starttime="20181202 17:46:37.790"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.895" starttime="20181202 17:46:35.244"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${SUBNETWORK_URL}</arg>
<arg>${REQ_SUBNETS}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${SUBNETWORK_URL}</arg>
<arg>${REQ_SUBNETS}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:46:40.956" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/subnets/, headers=None json=None</msg>
<msg timestamp="20181202 17:46:40.956" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:46:40.956" starttime="20181202 17:46:40.944"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:46:40.958" level="INFO">{"subnets":{"subnet":[{"uuid":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","gateway-ip":"10.2.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.2.0.2","end":"10.2.255.254"}],"cidr":"10.2.0.0/16","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_subnet2"},{"uuid":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","gateway-ip":"10.1.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.1.0.2","end":"10.1.255.254"}],"cidr":"10.1.0.0/16","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_subnet1"}]}}</msg>
<status status="PASS" endtime="20181202 17:46:40.958" starttime="20181202 17:46:40.957"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.958" starttime="20181202 17:46:40.956"></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="20181202 17:46:40.959" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:46:40.959" starttime="20181202 17:46:40.959"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_subnet1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:40.961" starttime="20181202 17:46:40.960"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.961" starttime="20181202 17:46:40.960"></status>
</kw>
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_subnet2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:40.962" starttime="20181202 17:46:40.961"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.962" starttime="20181202 17:46:40.961"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.962" starttime="20181202 17:46:40.960"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.962" starttime="20181202 17:46:40.940"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.962" starttime="20181202 17:46:40.896"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.963" starttime="20181202 17:46:35.244"></status>
</kw>
<kw name="Create Allow All SecurityGroup" library="OpenStackOperations">
<doc>Allow all TCP/UDP/ICMP packets for this suite</doc>
<arguments>
<arg>${SECURITY_GROUP}</arg>
</arguments>
<kw name="Neutron Security Group Create" library="OpenStackOperations">
<doc>Create a security group with specified name ,description &amp; protocol value according to security group template</doc>
<arguments>
<arg>${sg_name}</arg>
</arguments>
<kw name="Get ControlNode Connection" library="OpenStackOperations">
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${OS_CNTL_CONN_ID}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:40.966" starttime="20181202 17:46:40.966"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:40.966" starttime="20181202 17:46:40.965"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group create ${SecurityGroupName} ${additional_args}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:40.984" level="INFO">Starting process:
openstack security group create l2l3_gw_mac_arp_sg </msg>
<msg timestamp="20181202 17:46:41.027" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:43.399" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:43.400" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:43.400" starttime="20181202 17:46:40.983"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:43.401" level="INFO">+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value                                                                                                                                                 |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| created_at      | 2018-12-02T17:46:43Z                                                                                                                                  |
| description     | l2l3_gw_mac_arp_sg                                                                                                                                    |
| id              | f554e7d6-3d96-40e1-be3f-0f325fe4b969                                                                                                                  |
| name            | l2l3_gw_mac_arp_sg                                                                                                                                    |
| project_id      | 17b1de510988465db29f79175f31c234                                                                                                                      |
| revision_number | 1                                                                                                                                                     |
| rules           | created_at='2018-12-02T17:46:43Z', direction='egress', ethertype='IPv4', id='0141fa38-4a66-4128-9c41-9220aa989c1b', updated_at='2018-12-02T17:46:43Z' |
|                 | created_at='2018-12-02T17:46:43Z', direction='egress', ethertype='IPv6', id='c10aa931-5f7c-4cdf-a4b4-6b0194977951', updated_at='2018-12-02T17:46:43Z' |
| updated_at      | 2018-12-02T17:46:43Z                                                                                                                                  |
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:43.401" starttime="20181202 17:46:43.400"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:43.402" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:43.402" starttime="20181202 17:46:43.401"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.403" starttime="20181202 17:46:43.402"></status>
</kw>
<msg timestamp="20181202 17:46:43.403" level="INFO">${output} = +-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field           | Value   ...</msg>
<status status="PASS" endtime="20181202 17:46:43.404" starttime="20181202 17:46:40.982"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${sgp_id}</var>
</assign>
<msg timestamp="20181202 17:46:43.404" level="INFO">${sgp_id} = f554e7d6-3d96-40e1-be3f-0f325fe4b969</msg>
<status status="PASS" endtime="20181202 17:46:43.405" starttime="20181202 17:46:43.404"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:43.405" starttime="20181202 17:46:40.964"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:43.448" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:46:43.448" starttime="20181202 17:46:43.448"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:43.448" starttime="20181202 17:46:43.447"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.449" starttime="20181202 17:46:43.449"></status>
</kw>
<msg timestamp="20181202 17:46:43.449" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:43.449" starttime="20181202 17:46:43.448"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.450" starttime="20181202 17:46:43.450"></status>
</kw>
<msg timestamp="20181202 17:46:43.451" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:46:43.451" starttime="20181202 17:46:43.450"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.452" starttime="20181202 17:46:43.451"></status>
</kw>
<msg timestamp="20181202 17:46:43.452" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:43.452" starttime="20181202 17:46:43.451"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.453" starttime="20181202 17:46:43.452"></status>
</kw>
<msg timestamp="20181202 17:46:43.453" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:46:43.453" starttime="20181202 17:46:43.452"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.454" starttime="20181202 17:46:43.454"></status>
</kw>
<msg timestamp="20181202 17:46:43.454" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:46:43.454" starttime="20181202 17:46:43.453"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.455" starttime="20181202 17:46:43.455"></status>
</kw>
<msg timestamp="20181202 17:46:43.455" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:46:43.455" starttime="20181202 17:46:43.454"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:43.456" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:43.456" starttime="20181202 17:46:43.456"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:43.457" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:43.457" starttime="20181202 17:46:43.456"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:43.457" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:43.457" starttime="20181202 17:46:43.457"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.458" starttime="20181202 17:46:43.458"></status>
</kw>
<msg timestamp="20181202 17:46:43.458" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:43.458" starttime="20181202 17:46:43.457"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.460" starttime="20181202 17:46:43.459"></status>
</kw>
<msg timestamp="20181202 17:46:43.460" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:46:43.460" starttime="20181202 17:46:43.459"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.461" starttime="20181202 17:46:43.461"></status>
</kw>
<msg timestamp="20181202 17:46:43.461" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:43.462" starttime="20181202 17:46:43.460"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.465" starttime="20181202 17:46:43.463"></status>
</kw>
<msg timestamp="20181202 17:46:43.466" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:46:43.466" starttime="20181202 17:46:43.462"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.467" starttime="20181202 17:46:43.467"></status>
</kw>
<msg timestamp="20181202 17:46:43.467" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:43.467" starttime="20181202 17:46:43.466"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.468" starttime="20181202 17:46:43.468"></status>
</kw>
<msg timestamp="20181202 17:46:43.468" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:43.468" starttime="20181202 17:46:43.468"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:43.469" starttime="20181202 17:46:43.469"></status>
</kw>
<msg timestamp="20181202 17:46:43.470" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:43.470" starttime="20181202 17:46:43.469"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:43.471" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:46:43.495" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:45.711" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:45.712" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:45.712" starttime="20181202 17:46:43.471"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:45.713" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:45Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | ff65c37d-5227-420e-b466-5389eb2e558d |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:45Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:45.713" starttime="20181202 17:46:45.712"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:45.714" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:45.714" starttime="20181202 17:46:45.713"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.714" starttime="20181202 17:46:45.714"></status>
</kw>
<msg timestamp="20181202 17:46:45.715" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:45.715" starttime="20181202 17:46:43.470"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:45.715" level="INFO">${rule_id} = ff65c37d-5227-420e-b466-5389eb2e558d</msg>
<status status="PASS" endtime="20181202 17:46:45.715" starttime="20181202 17:46:45.715"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:45.716" starttime="20181202 17:46:43.446"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:45.756" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'tcp'}</msg>
<status status="PASS" endtime="20181202 17:46:45.756" starttime="20181202 17:46:45.755"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:45.756" starttime="20181202 17:46:45.755"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.757" starttime="20181202 17:46:45.756"></status>
</kw>
<msg timestamp="20181202 17:46:45.757" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:45.757" starttime="20181202 17:46:45.756"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.758" starttime="20181202 17:46:45.757"></status>
</kw>
<msg timestamp="20181202 17:46:45.758" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:46:45.758" starttime="20181202 17:46:45.757"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.759" starttime="20181202 17:46:45.758"></status>
</kw>
<msg timestamp="20181202 17:46:45.759" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:45.759" starttime="20181202 17:46:45.758"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.760" starttime="20181202 17:46:45.759"></status>
</kw>
<msg timestamp="20181202 17:46:45.760" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:46:45.760" starttime="20181202 17:46:45.759"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.761" starttime="20181202 17:46:45.761"></status>
</kw>
<msg timestamp="20181202 17:46:45.761" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:46:45.761" starttime="20181202 17:46:45.760"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.762" starttime="20181202 17:46:45.762"></status>
</kw>
<msg timestamp="20181202 17:46:45.762" level="INFO">${protocol} = tcp</msg>
<status status="PASS" endtime="20181202 17:46:45.762" starttime="20181202 17:46:45.761"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:45.762" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:45.763" starttime="20181202 17:46:45.762"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:45.763" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:45.763" starttime="20181202 17:46:45.763"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:45.763" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:45.763" starttime="20181202 17:46:45.763"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.764" starttime="20181202 17:46:45.764"></status>
</kw>
<msg timestamp="20181202 17:46:45.764" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:45.764" starttime="20181202 17:46:45.764"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.765" starttime="20181202 17:46:45.765"></status>
</kw>
<msg timestamp="20181202 17:46:45.765" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress</msg>
<status status="PASS" endtime="20181202 17:46:45.765" starttime="20181202 17:46:45.765"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.766" starttime="20181202 17:46:45.766"></status>
</kw>
<msg timestamp="20181202 17:46:45.766" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:45.767" starttime="20181202 17:46:45.766"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.768" starttime="20181202 17:46:45.767"></status>
</kw>
<msg timestamp="20181202 17:46:45.768" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:46:45.768" starttime="20181202 17:46:45.767"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.769" starttime="20181202 17:46:45.768"></status>
</kw>
<msg timestamp="20181202 17:46:45.769" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:45.769" starttime="20181202 17:46:45.768"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.770" starttime="20181202 17:46:45.769"></status>
</kw>
<msg timestamp="20181202 17:46:45.770" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:45.770" starttime="20181202 17:46:45.769"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:45.771" starttime="20181202 17:46:45.770"></status>
</kw>
<msg timestamp="20181202 17:46:45.771" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<status status="PASS" endtime="20181202 17:46:45.771" starttime="20181202 17:46:45.770"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:45.772" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol tcp</msg>
<msg timestamp="20181202 17:46:45.812" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:48.132" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:48.132" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:48.132" starttime="20181202 17:46:45.772"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:48.134" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:48Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | a5ecaf29-266e-4029-9ed8-fb900958c071 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | tcp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:48Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:48.134" starttime="20181202 17:46:48.133"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:48.135" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:48.135" starttime="20181202 17:46:48.134"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.136" starttime="20181202 17:46:48.135"></status>
</kw>
<msg timestamp="20181202 17:46:48.136" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:48.136" starttime="20181202 17:46:45.771"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:48.137" level="INFO">${rule_id} = a5ecaf29-266e-4029-9ed8-fb900958c071</msg>
<status status="PASS" endtime="20181202 17:46:48.137" starttime="20181202 17:46:48.137"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:48.138" starttime="20181202 17:46:45.754"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:48.178" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:46:48.179" starttime="20181202 17:46:48.178"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:48.179" starttime="20181202 17:46:48.178"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.180" starttime="20181202 17:46:48.179"></status>
</kw>
<msg timestamp="20181202 17:46:48.180" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:48.180" starttime="20181202 17:46:48.179"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.181" starttime="20181202 17:46:48.181"></status>
</kw>
<msg timestamp="20181202 17:46:48.181" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:46:48.181" starttime="20181202 17:46:48.180"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.182" starttime="20181202 17:46:48.182"></status>
</kw>
<msg timestamp="20181202 17:46:48.182" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:48.182" starttime="20181202 17:46:48.181"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.183" starttime="20181202 17:46:48.183"></status>
</kw>
<msg timestamp="20181202 17:46:48.183" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:46:48.183" starttime="20181202 17:46:48.182"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.184" starttime="20181202 17:46:48.184"></status>
</kw>
<msg timestamp="20181202 17:46:48.184" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:46:48.184" starttime="20181202 17:46:48.183"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.185" starttime="20181202 17:46:48.185"></status>
</kw>
<msg timestamp="20181202 17:46:48.185" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:46:48.185" starttime="20181202 17:46:48.185"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:48.186" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:48.186" starttime="20181202 17:46:48.186"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:48.186" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:48.186" starttime="20181202 17:46:48.186"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:48.187" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:48.187" starttime="20181202 17:46:48.187"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.188" starttime="20181202 17:46:48.188"></status>
</kw>
<msg timestamp="20181202 17:46:48.188" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:48.188" starttime="20181202 17:46:48.187"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.189" starttime="20181202 17:46:48.189"></status>
</kw>
<msg timestamp="20181202 17:46:48.189" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:46:48.189" starttime="20181202 17:46:48.188"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.190" starttime="20181202 17:46:48.190"></status>
</kw>
<msg timestamp="20181202 17:46:48.190" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:48.190" starttime="20181202 17:46:48.190"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.192" starttime="20181202 17:46:48.192"></status>
</kw>
<msg timestamp="20181202 17:46:48.192" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:48.192" starttime="20181202 17:46:48.191"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.193" starttime="20181202 17:46:48.193"></status>
</kw>
<msg timestamp="20181202 17:46:48.193" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:48.193" starttime="20181202 17:46:48.192"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.194" starttime="20181202 17:46:48.194"></status>
</kw>
<msg timestamp="20181202 17:46:48.194" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:48.194" starttime="20181202 17:46:48.194"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:48.195" starttime="20181202 17:46:48.195"></status>
</kw>
<msg timestamp="20181202 17:46:48.195" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:48.196" starttime="20181202 17:46:48.195"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:48.197" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:46:48.232" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:50.503" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:50.503" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:50.503" starttime="20181202 17:46:48.196"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:50.505" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:50Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:50Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:50.505" starttime="20181202 17:46:50.504"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:50.506" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:50.506" starttime="20181202 17:46:50.505"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.507" starttime="20181202 17:46:50.506"></status>
</kw>
<msg timestamp="20181202 17:46:50.507" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:50.507" starttime="20181202 17:46:48.196"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:50.508" level="INFO">${rule_id} = aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9</msg>
<status status="PASS" endtime="20181202 17:46:50.508" starttime="20181202 17:46:50.508"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:50.509" starttime="20181202 17:46:48.177"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>protocol=icmp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:50.562" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'protocol': u'icmp'}</msg>
<status status="PASS" endtime="20181202 17:46:50.562" starttime="20181202 17:46:50.561"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:50.562" starttime="20181202 17:46:50.561"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.563" starttime="20181202 17:46:50.563"></status>
</kw>
<msg timestamp="20181202 17:46:50.563" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:50.563" starttime="20181202 17:46:50.562"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.564" starttime="20181202 17:46:50.564"></status>
</kw>
<msg timestamp="20181202 17:46:50.564" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:46:50.564" starttime="20181202 17:46:50.563"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.565" starttime="20181202 17:46:50.565"></status>
</kw>
<msg timestamp="20181202 17:46:50.565" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:50.565" starttime="20181202 17:46:50.565"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.566" starttime="20181202 17:46:50.566"></status>
</kw>
<msg timestamp="20181202 17:46:50.566" level="INFO">${port_range_max} = None</msg>
<status status="PASS" endtime="20181202 17:46:50.566" starttime="20181202 17:46:50.566"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.567" starttime="20181202 17:46:50.567"></status>
</kw>
<msg timestamp="20181202 17:46:50.567" level="INFO">${port_range_min} = None</msg>
<status status="PASS" endtime="20181202 17:46:50.567" starttime="20181202 17:46:50.567"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.568" starttime="20181202 17:46:50.568"></status>
</kw>
<msg timestamp="20181202 17:46:50.568" level="INFO">${protocol} = icmp</msg>
<status status="PASS" endtime="20181202 17:46:50.568" starttime="20181202 17:46:50.567"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:50.569" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:50.569" starttime="20181202 17:46:50.568"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:50.569" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:50.569" starttime="20181202 17:46:50.569"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:50.570" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:50.570" starttime="20181202 17:46:50.569"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.571" starttime="20181202 17:46:50.570"></status>
</kw>
<msg timestamp="20181202 17:46:50.571" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:50.571" starttime="20181202 17:46:50.570"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.572" starttime="20181202 17:46:50.571"></status>
</kw>
<msg timestamp="20181202 17:46:50.572" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress</msg>
<status status="PASS" endtime="20181202 17:46:50.572" starttime="20181202 17:46:50.571"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.573" starttime="20181202 17:46:50.572"></status>
</kw>
<msg timestamp="20181202 17:46:50.573" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:50.573" starttime="20181202 17:46:50.572"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.574" starttime="20181202 17:46:50.574"></status>
</kw>
<msg timestamp="20181202 17:46:50.574" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:50.574" starttime="20181202 17:46:50.573"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.575" starttime="20181202 17:46:50.575"></status>
</kw>
<msg timestamp="20181202 17:46:50.575" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:50.575" starttime="20181202 17:46:50.574"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.576" starttime="20181202 17:46:50.576"></status>
</kw>
<msg timestamp="20181202 17:46:50.576" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:50.576" starttime="20181202 17:46:50.575"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:50.577" starttime="20181202 17:46:50.577"></status>
</kw>
<msg timestamp="20181202 17:46:50.577" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --protocol icmp</msg>
<status status="PASS" endtime="20181202 17:46:50.577" starttime="20181202 17:46:50.576"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --protocol icmp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:50.578" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --protocol icmp</msg>
<msg timestamp="20181202 17:46:50.620" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:53.056" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:53.056" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:53.056" starttime="20181202 17:46:50.578"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:53.059" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:52Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 6eb019de-d617-4690-969b-0e39a6783752 |
| name              | None                                 |
| port_range_max    | None                                 |
| port_range_min    | None                                 |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | icmp                                 |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:52Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:53.059" starttime="20181202 17:46:53.058"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:53.061" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:53.061" starttime="20181202 17:46:53.060"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.064" starttime="20181202 17:46:53.062"></status>
</kw>
<msg timestamp="20181202 17:46:53.065" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:53.065" starttime="20181202 17:46:50.577"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:53.066" level="INFO">${rule_id} = 6eb019de-d617-4690-969b-0e39a6783752</msg>
<status status="PASS" endtime="20181202 17:46:53.066" starttime="20181202 17:46:53.065"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:53.067" starttime="20181202 17:46:50.560"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:53.129" level="INFO">{u'direction': u'ingress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:46:53.129" starttime="20181202 17:46:53.128"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:53.129" starttime="20181202 17:46:53.128"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.130" starttime="20181202 17:46:53.130"></status>
</kw>
<msg timestamp="20181202 17:46:53.130" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:53.131" starttime="20181202 17:46:53.129"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.132" starttime="20181202 17:46:53.132"></status>
</kw>
<msg timestamp="20181202 17:46:53.132" level="INFO">${direction} = ingress</msg>
<status status="PASS" endtime="20181202 17:46:53.132" starttime="20181202 17:46:53.131"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.133" starttime="20181202 17:46:53.133"></status>
</kw>
<msg timestamp="20181202 17:46:53.134" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:53.134" starttime="20181202 17:46:53.132"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.136" starttime="20181202 17:46:53.135"></status>
</kw>
<msg timestamp="20181202 17:46:53.136" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:46:53.136" starttime="20181202 17:46:53.134"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.137" starttime="20181202 17:46:53.137"></status>
</kw>
<msg timestamp="20181202 17:46:53.137" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:46:53.137" starttime="20181202 17:46:53.136"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.139" starttime="20181202 17:46:53.138"></status>
</kw>
<msg timestamp="20181202 17:46:53.139" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:46:53.139" starttime="20181202 17:46:53.138"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:53.140" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:53.140" starttime="20181202 17:46:53.139"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:53.140" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:53.140" starttime="20181202 17:46:53.140"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:53.141" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:53.141" starttime="20181202 17:46:53.141"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.142" starttime="20181202 17:46:53.142"></status>
</kw>
<msg timestamp="20181202 17:46:53.142" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:53.142" starttime="20181202 17:46:53.141"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.144" starttime="20181202 17:46:53.144"></status>
</kw>
<msg timestamp="20181202 17:46:53.144" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress</msg>
<status status="PASS" endtime="20181202 17:46:53.144" starttime="20181202 17:46:53.143"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.145" starttime="20181202 17:46:53.145"></status>
</kw>
<msg timestamp="20181202 17:46:53.146" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:53.146" starttime="20181202 17:46:53.144"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.147" starttime="20181202 17:46:53.147"></status>
</kw>
<msg timestamp="20181202 17:46:53.147" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:46:53.147" starttime="20181202 17:46:53.146"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.149" starttime="20181202 17:46:53.148"></status>
</kw>
<msg timestamp="20181202 17:46:53.149" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:53.149" starttime="20181202 17:46:53.147"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.150" starttime="20181202 17:46:53.150"></status>
</kw>
<msg timestamp="20181202 17:46:53.150" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:53.150" starttime="20181202 17:46:53.149"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:53.152" starttime="20181202 17:46:53.151"></status>
</kw>
<msg timestamp="20181202 17:46:53.152" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:53.152" starttime="20181202 17:46:53.151"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:53.154" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --ingress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:46:53.193" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:55.556" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:55.557" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:55.557" starttime="20181202 17:46:53.153"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:55.558" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:55Z                 |
| description       |                                      |
| direction         | ingress                              |
| ether_type        | IPv4                                 |
| id                | a92be758-a571-4375-914b-23ac92c1cb9a |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:55Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:55.558" starttime="20181202 17:46:55.557"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:55.559" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:55.559" starttime="20181202 17:46:55.558"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.560" starttime="20181202 17:46:55.559"></status>
</kw>
<msg timestamp="20181202 17:46:55.560" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:55.560" starttime="20181202 17:46:53.152"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:55.561" level="INFO">${rule_id} = a92be758-a571-4375-914b-23ac92c1cb9a</msg>
<status status="PASS" endtime="20181202 17:46:55.561" starttime="20181202 17:46:55.560"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:55.561" starttime="20181202 17:46:53.126"></status>
</kw>
<kw name="Neutron Security Group Rule Create" library="OpenStackOperations">
<doc>Creates neutron security rule with Openstack CLI with or without optional params, here security group name is mandatory args, rule with optional params can be created by passing the optional args values ex: direction=${INGRESS_EGRESS}, Then these optional params are BuiltIn.Catenated with mandatory args, example of usage: "OpenStack Neutron Security Group Rule Create ${SGP_SSH} direction=${RULE_PARAMS[0]} ethertype=${RULE_PARAMS[1]} ..."</doc>
<arguments>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=${ether_type}</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>BuiltIn.Log</arg>
<arg>${Kwargs}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${Kwargs}</arg>
</arguments>
<msg timestamp="20181202 17:46:55.597" level="INFO">{u'direction': u'egress', u'ethertype': u'IPv4', u'port_range_max': u'65535', u'port_range_min': u'1', u'protocol': u'udp'}</msg>
<status status="PASS" endtime="20181202 17:46:55.598" starttime="20181202 17:46:55.597"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:55.598" starttime="20181202 17:46:55.597"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${description}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>description</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.599" starttime="20181202 17:46:55.598"></status>
</kw>
<msg timestamp="20181202 17:46:55.599" level="INFO">${description} = None</msg>
<status status="PASS" endtime="20181202 17:46:55.599" starttime="20181202 17:46:55.598"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${direction}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>direction</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.600" starttime="20181202 17:46:55.600"></status>
</kw>
<msg timestamp="20181202 17:46:55.600" level="INFO">${direction} = egress</msg>
<status status="PASS" endtime="20181202 17:46:55.600" starttime="20181202 17:46:55.599"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${ethertype}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>ethertype</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.601" starttime="20181202 17:46:55.601"></status>
</kw>
<msg timestamp="20181202 17:46:55.601" level="INFO">${ethertype} = IPv4</msg>
<status status="PASS" endtime="20181202 17:46:55.601" starttime="20181202 17:46:55.600"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_max}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_max</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.602" starttime="20181202 17:46:55.602"></status>
</kw>
<msg timestamp="20181202 17:46:55.602" level="INFO">${port_range_max} = 65535</msg>
<status status="PASS" endtime="20181202 17:46:55.602" starttime="20181202 17:46:55.601"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${port_range_min}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>port_range_min</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.603" starttime="20181202 17:46:55.603"></status>
</kw>
<msg timestamp="20181202 17:46:55.603" level="INFO">${port_range_min} = 1</msg>
<status status="PASS" endtime="20181202 17:46:55.603" starttime="20181202 17:46:55.602"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${protocol}</var>
</assign>
<kw name="Pop From Dictionary" library="Collections">
<doc>Pops the given ``key`` from the ``dictionary`` and returns its value.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>protocol</arg>
<arg>default=${None}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.604" starttime="20181202 17:46:55.604"></status>
</kw>
<msg timestamp="20181202 17:46:55.604" level="INFO">${protocol} = udp</msg>
<status status="PASS" endtime="20181202 17:46:55.604" starttime="20181202 17:46:55.603"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_group_id</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_group_id}</var>
</assign>
<msg timestamp="20181202 17:46:55.604" level="INFO">${remote_group_id} = None</msg>
<status status="PASS" endtime="20181202 17:46:55.604" starttime="20181202 17:46:55.604"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${Kwargs}</arg>
<arg>Collections.Pop From Dictionary</arg>
<arg>${Kwargs}</arg>
<arg>remote_ip_prefix</arg>
<arg>default=${None}</arg>
</arguments>
<assign>
<var>${remote_ip_prefix}</var>
</assign>
<msg timestamp="20181202 17:46:55.605" level="INFO">${remote_ip_prefix} = None</msg>
<status status="PASS" endtime="20181202 17:46:55.605" starttime="20181202 17:46:55.605"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>openstack security group rule create ${Security_group_name}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:46:55.605" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:55.606" starttime="20181202 17:46:55.605"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${description}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--description ${description}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.606" starttime="20181202 17:46:55.606"></status>
</kw>
<msg timestamp="20181202 17:46:55.607" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg</msg>
<status status="PASS" endtime="20181202 17:46:55.607" starttime="20181202 17:46:55.606"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${direction}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--${direction}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.608" starttime="20181202 17:46:55.607"></status>
</kw>
<msg timestamp="20181202 17:46:55.608" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress</msg>
<status status="PASS" endtime="20181202 17:46:55.608" starttime="20181202 17:46:55.607"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${ethertype}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--ethertype ${ethertype}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.609" starttime="20181202 17:46:55.608"></status>
</kw>
<msg timestamp="20181202 17:46:55.609" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4</msg>
<status status="PASS" endtime="20181202 17:46:55.609" starttime="20181202 17:46:55.608"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${port_range_min}'!='None' and '${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_max}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_max}</arg>
<arg>ELSE IF</arg>
<arg>'${port_range_min}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--dst-port ${port_range_min}:${port_range_max}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.610" starttime="20181202 17:46:55.610"></status>
</kw>
<msg timestamp="20181202 17:46:55.610" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535</msg>
<status status="PASS" endtime="20181202 17:46:55.610" starttime="20181202 17:46:55.609"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${protocol}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>--protocol ${protocol}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.611" starttime="20181202 17:46:55.611"></status>
</kw>
<msg timestamp="20181202 17:46:55.611" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:55.611" starttime="20181202 17:46:55.610"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_group_id}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--remote-group ${remote_group_id}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.613" starttime="20181202 17:46:55.612"></status>
</kw>
<msg timestamp="20181202 17:46:55.613" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:55.613" starttime="20181202 17:46:55.612"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>'${remote_ip_prefix}'!='None'</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
<arg>--src-ip ${remote_ip_prefix}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Catenate</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<kw name="Catenate" library="BuiltIn">
<doc>Catenates the given items together and returns the resulted string.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:55.614" starttime="20181202 17:46:55.613"></status>
</kw>
<msg timestamp="20181202 17:46:55.614" level="INFO">${cmd} = openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<status status="PASS" endtime="20181202 17:46:55.614" starttime="20181202 17:46:55.613"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:55.615" level="INFO">Starting process:
openstack security group rule create l2l3_gw_mac_arp_sg --egress --ethertype IPv4 --dst-port 1:65535 --protocol udp</msg>
<msg timestamp="20181202 17:46:55.658" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:46:58.109" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:46:58.110" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:46:58.110" starttime="20181202 17:46:55.615"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:46:58.111" level="INFO">+-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at        | 2018-12-02T17:46:58Z                 |
| description       |                                      |
| direction         | egress                               |
| ether_type        | IPv4                                 |
| id                | 891c586d-15e3-47f6-bd35-c907c0021d10 |
| name              | None                                 |
| port_range_max    | 65535                                |
| port_range_min    | 1                                    |
| project_id        | 17b1de510988465db29f79175f31c234     |
| protocol          | udp                                  |
| remote_group_id   | None                                 |
| remote_ip_prefix  | 0.0.0.0/0                            |
| revision_number   | 0                                    |
| security_group_id | f554e7d6-3d96-40e1-be3f-0f325fe4b969 |
| updated_at        | 2018-12-02T17:46:58Z                 |
+-------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:46:58.111" starttime="20181202 17:46:58.110"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:46:58.111" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:46:58.111" starttime="20181202 17:46:58.111"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:58.112" starttime="20181202 17:46:58.111"></status>
</kw>
<msg timestamp="20181202 17:46:58.112" level="INFO">${output} = +-------------------+--------------------------------------+
| Field             | Value                                |
+-------------------+--------------------------------------+
| created_at     ...</msg>
<status status="PASS" endtime="20181202 17:46:58.112" starttime="20181202 17:46:55.614"></status>
</kw>
<kw name="Should Match Regexp" library="BuiltIn">
<doc>Fails if ``string`` does not match ``pattern`` as a regular expression.</doc>
<arguments>
<arg>${output}</arg>
<arg>${REGEX_UUID}</arg>
</arguments>
<assign>
<var>${rule_id}</var>
</assign>
<msg timestamp="20181202 17:46:58.113" level="INFO">${rule_id} = 891c586d-15e3-47f6-bd35-c907c0021d10</msg>
<status status="PASS" endtime="20181202 17:46:58.113" starttime="20181202 17:46:58.112"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:58.113" starttime="20181202 17:46:55.595"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${dual}"=="True"</arg>
<arg>Run Keywords</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=tcp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>protocol=icmp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=ingress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
<arg>AND</arg>
<arg>OpenStackOperations.Neutron Security Group Rule Create</arg>
<arg>${sg_name}</arg>
<arg>direction=egress</arg>
<arg>ethertype=IPv6</arg>
<arg>port_range_max=65535</arg>
<arg>port_range_min=1</arg>
<arg>protocol=udp</arg>
</arguments>
<status status="PASS" endtime="20181202 17:46:58.114" starttime="20181202 17:46:58.113"></status>
</kw>
<status status="PASS" endtime="20181202 17:46:58.114" starttime="20181202 17:46:40.963"></status>
</kw>
<kw name="Create Neutron Ports">
<doc>Create required number of ports under previously created subnets</doc>
<kw type="for" name="${index} IN RANGE [ 0 | ${NUM_OF_PORTS_PER_HOST} ]">
<kw type="foritem" name="${index} = 0">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{REQ_NETWORKS}[${index}]</arg>
<arg>@{PORT_LIST}[${index}]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:46:58.116" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:46:58.116" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:46:58.116" starttime="20181202 17:46:58.116"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:46:58.117" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:46:58.117" starttime="20181202 17:46:58.116"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:46:58.117" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:46:58.117" starttime="20181202 17:46:58.117"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:46:58.126" level="INFO">Starting process:
openstack port create --network l2l3_gw_mac_arp_net1 l2l3_gw_mac_arp_port1 --security-group l2l3_gw_mac_arp_sg  </msg>
<msg timestamp="20181202 17:46:58.164" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:01.267" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:01.267" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:01.267" starttime="20181202 17:46:58.125"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:01.268" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T17:47:00Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755' |
| id                    | 07b64bd9-7ec0-464d-b96e-86f13211189c                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:ec:a7:00                                                        |
| name                  | l2l3_gw_mac_arp_port1                                                    |
| network_id            | abcfba9f-d118-4906-ab9c-cdf4f3098ecd                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | f554e7d6-3d96-40e1-be3f-0f325fe4b969                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T17:47:00Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:01.269" starttime="20181202 17:47:01.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:01.269" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:01.269" starttime="20181202 17:47:01.269"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:01.270" starttime="20181202 17:47:01.270"></status>
</kw>
<msg timestamp="20181202 17:47:01.271" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 17:47:01.271" starttime="20181202 17:46:58.125"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:01.271" starttime="20181202 17:46:58.115"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{REQ_NETWORKS}[${index}]</arg>
<arg>@{PORT_LIST}[${index + 2}]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:47:01.273" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:47:01.273" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:47:01.273" starttime="20181202 17:47:01.272"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:01.274" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:01.274" starttime="20181202 17:47:01.273"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:01.274" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:01.274" starttime="20181202 17:47:01.274"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:01.285" level="INFO">Starting process:
openstack port create --network l2l3_gw_mac_arp_net1 l2l3_gw_mac_arp_port3 --security-group l2l3_gw_mac_arp_sg  </msg>
<msg timestamp="20181202 17:47:01.319" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:04.137" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:04.137" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:04.137" starttime="20181202 17:47:01.285"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:04.138" level="INFO">+-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    |
+-----------------------+--------------------------------------------------------------------------+
| admin_state_up        | UP                                                                       |
| allowed_address_pairs |                                                                          |
| binding_host_id       |                                                                          |
| binding_profile       |                                                                          |
| binding_vif_details   |                                                                          |
| binding_vif_type      | unbound                                                                  |
| binding_vnic_type     | normal                                                                   |
| created_at            | 2018-12-02T17:47:03Z                                                     |
| data_plane_status     | None                                                                     |
| description           |                                                                          |
| device_id             |                                                                          |
| device_owner          |                                                                          |
| dns_assignment        | None                                                                     |
| dns_name              | None                                                                     |
| extra_dhcp_opts       |                                                                          |
| fixed_ips             | ip_address='10.1.0.24', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755' |
| id                    | 859e8972-722a-4ff6-b3eb-a6fb16309263                                     |
| ip_address            | None                                                                     |
| mac_address           | fa:16:3e:2b:58:6d                                                        |
| name                  | l2l3_gw_mac_arp_port3                                                    |
| network_id            | abcfba9f-d118-4906-ab9c-cdf4f3098ecd                                     |
| option_name           | None                                                                     |
| option_value          | None                                                                     |
| port_security_enabled | True                                                                     |
| project_id            | 17b1de510988465db29f79175f31c234                                         |
| qos_policy_id         | None                                                                     |
| revision_number       | 1                                                                        |
| security_group_ids    | f554e7d6-3d96-40e1-be3f-0f325fe4b969                                     |
| status                | DOWN                                                                     |
| subnet_id             | None                                                                     |
| tags                  |                                                                          |
| trunk_details         | None                                                                     |
| updated_at            | 2018-12-02T17:47:03Z                                                     |
+-----------------------+--------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:04.138" starttime="20181202 17:47:04.138"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:04.139" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:04.139" starttime="20181202 17:47:04.139"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:04.140" starttime="20181202 17:47:04.139"></status>
</kw>
<msg timestamp="20181202 17:47:04.140" level="INFO">${output} = +-----------------------+--------------------------------------------------------------------------+
| Field                 | Value                                                                    ...</msg>
<status status="PASS" endtime="20181202 17:47:04.140" starttime="20181202 17:47:01.284"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:04.140" starttime="20181202 17:47:01.271"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:04.140" starttime="20181202 17:46:58.115"></status>
</kw>
<kw type="foritem" name="${index} = 1">
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{REQ_NETWORKS}[${index}]</arg>
<arg>@{PORT_LIST}[${index}]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:47:04.142" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:47:04.142" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:47:04.142" starttime="20181202 17:47:04.142"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:04.143" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:04.143" starttime="20181202 17:47:04.142"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:04.143" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:04.143" starttime="20181202 17:47:04.143"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:04.152" level="INFO">Starting process:
openstack port create --network l2l3_gw_mac_arp_net2 l2l3_gw_mac_arp_port2 --security-group l2l3_gw_mac_arp_sg  </msg>
<msg timestamp="20181202 17:47:04.193" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:07.153" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:07.154" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:07.154" starttime="20181202 17:47:04.152"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:07.155" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:47:06Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='10.2.0.6', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed' |
| id                    | 2b4cf24f-502c-4071-9c51-b4ffa65641c9                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:f4:49:38                                                       |
| name                  | l2l3_gw_mac_arp_port2                                                   |
| network_id            | a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f554e7d6-3d96-40e1-be3f-0f325fe4b969                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:47:06Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:07.155" starttime="20181202 17:47:07.154"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:07.156" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:07.156" starttime="20181202 17:47:07.155"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:07.157" starttime="20181202 17:47:07.156"></status>
</kw>
<msg timestamp="20181202 17:47:07.157" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:47:07.157" starttime="20181202 17:47:04.151"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:07.157" starttime="20181202 17:47:04.141"></status>
</kw>
<kw name="Create Port" library="OpenStackOperations">
<doc>Create Port with neutron request.</doc>
<arguments>
<arg>@{REQ_NETWORKS}[${index}]</arg>
<arg>@{PORT_LIST}[${index + 2}]</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${allowed_address_pairs}</arg>
</arguments>
<assign>
<var>${address_pair_length}</var>
</assign>
<msg timestamp="20181202 17:47:07.159" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:47:07.160" level="INFO">${address_pair_length} = 0</msg>
<status status="PASS" endtime="20181202 17:47:07.160" starttime="20181202 17:47:07.159"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:07.160" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:07.160" starttime="20181202 17:47:07.160"></status>
</kw>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>'${address_pair_length}'=='2'</arg>
<arg>--allowed-address ip-address=@{allowed_address_pairs}[0] --allowed-address ip-address=@{allowed_address_pairs}[1]</arg>
<arg>${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${allowed_pairs_argv}</var>
</assign>
<msg timestamp="20181202 17:47:07.161" level="INFO">${allowed_pairs_argv} = </msg>
<status status="PASS" endtime="20181202 17:47:07.161" starttime="20181202 17:47:07.161"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port create --network ${network_name} ${port_name} --security-group ${sg} ${additional_args} ${allowed_pairs_argv}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:07.173" level="INFO">Starting process:
openstack port create --network l2l3_gw_mac_arp_net2 l2l3_gw_mac_arp_port4 --security-group l2l3_gw_mac_arp_sg  </msg>
<msg timestamp="20181202 17:47:07.200" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:10.201" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:10.201" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:10.202" starttime="20181202 17:47:07.172"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:10.203" level="INFO">+-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
+-----------------------+-------------------------------------------------------------------------+
| admin_state_up        | UP                                                                      |
| allowed_address_pairs |                                                                         |
| binding_host_id       |                                                                         |
| binding_profile       |                                                                         |
| binding_vif_details   |                                                                         |
| binding_vif_type      | unbound                                                                 |
| binding_vnic_type     | normal                                                                  |
| created_at            | 2018-12-02T17:47:09Z                                                    |
| data_plane_status     | None                                                                    |
| description           |                                                                         |
| device_id             |                                                                         |
| device_owner          |                                                                         |
| dns_assignment        | None                                                                    |
| dns_name              | None                                                                    |
| extra_dhcp_opts       |                                                                         |
| fixed_ips             | ip_address='10.2.0.4', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed' |
| id                    | f9df8314-aa99-4fd9-a88b-0b085d007f6b                                    |
| ip_address            | None                                                                    |
| mac_address           | fa:16:3e:82:ec:fb                                                       |
| name                  | l2l3_gw_mac_arp_port4                                                   |
| network_id            | a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd                                    |
| option_name           | None                                                                    |
| option_value          | None                                                                    |
| port_security_enabled | True                                                                    |
| project_id            | 17b1de510988465db29f79175f31c234                                        |
| qos_policy_id         | None                                                                    |
| revision_number       | 1                                                                       |
| security_group_ids    | f554e7d6-3d96-40e1-be3f-0f325fe4b969                                    |
| status                | DOWN                                                                    |
| subnet_id             | None                                                                    |
| tags                  |                                                                         |
| trunk_details         | None                                                                    |
| updated_at            | 2018-12-02T17:47:09Z                                                    |
+-----------------------+-------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:10.203" starttime="20181202 17:47:10.202"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:10.204" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:10.204" starttime="20181202 17:47:10.204"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:10.205" starttime="20181202 17:47:10.205"></status>
</kw>
<msg timestamp="20181202 17:47:10.206" level="INFO">${output} = +-----------------------+-------------------------------------------------------------------------+
| Field                 | Value                                                                   |
...</msg>
<status status="PASS" endtime="20181202 17:47:10.206" starttime="20181202 17:47:07.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.206" starttime="20181202 17:47:07.158"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.206" starttime="20181202 17:47:04.140"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.206" starttime="20181202 17:46:58.115"></status>
</kw>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>3s</arg>
<arg>1s</arg>
<arg>Utils.Check For Elements At URI</arg>
<arg>${PORT_URL}</arg>
<arg>${PORT_LIST}</arg>
</arguments>
<kw name="Check For Elements At URI" library="Utils">
<doc>A GET is made at the supplied ${URI} and every item in the list of</doc>
<arguments>
<arg>${PORT_URL}</arg>
<arg>${PORT_LIST}</arg>
</arguments>
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>${session}</arg>
<arg>${uri}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:47:10.237" level="INFO">Get Request using : alias=session, uri=/restconf/config/neutron:neutron/ports/, headers=None json=None</msg>
<msg timestamp="20181202 17:47:10.238" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:47:10.238" starttime="20181202 17:47:10.233"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${pretty_print_json}" == "True"</arg>
<arg>Log Content</arg>
<arg>${resp.content}</arg>
<arg>ELSE</arg>
<arg>BuiltIn.Log</arg>
<arg>${resp.content}</arg>
</arguments>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${resp.content}</arg>
</arguments>
<msg timestamp="20181202 17:47:10.239" level="INFO">{"ports":{"port":[{"uuid":"1b675214-31b3-404f-9603-3e12ec9adef7","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:6b:55:33","admin-state-up":true,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":""},{"uuid":"07b64bd9-7ec0-464d-b96e-86f13211189c","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.19"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:ec:a7:00","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_port1"},{"uuid":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:82:ec:fb","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_port4"},{"uuid":"94880024-e102-4886-beae-95f4c4634488","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-abcfba9f-d118-4906-ab9c-cdf4f3098ecd","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:dd:e9:c7","admin-state-up":true,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":""},{"uuid":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.6"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:f4:49:38","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_port2"},{"uuid":"859e8972-722a-4ff6-b3eb-a6fb16309263","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.24"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:2b:58:6d","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_port3"}]}}</msg>
<status status="PASS" endtime="20181202 17:47:10.240" starttime="20181202 17:47:10.239"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.240" starttime="20181202 17:47:10.238"></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="20181202 17:47:10.241" level="INFO">Argument types are:
&lt;type 'int'&gt;
&lt;type 'unicode'&gt;</msg>
<status status="PASS" endtime="20181202 17:47:10.241" starttime="20181202 17:47:10.240"></status>
</kw>
<kw type="for" name="${i} IN [ @{elements} ]">
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_port1">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:10.242" starttime="20181202 17:47:10.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.242" starttime="20181202 17:47:10.241"></status>
</kw>
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_port2">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:10.243" starttime="20181202 17:47:10.242"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.243" starttime="20181202 17:47:10.242"></status>
</kw>
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_port3">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:10.243" starttime="20181202 17:47:10.243"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.243" starttime="20181202 17:47:10.243"></status>
</kw>
<kw type="foritem" name="${i} = l2l3_gw_mac_arp_port4">
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>${i}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:47:10.244"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:47:10.243"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:47:10.241"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:47:10.232"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:47:10.207"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:10.244" starttime="20181202 17:46:58.114"></status>
</kw>
<kw name="Create Router" library="OpenStackOperations">
<doc>Create Router and Add Interface to the subnets.</doc>
<arguments>
<arg>${REQ_ROUTER}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router create ${router_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:10.253" level="INFO">Starting process:
openstack router create l2l3_gw_mac_arp_rtr1</msg>
<msg timestamp="20181202 17:47:10.296" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:12.420" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:12.421" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:12.421" starttime="20181202 17:47:10.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:12.423" level="INFO">+-------------------------+--------------------------------------+
| Field                   | Value                                |
+-------------------------+--------------------------------------+
| admin_state_up          | UP                                   |
| availability_zone_hints | None                                 |
| availability_zones      | None                                 |
| created_at              | 2018-12-02T17:47:12Z                 |
| description             |                                      |
| distributed             | False                                |
| external_gateway_info   | None                                 |
| flavor_id               | None                                 |
| ha                      | False                                |
| id                      | 65620d19-14f8-4556-9788-bc9a4066a5c9 |
| name                    | l2l3_gw_mac_arp_rtr1                 |
| project_id              | 17b1de510988465db29f79175f31c234     |
| revision_number         | 0                                    |
| routes                  |                                      |
| status                  | ACTIVE                               |
| tags                    |                                      |
| updated_at              | 2018-12-02T17:47:12Z                 |
+-------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:12.423" starttime="20181202 17:47:12.422"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:12.424" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:12.424" starttime="20181202 17:47:12.423"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:12.426" starttime="20181202 17:47:12.425"></status>
</kw>
<msg timestamp="20181202 17:47:12.426" level="INFO">${output} = +-------------------------+--------------------------------------+
| Field                   | Value                                |
+-------------------------+--------------------------------------+...</msg>
<status status="PASS" endtime="20181202 17:47:12.426" starttime="20181202 17:47:10.252"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:12.427" starttime="20181202 17:47:10.245"></status>
</kw>
<kw name="Add Interfaces To Routers">
<doc>Add Multiple Interfaces to Router and Verify</doc>
<kw type="for" name="${INTERFACE} IN [ @{REQ_SUBNETS} ]">
<kw type="foritem" name="${INTERFACE} = l2l3_gw_mac_arp_subnet1">
<kw name="Add Router Interface" library="OpenStackOperations">
<arguments>
<arg>${REQ_ROUTER}</arg>
<arg>${INTERFACE}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router add subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:12.446" level="INFO">Starting process:
openstack router add subnet l2l3_gw_mac_arp_rtr1 l2l3_gw_mac_arp_subnet1</msg>
<msg timestamp="20181202 17:47:12.473" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:16.202" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:16.203" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:16.203" starttime="20181202 17:47:12.446"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:16.205" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:16.205" starttime="20181202 17:47:16.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:16.206" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:16.206" starttime="20181202 17:47:16.206"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:16.208" starttime="20181202 17:47:16.207"></status>
</kw>
<msg timestamp="20181202 17:47:16.208" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:47:16.209" starttime="20181202 17:47:12.445"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:16.209" starttime="20181202 17:47:12.428"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:16.209" starttime="20181202 17:47:12.428"></status>
</kw>
<kw type="foritem" name="${INTERFACE} = l2l3_gw_mac_arp_subnet2">
<kw name="Add Router Interface" library="OpenStackOperations">
<arguments>
<arg>${REQ_ROUTER}</arg>
<arg>${INTERFACE}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router add subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:16.227" level="INFO">Starting process:
openstack router add subnet l2l3_gw_mac_arp_rtr1 l2l3_gw_mac_arp_subnet2</msg>
<msg timestamp="20181202 17:47:16.248" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:20.443" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:20.443" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:20.443" starttime="20181202 17:47:16.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:20.445" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:20.445" starttime="20181202 17:47:20.444"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:20.445" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:20.445" starttime="20181202 17:47:20.445"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:20.446" starttime="20181202 17:47:20.445"></status>
</kw>
<msg timestamp="20181202 17:47:20.446" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:47:20.446" starttime="20181202 17:47:16.225"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:20.446" starttime="20181202 17:47:16.210"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:20.447" starttime="20181202 17:47:16.209"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:20.447" starttime="20181202 17:47:12.428"></status>
</kw>
<kw name="Show Router Interface" library="OpenStackOperations">
<doc>List Routers interface associated with given Router and return output with neutron client.</doc>
<arguments>
<arg>${REQ_ROUTER}</arg>
</arguments>
<assign>
<var>${interface_output}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port list --router ${router_name} -f value</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:20.456" level="INFO">Starting process:
openstack port list --router l2l3_gw_mac_arp_rtr1 -f value</msg>
<msg timestamp="20181202 17:47:20.489" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:22.922" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:22.923" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:22.923" starttime="20181202 17:47:20.456"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:22.924" level="INFO">8a57c4af-18db-42f9-ae7c-1bc52f189671  fa:16:3e:53:42:00 ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed' DOWN
abe90575-63ad-4d63-ad64-413afaf41ff1  fa:16:3e:bf:04:8f ip_address='10.1.0.1', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755' DOWN</msg>
<status status="PASS" endtime="20181202 17:47:22.924" starttime="20181202 17:47:22.923"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:22.925" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:22.925" starttime="20181202 17:47:22.925"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:22.927" starttime="20181202 17:47:22.926"></status>
</kw>
<msg timestamp="20181202 17:47:22.927" level="INFO">${output} = 8a57c4af-18db-42f9-ae7c-1bc52f189671  fa:16:3e:53:42:00 ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed' DOWN
abe90575-63ad-4d63-ad64-413afaf41ff1  fa:16:3e:bf:04:8f ip_address=...</msg>
<status status="PASS" endtime="20181202 17:47:22.927" starttime="20181202 17:47:20.455"></status>
</kw>
<msg timestamp="20181202 17:47:22.928" level="INFO">${interface_output} = 8a57c4af-18db-42f9-ae7c-1bc52f189671  fa:16:3e:53:42:00 ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed' DOWN
abe90575-63ad-4d63-ad64-413afaf41ff1  fa:16:3e:bf:04:8f ip_address=...</msg>
<status status="PASS" endtime="20181202 17:47:22.928" starttime="20181202 17:47:20.447"></status>
</kw>
<kw type="for" name="${INTERFACE} IN [ @{REQ_SUBNETS} ]">
<kw type="foritem" name="${INTERFACE} = l2l3_gw_mac_arp_subnet1">
<kw name="Get Subnet Id" library="OpenStackOperations">
<doc>Retrieve the subnet id for the given subnet name</doc>
<arguments>
<arg>${INTERFACE}</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet show "${subnet_name}" | grep " id " | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:22.942" level="INFO">Starting process:
openstack subnet show "l2l3_gw_mac_arp_subnet1" | grep " id " | awk '{print $4}'</msg>
<msg timestamp="20181202 17:47:22.983" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:25.065" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:25.065" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:25.065" starttime="20181202 17:47:22.942"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:25.066" level="INFO">ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:47:25.066" starttime="20181202 17:47:25.066"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:25.067" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:25.067" starttime="20181202 17:47:25.067"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:25.068" starttime="20181202 17:47:25.067"></status>
</kw>
<msg timestamp="20181202 17:47:25.068" level="INFO">${output} = ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:47:25.068" starttime="20181202 17:47:22.941"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:47:25.069" level="INFO">${splitted_output} = [u'ee83d02a-ccb1-4f3b-b460-1f13e95fe755']</msg>
<status status="PASS" endtime="20181202 17:47:25.069" starttime="20181202 17:47:25.068"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<msg timestamp="20181202 17:47:25.069" level="INFO">${subnet_id} = ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:47:25.069" starttime="20181202 17:47:25.069"></status>
</kw>
<msg timestamp="20181202 17:47:25.069" level="INFO">${subnet_id} = ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:47:25.069" starttime="20181202 17:47:22.929"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${interface_output}</arg>
<arg>${subnet_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:25.070" starttime="20181202 17:47:25.070"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:25.070" starttime="20181202 17:47:22.928"></status>
</kw>
<kw type="foritem" name="${INTERFACE} = l2l3_gw_mac_arp_subnet2">
<kw name="Get Subnet Id" library="OpenStackOperations">
<doc>Retrieve the subnet id for the given subnet name</doc>
<arguments>
<arg>${INTERFACE}</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet show "${subnet_name}" | grep " id " | awk '{print $4}'</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:25.079" level="INFO">Starting process:
openstack subnet show "l2l3_gw_mac_arp_subnet2" | grep " id " | awk '{print $4}'</msg>
<msg timestamp="20181202 17:47:25.112" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:27.139" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:27.139" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:27.139" starttime="20181202 17:47:25.079"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:27.141" level="INFO">3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:47:27.141" starttime="20181202 17:47:27.140"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:27.141" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:27.142" starttime="20181202 17:47:27.141"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:27.142" starttime="20181202 17:47:27.142"></status>
</kw>
<msg timestamp="20181202 17:47:27.143" level="INFO">${output} = 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:47:27.143" starttime="20181202 17:47:25.078"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${EMPTY}</arg>
</arguments>
<assign>
<var>${splitted_output}</var>
</assign>
<msg timestamp="20181202 17:47:27.144" level="INFO">${splitted_output} = [u'3bd93cf1-be6c-4421-bc2c-9288caf217ed']</msg>
<status status="PASS" endtime="20181202 17:47:27.144" starttime="20181202 17:47:27.143"></status>
</kw>
<kw name="Get From List" library="Collections">
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
<arguments>
<arg>${splitted_output}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<msg timestamp="20181202 17:47:27.144" level="INFO">${subnet_id} = 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:47:27.145" starttime="20181202 17:47:27.144"></status>
</kw>
<msg timestamp="20181202 17:47:27.145" level="INFO">${subnet_id} = 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:47:27.145" starttime="20181202 17:47:25.070"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${interface_output}</arg>
<arg>${subnet_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:27.146" starttime="20181202 17:47:27.145"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:27.146" starttime="20181202 17:47:25.070"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:27.146" starttime="20181202 17:47:22.928"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:27.146" starttime="20181202 17:47:12.427"></status>
</kw>
<kw name="Create Nova VMs">
<doc>Create Vm instances on compute nodes</doc>
<arguments>
<arg>${REQ_NUM_OF_VMS_PER_DPN}</arg>
</arguments>
<kw type="for" name="${index} IN RANGE [ 0 | ${NUM_OF_VMS_PER_DPN} ]">
<kw type="foritem" name="${index} = 0">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${PORT_LIST[${index}]}</arg>
<arg>${VM_NAMES[${index}]}</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:47:27.165" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:47:27.165" starttime="20181202 17:47:27.164"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:27.173" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port l2l3_gw_mac_arp_port1 --security-group l2l3_gw_mac_arp_sg --availability-zone nova: l2l3_gw_mac_arp_vm1</msg>
<msg timestamp="20181202 17:47:27.193" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:31.842" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:31.842" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:31.842" starttime="20181202 17:47:27.173"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:31.843" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | Hvw94eDecq9W                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:47:31Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | cff00b25-442a-4817-82e5-9c3350b0517c                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2l3_gw_mac_arp_vm1                                             |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f554e7d6-3d96-40e1-be3f-0f325fe4b969'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:47:31Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:31.844" starttime="20181202 17:47:31.843"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:31.844" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:31.844" starttime="20181202 17:47:31.844"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:31.845" starttime="20181202 17:47:31.845"></status>
</kw>
<msg timestamp="20181202 17:47:31.846" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:47:31.846" starttime="20181202 17:47:27.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:31.846" starttime="20181202 17:47:27.163"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:31.846" starttime="20181202 17:47:27.147"></status>
</kw>
<kw type="foritem" name="${index} = 1">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${PORT_LIST[${index}]}</arg>
<arg>${VM_NAMES[${index}]}</arg>
<arg>${OS_CMP1_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:47:31.867" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:47:31.867" starttime="20181202 17:47:31.866"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:31.881" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port l2l3_gw_mac_arp_port2 --security-group l2l3_gw_mac_arp_sg --availability-zone nova: l2l3_gw_mac_arp_vm2</msg>
<msg timestamp="20181202 17:47:31.922" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:35.787" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:35.788" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:35.788" starttime="20181202 17:47:31.880"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:35.789" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | Tp5JbYUFRaU5                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:47:35Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 93d822e0-0fff-4d89-beb2-30069480a85f                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2l3_gw_mac_arp_vm2                                             |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f554e7d6-3d96-40e1-be3f-0f325fe4b969'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:47:35Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:35.789" starttime="20181202 17:47:35.789"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:35.790" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:35.790" starttime="20181202 17:47:35.790"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:35.791" starttime="20181202 17:47:35.790"></status>
</kw>
<msg timestamp="20181202 17:47:35.791" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:47:35.791" starttime="20181202 17:47:31.879"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:35.792" starttime="20181202 17:47:31.865"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:35.792" starttime="20181202 17:47:31.846"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:35.792" starttime="20181202 17:47:27.147"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>${index}+1</arg>
</arguments>
<assign>
<var>${start}</var>
</assign>
<msg timestamp="20181202 17:47:35.793" level="INFO">${start} = 2</msg>
<status status="PASS" endtime="20181202 17:47:35.793" starttime="20181202 17:47:35.792"></status>
</kw>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>${start}+${NUM_OF_VMS_PER_DPN}</arg>
</arguments>
<assign>
<var>${NUM_OF_VMS_PER_DPN}</var>
</assign>
<msg timestamp="20181202 17:47:35.794" level="INFO">${NUM_OF_VMS_PER_DPN} = 4</msg>
<status status="PASS" endtime="20181202 17:47:35.794" starttime="20181202 17:47:35.793"></status>
</kw>
<kw type="for" name="${index} IN RANGE [ ${start} | ${NUM_OF_VMS_PER_DPN} ]">
<kw type="foritem" name="${index} = 2">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${PORT_LIST[${index}]}</arg>
<arg>${VM_NAMES[${index}]}</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:47:35.813" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:47:35.814" starttime="20181202 17:47:35.813"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:35.822" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port l2l3_gw_mac_arp_port3 --security-group l2l3_gw_mac_arp_sg --availability-zone nova: l2l3_gw_mac_arp_vm3</msg>
<msg timestamp="20181202 17:47:35.865" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:39.715" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:39.715" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:39.715" starttime="20181202 17:47:35.821"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:39.716" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | wMtShndR7QC6                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:47:39Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | c11023f9-3c7e-435b-af71-ccde98f9f443                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2l3_gw_mac_arp_vm3                                             |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f554e7d6-3d96-40e1-be3f-0f325fe4b969'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:47:39Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:39.717" starttime="20181202 17:47:39.716"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:39.717" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:39.717" starttime="20181202 17:47:39.717"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:39.718" starttime="20181202 17:47:39.717"></status>
</kw>
<msg timestamp="20181202 17:47:39.718" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:47:39.718" starttime="20181202 17:47:35.820"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:39.718" starttime="20181202 17:47:35.811"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:39.718" starttime="20181202 17:47:35.794"></status>
</kw>
<kw type="foritem" name="${index} = 3">
<kw name="Create Vm Instance With Port On Compute Node" library="OpenStackOperations">
<doc>Create One VM instance using given ${port_name} and for given ${node_hostname}</doc>
<arguments>
<arg>${PORT_LIST[${index}]}</arg>
<arg>${VM_NAMES[${index}]}</arg>
<arg>${OS_CMP2_HOSTNAME}</arg>
<arg>sg=${SECURITY_GROUP}</arg>
</arguments>
<kw name="Set Variable If" library="BuiltIn">
<doc>Sets variable based on the given condition.</doc>
<arguments>
<arg>"${image}"=="${EMPTY}"</arg>
<arg>${CIRROS_${OPENSTACK_BRANCH}}</arg>
<arg>${image}</arg>
</arguments>
<assign>
<var>${image}</var>
</assign>
<msg timestamp="20181202 17:47:39.736" level="INFO">${image} = cirros-0.3.5-x86_64-disk</msg>
<status status="PASS" endtime="20181202 17:47:39.736" starttime="20181202 17:47:39.736"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server create --image ${image} --flavor ${flavor} --port ${port_name} --security-group ${sg} --availability-zone nova:${node_hostname} ${vm_instance_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:39.744" level="INFO">Starting process:
openstack server create --image cirros-0.3.5-x86_64-disk --flavor m1.nano --port l2l3_gw_mac_arp_port4 --security-group l2l3_gw_mac_arp_sg --availability-zone nova: l2l3_gw_mac_arp_vm4</msg>
<msg timestamp="20181202 17:47:39.786" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:43.936" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:43.937" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:43.937" starttime="20181202 17:47:39.744"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:43.938" level="INFO">+-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                           |
+-------------------------------------+-----------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                          |
| OS-EXT-AZ:availability_zone         | nova                                                            |
| OS-EXT-SRV-ATTR:host                | None                                                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                            |
| OS-EXT-SRV-ATTR:instance_name       |                                                                 |
| OS-EXT-STS:power_state              | NOSTATE                                                         |
| OS-EXT-STS:task_state               | scheduling                                                      |
| OS-EXT-STS:vm_state                 | building                                                        |
| OS-SRV-USG:launched_at              | None                                                            |
| OS-SRV-USG:terminated_at            | None                                                            |
| accessIPv4                          |                                                                 |
| accessIPv6                          |                                                                 |
| addresses                           |                                                                 |
| adminPass                           | CLSAc3QSPNc4                                                    |
| config_drive                        |                                                                 |
| created                             | 2018-12-02T17:47:43Z                                            |
| flavor                              | m1.nano (42)                                                    |
| hostId                              |                                                                 |
| id                                  | 1e557ba6-2f86-415d-a584-127aee193ca5                            |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe) |
| key_name                            | None                                                            |
| name                                | l2l3_gw_mac_arp_vm4                                             |
| progress                            | 0                                                               |
| project_id                          | 17b1de510988465db29f79175f31c234                                |
| properties                          |                                                                 |
| security_groups                     | name='f554e7d6-3d96-40e1-be3f-0f325fe4b969'                     |
| status                              | BUILD                                                           |
| updated                             | 2018-12-02T17:47:43Z                                            |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                |
| volumes_attached                    |                                                                 |
+-------------------------------------+-----------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:47:43.938" starttime="20181202 17:47:43.937"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:43.939" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:43.939" starttime="20181202 17:47:43.938"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:43.940" starttime="20181202 17:47:43.939"></status>
</kw>
<msg timestamp="20181202 17:47:43.940" level="INFO">${output} = +-------------------------------------+-----------------------------------------------------------------+
| Field                               | Value                                                 ...</msg>
<status status="PASS" endtime="20181202 17:47:43.940" starttime="20181202 17:47:39.743"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:43.940" starttime="20181202 17:47:39.735"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:43.940" starttime="20181202 17:47:39.718"></status>
</kw>
<status status="PASS" endtime="20181202 17:47:43.940" starttime="20181202 17:47:35.794"></status>
</kw>
<kw name="Get VM IPs" library="OpenStackOperations">
<doc>Get the instance IP addresses and nameserver address for the list of given vms.</doc>
<arguments>
<arg>@{NET_1_VMS}</arg>
</arguments>
<assign>
<var>@{NET_1_VM_IPS}</var>
<var>${NET_1_DHCP_IP}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>@{EMPTY}</arg>
</arguments>
<assign>
<var>@{vm_ips}</var>
</assign>
<msg timestamp="20181202 17:47:43.942" level="INFO">@{vm_ips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:47:43.942" starttime="20181202 17:47:43.941"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = l2l3_gw_mac_arp_vm1">
<kw name="Poll VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm}</arg>
</arguments>
<kw name="Wait Until Keyword Succeeds" library="BuiltIn">
<doc>Runs the specified keyword and retries if it fails.</doc>
<arguments>
<arg>${retry}</arg>
<arg>${retry_interval}</arg>
<arg>OpenStackOperations.Verify VM Is ACTIVE</arg>
<arg>${vm_name}</arg>
</arguments>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:47:43.963" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:47:43.995" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:47:47.140" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:47:47.140" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:47:47.140" starttime="20181202 17:47:43.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:47:47.141" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:47:47.141" starttime="20181202 17:47:47.141"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:47:47.142" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:47:47.142" starttime="20181202 17:47:47.141"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:47:47.142" starttime="20181202 17:47:47.142"></status>
</kw>
<msg timestamp="20181202 17:47:47.143" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:47:47.143" starttime="20181202 17:47:43.961"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:47:47.144" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:47:47.144" starttime="20181202 17:47:47.143"></status>
</kw>
<status status="FAIL" endtime="20181202 17:47:47.144" starttime="20181202 17:47:43.944"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:48:17.170" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:48:17.191" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:48:20.923" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:48:20.923" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:48:20.923" starttime="20181202 17:48:17.169"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:48:20.924" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:48:20.925" starttime="20181202 17:48:20.924"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:48:20.925" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:48:20.925" starttime="20181202 17:48:20.925"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:48:20.926" starttime="20181202 17:48:20.926"></status>
</kw>
<msg timestamp="20181202 17:48:20.927" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:48:20.927" starttime="20181202 17:48:17.168"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:48:20.928" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:48:20.928" starttime="20181202 17:48:20.927"></status>
</kw>
<status status="FAIL" endtime="20181202 17:48:20.928" starttime="20181202 17:48:17.145"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:48:50.940" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:48:50.976" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:48:54.855" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:48:54.856" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:48:54.856" starttime="20181202 17:48:50.940"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:48:54.857" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:48:54.857" starttime="20181202 17:48:54.856"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:48:54.858" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:48:54.858" starttime="20181202 17:48:54.857"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:48:54.858" starttime="20181202 17:48:54.858"></status>
</kw>
<msg timestamp="20181202 17:48:54.859" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:48:54.859" starttime="20181202 17:48:50.939"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:48:54.860" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:48:54.860" starttime="20181202 17:48:54.859"></status>
</kw>
<status status="FAIL" endtime="20181202 17:48:54.860" starttime="20181202 17:48:50.929"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:49:24.884" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:49:24.906" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:49:27.838" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:49:27.839" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:49:27.839" starttime="20181202 17:49:24.883"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:49:27.840" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:49:27.840" starttime="20181202 17:49:27.839"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:49:27.840" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:49:27.840" starttime="20181202 17:49:27.840"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:49:27.841" starttime="20181202 17:49:27.840"></status>
</kw>
<msg timestamp="20181202 17:49:27.841" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:49:27.841" starttime="20181202 17:49:24.882"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:49:27.842" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:49:27.842" starttime="20181202 17:49:27.842"></status>
</kw>
<status status="FAIL" endtime="20181202 17:49:27.842" starttime="20181202 17:49:24.861"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:49:57.867" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:49:57.909" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:50:01.462" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:50:01.462" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:50:01.462" starttime="20181202 17:49:57.866"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:50:01.463" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:50:01.463" starttime="20181202 17:50:01.463"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:50:01.464" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:50:01.464" starttime="20181202 17:50:01.464"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:50:01.465" starttime="20181202 17:50:01.464"></status>
</kw>
<msg timestamp="20181202 17:50:01.465" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:50:01.465" starttime="20181202 17:49:57.865"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:50:01.466" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:50:01.466" starttime="20181202 17:50:01.465"></status>
</kw>
<status status="FAIL" endtime="20181202 17:50:01.466" starttime="20181202 17:49:57.843"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:50:31.496" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:50:31.542" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:50:34.630" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:50:34.630" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:50:34.630" starttime="20181202 17:50:31.495"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:50:34.631" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:50:34.631" starttime="20181202 17:50:34.631"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:50:34.632" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:50:34.632" starttime="20181202 17:50:34.632"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:50:34.633" starttime="20181202 17:50:34.632"></status>
</kw>
<msg timestamp="20181202 17:50:34.633" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:50:34.633" starttime="20181202 17:50:31.494"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:50:34.634" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:50:34.634" starttime="20181202 17:50:34.633"></status>
</kw>
<status status="FAIL" endtime="20181202 17:50:34.634" starttime="20181202 17:50:31.467"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:51:04.658" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:51:04.683" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:51:07.962" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:51:07.963" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:51:07.963" starttime="20181202 17:51:04.657"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:51:07.964" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:51:07.964" starttime="20181202 17:51:07.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:51:07.965" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:51:07.965" starttime="20181202 17:51:07.965"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:51:07.966" starttime="20181202 17:51:07.965"></status>
</kw>
<msg timestamp="20181202 17:51:07.966" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:51:07.967" starttime="20181202 17:51:04.656"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:51:07.967" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:51:07.968" starttime="20181202 17:51:07.967"></status>
</kw>
<status status="FAIL" endtime="20181202 17:51:07.968" starttime="20181202 17:51:04.635"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:51:37.997" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:51:38.041" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:51:41.044" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:51:41.045" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:51:41.045" starttime="20181202 17:51:37.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:51:41.046" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:51:41.046" starttime="20181202 17:51:41.045"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:51:41.047" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:51:41.047" starttime="20181202 17:51:41.046"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:51:41.047" starttime="20181202 17:51:41.047"></status>
</kw>
<msg timestamp="20181202 17:51:41.048" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:51:41.048" starttime="20181202 17:51:37.995"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:51:41.049" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:51:41.049" starttime="20181202 17:51:41.048"></status>
</kw>
<status status="FAIL" endtime="20181202 17:51:41.049" starttime="20181202 17:51:37.969"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:52:11.064" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:52:11.107" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:52:14.138" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:52:14.139" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:52:14.139" starttime="20181202 17:52:11.063"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:52:14.140" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:52:14.140" starttime="20181202 17:52:14.139"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:52:14.141" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:52:14.141" starttime="20181202 17:52:14.140"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:52:14.141" starttime="20181202 17:52:14.141"></status>
</kw>
<msg timestamp="20181202 17:52:14.142" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:52:14.142" starttime="20181202 17:52:11.062"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:52:14.142" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:52:14.143" starttime="20181202 17:52:14.142"></status>
</kw>
<status status="FAIL" endtime="20181202 17:52:14.143" starttime="20181202 17:52:11.050"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:52:44.165" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:52:44.208" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:52:47.557" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:52:47.558" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:52:47.558" starttime="20181202 17:52:44.164"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:52:47.559" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:52:47.559" starttime="20181202 17:52:47.559"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:52:47.560" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:52:47.560" starttime="20181202 17:52:47.559"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:52:47.560" starttime="20181202 17:52:47.560"></status>
</kw>
<msg timestamp="20181202 17:52:47.561" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:52:47.561" starttime="20181202 17:52:44.163"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:52:47.561" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:52:47.562" starttime="20181202 17:52:47.561"></status>
</kw>
<status status="FAIL" endtime="20181202 17:52:47.562" starttime="20181202 17:52:44.144"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:53:17.579" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:53:17.617" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:53:20.929" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:53:20.930" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:53:20.930" starttime="20181202 17:53:17.578"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:53:20.931" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:53:20.931" starttime="20181202 17:53:20.930"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:53:20.931" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:53:20.931" starttime="20181202 17:53:20.931"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:53:20.932" starttime="20181202 17:53:20.932"></status>
</kw>
<msg timestamp="20181202 17:53:20.933" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:53:20.933" starttime="20181202 17:53:17.577"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:53:20.933" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:53:20.933" starttime="20181202 17:53:20.933"></status>
</kw>
<status status="FAIL" endtime="20181202 17:53:20.934" starttime="20181202 17:53:17.563"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:53:50.957" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:53:51.008" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:53:54.323" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:53:54.323" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:53:54.323" starttime="20181202 17:53:50.956"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:53:54.324" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:53:54.324" starttime="20181202 17:53:54.324"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:53:54.325" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:53:54.325" starttime="20181202 17:53:54.325"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:53:54.326" starttime="20181202 17:53:54.325"></status>
</kw>
<msg timestamp="20181202 17:53:54.326" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:53:54.326" starttime="20181202 17:53:50.955"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:53:54.327" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:53:54.327" starttime="20181202 17:53:54.326"></status>
</kw>
<status status="FAIL" endtime="20181202 17:53:54.327" starttime="20181202 17:53:50.935"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:54:24.353" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:54:24.379" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:54:28.035" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:54:28.036" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:54:28.036" starttime="20181202 17:54:24.352"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:54:28.037" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:54:28.037" starttime="20181202 17:54:28.037"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:54:28.038" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:54:28.038" starttime="20181202 17:54:28.038"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:54:28.039" starttime="20181202 17:54:28.039"></status>
</kw>
<msg timestamp="20181202 17:54:28.040" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:54:28.040" starttime="20181202 17:54:24.351"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:54:28.041" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:54:28.041" starttime="20181202 17:54:28.040"></status>
</kw>
<status status="FAIL" endtime="20181202 17:54:28.041" starttime="20181202 17:54:24.328"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:54:58.065" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:54:58.108" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:55:01.101" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:55:01.101" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:55:01.102" starttime="20181202 17:54:58.064"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:55:01.104" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:55:01.104" starttime="20181202 17:55:01.103"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:55:01.105" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:55:01.105" starttime="20181202 17:55:01.105"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:55:01.107" starttime="20181202 17:55:01.106"></status>
</kw>
<msg timestamp="20181202 17:55:01.108" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:55:01.108" starttime="20181202 17:54:58.063"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:55:01.109" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:55:01.109" starttime="20181202 17:55:01.108"></status>
</kw>
<status status="FAIL" endtime="20181202 17:55:01.110" starttime="20181202 17:54:58.042"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:55:31.132" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:55:31.160" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:55:34.203" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:55:34.203" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:55:34.203" starttime="20181202 17:55:31.131"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:55:34.204" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:55:34.204" starttime="20181202 17:55:34.204"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:55:34.205" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:55:34.205" starttime="20181202 17:55:34.205"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:55:34.206" starttime="20181202 17:55:34.205"></status>
</kw>
<msg timestamp="20181202 17:55:34.206" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:55:34.206" starttime="20181202 17:55:31.130"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:55:34.207" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:55:34.207" starttime="20181202 17:55:34.206"></status>
</kw>
<status status="FAIL" endtime="20181202 17:55:34.207" starttime="20181202 17:55:31.111"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:56:04.227" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:56:04.258" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:56:07.550" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:56:07.550" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:56:07.550" starttime="20181202 17:56:04.226"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:56:07.551" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:56:07.551" starttime="20181202 17:56:07.551"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:56:07.552" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:56:07.552" starttime="20181202 17:56:07.552"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:56:07.553" starttime="20181202 17:56:07.552"></status>
</kw>
<msg timestamp="20181202 17:56:07.553" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:56:07.553" starttime="20181202 17:56:04.225"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:56:07.554" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:56:07.554" starttime="20181202 17:56:07.553"></status>
</kw>
<status status="FAIL" endtime="20181202 17:56:07.554" starttime="20181202 17:56:04.208"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:56:37.576" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:56:37.617" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:56:40.697" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:56:40.698" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:56:40.698" starttime="20181202 17:56:37.575"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:56:40.700" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:56:40.700" starttime="20181202 17:56:40.699"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:56:40.701" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:56:40.701" starttime="20181202 17:56:40.701"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:56:40.703" starttime="20181202 17:56:40.702"></status>
</kw>
<msg timestamp="20181202 17:56:40.704" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:56:40.704" starttime="20181202 17:56:37.573"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:56:40.705" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:56:40.706" starttime="20181202 17:56:40.704"></status>
</kw>
<status status="FAIL" endtime="20181202 17:56:40.706" starttime="20181202 17:56:37.555"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:10.718" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:57:10.746" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:57:13.787" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:57:13.787" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:57:13.787" starttime="20181202 17:57:10.718"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:13.789" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:57:13.789" starttime="20181202 17:57:13.788"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:13.790" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:57:13.790" starttime="20181202 17:57:13.789"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:13.791" starttime="20181202 17:57:13.790"></status>
</kw>
<msg timestamp="20181202 17:57:13.791" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:57:13.791" starttime="20181202 17:57:10.717"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:57:13.792" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:57:13.792" starttime="20181202 17:57:13.791"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:13.792" starttime="20181202 17:57:10.707"></status>
</kw>
<kw name="Verify VM Is ACTIVE" library="OpenStackOperations">
<doc>Run these commands to check whether the created vm instance is active or not.</doc>
<arguments>
<arg>${vm_name}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm_name} | grep OS-EXT-STS:vm_state</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:43.802" level="INFO">Starting process:
openstack server show l2l3_gw_mac_arp_vm1 | grep OS-EXT-STS:vm_state</msg>
<msg timestamp="20181202 17:57:43.841" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:57:46.860" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:57:46.860" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:57:46.860" starttime="20181202 17:57:43.802"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:46.861" level="INFO">| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |</msg>
<status status="PASS" endtime="20181202 17:57:46.861" starttime="20181202 17:57:46.861"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:46.862" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:57:46.862" starttime="20181202 17:57:46.862"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:46.863" starttime="20181202 17:57:46.862"></status>
</kw>
<msg timestamp="20181202 17:57:46.863" level="INFO">${output} = | OS-EXT-STS:vm_state                 | error                                                                                                                                                           ...</msg>
<status status="PASS" endtime="20181202 17:57:46.863" starttime="20181202 17:57:43.801"></status>
</kw>
<kw name="Should Contain" library="BuiltIn">
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<arguments>
<arg>${output}</arg>
<arg>active</arg>
</arguments>
<msg timestamp="20181202 17:57:46.864" level="FAIL">'| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:57:46.864" starttime="20181202 17:57:46.863"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.864" starttime="20181202 17:57:43.793"></status>
</kw>
<msg timestamp="20181202 17:57:46.864" level="FAIL">Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</msg>
<status status="FAIL" endtime="20181202 17:57:46.864" starttime="20181202 17:47:43.944"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:47:43.943"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:47:43.942"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:47:43.942"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:47:43.940"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:47:27.146"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.865" starttime="20181202 17:46:30.280"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:46.866" starttime="20181202 17:45:41.928"></status>
</kw>
<test id="s1-s10-t1" name="Verify that table Miss entry for GWMAC table 19 points to table 17 dispatcher table">
<doc>To Verify there should be an entry for table=17,in the table=19 DUMP_FLOWS</doc>
<status status="FAIL" endtime="20181202 17:57:46.867" critical="yes" starttime="20181202 17:57:46.866">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t2" name="Verify the pipeline flow from dispatcher table 17 (L3VPN) to table 19">
<doc>To Verify the end to end pipeline flow from table=17 to table=19 DUMP_FLOWS</doc>
<status status="FAIL" endtime="20181202 17:57:46.868" critical="yes" starttime="20181202 17:57:46.868">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t3" name="Verify that ARP requests and ARP response received on GWMAC table are punted to controller for learning ,resubmitted to table 17,sent to ARP responder">
<doc>To verify the ARP Request and ARP response entry should be there after the dump_groups and dispatcher table should point to ARP responder</doc>
<status status="FAIL" endtime="20181202 17:57:46.869" critical="yes" starttime="20181202 17:57:46.869">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t4" name="Verify that table miss entry for table 17 should not point to table 81 arp table">
<doc>To Verify there should not be an entry for the arp_responder_table in table=17</doc>
<status status="FAIL" endtime="20181202 17:57:46.870" critical="yes" starttime="20181202 17:57:46.869">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t5" name="Verify that Multiple GWMAC entries in GWMAC table points to FIB table 21 (L3VPN pipeline)">
<doc>To Verify the one or more default gateway mac enteries on the table=19 flows that points to FIB table 21</doc>
<status status="FAIL" endtime="20181202 17:57:46.871" critical="yes" starttime="20181202 17:57:46.870">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t6" name="Verify table miss entry of ARP responder table points to drop actions">
<doc>To Verify the default flow entry of table=81 drops when openflow controller connected to compute node</doc>
<status status="FAIL" endtime="20181202 17:57:46.872" critical="yes" starttime="20181202 17:57:46.871">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t7" name="Verify ARP eth_type entries and actions for ARP request and ARP response are populated on GWMAC table">
<doc>To Verify the entry of ARP request(arp=1) and ARP response(arp=2) in table=19</doc>
<status status="FAIL" endtime="20181202 17:57:46.872" critical="yes" starttime="20181202 17:57:46.872">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t8" name="Verify GWMAC entires are populated with Neutron Router MAC address per network in GWMAC table">
<doc>To Verify gateway mac entires are populated with neutron router mac address for network with vpn dissociation from router</doc>
<status status="FAIL" endtime="20181202 17:57:46.873" critical="yes" starttime="20181202 17:57:46.873">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<test id="s1-s10-t9" name="Verify GWMAC entires are populated with port MAC address for network with vpn association to router in GWMAC table">
<doc>To Verify gateway mac entires are populated with port MAC address for network with vpn association to router</doc>
<status status="FAIL" endtime="20181202 17:57:46.874" critical="yes" starttime="20181202 17:57:46.874">Parent suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</test>
<kw type="teardown" name="OpenStack Suite Teardown" library="OpenStackOperations">
<doc>Wrapper teardown keyword that can be used in any suite running in an openstack environement</doc>
<kw name="Get Suite Debugs" library="OpenStackOperations">
<kw name="Get Test Teardown Debugs" library="OpenStackOperations">
<arguments>
<arg>test_name=${SUITE_NAME}</arg>
<arg>fail=False</arg>
</arguments>
<kw name="Get All" library="ODLTools">
<doc>Get all results provided by ODLTools</doc>
<arguments>
<arg>node_ip=${HA_PROXY_IP}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Cluster Info" library="ODLTools">
<doc>Get ODL Cluster related information like transaction counts, commit rates, etc.</doc>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:57:46.879" level="INFO">${cmd} = odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ</msg>
<status status="PASS" endtime="20181202 17:57:46.879" starttime="20181202 17:57:46.878"></status>
</kw>
<kw name="Run" library="OperatingSystem">
<doc>Runs the given command in the system and returns the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:46.882" level="INFO">Running command 'odltools netvirt show cluster-info -i 192.0.2.3 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:57:47.374" level="INFO">${output} = ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operatio...</msg>
<status status="PASS" endtime="20181202 17:57:47.374" starttime="20181202 17:57:46.880"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:57:47.375" level="INFO">output: ===================
Cluster Information
===================
--------------------------------------- Getting SyncStatus ---------------------------------------------

Config Sync Status = True
Operational Sync Status = True
--------------------------------------------------------------------------------------------------------

--------------------------------------- Datastore Status -----------------------------------------------

---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 2312
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 8
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-config
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 698
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-config
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-default-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 5398
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-default-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-prefix-configuration-shard-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 1
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-prefix-configuration-shard-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 2
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-topology-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 3392
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-topology-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-entity-ownership-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 30
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-entity-ownership-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
ShardName                   = member-1-shard-inventory-operational
RaftState                   = Leader
AbortTransactionsCount      = 0
CommittedTransactionsCount  = 197
FailedReadTransactionsCount = 0
FailedTransactionsCount     = 0
LeadershipChangeCount       = 1
Leader                      = member-1-shard-inventory-operational
PendingTxCommitQueueSize    = 0
ReadOnlyTransactionCount    = 0
ReadWriteTransactionCount   = 0
WriteOnlyTransactionCount   = 0
---------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- DOMDataBroker CommitStats Details ----------------------------------

AverageCommitTime   = 0.00 ns
LongestCommitTime   = 0.00 ns
ShortestCommitTime  = 0.00 ns
TotalCommits        = 0
--------------------------------------------------------------------------------------------------------

----------------------------------- DISTRIBUTED DATASTORE COMMIT RATE ----------------------------------

distributed-data-store.config.commit.rate_Min      = 0.477329
distributed-data-store.config.commit.rate_Max      = 59.114155
distributed-data-store.config.commit.rate_Mean     = 8.00540517014
distributed-data-store.config.commit.rate_RateUnit = events/second
distributed-data-store.config.commit.rate_Count    = 3018
-------------------------------------------------------------------------------------------------------
distributed-data-store.operational.commit.rate_Min      = 0.096697
distributed-data-store.operational.commit.rate_Max      = 14.197969
distributed-data-store.operational.commit.rate_Mean     = 0.403121067973
distributed-data-store.operational.commit.rate_RateUnit = events/second
distributed-data-store.operational.commit.rate_Count    = 8917
-------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

----------------------------------- NETSTAT DETAILS FOR PORT 2550 --------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------- CPU AND MEMORY UTILIZATION OF THE KARAF PROCESS GATHERED BY 'TOP' --------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- FREE AND USED MEMORY IN THE SYSTEM ---------------------------------

TBD
--------------------------------------------------------------------------------------------------------

----------------------------------- NODE HEALTH CHECK STATUS -------------------------------------------

Cluster Members = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Cluster Leader = akka.tcp://opendaylight-cluster-data@127.0.0.1:2550
Unreachable Members = 
None
--------------------------------------------------------------------------------------------------------

-------------------------------------- lsof of KARAF Process -------------------------------------------

TBD
--------------------------------------------------------------------------------------------------------

None</msg>
<status status="PASS" endtime="20181202 17:57:47.375" starttime="20181202 17:57:47.374"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.375" starttime="20181202 17:57:46.878"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.375" starttime="20181202 17:57:46.878"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.375" starttime="20181202 17:57:46.877"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Get EOS</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get EOS" library="ODLTools">
<doc>Get the various ODL entity ownership information</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:57:47.378" level="INFO">${tmpdir} = CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.378" starttime="20181202 17:57:47.377"></status>
</kw>
<msg timestamp="20181202 17:57:47.378" level="INFO">${dstdir} = /tmp/CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.378" starttime="20181202 17:57:47.377"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt show eos -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:57:47.378" level="INFO">${cmd} = odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.379" starttime="20181202 17:57:47.378"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:47.381" level="INFO">Running command 'odltools netvirt show eos -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2L3_Gatewaymac_Arp 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:57:47.658" level="INFO">${rc} = 0</msg>
<msg timestamp="20181202 17:57:47.658" level="INFO">${output} = ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
--------------------------------------------------...</msg>
<status status="PASS" endtime="20181202 17:57:47.658" starttime="20181202 17:57:47.379"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:57:47.659" level="INFO">rc: 0, output: ========================
Entity Ownership Service
========================
entity                                                  owner (candidates)
------------------------------------------------------- ------------------
VPN_SERVICE                                             member-1 (member-1)
arpmonitoring                                           member-1 (member-1)
bgp                                                     member-1 (member-1)
elan                                                    member-1 (member-1)
interface_config                                        member-1 (member-1)
interface_service_binding                               member-1 (member-1)
itm_config                                              member-1 (member-1)
netvirt-acl                                             member-1 (member-1)
netvirt-ipv6service-owner-entity                        member-1 (member-1)
netvirt-qos-owner-entity                                member-1 (member-1)
openflow:overcloud-controller-0.opnfvlf.org/83659136235614 member-1 (member-1)
ovsdb:overcloud-controller-0.opnfvlf.org/11.0.0.37      member-1 (member-1)
ovsdb-hwvtepsouthbound-provider                         member-1 (member-1)
ovsdb-southbound-provider                               member-1 (member-1)</msg>
<status status="PASS" endtime="20181202 17:57:47.659" starttime="20181202 17:57:47.659"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:47.660" starttime="20181202 17:57:47.660"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.660" starttime="20181202 17:57:47.376"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.660" starttime="20181202 17:57:47.376"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>ODLTools.Analyze Tunnels</arg>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Analyze Tunnels" library="ODLTools">
<doc>Analyze Tunnel Mesh creation for any errors and log results</doc>
<arguments>
<arg>${node_ip}</arg>
<arg>test_name=${test_name}</arg>
</arguments>
<kw name="Get Path" library="ODLTools">
<doc>Get odltools path for a given test case</doc>
<arguments>
<arg>${test_name}</arg>
</arguments>
<assign>
<var>${dstdir}</var>
</assign>
<kw name="Evaluate" library="BuiltIn">
<doc>Evaluates the given expression in Python and returns the results.</doc>
<arguments>
<arg>"""${test_name}""".replace(" ","_").replace("/","_").replace(".","_").replace("(","_").replace(")","_")</arg>
</arguments>
<assign>
<var>${tmpdir}</var>
</assign>
<msg timestamp="20181202 17:57:47.663" level="INFO">${tmpdir} = CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.663" starttime="20181202 17:57:47.662"></status>
</kw>
<msg timestamp="20181202 17:57:47.663" level="INFO">${dstdir} = /tmp/CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.663" starttime="20181202 17:57:47.662"></status>
</kw>
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>odltools netvirt analyze tunnels -i ${node_ip} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} --path ${dstdir}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:57:47.663" level="INFO">${cmd} = odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2L3_Gatewaymac_Arp</msg>
<status status="PASS" endtime="20181202 17:57:47.663" starttime="20181202 17:57:47.663"></status>
</kw>
<kw name="Run And Return Rc And Output" library="OperatingSystem">
<doc>Runs the given command in the system and returns the RC and output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${rc}</var>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:47.666" level="INFO">Running command 'odltools netvirt analyze tunnels -i 192.0.2.16 -t 8081 -u admin -w euHY1jZnuMZEEi6xX5s1HfHwZ --path /tmp/CSIT_L2L3_Gatewaymac_Arp 2&gt;&amp;1'.</msg>
<msg timestamp="20181202 17:57:47.975" level="INFO">${rc} = 1</msg>
<msg timestamp="20181202 17:57:47.976" level="INFO">${output} = 2018-12-02 17:57:47,896 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:57:47,899 | ERR | common.r...</msg>
<status status="PASS" endtime="20181202 17:57:47.976" starttime="20181202 17:57:47.664"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>rc: ${rc}, output: ${output}</arg>
</arguments>
<msg timestamp="20181202 17:57:47.977" level="INFO">rc: 1, output: 2018-12-02 17:57:47,896 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:tunnel-list
2018-12-02 17:57:47,899 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/operational/itm-state:tunnels_state
2018-12-02 17:57:47,902 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found for url: http://192.0.2.16:8081/restconf/config/itm-state:dpn-teps-state
2018-12-02 17:57:47,910 | ERR | netvirt.analyze      | 0278 | Tunnel configuration missing
Analysing transport-zone:a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd
Tunnel configuration missing
Traceback (most recent call last):
  File "/usr/bin/odltools", line 11, in &lt;module&gt;
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/odltools/__main__.py", line 13, in main
    cli.main()
  File "/usr/lib/python2.7/site-packages/odltools/cli.py", line 50, in main
    sys.exit(args.func(args))
  File "/usr/lib/python2.7/site-packages/odltools/netvirt/analyze.py", line 281, in analyze_tunnels
    for tunnel in all_tunnels.get('missing'):
AttributeError: 'NoneType' object has no attribute 'get'</msg>
<status status="PASS" endtime="20181202 17:57:47.977" starttime="20181202 17:57:47.976"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${rc}' == '0'</arg>
</arguments>
<msg timestamp="20181202 17:57:47.977" level="FAIL">''1' == '0'' should be true.</msg>
<status status="FAIL" endtime="20181202 17:57:47.977" starttime="20181202 17:57:47.977"></status>
</kw>
<status status="FAIL" endtime="20181202 17:57:47.978" starttime="20181202 17:57:47.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.978" starttime="20181202 17:57:47.661"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:47.978" starttime="20181202 17:57:46.877"></status>
</kw>
<kw name="Get OvsDebugInfo" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from all Openstack nodes</doc>
<kw type="for" name="${conn_id} IN [ @{OS_ALL_CONN_IDS} ]">
<kw type="foritem" name="${conn_id} = 12">
<kw name="Get DumpFlows And Ovsconfig" library="OpenStackOperations">
<doc>Get the OvsConfig and Flow entries from OVS from the Openstack Node</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:47.980" starttime="20181202 17:57:47.980"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:47.981" starttime="20181202 17:57:47.981"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:47.981" starttime="20181202 17:57:47.981"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:47.986" level="INFO">ip -o link</msg>
<status status="PASS" endtime="20181202 17:57:47.986" starttime="20181202 17:57:47.981"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:47.999" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:14:ea:9d:cb:46 brd ff:ff:ff:ff:ff:ff
3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:81:e4:57:5f:d1 brd ff:ff:ff:ff:ff:ff
4: eth2: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master ovs-system state UP mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
5: eth3: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000\    link/ether 00:01:3f:b4:98:e6 brd ff:ff:ff:ff:ff:ff
6: ovs-system: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 0e:a0:ec:44:63:fa brd ff:ff:ff:ff:ff:ff
7: br-ex: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether 00:cb:87:12:20:d6 brd ff:ff:ff:ff:ff:ff
8: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default \    link/ether 02:42:88:78:c2:17 brd ff:ff:ff:ff:ff:ff
59: br-int: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 4c:16:69:18:f8:5e brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.000" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: &lt;BROADCAST,MULTICAST,UP,LOW...</msg>
<status status="PASS" endtime="20181202 17:57:48.000" starttime="20181202 17:57:47.986"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.000" starttime="20181202 17:57:47.980"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.002" starttime="20181202 17:57:48.002"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.002" starttime="20181202 17:57:48.002"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.004" level="INFO">ip -o addr</msg>
<status status="PASS" endtime="20181202 17:57:48.004" starttime="20181202 17:57:48.003"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.018" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 brd 192.0.2.255 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.16/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.4/32 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::214:eaff:fe9d:cb46/64 scope link \       valid_lft forever preferred_lft forever
3: eth1    inet 11.0.0.37/24 brd 11.0.0.255 scope global eth1\       valid_lft forever preferred_lft forever
3: eth1    inet6 fe80::281:e4ff:fe57:5fd1/64 scope link \       valid_lft forever preferred_lft forever
4: eth2    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.34/24 brd 12.0.0.255 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet 12.0.0.38/32 scope global eth3\       valid_lft forever preferred_lft forever
5: eth3    inet6 fe80::201:3fff:feb4:98e6/64 scope link \       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.17/24 brd 192.168.37.255 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet 192.168.37.11/32 scope global br-ex\       valid_lft forever preferred_lft forever
7: br-ex    inet6 fe80::2cb:87ff:fe12:20d6/64 scope link \       valid_lft forever preferred_lft forever
8: docker0    inet 172.31.0.1/24 scope global docker0\       valid_lft forever preferred_lft forever
8: docker0    inet6 fe80::42:88ff:fe78:c217/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.018" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 192.0.2.3/24 ...</msg>
<status status="PASS" endtime="20181202 17:57:48.018" starttime="20181202 17:57:48.004"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.019" starttime="20181202 17:57:48.000"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.020" starttime="20181202 17:57:48.020"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.020" starttime="20181202 17:57:48.020"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.022" level="INFO">ip route</msg>
<status status="PASS" endtime="20181202 17:57:48.022" starttime="20181202 17:57:48.021"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.027" level="INFO">default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
172.31.0.0/24 dev docker0 proto kernel scope link src 172.31.0.1 
192.0.2.0/24 dev eth0 proto kernel scope link src 192.0.2.3 
192.168.37.0/24 dev br-ex proto kernel scope link src 192.168.37.17 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.028" level="INFO">${output} = default via 192.168.37.1 dev br-ex 
11.0.0.0/24 dev eth1 proto kernel scope link src 11.0.0.37 
12.0.0.0/24 dev eth3 proto kernel scope link src 12.0.0.34 
169.254.169.254 via 192.0.2.1 dev eth0 
...</msg>
<status status="PASS" endtime="20181202 17:57:48.028" starttime="20181202 17:57:48.022"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.028" starttime="20181202 17:57:48.019"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>arp -an</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.029" starttime="20181202 17:57:48.029"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.029" starttime="20181202 17:57:48.029"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.031" level="INFO">arp -an</msg>
<status status="PASS" endtime="20181202 17:57:48.031" starttime="20181202 17:57:48.029"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.034" level="INFO">? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:41 [ether] on eth0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.034" level="INFO">${output} = ? (192.168.37.1) at 00:4a:f5:51:a5:a2 [ether] on br-ex
? (192.168.37.199) at ca:8d:6a:fd:97:42 [ether] on br-ex
? (192.0.2.99) at 9e:fb:7e:aa:d0:46 [ether] on eth0
? (192.0.2.1) at 00:e7:c0:9b:15:4...</msg>
<status status="PASS" endtime="20181202 17:57:48.034" starttime="20181202 17:57:48.031"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.034" starttime="20181202 17:57:48.028"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>ip netns list | awk '{print $1}'</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<assign>
<var>${nslist}</var>
</assign>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.035" starttime="20181202 17:57:48.035"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.036" starttime="20181202 17:57:48.035"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.037" level="INFO">ip netns list | awk '{print $1}'</msg>
<status status="PASS" endtime="20181202 17:57:48.037" starttime="20181202 17:57:48.036"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.040" level="INFO">qdhcp-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd
qdhcp-abcfba9f-d118-4906-ab9c-cdf4f3098ecd
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.041" level="INFO">${output} = qdhcp-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd
qdhcp-abcfba9f-d118-4906-ab9c-cdf4f3098ecd
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:57:48.041" starttime="20181202 17:57:48.037"></status>
</kw>
<msg timestamp="20181202 17:57:48.041" level="INFO">${nslist} = qdhcp-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd
qdhcp-abcfba9f-d118-4906-ab9c-cdf4f3098ecd
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:57:48.041" starttime="20181202 17:57:48.034"></status>
</kw>
<kw name="Split To Lines" library="String">
<doc>Splits the given string to lines.</doc>
<arguments>
<arg>${nslist}</arg>
<arg>end=-1</arg>
</arguments>
<assign>
<var>@{lines}</var>
</assign>
<msg timestamp="20181202 17:57:48.042" level="INFO">2 lines returned</msg>
<msg timestamp="20181202 17:57:48.042" level="INFO">@{lines} = [ qdhcp-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd | qdhcp-abcfba9f-d118-4906-ab9c-cdf4f3098ecd ]</msg>
<status status="PASS" endtime="20181202 17:57:48.042" starttime="20181202 17:57:48.041"></status>
</kw>
<kw type="for" name="${line} IN [ @{lines} ]">
<kw type="foritem" name="${line} = qdhcp-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.043" starttime="20181202 17:57:48.043"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.043" starttime="20181202 17:57:48.043"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.046" level="INFO">sudo ip netns exec qdhcp-a51d36b1-6ed3-4c f2-bfea-b2c624cb48fd ip -o link</msg>
<status status="PASS" endtime="20181202 17:57:48.046" starttime="20181202 17:57:48.044"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.072" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
101: tap1b675214-31: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:6b:55:33 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.072" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
101: tap1b675214-31: &lt;BROADCAST,MULT...</msg>
<status status="PASS" endtime="20181202 17:57:48.072" starttime="20181202 17:57:48.046"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.072" starttime="20181202 17:57:48.042"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.074" starttime="20181202 17:57:48.073"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.075" starttime="20181202 17:57:48.074"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.077" level="INFO">sudo ip netns exec qdhcp-a51d36b1-6ed3-4c f2-bfea-b2c624cb48fd ip -o addr</msg>
<status status="PASS" endtime="20181202 17:57:48.077" starttime="20181202 17:57:48.075"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.098" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
101: tap1b675214-31    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap1b675214-31\       valid_lft forever preferred_lft forever
101: tap1b675214-31    inet 10.2.0.2/16 brd 10.2.255.255 scope global tap1b675214-31\       valid_lft forever preferred_lft forever
101: tap1b675214-31    inet6 fe80::f816:3eff:fe6b:5533/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.098" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
101: tap1b675214-31    inet 1...</msg>
<status status="PASS" endtime="20181202 17:57:48.098" starttime="20181202 17:57:48.077"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.098" starttime="20181202 17:57:48.073"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.099" starttime="20181202 17:57:48.099"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.100" starttime="20181202 17:57:48.100"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.102" level="INFO">sudo ip netns exec qdhcp-a51d36b1-6ed3-4c f2-bfea-b2c624cb48fd ip route</msg>
<status status="PASS" endtime="20181202 17:57:48.102" starttime="20181202 17:57:48.100"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.119" level="INFO">default via 10.2.0.1 dev tap1b675214-31 
10.2.0.0/16 dev tap1b675214-31 proto kernel scope link src 10.2.0.2 
169.254.0.0/16 dev tap1b675214-31 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.119" level="INFO">${output} = default via 10.2.0.1 dev tap1b675214-31 
10.2.0.0/16 dev tap1b675214-31 proto kernel scope link src 10.2.0.2 
169.254.0.0/16 dev tap1b675214-31 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:57:48.119" starttime="20181202 17:57:48.102"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.119" starttime="20181202 17:57:48.098"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.119" starttime="20181202 17:57:48.042"></status>
</kw>
<kw type="foritem" name="${line} = qdhcp-abcfba9f-d118-4906-ab9c-cdf4f3098ecd">
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o link</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.121" starttime="20181202 17:57:48.120"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.121" starttime="20181202 17:57:48.121"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.124" level="INFO">sudo ip netns exec qdhcp-abcfba9f-d118-49 06-ab9c-cdf4f3098ecd ip -o link</msg>
<status status="PASS" endtime="20181202 17:57:48.124" starttime="20181202 17:57:48.121"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.142" level="INFO">1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
100: tap94880024-e1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1450 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/ether fa:16:3e:dd:e9:c7 brd ff:ff:ff:ff:ff:ff
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.142" level="INFO">${output} = 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
100: tap94880024-e1: &lt;BROADCAST,MULT...</msg>
<status status="PASS" endtime="20181202 17:57:48.142" starttime="20181202 17:57:48.124"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.142" starttime="20181202 17:57:48.120"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip -o addr</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.144" starttime="20181202 17:57:48.143"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.144" starttime="20181202 17:57:48.144"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.146" level="INFO">sudo ip netns exec qdhcp-abcfba9f-d118-49 06-ab9c-cdf4f3098ecd ip -o addr</msg>
<status status="PASS" endtime="20181202 17:57:48.146" starttime="20181202 17:57:48.144"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.168" level="INFO">1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
100: tap94880024-e1    inet 169.254.169.254/16 brd 169.254.255.255 scope global tap94880024-e1\       valid_lft forever preferred_lft forever
100: tap94880024-e1    inet 10.1.0.2/16 brd 10.1.255.255 scope global tap94880024-e1\       valid_lft forever preferred_lft forever
100: tap94880024-e1    inet6 fe80::f816:3eff:fedd:e9c7/64 scope link \       valid_lft forever preferred_lft forever
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.168" level="INFO">${output} = 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
100: tap94880024-e1    inet 1...</msg>
<status status="PASS" endtime="20181202 17:57:48.168" starttime="20181202 17:57:48.147"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.168" starttime="20181202 17:57:48.143"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ip netns exec ${line} ip route</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.169" starttime="20181202 17:57:48.169"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.170" starttime="20181202 17:57:48.170"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.172" level="INFO">sudo ip netns exec qdhcp-abcfba9f-d118-49 06-ab9c-cdf4f3098ecd ip route</msg>
<status status="PASS" endtime="20181202 17:57:48.172" starttime="20181202 17:57:48.170"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.193" level="INFO">default via 10.1.0.1 dev tap94880024-e1 
10.1.0.0/16 dev tap94880024-e1 proto kernel scope link src 10.1.0.2 
169.254.0.0/16 dev tap94880024-e1 proto kernel scope link src 169.254.169.254 
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.193" level="INFO">${output} = default via 10.1.0.1 dev tap94880024-e1 
10.1.0.0/16 dev tap94880024-e1 proto kernel scope link src 10.1.0.2 
169.254.0.0/16 dev tap94880024-e1 proto kernel scope link src 169.254.169.254 
[heat-ad...</msg>
<status status="PASS" endtime="20181202 17:57:48.193" starttime="20181202 17:57:48.172"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.194" starttime="20181202 17:57:48.168"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.194" starttime="20181202 17:57:48.119"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.194" starttime="20181202 17:57:48.042"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl show</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.195" starttime="20181202 17:57:48.195"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.195" starttime="20181202 17:57:48.195"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.197" level="INFO">sudo ovs-vsctl show</msg>
<status status="PASS" endtime="20181202 17:57:48.197" starttime="20181202 17:57:48.196"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.217" level="INFO">fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: standalone
        Port br-ex-int-patch
            Interface br-ex-int-patch
                type: patch
                options: {peer=br-ex-patch}
        Port "eth2"
            Interface "eth2"
        Port br-ex
            Interface br-ex
                type: internal
    Bridge br-int
        Controller "tcp:192.0.2.3:6653"
            is_connected: true
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "tap1b675214-31"
            tag: 4095
            Interface "tap1b675214-31"
                type: internal
        Port "tap94880024-e1"
            tag: 4095
            Interface "tap94880024-e1"
                type: internal
        Port br-ex-patch
            Interface br-ex-patch
                type: patch
                options: {peer=br-ex-int-patch}
    ovs_version: "2.9.0"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.217" level="INFO">${output} = fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
    Manager "ptcp:6639:127.0.0.1"
        is_connected: true
    Manager "tcp:192.0.2.3:6640"
        is_connected: true
    Bridge br-ex
        fail_mode: ...</msg>
<status status="PASS" endtime="20181202 17:57:48.217" starttime="20181202 17:57:48.197"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.218" starttime="20181202 17:57:48.194"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-vsctl list Open_vSwitch</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.219" starttime="20181202 17:57:48.219"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.220" starttime="20181202 17:57:48.220"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.221" level="INFO">sudo ovs-vsctl list Open_vSwitch</msg>
<status status="PASS" endtime="20181202 17:57:48.222" starttime="20181202 17:57:48.220"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.241" level="INFO">_uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 92
datapath_types      : [netdev, system]
db_version          : "7.15.1"
external_ids        : {hostname="overcloud-controller-0.opnfvlf.org", "odl_os_hostconfig_config_odl_l2"="{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}", odl_os_hostconfig_hostid="overcloud-controller-0.opnfvlf.org", rundir="/var/run/openvswitch", system-id="739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"}
iface_types         : [geneve, gre, internal, lisp, patch, stt, system, tap, vxlan]
manager_options     : [3b44949b-1207-4d4f-a0c5-cf009a1c678e, 8e025dee-36b0-419c-b2e0-82bcbc00b59e]
next_cfg            : 92
other_config        : {local_ip="11.0.0.37", provider_mappings="datacentre:br-ex"}
ovs_version         : "2.9.0"
ssl                 : []
statistics          : {}
system_type         : centos
system_version      : "7"
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.241" level="INFO">${output} = _uuid               : fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1
bridges             : [5bf11f65-81b8-4085-b733-e00b5b00a30e, bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f]
cur_cfg             : 92
datapath_types...</msg>
<status status="PASS" endtime="20181202 17:57:48.241" starttime="20181202 17:57:48.222"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.241" starttime="20181202 17:57:48.218"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl show ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.243" starttime="20181202 17:57:48.242"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.243" starttime="20181202 17:57:48.243"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.246" level="INFO">sudo ovs-ofctl show br-int -OOpenFlow13</msg>
<status status="PASS" endtime="20181202 17:57:48.246" starttime="20181202 17:57:48.243"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.264" level="INFO">OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3):
 1(br-ex-patch): addr:ae:00:98:e7:2a:9e
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
 42(tap94880024-e1): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 43(tap1b675214-31): addr:00:00:00:00:00:00
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
 LOCAL(br-int): addr:4c:16:69:18:f8:5e
     config:     PORT_DOWN
     state:      LINK_DOWN
     speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x7): frags=normal miss_send_len=0
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.265" level="INFO">${output} = OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:00004c166918f85e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS GROUP_STATS QUEUE_STATS
OFPST_PORT_DESC reply (OF1.3) (xid=0x3...</msg>
<status status="PASS" endtime="20181202 17:57:48.265" starttime="20181202 17:57:48.246"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.265" starttime="20181202 17:57:48.242"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-flows ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.266" starttime="20181202 17:57:48.266"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.267" starttime="20181202 17:57:48.266"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.269" level="INFO">sudo ovs-ofctl dump-flows br-int -OOpenFl ow13</msg>
<status status="PASS" endtime="20181202 17:57:48.269" starttime="20181202 17:57:48.267"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.646" level="INFO">cookie=0x8000000, duration=7387.241s, table=0, n_packets=7385, n_bytes=398970, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=669.451s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap94880024-e1",vlan_tci=0x0000/0x1fff actions=write_metadata:0x310000000000/0xffffff0000000001,goto_table:17
 cookie=0x8000000, duration=666.412s, table=0, n_packets=5, n_bytes=438, priority=4,in_port="tap1b675214-31",vlan_tci=0x0000/0x1fff actions=write_metadata:0x320000000000/0xffffff0000000001,goto_table:17
 cookie=0x8040000, duration=7387.223s, table=17, n_packets=7385, n_bytes=398970, priority=10,metadata=0x30000000000/0xffffff0000000000 actions=load:0x1-&gt;NXM_NX_REG1[0..19],load:0x138a-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00003138a000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8040000, duration=632.549s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x9000310000000000/0xffffff0000000000 actions=load:0x31-&gt;NXM_NX_REG1[0..19],load:0x139f-&gt;NXM_NX_REG7[0..15],write_metadata:0xa00031139f000000/0xfffffffffffffffe,goto_table:43
 cookie=0x8000001, duration=632.549s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x310000000000/0xffffff0000000000 actions=load:0x186a8-&gt;NXM_NX_REG3[0..24],write_metadata:0x9000310000030d50/0xfffffffffffffffe,goto_table:19
 cookie=0x8000001, duration=628.500s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x320000000000/0xffffff0000000000 actions=load:0x186a8-&gt;NXM_NX_REG3[0..24],write_metadata:0x9000320000030d50/0xfffffffffffffffe,goto_table:19
 cookie=0x8040000, duration=628.499s, table=17, n_packets=0, n_bytes=0, priority=10,metadata=0x9000320000000000/0xffffff0000000000 actions=load:0x32-&gt;NXM_NX_REG1[0..19],load:0x13a0-&gt;NXM_NX_REG7[0..15],write_metadata:0xa0003213a0000000/0xfffffffffffffffe,goto_table:43
 cookie=0x6800000, duration=7679.320s, table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38
 cookie=0x8220015, duration=7679.306s, table=19, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=resubmit(,17)
 cookie=0x8220016, duration=7679.301s, table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=resubmit(,17)
 cookie=0x8000009, duration=632.559s, table=19, n_packets=0, n_bytes=0, priority=20,metadata=0x30d50/0xfffffe,dl_dst=fa:16:3e:bf:04:8f actions=goto_table:21
 cookie=0x8000009, duration=628.543s, table=19, n_packets=0, n_bytes=0, priority=20,metadata=0x30d50/0xfffffe,dl_dst=fa:16:3e:53:42:00 actions=goto_table:21
 cookie=0x1080000, duration=7679.283s, table=19, n_packets=105, n_bytes=5670, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7679.311s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
 cookie=0x8000003, duration=632.546s, table=21, n_packets=0, n_bytes=0, priority=42,icmp,metadata=0x30d50/0xfffffe,nw_dst=10.1.0.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:bf:04:8f-&gt;eth_src,move:NXM_OF_IP_SRC[]-&gt;NXM_OF_IP_DST[],set_field:10.1.0.1-&gt;ip_src,set_field:0-&gt;icmp_type,load:0-&gt;NXM_OF_IN_PORT[],resubmit(,21)
 cookie=0x8000003, duration=628.529s, table=21, n_packets=0, n_bytes=0, priority=42,icmp,metadata=0x30d50/0xfffffe,nw_dst=10.2.0.1,icmp_type=8,icmp_code=0 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:53:42:00-&gt;eth_src,move:NXM_OF_IP_SRC[]-&gt;NXM_OF_IP_DST[],set_field:10.2.0.1-&gt;ip_src,set_field:0-&gt;icmp_type,load:0-&gt;NXM_OF_IN_PORT[],resubmit(,21)
 cookie=0x8000003, duration=632.062s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d50/0xfffffe,nw_dst=10.1.0.2 actions=group:150002
 cookie=0x8000003, duration=628.032s, table=21, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d50/0xfffffe,nw_dst=10.2.0.2 actions=group:150003
 cookie=0x8000003, duration=7518.213s, table=21, n_packets=0, n_bytes=0, priority=34,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.0/24 actions=write_metadata:0x138a030d42/0xfffffffffe,goto_table:22
 cookie=0x8000004, duration=7518.213s, table=22, n_packets=0, n_bytes=0, priority=42,ip,metadata=0x30d42/0xfffffe,nw_dst=192.168.37.255 actions=drop
 cookie=0x8000004, duration=7679.283s, table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535
 cookie=0x1080000, duration=7679.283s, table=23, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1080000, duration=7679.123s, table=24, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x900139f, duration=668.501s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0x20 actions=write_metadata:0x139f000000/0xfffffffff000000,goto_table:51
 cookie=0x90013a0, duration=665.475s, table=36, n_packets=0, n_bytes=0, priority=5,tun_id=0xe actions=write_metadata:0x13a0000000/0xfffffffff000000,goto_table:51
 cookie=0x905139f, duration=669.451s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x20 actions=write_metadata:0x139f000000/0xfffffffff000000,goto_table:51
 cookie=0x90513a0, duration=666.412s, table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0xe actions=write_metadata:0x13a0000000/0xfffffffff000000,goto_table:51
 cookie=0x822002e, duration=7678.735s, table=43, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,48)
 cookie=0x822002d, duration=7678.727s, table=43, n_packets=1, n_bytes=42, priority=100,arp,arp_op=1 actions=group:5000
 cookie=0x8220000, duration=7679.123s, table=43, n_packets=7592, n_bytes=413772, priority=0 actions=goto_table:48
 cookie=0x4000000, duration=7679.327s, table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x8500000, duration=7679.252s, table=48, n_packets=7593, n_bytes=413814, priority=0 actions=resubmit(,49),resubmit(,50)
 cookie=0x805139f, duration=668.491s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x31139f000000/0xfffffffff000000,dl_src=fa:16:3e:dd:e9:c7 actions=goto_table:51
 cookie=0x80513a0, duration=665.463s, table=50, n_packets=2, n_bytes=180, priority=20,metadata=0x3213a0000000/0xfffffffff000000,dl_src=fa:16:3e:6b:55:33 actions=goto_table:51
 cookie=0x8050001, duration=7679.123s, table=50, n_packets=6714, n_bytes=362700, priority=10,reg4=0x1 actions=goto_table:51
 cookie=0x8050000, duration=7679.252s, table=50, n_packets=677, n_bytes=36738, priority=0 actions=CONTROLLER:65535,learn(table=49,hard_timeout=10,priority=0,cookie=0x8600000,NXM_OF_ETH_SRC[],NXM_NX_REG1[0..19],load:0x1-&gt;NXM_NX_REG4[0..7]),goto_table:51
 cookie=0x803138a, duration=7520.270s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=00:cb:87:12:20:d6 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x803139f, duration=668.488s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x139f000000/0xffff000000,dl_dst=fa:16:3e:dd:e9:c7 actions=load:0x3100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x80313a0, duration=665.457s, table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x13a0000000/0xffff000000,dl_dst=fa:16:3e:6b:55:33 actions=load:0x3200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8030000, duration=7679.123s, table=51, n_packets=0, n_bytes=0, priority=15,dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0 actions=drop
 cookie=0x8030000, duration=7679.123s, table=51, n_packets=7593, n_bytes=413814, priority=0 actions=goto_table:52
 cookie=0x870138a, duration=7520.625s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004)
 cookie=0x870138a, duration=7520.615s, table=52, n_packets=7491, n_bytes=404682, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003)
 cookie=0x870138d, duration=6579.872s, table=52, n_packets=8, n_bytes=708, priority=5,metadata=0x138d000000/0xffff000001 actions=write_actions(group:210010)
 cookie=0x870138d, duration=6579.869s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138d000001/0xffff000001 actions=write_actions(group:210009)
 cookie=0x8701390, duration=6564.434s, table=52, n_packets=7, n_bytes=618, priority=5,metadata=0x1390000000/0xffff000001 actions=write_actions(group:210016)
 cookie=0x8701390, duration=6564.434s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x1390000001/0xffff000001 actions=write_actions(group:210015)
 cookie=0x870139f, duration=668.498s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x139f000000/0xffff000001 actions=write_actions(group:210046)
 cookie=0x870139f, duration=668.494s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x139f000001/0xffff000001 actions=write_actions(group:210045)
 cookie=0x87013a0, duration=665.473s, table=52, n_packets=2, n_bytes=180, priority=5,metadata=0x13a0000000/0xffff000001 actions=write_actions(group:210048)
 cookie=0x87013a0, duration=665.470s, table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x13a0000001/0xffff000001 actions=write_actions(group:210047)
 cookie=0x8800001, duration=7520.610s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0x1,metadata=0x10000000000/0xfffff0000000000 actions=drop
 cookie=0x880000a, duration=6579.556s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xa,metadata=0xa0000000000/0xfffff0000000000 actions=drop
 cookie=0x880000e, duration=6564.102s, table=55, n_packets=0, n_bytes=0, priority=10,tun_id=0xe,metadata=0xe0000000000/0xfffff0000000000 actions=drop
 cookie=0x8800031, duration=668.478s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x31,metadata=0x310000000000/0xfffff0000000000 actions=drop
 cookie=0x8800032, duration=665.456s, table=55, n_packets=2, n_bytes=180, priority=10,tun_id=0x32,metadata=0x320000000000/0xfffff0000000000 actions=drop
 cookie=0x8800001, duration=7520.613s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x1 actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000a, duration=6579.562s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xa actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x880000e, duration=6564.104s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0xe actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800031, duration=668.484s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x31 actions=load:0x3100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8800032, duration=665.457s, table=55, n_packets=0, n_bytes=0, priority=9,tun_id=0x32 actions=load:0x3200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x6800000, duration=7679.320s, table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x1030000, duration=7679.283s, table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x12230131, duration=632.569s, table=81, n_packets=0, n_bytes=0, priority=100,arp,metadata=0x31139f000000/0xfffffffff000000,arp_tpa=10.1.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:bf:04:8f-&gt;eth_src,load:0x2-&gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]-&gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]-&gt;NXM_OF_ARP_TPA[],load:0xfa163ebf048f-&gt;NXM_NX_ARP_SHA[],load:0xa010001-&gt;NXM_OF_ARP_SPA[],load:0-&gt;NXM_OF_IN_PORT[],load:0x3100-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x12240132, duration=628.502s, table=81, n_packets=0, n_bytes=0, priority=100,arp,metadata=0x3213a0000000/0xfffffffff000000,arp_tpa=10.2.0.1,arp_op=1 actions=move:NXM_OF_ETH_SRC[]-&gt;NXM_OF_ETH_DST[],set_field:fa:16:3e:53:42:00-&gt;eth_src,load:0x2-&gt;NXM_OF_ARP_OP[],move:NXM_NX_ARP_SHA[]-&gt;NXM_NX_ARP_THA[],move:NXM_OF_ARP_SPA[]-&gt;NXM_OF_ARP_TPA[],load:0xfa163e534200-&gt;NXM_NX_ARP_SHA[],load:0xa020001-&gt;NXM_OF_ARP_SPA[],load:0-&gt;NXM_OF_IN_PORT[],load:0x3200-&gt;NXM_NX_REG6[],resubmit(,220)
 cookie=0x8220000, duration=7679.123s, table=81, n_packets=1, n_bytes=42, priority=0 actions=drop
 cookie=0x4000001, duration=7679.315s, table=90, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17)
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=63020,icmp6,icmp_type=134,icmp_code=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=61010,udp,tp_src=67,tp_dst=68 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=61010,udp6,tp_src=547,tp_dst=546 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=63009,arp actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=61009,ipv6 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=61009,ip actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=210, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:217
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:212
 cookie=0x6900000, duration=7679.065s, table=211, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:214
 cookie=0x6900000, duration=7679.065s, table=212, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7679.065s, table=213, n_packets=0, n_bytes=0, priority=0 actions=goto_table:214
 cookie=0x6900000, duration=7679.059s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7679.040s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,17)
 cookie=0x6900000, duration=7679.040s, table=214, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,212)
 cookie=0x6900000, duration=7679.040s, table=214, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7679.040s, table=215, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7679.063s, table=216, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,214)
 cookie=0x6900000, duration=7679.059s, table=217, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7679.059s, table=217, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x8000007, duration=7387.212s, table=220, n_packets=0, n_bytes=0, priority=10,reg6=0x300,metadata=0x1/0x1 actions=drop
 cookie=0x8000007, duration=7387.212s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x300 actions=output:"br-ex-patch"
 cookie=0x8000007, duration=669.436s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x3100 actions=output:"tap94880024-e1"
 cookie=0x8000007, duration=666.412s, table=220, n_packets=0, n_bytes=0, priority=9,reg6=0x3200 actions=output:"tap1b675214-31"
 cookie=0x6900000, duration=7679.040s, table=239, n_packets=0, n_bytes=0, priority=100,ipv6 actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7679.040s, table=239, n_packets=0, n_bytes=0, priority=100,ip actions=ct_clear,goto_table:240
 cookie=0x6900000, duration=7679.040s, table=239, n_packets=0, n_bytes=0, priority=0 actions=goto_table:240
 cookie=0x6900000, duration=7679.040s, table=240, n_packets=0, n_bytes=0, priority=61010,ip,dl_dst=ff:ff:ff:ff:ff:ff,nw_dst=255.255.255.255 actions=goto_table:241
 cookie=0x6900000, duration=7679.040s, table=240, n_packets=0, n_bytes=0, priority=61005,dl_dst=ff:ff:ff:ff:ff:ff actions=resubmit(,220)
 cookie=0x6900000, duration=7679.040s, table=240, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x4/0x4,goto_table:247
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,icmp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,icmp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,tcp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,udp actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,tcp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=100,udp6 actions=write_metadata:0/0x2,goto_table:242
 cookie=0x6900000, duration=7679.040s, table=241, n_packets=0, n_bytes=0, priority=0 actions=write_metadata:0x2/0x2,goto_table:244
 cookie=0x6900000, duration=7679.065s, table=242, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7679.063s, table=243, n_packets=0, n_bytes=0, priority=0 actions=goto_table:244
 cookie=0x6900000, duration=7679.065s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-trk,metadata=0/0x2 actions=ct_clear,resubmit(,242)
 cookie=0x6900000, duration=7679.065s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new-est+rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7679.065s, table=244, n_packets=0, n_bytes=0, priority=62030,ct_state=-new+est-rel-inv+trk,ct_mark=0x1/0x1 actions=ct_clear,resubmit(,220)
 cookie=0x6900000, duration=7679.065s, table=244, n_packets=0, n_bytes=0, priority=0 actions=drop
 cookie=0x6900000, duration=7679.065s, table=245, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7679.040s, table=246, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,244)
 cookie=0x6900000, duration=7679.040s, table=247, n_packets=0, n_bytes=0, priority=62019,metadata=0x4/0x4 actions=drop
 cookie=0x6900000, duration=7679.040s, table=247, n_packets=0, n_bytes=0, priority=0 actions=drop
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.647" level="INFO">${output} =  cookie=0x8000000, duration=7387.241s, table=0, n_packets=7385, n_bytes=398970, priority=4,in_port="br-ex-patch",vlan_tci=0x0000/0x1fff actions=write_metadata:0x30000000001/0xffffff0000000001,goto_tab...</msg>
<status status="PASS" endtime="20181202 17:57:48.647" starttime="20181202 17:57:48.269"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.647" starttime="20181202 17:57:48.265"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-groups ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.648" starttime="20181202 17:57:48.648"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.649" starttime="20181202 17:57:48.648"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.651" level="INFO">sudo ovs-ofctl dump-groups br-int -OOpenF low13</msg>
<status status="PASS" endtime="20181202 17:57:48.651" starttime="20181202 17:57:48.649"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.678" level="INFO">OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210046,type=all,bucket=actions=group:210045
 group_id=225002,type=all,bucket=actions=drop
 group_id=150003,type=all,bucket=actions=set_field:fa:16:3e:53:42:00-&gt;eth_src,set_field:fa:16:3e:6b:55:33-&gt;eth_dst,load:0x3200-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=5000,type=all,bucket=actions=CONTROLLER:65535,bucket=actions=resubmit(,48),bucket=actions=resubmit(,81)
 group_id=210015,type=all
 group_id=210010,type=all,bucket=actions=group:210009,bucket=actions=load:0xa00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210047,type=all,bucket=actions=set_field:0x32-&gt;tun_id,resubmit(,55)
 group_id=210004,type=all,bucket=actions=group:210003,bucket=actions=load:0x100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=225004,type=all,bucket=actions=drop
 group_id=210048,type=all,bucket=actions=group:210047
 group_id=150002,type=all,bucket=actions=set_field:fa:16:3e:bf:04:8f-&gt;eth_src,set_field:fa:16:3e:dd:e9:c7-&gt;eth_dst,load:0x3100-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210003,type=all
 group_id=210009,type=all
 group_id=210016,type=all,bucket=actions=group:210015,bucket=actions=load:0xe00-&gt;NXM_NX_REG6[],resubmit(,220)
 group_id=210045,type=all,bucket=actions=set_field:0x31-&gt;tun_id,resubmit(,55)
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.678" level="INFO">${output} = OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
 group_id=210046,type=all,bucket=actions=group:210045
 group_id=225002,type=all,bucket=actions=drop
 group_id=150003,type=all,bucket=actions=set_field:fa:1...</msg>
<status status="PASS" endtime="20181202 17:57:48.678" starttime="20181202 17:57:48.652"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.678" starttime="20181202 17:57:48.647"></status>
</kw>
<kw name="Write Commands Until Expected Prompt" library="Utils">
<doc>quick wrapper for Write and Read Until Prompt Keywords to make test cases more readable</doc>
<arguments>
<arg>sudo ovs-ofctl dump-group-stats ${INTEGRATION_BRIDGE} -OOpenFlow13</arg>
<arg>${DEFAULT_LINUX_PROMPT_STRICT}</arg>
</arguments>
<kw name="Set Client Configuration" library="SSHLibrary">
<doc>Update the `configuration` of the current connection.</doc>
<arguments>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:48.680" starttime="20181202 17:57:48.679"></status>
</kw>
<kw name="Read" library="SSHLibrary">
<doc>Consumes and returns everything available on the server output.</doc>
<status status="PASS" endtime="20181202 17:57:48.680" starttime="20181202 17:57:48.680"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.683" level="INFO">sudo ovs-ofctl dump-group-stats br-int -O OpenFlow13</msg>
<status status="PASS" endtime="20181202 17:57:48.683" starttime="20181202 17:57:48.680"></status>
</kw>
<kw name="Read Until" library="SSHLibrary">
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<arguments>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:48.711" level="INFO">OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210046,duration=669.546s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=5815.403s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=150003,duration=628.916s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=5000,duration=7679.454s,ref_count=1,packet_count=1,byte_count=42,bucket0:packet_count=1,byte_count=42,bucket1:packet_count=1,byte_count=42,bucket2:packet_count=1,byte_count=42
 group_id=210015,duration=6565.485s,ref_count=1,packet_count=0,byte_count=0
 group_id=210010,duration=6580.631s,ref_count=1,packet_count=8,byte_count=708,bucket0:packet_count=8,byte_count=708,bucket1:packet_count=8,byte_count=708
 group_id=210047,duration=666.826s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=210004,duration=7521.375s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0,bucket1:packet_count=0,byte_count=0
 group_id=225004,duration=5804.151s,ref_count=0,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210048,duration=666.525s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=150002,duration=632.960s,ref_count=1,packet_count=0,byte_count=0,bucket0:packet_count=0,byte_count=0
 group_id=210003,duration=7521.694s,ref_count=1,packet_count=7492,byte_count=404736
 group_id=210009,duration=6580.922s,ref_count=1,packet_count=0,byte_count=0
 group_id=210016,duration=6565.180s,ref_count=1,packet_count=7,byte_count=618,bucket0:packet_count=7,byte_count=618,bucket1:packet_count=7,byte_count=618
 group_id=210045,duration=669.859s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
[heat-admin@overcloud-controller-0 ~]$</msg>
<msg timestamp="20181202 17:57:48.711" level="INFO">${output} = OFPST_GROUP reply (OF1.3) (xid=0x4):
 group_id=210046,duration=669.546s,ref_count=1,packet_count=2,byte_count=180,bucket0:packet_count=2,byte_count=180
 group_id=225002,duration=5815.403s,ref_count=...</msg>
<status status="PASS" endtime="20181202 17:57:48.711" starttime="20181202 17:57:48.683"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.712" starttime="20181202 17:57:48.679"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.712" starttime="20181202 17:57:47.979"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.712" starttime="20181202 17:57:47.979"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.712" starttime="20181202 17:57:47.979"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.712" starttime="20181202 17:57:47.978"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>DataModels.Get Model Dump</arg>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Get Model Dump" library="DataModels">
<doc>Will output a list of mdsal models using ${data_models} list</doc>
<arguments>
<arg>${HA_PROXY_IP}</arg>
<arg>${netvirt_data_models}</arg>
</arguments>
<kw name="Create Session" library="RequestsLibrary">
<doc>Create Session: create a HTTP session to a server</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>http://${controller_ip}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS}</arg>
<arg>timeout=1</arg>
<arg>max_retries=0</arg>
</arguments>
<msg timestamp="20181202 17:57:48.722" level="INFO">Creating Session using : alias=model_dump_session, url=http://192.0.2.16:8081, headers={u'Content-Type': u'application/json'},                     cookies=None, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7fd6203d9e10&gt;, timeout=1, proxies=None, verify=False,                     debug=0 </msg>
<status status="PASS" endtime="20181202 17:57:48.722" starttime="20181202 17:57:48.721"></status>
</kw>
<kw type="for" name="${model} IN [ @{data_models} ]">
<kw type="foritem" name="${model} = config/ebgp:bgp">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.728" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ebgp:bgp, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.728" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.728" starttime="20181202 17:57:48.723"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.729" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.729" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.729" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.729" starttime="20181202 17:57:48.729"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.730" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.730" starttime="20181202 17:57:48.729"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.730" starttime="20181202 17:57:48.723"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.734" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.734" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.734" starttime="20181202 17:57:48.730"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.735" level="INFO">To JSON using : content={"elan-instances":{"elan-instance":[{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","segment-type":"elan:segment-type-flat","external":false,"elan-tag":5001,"mac-timeout":300},{"elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","segmentation-id":32,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5023,"mac-timeout":300},{"elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","segmentation-id":14,"segment-type":"elan:segment-type-vxlan","external":false,"elan-tag":5024,"mac-timeout":300}]}} </msg>
<msg timestamp="20181202 17:57:48.735" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.735" level="INFO">${pretty_output} = {
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "exte...</msg>
<status status="PASS" endtime="20181202 17:57:48.735" starttime="20181202 17:57:48.734"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.735" level="INFO">{
    "elan-instances": {
        "elan-instance": [
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                "elan-tag": 5001,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-flat"
            },
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "elan-tag": 5023,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 32
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "elan-tag": 5024,
                "external": false,
                "mac-timeout": 300,
                "segment-type": "elan:segment-type-vxlan",
                "segmentation-id": 14
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.735" starttime="20181202 17:57:48.735"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.735" starttime="20181202 17:57:48.730"></status>
</kw>
<kw type="foritem" name="${model} = config/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.738" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.738" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.738" starttime="20181202 17:57:48.736"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.739" level="INFO">To JSON using : content={"elan-interfaces":{"elan-interface":[{"name":"94880024-e102-4886-beae-95f4c4634488","elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","static-mac-entries":[{"mac-address":"fa:16:3e:dd:e9:c7","ip-prefix":"10.1.0.2"}]},{"name":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","static-mac-entries":[{"mac-address":"fa:16:3e:f4:49:38","ip-prefix":"10.2.0.6"}]},{"name":"8a57c4af-18db-42f9-ae7c-1bc52f189671","elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","static-mac-entries":[{"mac-address":"fa:16:3e:53:42:00","ip-prefix":"10.2.0.1"}]},{"name":"abe90575-63ad-4d63-ad64-413afaf41ff1","elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","static-mac-entries":[{"mac-address":"fa:16:3e:bf:04:8f","ip-prefix":"10.1.0.1"}]},{"name":"859e8972-722a-4ff6-b3eb-a6fb16309263","elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","static-mac-entries":[{"mac-address":"fa:16:3e:2b:58:6d","ip-prefix":"10.1.0.24"}]},{"name":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","static-mac-entries":[{"mac-address":"fa:16:3e:82:ec:fb","ip-prefix":"10.2.0.4"}]},{"name":"1b675214-31b3-404f-9603-3e12ec9adef7","elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","static-mac-entries":[{"mac-address":"fa:16:3e:6b:55:33","ip-prefix":"10.2.0.2"}]},{"name":"07b64bd9-7ec0-464d-b96e-86f13211189c","elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","static-mac-entries":[{"mac-address":"fa:16:3e:ec:a7:00","ip-prefix":"10.1.0.19"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.739" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.739" level="INFO">${pretty_output} = {
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "name": "94880024-e102-4886-beae-95f4...</msg>
<status status="PASS" endtime="20181202 17:57:48.739" starttime="20181202 17:57:48.738"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.740" level="INFO">{
    "elan-interfaces": {
        "elan-interface": [
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.0.2",
                        "mac-address": "fa:16:3e:dd:e9:c7"
                    }
                ]
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "name": "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.2.0.6",
                        "mac-address": "fa:16:3e:f4:49:38"
                    }
                ]
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "name": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.2.0.1",
                        "mac-address": "fa:16:3e:53:42:00"
                    }
                ]
            },
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.0.1",
                        "mac-address": "fa:16:3e:bf:04:8f"
                    }
                ]
            },
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "name": "859e8972-722a-4ff6-b3eb-a6fb16309263",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.0.24",
                        "mac-address": "fa:16:3e:2b:58:6d"
                    }
                ]
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "name": "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.2.0.4",
                        "mac-address": "fa:16:3e:82:ec:fb"
                    }
                ]
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.2.0.2",
                        "mac-address": "fa:16:3e:6b:55:33"
                    }
                ]
            },
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "name": "07b64bd9-7ec0-464d-b96e-86f13211189c",
                "static-mac-entries": [
                    {
                        "ip-prefix": "10.1.0.19",
                        "mac-address": "fa:16:3e:ec:a7:00"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.740" starttime="20181202 17:57:48.739"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.740" starttime="20181202 17:57:48.735"></status>
</kw>
<kw type="foritem" name="${model} = config/id-manager:id-pools">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.744" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/id-manager:id-pools, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.745" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.745" starttime="20181202 17:57:48.740"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.748" level="INFO">To JSON using : content={"id-pools":{"id-pool":[{"pool-name":"interfaces","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"interfaces.-1073741309","last-access-time":1543772801}],"id-entries":[{"id-key":"83659136235614:br-ex-patch:trunk","id-value":[3]},{"id-key":"94880024-e102-4886-beae-95f4c4634488","id-value":[49]},{"id-key":"1b675214-31b3-404f-9603-3e12ec9adef7","id-value":[50]}]},{"pool-name":"nextHopPointerPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":150000,"cursor":152499,"end":175000},"block-size":2500,"child-pools":[{"child-pool-name":"nextHopPointerPool.-1073741309","last-access-time":1543772839}],"id-entries":[{"id-key":"nexthop.10000810.1.0.2/32","id-value":[150002]},{"id-key":"nexthop.10000810.2.0.2/32","id-value":[150003]}]},{"pool-name":"snatGroupIdPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":225000,"cursor":227499,"end":250000},"block-size":2500,"child-pools":[{"child-pool-name":"snatGroupIdPool.-1073741309","last-access-time":1543767664}],"id-entries":[{"id-key":"snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942","id-value":[225004]},{"id-key":"snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","id-value":[225000]},{"id-key":"snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd","id-value":[225003]},{"id-key":"snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2","id-value":[225001]},{"id-key":"snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","id-value":[225002]}]},{"pool-name":"snatGroupIdPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"snatGroupIdPool","available-ids-holder":{"start":225000,"cursor":225004,"end":227499},"block-size":2500},{"pool-name":"tables.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"tables","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"lporttag","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":170001,"cursor":179999,"end":270000},"block-size":9999,"child-pools":[{"child-pool-name":"lporttag.-1073741309","last-access-time":1543765284}]},{"pool-name":"groups","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"groups.-1073741309","last-access-time":1543765282}]},{"pool-name":"aliveness-monitor","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"aliveness-monitor.-1073741309","last-access-time":1543765285}],"id-entries":[{"id-key":"2.120000.4.Arp.","id-value":[1]}]},{"pool-name":"nextHopPointerPool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543770274,"id":150000},{"ready-time-sec":1543770278,"id":150001}],"available-id-count":2,"delayed-time-sec":30},"parent-pool-name":"nextHopPointerPool","available-ids-holder":{"start":150000,"cursor":150003,"end":152499},"block-size":2500},{"pool-name":"tables","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"tables.-1073741309","last-access-time":1543765282}]},{"pool-name":"lporttag.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"lporttag","available-ids-holder":{"start":170001,"cursor":170000,"end":179999},"block-size":9999},{"pool-name":"meters","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":0,"cursor":24,"end":254},"block-size":25,"child-pools":[{"child-pool-name":"meters.-1073741309","last-access-time":1543765282}]},{"pool-name":"elan.ids.pool.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":5002},{"ready-time-sec":1543766834,"id":5003},{"ready-time-sec":1543766840,"id":5004},{"ready-time-sec":1543767703,"id":5008},{"ready-time-sec":1543767709,"id":5007},{"ready-time-sec":1543767716,"id":5005},{"ready-time-sec":1543767722,"id":5009},{"ready-time-sec":1543767729,"id":5006},{"ready-time-sec":1543768536,"id":5010},{"ready-time-sec":1543768542,"id":5011},{"ready-time-sec":1543769308,"id":5013},{"ready-time-sec":1543769315,"id":5012},{"ready-time-sec":1543769468,"id":5014},{"ready-time-sec":1543770312,"id":5015},{"ready-time-sec":1543770319,"id":5016},{"ready-time-sec":1543771139,"id":5018},{"ready-time-sec":1543771145,"id":5017},{"ready-time-sec":1543771897,"id":5019},{"ready-time-sec":1543772736,"id":5022},{"ready-time-sec":1543772742,"id":5021},{"ready-time-sec":1543772748,"id":5020}],"available-id-count":21,"delayed-time-sec":30},"parent-pool-name":"elan.ids.pool","available-ids-holder":{"start":5000,"cursor":5024,"end":5499},"block-size":500},{"pool-name":"groups.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"groups","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"elan.ids.pool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":5000,"cursor":5499,"end":10000},"block-size":500,"child-pools":[{"child-pool-name":"elan.ids.pool.-1073741309","last-access-time":1543772795}],"id-entries":[{"id-key":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","id-value":[5023]},{"id-key":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","id-value":[5001]},{"id-key":"arp.responder.group.id","id-value":[5000]},{"id-key":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","id-value":[5024]}]},{"pool-name":"interfaces.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766082,"id":1},{"ready-time-sec":1543766822,"id":2},{"ready-time-sec":1543766822,"id":4},{"ready-time-sec":1543766825,"id":5},{"ready-time-sec":1543766831,"id":7},{"ready-time-sec":1543766832,"id":6},{"ready-time-sec":1543766838,"id":8},{"ready-time-sec":1543767683,"id":13},{"ready-time-sec":1543767683,"id":14},{"ready-time-sec":1543767685,"id":15},{"ready-time-sec":1543767686,"id":16},{"ready-time-sec":1543767688,"id":12},{"ready-time-sec":1543767691,"id":11},{"ready-time-sec":1543767694,"id":9},{"ready-time-sec":1543767694,"id":10},{"ready-time-sec":1543767701,"id":17},{"ready-time-sec":1543767707,"id":20},{"ready-time-sec":1543767714,"id":22},{"ready-time-sec":1543767719,"id":19},{"ready-time-sec":1543767720,"id":18},{"ready-time-sec":1543767726,"id":21},{"ready-time-sec":1543768525,"id":23},{"ready-time-sec":1543768527,"id":24},{"ready-time-sec":1543768534,"id":25},{"ready-time-sec":1543768540,"id":26},{"ready-time-sec":1543769296,"id":28},{"ready-time-sec":1543769300,"id":27},{"ready-time-sec":1543769306,"id":29},{"ready-time-sec":1543769312,"id":30},{"ready-time-sec":1543769453,"id":31},{"ready-time-sec":1543769466,"id":32},{"ready-time-sec":1543770287,"id":34},{"ready-time-sec":1543770298,"id":33},{"ready-time-sec":1543770310,"id":36},{"ready-time-sec":1543770317,"id":35},{"ready-time-sec":1543771116,"id":38},{"ready-time-sec":1543771130,"id":37},{"ready-time-sec":1543771136,"id":39},{"ready-time-sec":1543771143,"id":40},{"ready-time-sec":1543771882,"id":41},{"ready-time-sec":1543771895,"id":42},{"ready-time-sec":1543772704,"id":44},{"ready-time-sec":1543772716,"id":43},{"ready-time-sec":1543772721,"id":45},{"ready-time-sec":1543772733,"id":48},{"ready-time-sec":1543772740,"id":46},{"ready-time-sec":1543772746,"id":47}],"available-id-count":47,"delayed-time-sec":30},"parent-pool-name":"interfaces","available-ids-holder":{"start":1,"cursor":50,"end":6553},"block-size":6553},{"pool-name":"ACL-TAG-POOL.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"ACL-TAG-POOL","available-ids-holder":{"start":1,"cursor":15,"end":999},"block-size":999},{"pool-name":"vpnservices.-1073741309","released-ids-holder":{"delayed-id-entries":[{"ready-time-sec":1543766079,"id":100001},{"ready-time-sec":1543770274,"id":100005},{"ready-time-sec":1543770279,"id":100007},{"ready-time-sec":1543770282,"id":100003}],"available-id-count":4,"delayed-time-sec":30},"parent-pool-name":"vpnservices","available-ids-holder":{"start":100000,"cursor":100012,"end":102999},"block-size":3000},{"pool-name":"opendaylight-vni-ranges.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"opendaylight-vni-ranges","available-ids-holder":{"start":70000,"cursor":69999,"end":72998},"block-size":2999},{"pool-name":"RouteDistinguisherPool","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":6553,"end":65535},"block-size":6553,"child-pools":[{"child-pool-name":"RouteDistinguisherPool.-1073741309","last-access-time":1543765285}]},{"pool-name":"aliveness-monitor.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"aliveness-monitor","available-ids-holder":{"start":1,"cursor":1,"end":6553},"block-size":6553},{"pool-name":"meters.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"meters","available-ids-holder":{"start":0,"cursor":-1,"end":24},"block-size":25},{"pool-name":"vpnservices","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":100000,"cursor":102999,"end":130000},"block-size":3000,"child-pools":[{"child-pool-name":"vpnservices.-1073741309","last-access-time":1543772839}],"id-entries":[{"id-key":"65620d19-14f8-4556-9788-bc9a4066a5c9","id-value":[100008]},{"id-key":"65620d19-14f8-4556-9788-bc9a4066a5c9.10.1.0.1/32","id-value":[100009]},{"id-key":"65620d19-14f8-4556-9788-bc9a4066a5c9.10.2.0.1/32","id-value":[100011]},{"id-key":"65620d19-14f8-4556-9788-bc9a4066a5c9.10.1.0.2/32","id-value":[100010]},{"id-key":"65620d19-14f8-4556-9788-bc9a4066a5c9.10.2.0.2/32","id-value":[100012]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32","id-value":[100006]},{"id-key":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","id-value":[100000]},{"id-key":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24","id-value":[100002]},{"id-key":"2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32","id-value":[100004]}]},{"pool-name":"opendaylight-vni-ranges","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":70000,"cursor":72998,"end":99999},"block-size":2999,"child-pools":[{"child-pool-name":"opendaylight-vni-ranges.-1073741309","last-access-time":1543765285}]},{"pool-name":"ACL-TAG-POOL","released-ids-holder":{"available-id-count":0,"delayed-time-sec":0},"available-ids-holder":{"start":1,"cursor":999,"end":10000},"block-size":999,"child-pools":[{"child-pool-name":"ACL-TAG-POOL.-1073741309","last-access-time":1543772803}],"id-entries":[{"id-key":"1a05f4ef-2976-40f9-b013-99c89d05c41a","id-value":[14]},{"id-key":"717073d8-8081-497c-9e0a-9b19862ef021","id-value":[6]},{"id-key":"f6c6b79d-8479-4356-bad6-3c152d928dfc","id-value":[9]},{"id-key":"b82e8302-b477-4ee5-be37-24a7a56592e6","id-value":[7]},{"id-key":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","id-value":[2]},{"id-key":"7786f8f7-2f91-41c8-9093-947ed3ccc495","id-value":[5]},{"id-key":"e70afc15-34f5-4717-bba6-d8b8167761fb","id-value":[1]},{"id-key":"bb385a87-8ce9-475b-9271-1c1eca7450eb","id-value":[3]},{"id-key":"bb415e1c-309f-465e-858d-aa699f9349f0","id-value":[11]},{"id-key":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","id-value":[12]},{"id-key":"4e8a3e23-d835-478f-9014-dcbee9780f6b","id-value":[8]},{"id-key":"8c01151f-e277-44dc-a66c-65d754b18d4f","id-value":[4]},{"id-key":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","id-value":[10]},{"id-key":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","id-value":[13]},{"id-key":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","id-value":[15]}]},{"pool-name":"RouteDistinguisherPool.-1073741309","released-ids-holder":{"available-id-count":0,"delayed-time-sec":30},"parent-pool-name":"RouteDistinguisherPool","available-ids-holder":{"start":1,"cursor":0,"end":6553},"block-size":6553}]}} </msg>
<msg timestamp="20181202 17:57:48.748" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.748" level="INFO">${pretty_output} = {
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
  ...</msg>
<status status="PASS" endtime="20181202 17:57:48.748" starttime="20181202 17:57:48.745"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.749" level="INFO">{
    "id-pools": {
        "id-pool": [
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "interfaces.-1073741309",
                        "last-access-time": 1543772801
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "83659136235614:br-ex-patch:trunk",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "94880024-e102-4886-beae-95f4c4634488",
                        "id-value": [
                            49
                        ]
                    },
                    {
                        "id-key": "1b675214-31b3-404f-9603-3e12ec9adef7",
                        "id-value": [
                            50
                        ]
                    }
                ],
                "pool-name": "interfaces",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 152499,
                    "end": 175000,
                    "start": 150000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "nextHopPointerPool.-1073741309",
                        "last-access-time": 1543772839
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "nexthop.10000810.1.0.2/32",
                        "id-value": [
                            150002
                        ]
                    },
                    {
                        "id-key": "nexthop.10000810.2.0.2/32",
                        "id-value": [
                            150003
                        ]
                    }
                ],
                "pool-name": "nextHopPointerPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 227499,
                    "end": 250000,
                    "start": 225000
                },
                "block-size": 2500,
                "child-pools": [
                    {
                        "child-pool-name": "snatGroupIdPool.-1073741309",
                        "last-access-time": 1543767664
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "snatmiss.b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "id-value": [
                            225004
                        ]
                    },
                    {
                        "id-key": "snatmiss.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                        "id-value": [
                            225000
                        ]
                    },
                    {
                        "id-key": "snatmiss.d6e017fe-ef7e-41a2-b4b0-45b5f62009bd",
                        "id-value": [
                            225003
                        ]
                    },
                    {
                        "id-key": "snatmiss.c19496cd-fd6b-4478-bd8a-74bd1940c8c2",
                        "id-value": [
                            225001
                        ]
                    },
                    {
                        "id-key": "snatmiss.a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "id-value": [
                            225002
                        ]
                    }
                ],
                "pool-name": "snatGroupIdPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 225004,
                    "end": 227499,
                    "start": 225000
                },
                "block-size": 2500,
                "parent-pool-name": "snatGroupIdPool",
                "pool-name": "snatGroupIdPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "tables",
                "pool-name": "tables.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 179999,
                    "end": 270000,
                    "start": 170001
                },
                "block-size": 9999,
                "child-pools": [
                    {
                        "child-pool-name": "lporttag.-1073741309",
                        "last-access-time": 1543765284
                    }
                ],
                "pool-name": "lporttag",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "groups.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "groups",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "aliveness-monitor.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "2.120000.4.Arp.",
                        "id-value": [
                            1
                        ]
                    }
                ],
                "pool-name": "aliveness-monitor",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 150003,
                    "end": 152499,
                    "start": 150000
                },
                "block-size": 2500,
                "parent-pool-name": "nextHopPointerPool",
                "pool-name": "nextHopPointerPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 2,
                    "delayed-id-entries": [
                        {
                            "id": 150000,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 150001,
                            "ready-time-sec": 1543770278
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "tables.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "tables",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 170000,
                    "end": 179999,
                    "start": 170001
                },
                "block-size": 9999,
                "parent-pool-name": "lporttag",
                "pool-name": "lporttag.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 24,
                    "end": 254,
                    "start": 0
                },
                "block-size": 25,
                "child-pools": [
                    {
                        "child-pool-name": "meters.-1073741309",
                        "last-access-time": 1543765282
                    }
                ],
                "pool-name": "meters",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5024,
                    "end": 5499,
                    "start": 5000
                },
                "block-size": 500,
                "parent-pool-name": "elan.ids.pool",
                "pool-name": "elan.ids.pool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 21,
                    "delayed-id-entries": [
                        {
                            "id": 5002,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 5003,
                            "ready-time-sec": 1543766834
                        },
                        {
                            "id": 5004,
                            "ready-time-sec": 1543766840
                        },
                        {
                            "id": 5008,
                            "ready-time-sec": 1543767703
                        },
                        {
                            "id": 5007,
                            "ready-time-sec": 1543767709
                        },
                        {
                            "id": 5005,
                            "ready-time-sec": 1543767716
                        },
                        {
                            "id": 5009,
                            "ready-time-sec": 1543767722
                        },
                        {
                            "id": 5006,
                            "ready-time-sec": 1543767729
                        },
                        {
                            "id": 5010,
                            "ready-time-sec": 1543768536
                        },
                        {
                            "id": 5011,
                            "ready-time-sec": 1543768542
                        },
                        {
                            "id": 5013,
                            "ready-time-sec": 1543769308
                        },
                        {
                            "id": 5012,
                            "ready-time-sec": 1543769315
                        },
                        {
                            "id": 5014,
                            "ready-time-sec": 1543769468
                        },
                        {
                            "id": 5015,
                            "ready-time-sec": 1543770312
                        },
                        {
                            "id": 5016,
                            "ready-time-sec": 1543770319
                        },
                        {
                            "id": 5018,
                            "ready-time-sec": 1543771139
                        },
                        {
                            "id": 5017,
                            "ready-time-sec": 1543771145
                        },
                        {
                            "id": 5019,
                            "ready-time-sec": 1543771897
                        },
                        {
                            "id": 5022,
                            "ready-time-sec": 1543772736
                        },
                        {
                            "id": 5021,
                            "ready-time-sec": 1543772742
                        },
                        {
                            "id": 5020,
                            "ready-time-sec": 1543772748
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "groups",
                "pool-name": "groups.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 5499,
                    "end": 10000,
                    "start": 5000
                },
                "block-size": 500,
                "child-pools": [
                    {
                        "child-pool-name": "elan.ids.pool.-1073741309",
                        "last-access-time": 1543772795
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                        "id-value": [
                            5023
                        ]
                    },
                    {
                        "id-key": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                        "id-value": [
                            5001
                        ]
                    },
                    {
                        "id-key": "arp.responder.group.id",
                        "id-value": [
                            5000
                        ]
                    },
                    {
                        "id-key": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                        "id-value": [
                            5024
                        ]
                    }
                ],
                "pool-name": "elan.ids.pool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 50,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "interfaces",
                "pool-name": "interfaces.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 47,
                    "delayed-id-entries": [
                        {
                            "id": 1,
                            "ready-time-sec": 1543766082
                        },
                        {
                            "id": 2,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 4,
                            "ready-time-sec": 1543766822
                        },
                        {
                            "id": 5,
                            "ready-time-sec": 1543766825
                        },
                        {
                            "id": 7,
                            "ready-time-sec": 1543766831
                        },
                        {
                            "id": 6,
                            "ready-time-sec": 1543766832
                        },
                        {
                            "id": 8,
                            "ready-time-sec": 1543766838
                        },
                        {
                            "id": 13,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 14,
                            "ready-time-sec": 1543767683
                        },
                        {
                            "id": 15,
                            "ready-time-sec": 1543767685
                        },
                        {
                            "id": 16,
                            "ready-time-sec": 1543767686
                        },
                        {
                            "id": 12,
                            "ready-time-sec": 1543767688
                        },
                        {
                            "id": 11,
                            "ready-time-sec": 1543767691
                        },
                        {
                            "id": 9,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 10,
                            "ready-time-sec": 1543767694
                        },
                        {
                            "id": 17,
                            "ready-time-sec": 1543767701
                        },
                        {
                            "id": 20,
                            "ready-time-sec": 1543767707
                        },
                        {
                            "id": 22,
                            "ready-time-sec": 1543767714
                        },
                        {
                            "id": 19,
                            "ready-time-sec": 1543767719
                        },
                        {
                            "id": 18,
                            "ready-time-sec": 1543767720
                        },
                        {
                            "id": 21,
                            "ready-time-sec": 1543767726
                        },
                        {
                            "id": 23,
                            "ready-time-sec": 1543768525
                        },
                        {
                            "id": 24,
                            "ready-time-sec": 1543768527
                        },
                        {
                            "id": 25,
                            "ready-time-sec": 1543768534
                        },
                        {
                            "id": 26,
                            "ready-time-sec": 1543768540
                        },
                        {
                            "id": 28,
                            "ready-time-sec": 1543769296
                        },
                        {
                            "id": 27,
                            "ready-time-sec": 1543769300
                        },
                        {
                            "id": 29,
                            "ready-time-sec": 1543769306
                        },
                        {
                            "id": 30,
                            "ready-time-sec": 1543769312
                        },
                        {
                            "id": 31,
                            "ready-time-sec": 1543769453
                        },
                        {
                            "id": 32,
                            "ready-time-sec": 1543769466
                        },
                        {
                            "id": 34,
                            "ready-time-sec": 1543770287
                        },
                        {
                            "id": 33,
                            "ready-time-sec": 1543770298
                        },
                        {
                            "id": 36,
                            "ready-time-sec": 1543770310
                        },
                        {
                            "id": 35,
                            "ready-time-sec": 1543770317
                        },
                        {
                            "id": 38,
                            "ready-time-sec": 1543771116
                        },
                        {
                            "id": 37,
                            "ready-time-sec": 1543771130
                        },
                        {
                            "id": 39,
                            "ready-time-sec": 1543771136
                        },
                        {
                            "id": 40,
                            "ready-time-sec": 1543771143
                        },
                        {
                            "id": 41,
                            "ready-time-sec": 1543771882
                        },
                        {
                            "id": 42,
                            "ready-time-sec": 1543771895
                        },
                        {
                            "id": 44,
                            "ready-time-sec": 1543772704
                        },
                        {
                            "id": 43,
                            "ready-time-sec": 1543772716
                        },
                        {
                            "id": 45,
                            "ready-time-sec": 1543772721
                        },
                        {
                            "id": 48,
                            "ready-time-sec": 1543772733
                        },
                        {
                            "id": 46,
                            "ready-time-sec": 1543772740
                        },
                        {
                            "id": 47,
                            "ready-time-sec": 1543772746
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 15,
                    "end": 999,
                    "start": 1
                },
                "block-size": 999,
                "parent-pool-name": "ACL-TAG-POOL",
                "pool-name": "ACL-TAG-POOL.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 100012,
                    "end": 102999,
                    "start": 100000
                },
                "block-size": 3000,
                "parent-pool-name": "vpnservices",
                "pool-name": "vpnservices.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 4,
                    "delayed-id-entries": [
                        {
                            "id": 100001,
                            "ready-time-sec": 1543766079
                        },
                        {
                            "id": 100005,
                            "ready-time-sec": 1543770274
                        },
                        {
                            "id": 100007,
                            "ready-time-sec": 1543770279
                        },
                        {
                            "id": 100003,
                            "ready-time-sec": 1543770282
                        }
                    ],
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 69999,
                    "end": 72998,
                    "start": 70000
                },
                "block-size": 2999,
                "parent-pool-name": "opendaylight-vni-ranges",
                "pool-name": "opendaylight-vni-ranges.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 6553,
                    "end": 65535,
                    "start": 1
                },
                "block-size": 6553,
                "child-pools": [
                    {
                        "child-pool-name": "RouteDistinguisherPool.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "RouteDistinguisherPool",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 1,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "aliveness-monitor",
                "pool-name": "aliveness-monitor.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": -1,
                    "end": 24,
                    "start": 0
                },
                "block-size": 25,
                "parent-pool-name": "meters",
                "pool-name": "meters.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 102999,
                    "end": 130000,
                    "start": 100000
                },
                "block-size": 3000,
                "child-pools": [
                    {
                        "child-pool-name": "vpnservices.-1073741309",
                        "last-access-time": 1543772839
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                        "id-value": [
                            100008
                        ]
                    },
                    {
                        "id-key": "65620d19-14f8-4556-9788-bc9a4066a5c9.10.1.0.1/32",
                        "id-value": [
                            100009
                        ]
                    },
                    {
                        "id-key": "65620d19-14f8-4556-9788-bc9a4066a5c9.10.2.0.1/32",
                        "id-value": [
                            100011
                        ]
                    },
                    {
                        "id-key": "65620d19-14f8-4556-9788-bc9a4066a5c9.10.1.0.2/32",
                        "id-value": [
                            100010
                        ]
                    },
                    {
                        "id-key": "65620d19-14f8-4556-9788-bc9a4066a5c9.10.2.0.2/32",
                        "id-value": [
                            100012
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.56.0.0.1/32",
                        "id-value": [
                            100006
                        ]
                    },
                    {
                        "id-key": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "id-value": [
                            100000
                        ]
                    },
                    {
                        "id-key": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.192.168.37.0/24",
                        "id-value": [
                            100002
                        ]
                    },
                    {
                        "id-key": "2678e637-51fb-44d1-afb6-213c086f384c.55.0.0.1/32",
                        "id-value": [
                            100004
                        ]
                    }
                ],
                "pool-name": "vpnservices",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 72998,
                    "end": 99999,
                    "start": 70000
                },
                "block-size": 2999,
                "child-pools": [
                    {
                        "child-pool-name": "opendaylight-vni-ranges.-1073741309",
                        "last-access-time": 1543765285
                    }
                ],
                "pool-name": "opendaylight-vni-ranges",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 999,
                    "end": 10000,
                    "start": 1
                },
                "block-size": 999,
                "child-pools": [
                    {
                        "child-pool-name": "ACL-TAG-POOL.-1073741309",
                        "last-access-time": 1543772803
                    }
                ],
                "id-entries": [
                    {
                        "id-key": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                        "id-value": [
                            14
                        ]
                    },
                    {
                        "id-key": "717073d8-8081-497c-9e0a-9b19862ef021",
                        "id-value": [
                            6
                        ]
                    },
                    {
                        "id-key": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                        "id-value": [
                            9
                        ]
                    },
                    {
                        "id-key": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                        "id-value": [
                            7
                        ]
                    },
                    {
                        "id-key": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                        "id-value": [
                            2
                        ]
                    },
                    {
                        "id-key": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                        "id-value": [
                            5
                        ]
                    },
                    {
                        "id-key": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                        "id-value": [
                            1
                        ]
                    },
                    {
                        "id-key": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                        "id-value": [
                            3
                        ]
                    },
                    {
                        "id-key": "bb415e1c-309f-465e-858d-aa699f9349f0",
                        "id-value": [
                            11
                        ]
                    },
                    {
                        "id-key": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                        "id-value": [
                            12
                        ]
                    },
                    {
                        "id-key": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                        "id-value": [
                            8
                        ]
                    },
                    {
                        "id-key": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                        "id-value": [
                            4
                        ]
                    },
                    {
                        "id-key": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                        "id-value": [
                            10
                        ]
                    },
                    {
                        "id-key": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                        "id-value": [
                            13
                        ]
                    },
                    {
                        "id-key": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                        "id-value": [
                            15
                        ]
                    }
                ],
                "pool-name": "ACL-TAG-POOL",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 0
                }
            },
            {
                "available-ids-holder": {
                    "cursor": 0,
                    "end": 6553,
                    "start": 1
                },
                "block-size": 6553,
                "parent-pool-name": "RouteDistinguisherPool",
                "pool-name": "RouteDistinguisherPool.-1073741309",
                "released-ids-holder": {
                    "available-id-count": 0,
                    "delayed-time-sec": 30
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.749" starttime="20181202 17:57:48.748"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.749" starttime="20181202 17:57:48.740"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-access-control-list:access-lists">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.752" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-access-control-list:access-lists, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.752" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.752" starttime="20181202 17:57:48.749"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.754" level="INFO">To JSON using : content={"access-lists":{"acl":[{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","access-list-entries":{"ace":[{"rule-name":"0141fa38-4a66-4128-9c41-9220aa989c1b","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"c10aa931-5f7c-4cdf-a4b4-6b0194977951","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"ff65c37d-5227-420e-b466-5389eb2e558d","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"a5ecaf29-266e-4029-9ed8-fb900958c071","matches":{"protocol":6,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9","matches":{"protocol":1,"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6eb019de-d617-4690-969b-0e39a6783752","matches":{"protocol":1,"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"a92be758-a571-4375-914b-23ac92c1cb9a","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"891c586d-15e3-47f6-bd35-c907c0021d10","matches":{"protocol":17,"destination-port-range":{"lower-port":1,"upper-port":65535},"destination-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"8c01151f-e277-44dc-a66c-65d754b18d4f","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f6c6b79d-8479-4356-bad6-3c152d928dfc","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"7786f8f7-2f91-41c8-9093-947ed3ccc495","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"e70afc15-34f5-4717-bba6-d8b8167761fb","access-list-entries":{"ace":[{"rule-name":"037d1331-3d35-4a75-80c8-3e13b9544f64","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"40bf7425-6cf8-4483-a049-b260cf4202f4","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"1a05f4ef-2976-40f9-b013-99c89d05c41a","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"fced206d-fac9-4ee6-8fb0-ae3f15c5f03c","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"f1228f88-80a4-4bd8-80ff-cd99b44daa1b","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"717073d8-8081-497c-9e0a-9b19862ef021","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"b82e8302-b477-4ee5-be37-24a7a56592e6","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"6398dcc9-8fef-4fe7-a60e-f51fbc7cf100","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb385a87-8ce9-475b-9271-1c1eca7450eb","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","access-list-entries":{"ace":[{"rule-name":"21a4a924-aa47-4a40-933b-e61c895212b0","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"6640a848-cc94-4c63-a2da-02ddcbe52522","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"},{"rule-name":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","matches":{"source-ipv6-network":"::/0","destination-ipv6-network":"::/0"},"actions":{"permit":[null]},"aclservice:remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","aclservice:direction":"aclservice:direction-ingress"},{"rule-name":"900f9ec1-a714-4eaf-a552-61daa370f63d","matches":{"destination-ipv4-network":"0.0.0.0/0","source-ipv4-network":"0.0.0.0/0"},"actions":{"permit":[null]},"aclservice:direction":"aclservice:direction-egress"}]}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"bb415e1c-309f-465e-858d-aa699f9349f0","access-list-entries":{}},{"acl-type":"ietf-access-control-list:ipv4-acl","acl-name":"4e8a3e23-d835-478f-9014-dcbee9780f6b","access-list-entries":{}}]}} </msg>
<msg timestamp="20181202 17:57:48.754" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.754" level="INFO">${pretty_output} = {
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction...</msg>
<status status="PASS" endtime="20181202 17:57:48.754" starttime="20181202 17:57:48.752"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.754" level="INFO">{
    "access-lists": {
        "acl": [
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "0141fa38-4a66-4128-9c41-9220aa989c1b"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c10aa931-5f7c-4cdf-a4b4-6b0194977951"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "ff65c37d-5227-420e-b466-5389eb2e558d"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 6
                            },
                            "rule-name": "a5ecaf29-266e-4029-9ed8-fb900958c071"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "protocol": 1,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "protocol": 1
                            },
                            "rule-name": "6eb019de-d617-4690-969b-0e39a6783752"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17,
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "a92be758-a571-4375-914b-23ac92c1cb9a"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "destination-port-range": {
                                    "lower-port": 1,
                                    "upper-port": 65535
                                },
                                "protocol": 17
                            },
                            "rule-name": "891c586d-15e3-47f6-bd35-c907c0021d10"
                        }
                    ]
                },
                "acl-name": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "8c01151f-e277-44dc-a66c-65d754b18d4f",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f6c6b79d-8479-4356-bad6-3c152d928dfc",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "7786f8f7-2f91-41c8-9093-947ed3ccc495",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                        }
                    ]
                },
                "acl-name": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "1a05f4ef-2976-40f9-b013-99c89d05c41a",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "fced206d-fac9-4ee6-8fb0-ae3f15c5f03c",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "f1228f88-80a4-4bd8-80ff-cd99b44daa1b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "717073d8-8081-497c-9e0a-9b19862ef021",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "b82e8302-b477-4ee5-be37-24a7a56592e6",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "6398dcc9-8fef-4fe7-a60e-f51fbc7cf100",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb385a87-8ce9-475b-9271-1c1eca7450eb",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {
                    "ace": [
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "21a4a924-aa47-4a40-933b-e61c895212b0"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-ingress",
                            "aclservice:remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv6-network": "::/0",
                                "source-ipv6-network": "::/0"
                            },
                            "rule-name": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                        },
                        {
                            "aclservice:direction": "aclservice:direction-egress",
                            "actions": {
                                "permit": [
                                    null
                                ]
                            },
                            "matches": {
                                "destination-ipv4-network": "0.0.0.0/0",
                                "source-ipv4-network": "0.0.0.0/0"
                            },
                            "rule-name": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                        }
                    ]
                },
                "acl-name": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "bb415e1c-309f-465e-858d-aa699f9349f0",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            },
            {
                "access-list-entries": {},
                "acl-name": "4e8a3e23-d835-478f-9014-dcbee9780f6b",
                "acl-type": "ietf-access-control-list:ipv4-acl"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.755" starttime="20181202 17:57:48.754"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.755" starttime="20181202 17:57:48.749"></status>
</kw>
<kw type="foritem" name="${model} = config/ietf-interfaces:interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.758" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/ietf-interfaces:interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.758" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.758" starttime="20181202 17:57:48.755"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.759" level="INFO">To JSON using : content={"interfaces":{"interface":[{"name":"07b64bd9-7ec0-464d-b96e-86f13211189c","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:ec:a7:00","ip-address":"fe80:0:0:0:f816:3eff:feec:a700"},{"mac-address":"fa:16:3e:ec:a7:00","ip-address":"10.1.0.19"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:82:ec:fb","ip-address":"10.2.0.4"},{"mac-address":"fa:16:3e:82:ec:fb","ip-address":"fe80:0:0:0:f816:3eff:fe82:ecfb"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"83659136235614:br-ex-patch:trunk","enabled":true,"odl-interface:parent-interface":"83659136235614:br-ex-patch","type":"iana-if-type:l2vlan","odl-interface:external":true,"odl-interface:l2vlan-mode":"trunk"},{"name":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:f4:49:38","ip-address":"fe80:0:0:0:f816:3eff:fef4:4938"},{"mac-address":"fa:16:3e:f4:49:38","ip-address":"10.2.0.6"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"859e8972-722a-4ff6-b3eb-a6fb16309263","enabled":true,"type":"iana-if-type:l2vlan","aclservice:port-security-enabled":true,"aclservice:security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"aclservice:allowed-address-pairs":[{"mac-address":"fa:16:3e:2b:58:6d","ip-address":"fe80:0:0:0:f816:3eff:fe2b:586d"},{"mac-address":"fa:16:3e:2b:58:6d","ip-address":"10.1.0.24"}],"odl-interface:l2vlan-mode":"trunk"},{"name":"1b675214-31b3-404f-9603-3e12ec9adef7","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap1b675214-31"},{"name":"abe90575-63ad-4d63-ad64-413afaf41ff1","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk"},{"name":"94880024-e102-4886-beae-95f4c4634488","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk","odl-interface:parent-interface":"tap94880024-e1"},{"name":"8a57c4af-18db-42f9-ae7c-1bc52f189671","enabled":true,"type":"iana-if-type:l2vlan","odl-interface:l2vlan-mode":"trunk"}]}} </msg>
<msg timestamp="20181202 17:57:48.759" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.759" level="INFO">${pretty_output} = {
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:feec:...</msg>
<status status="PASS" endtime="20181202 17:57:48.759" starttime="20181202 17:57:48.758"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.759" level="INFO">{
    "interfaces": {
        "interface": [
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:feec:a700",
                        "mac-address": "fa:16:3e:ec:a7:00"
                    },
                    {
                        "ip-address": "10.1.0.19",
                        "mac-address": "fa:16:3e:ec:a7:00"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                ],
                "enabled": true,
                "name": "07b64bd9-7ec0-464d-b96e-86f13211189c",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "10.2.0.4",
                        "mac-address": "fa:16:3e:82:ec:fb"
                    },
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe82:ecfb",
                        "mac-address": "fa:16:3e:82:ec:fb"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                ],
                "enabled": true,
                "name": "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "83659136235614:br-ex-patch:trunk",
                "odl-interface:external": true,
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "83659136235614:br-ex-patch",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fef4:4938",
                        "mac-address": "fa:16:3e:f4:49:38"
                    },
                    {
                        "ip-address": "10.2.0.6",
                        "mac-address": "fa:16:3e:f4:49:38"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                ],
                "enabled": true,
                "name": "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "aclservice:allowed-address-pairs": [
                    {
                        "ip-address": "fe80:0:0:0:f816:3eff:fe2b:586d",
                        "mac-address": "fa:16:3e:2b:58:6d"
                    },
                    {
                        "ip-address": "10.1.0.24",
                        "mac-address": "fa:16:3e:2b:58:6d"
                    }
                ],
                "aclservice:port-security-enabled": true,
                "aclservice:security-groups": [
                    "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                ],
                "enabled": true,
                "name": "859e8972-722a-4ff6-b3eb-a6fb16309263",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap1b675214-31",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "odl-interface:l2vlan-mode": "trunk",
                "odl-interface:parent-interface": "tap94880024-e1",
                "type": "iana-if-type:l2vlan"
            },
            {
                "enabled": true,
                "name": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "odl-interface:l2vlan-mode": "trunk",
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.760" starttime="20181202 17:57:48.759"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.760" starttime="20181202 17:57:48.755"></status>
</kw>
<kw type="foritem" name="${model} = config/interface-service-bindings:service-bindings">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.763" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/interface-service-bindings:service-bindings, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.763" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.763" starttime="20181202 17:57:48.760"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.765" level="INFO">To JSON using : content={"service-bindings":{"services-info":[{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"fc6fd3ab-0c21-4cda-ab7d-93d01577f9a0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd.1b675214-31b3-404f-9603-3e12ec9adef7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84288733184,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5024,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":50,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]},{"service-priority":8,"service-name":"vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.1b675214-31b3-404f-9603-3e12ec9adef7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":10,"flow-cookie":134217729,"instruction":[{"order":1,"apply-actions":{"action":[{"order":0,"nx-reg-load":{"value":100008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":2,"write-metadata":{"metadata":200016,"metadata-mask":16777214}},{"order":3,"go-to-table":{"table_id":19}}]}]},{"interface-name":"3976e464-d51c-4885-8d00-d5260b1eb4d4","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"afd98249-91b5-48b7-9e0e-a3ba2766cc53","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"95099afa-684b-452e-9022-c8265652d79f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.1b675214-31b3-404f-9603-3e12ec9adef7","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"43"}}]}}]}]},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3f930d40-89f2-4e6e-b6cd-1d1ad9932e97","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.94880024-e102-4886-beae-95f4c4634488","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"42"}}]}}]}]},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"af91e1f9-3850-46e1-987a-3342396a639a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"0b17f6a9-9a17-4745-8d67-192afed54043","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1a4d9e43-4752-4be0-8a11-7b7d3aa15b88","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"00badd09-14b5-4ee5-bfbb-df57c96926f0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"83659136235614:br-ex-patch:1132","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1131","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1133","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8b39b8d4-4555-4aca-bc6d-e377cb803f92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"c1a162da-5605-468d-8ee2-d5c43b262ba0","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"08b29d12-1f06-473d-b9df-fd670befc6cc","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"29ac8d21-7d07-41f4-93b8-87fd315913db","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","bound-services":[{"service-priority":9,"service-name":"default.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134217735,"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"409bbe4c-7625-49d1-baab-d8052a459adb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4f6c9095-5a7c-4fe1-9f5d-9086263aca35","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5a220928-2496-452f-95c6-dc09e1c7354f","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3a9e9d41-b510-4fcf-a4d4-dd507c05cc99","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5a220928-2496-452f-95c6-dc09e1c7354f","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"01d34cb7-46a5-4f2b-ab71-a5516f34218c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"6bc145d0-7fc6-4930-a87d-b5968895c00c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"348c54da-7d8b-4a88-8fe2-bc66d62457ba","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"4d0a23a6-aa49-4ab9-bf79-3806241cbd92","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]}]},{"interface-name":"5dc78a1e-324d-4f8a-b09f-0cdea3a3083a","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"83659136235614:br-ex-patch:1121","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"e29a4fab-b3dd-4458-8a63-38b6af08c5c6","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"4070352c-2fd0-495e-aadc-27952170c194","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"a59f26b2-a151-4d29-9a3c-a0395dd3e604","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"9f2218a4-92b9-4172-8acc-795c4fb5c07c","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"eb4d66fd-1ec5-40fd-827b-ac1733bf3616","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"671fccba-5c80-4c83-a564-4e784851cad2","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"8a486ad5-a6c0-424a-ba04-a6733a5d69e8","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"0b17f6a9-9a17-4745-8d67-192afed54043","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"bc7f5352-06d5-4362-97c2-e9d6bae7e2cb","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"1504a868-cbea-4907-a6fe-0874ece08730","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"61505a77-d107-412e-81ab-1a823d3de66a","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"5771d50d-389a-46ee-bf24-bd774ad81aef","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488","service-mode":"interface-service-bindings:service-mode-ingress","bound-services":[{"service-priority":9,"service-name":"elan.abcfba9f-d118-4906-ab9c-cdf4f3098ecd.94880024-e102-4886-beae-95f4c4634488","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":9,"flow-cookie":134479872,"instruction":[{"order":1,"write-metadata":{"metadata":84271955968,"metadata-mask":1099494850560}},{"order":2,"apply-actions":{"action":[{"order":1,"nx-reg-load":{"value":5023,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}},{"order":0,"nx-reg-load":{"value":49,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}}]}},{"order":3,"go-to-table":{"table_id":43}}]},{"service-priority":8,"service-name":"vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.94880024-e102-4886-beae-95f4c4634488","service-type":"interface-service-bindings:service-type-flow-based","flow-priority":10,"flow-cookie":134217729,"instruction":[{"order":1,"apply-actions":{"action":[{"order":0,"nx-reg-load":{"value":100008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":2,"write-metadata":{"metadata":200016,"metadata-mask":16777214}},{"order":3,"go-to-table":{"table_id":19}}]}]},{"interface-name":"3392ce70-58b4-4554-a535-7e5508ecc8ae","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3ac56fad-e589-4217-bf1f-e6ba868e1a4b","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"c09944f0-4225-4c8d-8a44-5f87e9b0e71e","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"3f930d40-89f2-4e6e-b6cd-1d1ad9932e97","service-mode":"interface-service-bindings:service-mode-egress"},{"interface-name":"517f4d33-afd0-49cc-83bf-6323382664af","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"a91e4dd5-8045-498e-b966-2b0e83e7cd67","service-mode":"interface-service-bindings:service-mode-ingress"},{"interface-name":"fc6fd3ab-0c21-4cda-ab7d-93d01577f9a0","service-mode":"interface-service-bindings:service-mode-ingress"}]}} </msg>
<msg timestamp="20181202 17:57:48.766" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.766" level="INFO">${pretty_output} = {
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindin...</msg>
<status status="PASS" endtime="20181202 17:57:48.766" starttime="20181202 17:57:48.763"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.766" level="INFO">{
    "service-bindings": {
        "services-info": [
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "fc6fd3ab-0c21-4cda-ab7d-93d01577f9a0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84288733184,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5024
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 50
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd.1b675214-31b3-404f-9603-3e12ec9adef7",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 134217729,
                        "flow-priority": 10,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 24,
                                                    "nx-reg": "nicira-match:nxm-nx-reg3",
                                                    "start": 0
                                                },
                                                "value": 100008
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 1
                            },
                            {
                                "order": 2,
                                "write-metadata": {
                                    "metadata": 200016,
                                    "metadata-mask": 16777214
                                }
                            },
                            {
                                "go-to-table": {
                                    "table_id": 19
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.1b675214-31b3-404f-9603-3e12ec9adef7",
                        "service-priority": 8,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3976e464-d51c-4885-8d00-d5260b1eb4d4",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "afd98249-91b5-48b7-9e0e-a3ba2766cc53",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "95099afa-684b-452e-9022-c8265652d79f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "43"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.1b675214-31b3-404f-9603-3e12ec9adef7",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3f930d40-89f2-4e6e-b6cd-1d1ad9932e97",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "42"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.94880024-e102-4886-beae-95f4c4634488",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "94880024-e102-4886-beae-95f4c4634488",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "af91e1f9-3850-46e1-987a-3342396a639a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "0b17f6a9-9a17-4745-8d67-192afed54043",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1a4d9e43-4752-4be0-8a11-7b7d3aa15b88",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "00badd09-14b5-4ee5-bfbb-df57c96926f0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1132",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a09a774d-b9c4-4180-9f6f-b4fe60b6d5d5",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1131",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1133",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8b39b8d4-4555-4aca-bc6d-e377cb803f92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "c1a162da-5605-468d-8ee2-d5c43b262ba0",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "08b29d12-1f06-473d-b9df-fd670befc6cc",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "29ac8d21-7d07-41f4-93b8-87fd315913db",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134217735,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 0,
                                                "output-node-connector": "1"
                                            }
                                        }
                                    ]
                                },
                                "order": 0
                            }
                        ],
                        "service-name": "default.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "409bbe4c-7625-49d1-baab-d8052a459adb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4f6c9095-5a7c-4fe1-9f5d-9086263aca35",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5a220928-2496-452f-95c6-dc09e1c7354f",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3a9e9d41-b510-4fcf-a4d4-dd507c05cc99",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5a220928-2496-452f-95c6-dc09e1c7354f",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "01d34cb7-46a5-4f2b-ab71-a5516f34218c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "6bc145d0-7fc6-4930-a87d-b5968895c00c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "348c54da-7d8b-4a88-8fe2-bc66d62457ba",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "4d0a23a6-aa49-4ab9-bf79-3806241cbd92",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 83919634432,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5002
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 1
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5dc78a1e-324d-4f8a-b09f-0cdea3a3083a",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "83659136235614:br-ex-patch:1121",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "e29a4fab-b3dd-4458-8a63-38b6af08c5c6",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "4070352c-2fd0-495e-aadc-27952170c194",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "a59f26b2-a151-4d29-9a3c-a0395dd3e604",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "9f2218a4-92b9-4172-8acc-795c4fb5c07c",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "1438d2cd-1cd6-4c6a-87e6-4bf8cd82039e",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "eb4d66fd-1ec5-40fd-827b-ac1733bf3616",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "671fccba-5c80-4c83-a564-4e784851cad2",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "8a486ad5-a6c0-424a-ba04-a6733a5d69e8",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "0b17f6a9-9a17-4745-8d67-192afed54043",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "bc7f5352-06d5-4362-97c2-e9d6bae7e2cb",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "1504a868-cbea-4907-a6fe-0874ece08730",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "61505a77-d107-412e-81ab-1a823d3de66a",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "5771d50d-389a-46ee-bf24-bd774ad81aef",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "bound-services": [
                    {
                        "flow-cookie": 134479872,
                        "flow-priority": 9,
                        "instruction": [
                            {
                                "order": 1,
                                "write-metadata": {
                                    "metadata": 84271955968,
                                    "metadata-mask": 1099494850560
                                }
                            },
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 15,
                                                    "nx-reg": "nicira-match:nxm-nx-reg7",
                                                    "start": 0
                                                },
                                                "value": 5023
                                            },
                                            "order": 1
                                        },
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 19,
                                                    "nx-reg": "nicira-match:nxm-nx-reg1",
                                                    "start": 0
                                                },
                                                "value": 49
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 2
                            },
                            {
                                "go-to-table": {
                                    "table_id": 43
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "elan.abcfba9f-d118-4906-ab9c-cdf4f3098ecd.94880024-e102-4886-beae-95f4c4634488",
                        "service-priority": 9,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    },
                    {
                        "flow-cookie": 134217729,
                        "flow-priority": 10,
                        "instruction": [
                            {
                                "apply-actions": {
                                    "action": [
                                        {
                                            "nx-reg-load": {
                                                "dst": {
                                                    "end": 24,
                                                    "nx-reg": "nicira-match:nxm-nx-reg3",
                                                    "start": 0
                                                },
                                                "value": 100008
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "order": 1
                            },
                            {
                                "order": 2,
                                "write-metadata": {
                                    "metadata": 200016,
                                    "metadata-mask": 16777214
                                }
                            },
                            {
                                "go-to-table": {
                                    "table_id": 19
                                },
                                "order": 3
                            }
                        ],
                        "service-name": "vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.94880024-e102-4886-beae-95f4c4634488",
                        "service-priority": 8,
                        "service-type": "interface-service-bindings:service-type-flow-based"
                    }
                ],
                "interface-name": "94880024-e102-4886-beae-95f4c4634488",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3392ce70-58b4-4554-a535-7e5508ecc8ae",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3ac56fad-e589-4217-bf1f-e6ba868e1a4b",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "c09944f0-4225-4c8d-8a44-5f87e9b0e71e",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "3f930d40-89f2-4e6e-b6cd-1d1ad9932e97",
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "interface-name": "517f4d33-afd0-49cc-83bf-6323382664af",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "a91e4dd5-8045-498e-b966-2b0e83e7cd67",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "interface-name": "fc6fd3ab-0c21-4cda-ab7d-93d01577f9a0",
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.767" starttime="20181202 17:57:48.766"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.767" starttime="20181202 17:57:48.760"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-endpoints">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.769" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-endpoints, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.769" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.769" starttime="20181202 17:57:48.767"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.770" level="INFO">To JSON using : content={"dpn-endpoints":{"DPN-TEPs-info":[{"DPN-ID":83659136235614,"tunnel-end-points":[{"portname":"","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"255.255.255.255/32","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614::0","tz-membership":[{"zone-name":"default-transport-zone"}],"gw-ip-address":"0.0.0.0"},{"portname":"tunnel_port","VLAN-ID":0,"ip-address":"11.0.0.37","tunnel-type":"odl-interface:tunnel-type-vxlan","subnet-mask":"0.0.0.0/0","option-tunnel-tos":"0","option-of-tunnel":false,"interface-name":"83659136235614:tunnel_port:0","tz-membership":[{"zone-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c"},{"zone-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd"},{"zone-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"}],"gw-ip-address":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.770" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.770" level="INFO">${pretty_output} = {
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-I...</msg>
<status status="PASS" endtime="20181202 17:57:48.770" starttime="20181202 17:57:48.770"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.771" level="INFO">{
    "dpn-endpoints": {
        "DPN-TEPs-info": [
            {
                "DPN-ID": 83659136235614,
                "tunnel-end-points": [
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614::0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "",
                        "subnet-mask": "255.255.255.255/32",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "default-transport-zone"
                            }
                        ]
                    },
                    {
                        "VLAN-ID": 0,
                        "gw-ip-address": "0.0.0.0",
                        "interface-name": "83659136235614:tunnel_port:0",
                        "ip-address": "11.0.0.37",
                        "option-of-tunnel": false,
                        "option-tunnel-tos": "0",
                        "portname": "tunnel_port",
                        "subnet-mask": "0.0.0.0/0",
                        "tunnel-type": "odl-interface:tunnel-type-vxlan",
                        "tz-membership": [
                            {
                                "zone-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"
                            },
                            {
                                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
                            },
                            {
                                "zone-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd"
                            },
                            {
                                "zone-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.771" starttime="20181202 17:57:48.771"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.771" starttime="20181202 17:57:48.767"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:dpn-teps-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.774" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:dpn-teps-state, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.774" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.774" starttime="20181202 17:57:48.771"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.775" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.775" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.775" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.775" starttime="20181202 17:57:48.774"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.776" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.776" starttime="20181202 17:57:48.775"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.776" starttime="20181202 17:57:48.771"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:external-tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.779" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:external-tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.779" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.779" starttime="20181202 17:57:48.776"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.780" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.780" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.780" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.780" starttime="20181202 17:57:48.779"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.780" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.781" starttime="20181202 17:57:48.780"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.781" starttime="20181202 17:57:48.776"></status>
</kw>
<kw type="foritem" name="${model} = config/itm-state:tunnel-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.783" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm-state:tunnel-list, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.783" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.783" starttime="20181202 17:57:48.781"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.784" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.784" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.784" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.784" starttime="20181202 17:57:48.783"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.784" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.784" starttime="20181202 17:57:48.784"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.785" starttime="20181202 17:57:48.781"></status>
</kw>
<kw type="foritem" name="${model} = config/itm:transport-zones">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.787" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/itm:transport-zones, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.787" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.787" starttime="20181202 17:57:48.785"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.788" level="INFO">To JSON using : content={"transport-zones":{"transport-zone":[{"zone-name":"default-transport-zone","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"255.255.255.255/32","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"2678e637-51fb-44d1-afb6-213c086f384c","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]},{"zone-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","tunnel-type":"odl-interface:tunnel-type-vxlan","subnets":[{"prefix":"0.0.0.0/0","vlan-id":0,"vteps":[{"dpn-id":83659136235614,"portname":"tunnel_port","ip-address":"11.0.0.37","option-of-tunnel":false}],"gateway-ip":"0.0.0.0"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.788" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.788" level="INFO">${pretty_output} = {
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix...</msg>
<status status="PASS" endtime="20181202 17:57:48.788" starttime="20181202 17:57:48.787"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.789" level="INFO">{
    "transport-zones": {
        "transport-zone": [
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "255.255.255.255/32",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": ""
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "default-transport-zone"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"
            },
            {
                "subnets": [
                    {
                        "gateway-ip": "0.0.0.0",
                        "prefix": "0.0.0.0/0",
                        "vlan-id": 0,
                        "vteps": [
                            {
                                "dpn-id": 83659136235614,
                                "ip-address": "11.0.0.37",
                                "option-of-tunnel": false,
                                "portname": "tunnel_port"
                            }
                        ]
                    }
                ],
                "tunnel-type": "odl-interface:tunnel-type-vxlan",
                "zone-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.789" starttime="20181202 17:57:48.788"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.789" starttime="20181202 17:57:48.785"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-instances">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.791" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-instances, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.791" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.791" starttime="20181202 17:57:48.789"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.792" level="INFO">To JSON using : content={"vpn-instances":{"vpn-instance":[{"vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","type":"l3","ipv4-family":{"vpnTargets":{}},"l3vni":0}]}} </msg>
<msg timestamp="20181202 17:57:48.792" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.792" level="INFO">${pretty_output} = {
    "vpn-instances": {
        "vpn-instance": [
            {
                "ipv4-family": {
                    "vpnTargets": {}
                },
                "l3vni": 0,
                "t...</msg>
<status status="PASS" endtime="20181202 17:57:48.792" starttime="20181202 17:57:48.792"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.792" level="INFO">{
    "vpn-instances": {
        "vpn-instance": [
            {
                "ipv4-family": {
                    "vpnTargets": {}
                },
                "l3vni": 0,
                "type": "l3",
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.793" starttime="20181202 17:57:48.792"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.793" starttime="20181202 17:57:48.789"></status>
</kw>
<kw type="foritem" name="${model} = config/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.795" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.795" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.795" starttime="20181202 17:57:48.793"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.796" level="INFO">To JSON using : content={"vpn-interfaces":{"vpn-interface":[{"name":"94880024-e102-4886-beae-95f4c4634488","router-interface":false,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":32,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.1.0.2/32","mac_address":"fa:16:3e:dd:e9:c7","adjacency_type":"primary-adjacency","subnet_id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755"}]},{"name":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","router-interface":false,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":14,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.2.0.6/32","mac_address":"fa:16:3e:f4:49:38","adjacency_type":"primary-adjacency","subnet_id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed"}]},{"name":"8a57c4af-18db-42f9-ae7c-1bc52f189671","router-interface":true,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":14,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.2.0.1/32","mac_address":"fa:16:3e:53:42:00","adjacency_type":"primary-adjacency","subnet_id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed"}]},{"name":"abe90575-63ad-4d63-ad64-413afaf41ff1","router-interface":true,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":32,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.1.0.1/32","mac_address":"fa:16:3e:bf:04:8f","adjacency_type":"primary-adjacency","subnet_id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755"}]},{"name":"859e8972-722a-4ff6-b3eb-a6fb16309263","router-interface":false,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":32,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.1.0.24/32","mac_address":"fa:16:3e:2b:58:6d","adjacency_type":"primary-adjacency","subnet_id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755"}]},{"name":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","router-interface":false,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":14,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.2.0.4/32","mac_address":"fa:16:3e:82:ec:fb","adjacency_type":"primary-adjacency","subnet_id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed"}]},{"name":"07b64bd9-7ec0-464d-b96e-86f13211189c","router-interface":false,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":32,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.1.0.19/32","mac_address":"fa:16:3e:ec:a7:00","adjacency_type":"primary-adjacency","subnet_id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755"}]},{"name":"1b675214-31b3-404f-9603-3e12ec9adef7","router-interface":false,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","vpn-instance-names":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","associated-subnet-type":"V4AndV6Subnets"}],"segmentation-id":14,"network-type":"VXLAN","odl-l3vpn:adjacency":[{"ip_address":"10.2.0.2/32","mac_address":"fa:16:3e:6b:55:33","adjacency_type":"primary-adjacency","subnet_id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.796" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.796" level="INFO">${pretty_output} = {
    "vpn-interfaces": {
        "vpn-interface": [
            {
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",...</msg>
<status status="PASS" endtime="20181202 17:57:48.796" starttime="20181202 17:57:48.795"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.797" level="INFO">{
    "vpn-interfaces": {
        "vpn-interface": [
            {
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.1.0.2/32",
                        "mac_address": "fa:16:3e:dd:e9:c7",
                        "subnet_id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 32,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.2.0.6/32",
                        "mac_address": "fa:16:3e:f4:49:38",
                        "subnet_id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 14,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.2.0.1/32",
                        "mac_address": "fa:16:3e:53:42:00",
                        "subnet_id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                    }
                ],
                "router-interface": true,
                "segmentation-id": 14,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.1.0.1/32",
                        "mac_address": "fa:16:3e:bf:04:8f",
                        "subnet_id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                    }
                ],
                "router-interface": true,
                "segmentation-id": 32,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "859e8972-722a-4ff6-b3eb-a6fb16309263",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.1.0.24/32",
                        "mac_address": "fa:16:3e:2b:58:6d",
                        "subnet_id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 32,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.2.0.4/32",
                        "mac_address": "fa:16:3e:82:ec:fb",
                        "subnet_id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 14,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "07b64bd9-7ec0-464d-b96e-86f13211189c",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.1.0.19/32",
                        "mac_address": "fa:16:3e:ec:a7:00",
                        "subnet_id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 32,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            },
            {
                "name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "network-type": "VXLAN",
                "odl-l3vpn:adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.2.0.2/32",
                        "mac_address": "fa:16:3e:6b:55:33",
                        "subnet_id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                    }
                ],
                "router-interface": false,
                "segmentation-id": 14,
                "vpn-instance-names": [
                    {
                        "associated-subnet-type": "V4AndV6Subnets",
                        "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.797" starttime="20181202 17:57:48.797"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.797" starttime="20181202 17:57:48.793"></status>
</kw>
<kw type="foritem" name="${model} = config/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.800" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.800" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.800" starttime="20181202 17:57:48.797"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.801" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","inactivity_probe":180000}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"},{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"}],"ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:name":"br-ex-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","termination-point":[{"tp-id":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:name":"br-ex-int-patch","ovsdb:interface-type":"ovsdb:interface-type-patch"}]}]}]} </msg>
<msg timestamp="20181202 17:57:48.801" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.801" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridg...</msg>
<status status="PASS" endtime="20181202 17:57:48.801" starttime="20181202 17:57:48.800"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.801" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        },
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        }
                    ],
                    "ovsdb:controller-entry": [
                        {
                            "inactivity_probe": 180000,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "tp-id": "br-ex-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "termination-point": [
                        {
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:57:48.802" starttime="20181202 17:57:48.801"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.802" starttime="20181202 17:57:48.797"></status>
</kw>
<kw type="foritem" name="${model} = config/neutron:neutron">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.805" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutron:neutron, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.805" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.806" starttime="20181202 17:57:48.802"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.808" level="INFO">To JSON using : content={"neutron":{"networks":{"network":[{"uuid":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","admin-state-up":false,"status":"ACTIVE","project-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-provider-ext:network-type":"neutron-networks:network-type-flat","tenant-id":"bd8db3a8-2b30-4083-a8b3-b3fd46401142","neutron-L3-ext:external":false,"shared":false,"name":"Sync Canary Network"},{"uuid":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"32","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2l3_gw_mac_arp_net1"},{"uuid":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","neutron-provider-ext:segmentation-id":"14","neutron-provider-ext:network-type":"neutron-networks:network-type-vxlan","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-L3-ext:external":false,"shared":false,"revision-number":1,"name":"l2l3_gw_mac_arp_net2"}]},"security-groups":{"security-group":[{"uuid":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"l2l3_gw_mac_arp_sg","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":1,"name":"default","project-id":"17b1de510988465db29f79175f31c234"},{"uuid":"e70afc15-34f5-4717-bba6-d8b8167761fb","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","revision-number":1,"name":"default","project-id":"cab93d31c425475e9d7f482ebdccc08e"}]},"security-rules":{"security-rule":[{"uuid":"40bf7425-6cf8-4483-a049-b260cf4202f4","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"c32f47c5-f5bb-4c35-a0d6-efd77394dffe","ethertype":"neutron-constants:ethertype-v6","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"21a4a924-aa47-4a40-933b-e61c895212b0","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"a92be758-a571-4375-914b-23ac92c1cb9a","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"51d50dd8-8c9d-459c-a5f9-a2caa628ec62","remote-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6640a848-cc94-4c63-a2da-02ddcbe52522","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"ff65c37d-5227-420e-b466-5389eb2e558d","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"a5ecaf29-266e-4029-9ed8-fb900958c071","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-tcp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"891c586d-15e3-47f6-bd35-c907c0021d10","port-range-max":65535,"ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","port-range-min":1,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-udp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"0141fa38-4a66-4128-9c41-9220aa989c1b","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969"},{"uuid":"c10aa931-5f7c-4cdf-a4b4-6b0194977951","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969"},{"uuid":"6eb019de-d617-4690-969b-0e39a6783752","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","protocol":"neutron-constants:protocol-icmp","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"f554e7d6-3d96-40e1-be3f-0f325fe4b969","remote-ip-prefix":"0.0.0.0/0"},{"uuid":"037d1331-3d35-4a75-80c8-3e13b9544f64","ethertype":"neutron-constants:ethertype-v4","project-id":"cab93d31c425475e9d7f482ebdccc08e","tenant-id":"cab93d31-c425-475e-9d7f-482ebdccc08e","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"e70afc15-34f5-4717-bba6-d8b8167761fb"},{"uuid":"6d5ca33c-09b2-46e8-bb0e-9152ee73719f","remote-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed","ethertype":"neutron-constants:ethertype-v6","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-ingress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"},{"uuid":"900f9ec1-a714-4eaf-a552-61daa370f63d","ethertype":"neutron-constants:ethertype-v4","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","direction":"neutron-constants:direction-egress","revision-number":0,"security-group-id":"017a4b3c-d8fa-457e-9dcb-67bb225822ed"}]},"subnets":{"subnet":[{"uuid":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","gateway-ip":"10.2.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.2.0.2","end":"10.2.255.254"}],"cidr":"10.2.0.0/16","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_subnet2"},{"uuid":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","gateway-ip":"10.1.0.1","project-id":"17b1de510988465db29f79175f31c234","enable-dhcp":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"ip-version":"neutron-constants:ip-version-v4","allocation-pools":[{"start":"10.1.0.2","end":"10.1.255.254"}],"cidr":"10.1.0.0/16","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_subnet1"}]},"ports":{"port":[{"uuid":"07b64bd9-7ec0-464d-b96e-86f13211189c","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.19"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:ec:a7:00","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_port1"},{"uuid":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.4"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:82:ec:fb","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_port4"},{"uuid":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.6"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:f4:49:38","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":"l2l3_gw_mac_arp_port2"},{"uuid":"859e8972-722a-4ff6-b3eb-a6fb16309263","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.24"}],"device-id":"","project-id":"17b1de510988465db29f79175f31c234","neutron-portsecurity:port-security-enabled":true,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","device-owner":"","mac-address":"fa:16:3e:2b:58:6d","security-groups":["f554e7d6-3d96-40e1-be3f-0f325fe4b969"],"admin-state-up":true,"status":"ACTIVE","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":"l2l3_gw_mac_arp_port3"},{"uuid":"1b675214-31b3-404f-9603-3e12ec9adef7","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:6b:55:33","admin-state-up":true,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":""},{"uuid":"abe90575-63ad-4d63-ad64-413afaf41ff1","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.1"}],"device-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","revision-number":2,"device-owner":"network:router_interface","mac-address":"fa:16:3e:bf:04:8f","admin-state-up":true,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":""},{"uuid":"94880024-e102-4886-beae-95f4c4634488","fixed-ips":[{"subnet-id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","ip-address":"10.1.0.2"}],"device-id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-abcfba9f-d118-4906-ab9c-cdf4f3098ecd","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"overcloud-controller-0.opnfvlf.org","neutron-binding:vif-type":"ovs","neutron-binding:vnic-type":"normal","revision-number":3,"device-owner":"network:dhcp","mac-address":"fa:16:3e:dd:e9:c7","admin-state-up":true,"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","name":""},{"uuid":"8a57c4af-18db-42f9-ae7c-1bc52f189671","fixed-ips":[{"subnet-id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","ip-address":"10.2.0.1"}],"device-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","neutron-portsecurity:port-security-enabled":false,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","neutron-binding:profile":"{}","neutron-binding:host-id":"","neutron-binding:vif-type":"unbound","neutron-binding:vnic-type":"normal","revision-number":2,"device-owner":"network:router_interface","mac-address":"fa:16:3e:53:42:00","admin-state-up":true,"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","name":""}]},"routers":{"router":[{"uuid":"65620d19-14f8-4556-9788-bc9a4066a5c9","admin-state-up":true,"status":"ACTIVE","project-id":"17b1de510988465db29f79175f31c234","tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","revision-number":0,"distributed":false,"name":"l2l3_gw_mac_arp_rtr1"}]}}} </msg>
<msg timestamp="20181202 17:57:48.808" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.808" level="INFO">${pretty_output} = {
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    ...</msg>
<status status="PASS" endtime="20181202 17:57:48.808" starttime="20181202 17:57:48.806"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.809" level="INFO">{
    "neutron": {
        "networks": {
            "network": [
                {
                    "admin-state-up": false,
                    "name": "Sync Canary Network",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-flat",
                    "project-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "bd8db3a8-2b30-4083-a8b3-b3fd46401142",
                    "uuid": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
                },
                {
                    "admin-state-up": true,
                    "name": "l2l3_gw_mac_arp_net1",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "32",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd"
                },
                {
                    "admin-state-up": true,
                    "name": "l2l3_gw_mac_arp_net2",
                    "neutron-L3-ext:external": false,
                    "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan",
                    "neutron-provider-ext:segmentation-id": "14",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "shared": false,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"
                }
            ]
        },
        "ports": {
            "port": [
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.0.19",
                            "subnet-id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                        }
                    ],
                    "mac-address": "fa:16:3e:ec:a7:00",
                    "name": "l2l3_gw_mac_arp_port1",
                    "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "07b64bd9-7ec0-464d-b96e-86f13211189c"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.2.0.4",
                            "subnet-id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                        }
                    ],
                    "mac-address": "fa:16:3e:82:ec:fb",
                    "name": "l2l3_gw_mac_arp_port4",
                    "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f9df8314-aa99-4fd9-a88b-0b085d007f6b"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.2.0.6",
                            "subnet-id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                        }
                    ],
                    "mac-address": "fa:16:3e:f4:49:38",
                    "name": "l2l3_gw_mac_arp_port2",
                    "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "2b4cf24f-502c-4071-9c51-b4ffa65641c9"
                },
                {
                    "admin-state-up": true,
                    "device-id": "",
                    "device-owner": "",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.0.24",
                            "subnet-id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                        }
                    ],
                    "mac-address": "fa:16:3e:2b:58:6d",
                    "name": "l2l3_gw_mac_arp_port3",
                    "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": true,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "security-groups": [
                        "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                    ],
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "859e8972-722a-4ff6-b3eb-a6fb16309263"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.2.0.2",
                            "subnet-id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                        }
                    ],
                    "mac-address": "fa:16:3e:6b:55:33",
                    "name": "",
                    "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "1b675214-31b3-404f-9603-3e12ec9adef7"
                },
                {
                    "admin-state-up": true,
                    "device-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                    "device-owner": "network:router_interface",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.0.1",
                            "subnet-id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                        }
                    ],
                    "mac-address": "fa:16:3e:bf:04:8f",
                    "name": "",
                    "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 2,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "abe90575-63ad-4d63-ad64-413afaf41ff1"
                },
                {
                    "admin-state-up": true,
                    "device-id": "dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "device-owner": "network:dhcp",
                    "fixed-ips": [
                        {
                            "ip-address": "10.1.0.2",
                            "subnet-id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                        }
                    ],
                    "mac-address": "fa:16:3e:dd:e9:c7",
                    "name": "",
                    "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "neutron-binding:host-id": "overcloud-controller-0.opnfvlf.org",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "ovs",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 3,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "94880024-e102-4886-beae-95f4c4634488"
                },
                {
                    "admin-state-up": true,
                    "device-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                    "device-owner": "network:router_interface",
                    "fixed-ips": [
                        {
                            "ip-address": "10.2.0.1",
                            "subnet-id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                        }
                    ],
                    "mac-address": "fa:16:3e:53:42:00",
                    "name": "",
                    "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "neutron-binding:host-id": "",
                    "neutron-binding:profile": "{}",
                    "neutron-binding:vif-type": "unbound",
                    "neutron-binding:vnic-type": "normal",
                    "neutron-portsecurity:port-security-enabled": false,
                    "revision-number": 2,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "8a57c4af-18db-42f9-ae7c-1bc52f189671"
                }
            ]
        },
        "routers": {
            "router": [
                {
                    "admin-state-up": true,
                    "distributed": false,
                    "name": "l2l3_gw_mac_arp_rtr1",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "status": "ACTIVE",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                }
            ]
        },
        "security-groups": {
            "security-group": [
                {
                    "name": "l2l3_gw_mac_arp_sg",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "f554e7d6-3d96-40e1-be3f-0f325fe4b969"
                },
                {
                    "name": "default",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 1,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "017a4b3c-d8fa-457e-9dcb-67bb225822ed"
                },
                {
                    "name": "default",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 1,
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "e70afc15-34f5-4717-bba6-d8b8167761fb"
                }
            ]
        },
        "security-rules": {
            "security-rule": [
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "40bf7425-6cf8-4483-a049-b260cf4202f4"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "c32f47c5-f5bb-4c35-a0d6-efd77394dffe"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "aaeb84f5-b5d9-4e4b-b0a7-57fca7992ee9"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "21a4a924-aa47-4a40-933b-e61c895212b0"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a92be758-a571-4375-914b-23ac92c1cb9a"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "remote-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "51d50dd8-8c9d-459c-a5f9-a2caa628ec62"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6640a848-cc94-4c63-a2da-02ddcbe52522"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "ff65c37d-5227-420e-b466-5389eb2e558d"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-tcp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "a5ecaf29-266e-4029-9ed8-fb900958c071"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "port-range-max": 65535,
                    "port-range-min": 1,
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-udp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "891c586d-15e3-47f6-bd35-c907c0021d10"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "0141fa38-4a66-4128-9c41-9220aa989c1b"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "c10aa931-5f7c-4cdf-a4b4-6b0194977951"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "protocol": "neutron-constants:protocol-icmp",
                    "remote-ip-prefix": "0.0.0.0/0",
                    "revision-number": 0,
                    "security-group-id": "f554e7d6-3d96-40e1-be3f-0f325fe4b969",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6eb019de-d617-4690-969b-0e39a6783752"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "cab93d31c425475e9d7f482ebdccc08e",
                    "revision-number": 0,
                    "security-group-id": "e70afc15-34f5-4717-bba6-d8b8167761fb",
                    "tenant-id": "cab93d31-c425-475e-9d7f-482ebdccc08e",
                    "uuid": "037d1331-3d35-4a75-80c8-3e13b9544f64"
                },
                {
                    "direction": "neutron-constants:direction-ingress",
                    "ethertype": "neutron-constants:ethertype-v6",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "remote-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "6d5ca33c-09b2-46e8-bb0e-9152ee73719f"
                },
                {
                    "direction": "neutron-constants:direction-egress",
                    "ethertype": "neutron-constants:ethertype-v4",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "security-group-id": "017a4b3c-d8fa-457e-9dcb-67bb225822ed",
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "900f9ec1-a714-4eaf-a552-61daa370f63d"
                }
            ]
        },
        "subnets": {
            "subnet": [
                {
                    "allocation-pools": [
                        {
                            "end": "10.2.255.254",
                            "start": "10.2.0.2"
                        }
                    ],
                    "cidr": "10.2.0.0/16",
                    "enable-dhcp": true,
                    "gateway-ip": "10.2.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l2l3_gw_mac_arp_subnet2",
                    "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                },
                {
                    "allocation-pools": [
                        {
                            "end": "10.1.255.254",
                            "start": "10.1.0.2"
                        }
                    ],
                    "cidr": "10.1.0.0/16",
                    "enable-dhcp": true,
                    "gateway-ip": "10.1.0.1",
                    "ip-version": "neutron-constants:ip-version-v4",
                    "name": "l2l3_gw_mac_arp_subnet1",
                    "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                    "project-id": "17b1de510988465db29f79175f31c234",
                    "revision-number": 0,
                    "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                    "uuid": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                }
            ]
        }
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.809" starttime="20181202 17:57:48.808"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.809" starttime="20181202 17:57:48.802"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:networkMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.811" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:networkMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.812" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.812" starttime="20181202 17:57:48.809"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.812" level="INFO">To JSON using : content={"networkMaps":{"networkMap":[{"network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","subnet-id-list":["ee83d02a-ccb1-4f3b-b460-1f13e95fe755"]},{"network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","subnet-id-list":["3bd93cf1-be6c-4421-bc2c-9288caf217ed"]}]}} </msg>
<msg timestamp="20181202 17:57:48.812" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.812" level="INFO">${pretty_output} = {
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "subnet-id-list": [
                    "ee83d02a-ccb...</msg>
<status status="PASS" endtime="20181202 17:57:48.812" starttime="20181202 17:57:48.812"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.813" level="INFO">{
    "networkMaps": {
        "networkMap": [
            {
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "subnet-id-list": [
                    "ee83d02a-ccb1-4f3b-b460-1f13e95fe755"
                ]
            },
            {
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "subnet-id-list": [
                    "3bd93cf1-be6c-4421-bc2c-9288caf217ed"
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.813" starttime="20181202 17:57:48.813"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.813" starttime="20181202 17:57:48.809"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:neutron-vpn-portip-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.815" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:neutron-vpn-portip-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.816" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.816" starttime="20181202 17:57:48.813"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.816" level="INFO">To JSON using : content={"neutron-vpn-portip-port-data":{"vpn-portip-to-port":[{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.1.0.2","mac-address":"fa:16:3e:dd:e9:c7","port-name":"94880024-e102-4886-beae-95f4c4634488","subnet-ip":false},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.1.0.1","mac-address":"fa:16:3e:bf:04:8f","port-name":"abe90575-63ad-4d63-ad64-413afaf41ff1","subnet-ip":true},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.2.0.2","mac-address":"fa:16:3e:6b:55:33","port-name":"1b675214-31b3-404f-9603-3e12ec9adef7","subnet-ip":false},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.2.0.1","mac-address":"fa:16:3e:53:42:00","port-name":"8a57c4af-18db-42f9-ae7c-1bc52f189671","subnet-ip":true},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.2.0.4","mac-address":"fa:16:3e:82:ec:fb","port-name":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","subnet-ip":false},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.1.0.24","mac-address":"fa:16:3e:2b:58:6d","port-name":"859e8972-722a-4ff6-b3eb-a6fb16309263","subnet-ip":false},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.2.0.6","mac-address":"fa:16:3e:f4:49:38","port-name":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","subnet-ip":false},{"vpn-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","port-fixedip":"10.1.0.19","mac-address":"fa:16:3e:ec:a7:00","port-name":"07b64bd9-7ec0-464d-b96e-86f13211189c","subnet-ip":false}]}} </msg>
<msg timestamp="20181202 17:57:48.816" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.816" level="INFO">${pretty_output} = {
    "neutron-vpn-portip-port-data": {
        "vpn-portip-to-port": [
            {
                "mac-address": "fa:16:3e:dd:e9:c7",
                "port-fixedip": "10.1.0.2",
                "p...</msg>
<status status="PASS" endtime="20181202 17:57:48.817" starttime="20181202 17:57:48.816"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.817" level="INFO">{
    "neutron-vpn-portip-port-data": {
        "vpn-portip-to-port": [
            {
                "mac-address": "fa:16:3e:dd:e9:c7",
                "port-fixedip": "10.1.0.2",
                "port-name": "94880024-e102-4886-beae-95f4c4634488",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:bf:04:8f",
                "port-fixedip": "10.1.0.1",
                "port-name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "subnet-ip": true,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:6b:55:33",
                "port-fixedip": "10.2.0.2",
                "port-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:53:42:00",
                "port-fixedip": "10.2.0.1",
                "port-name": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "subnet-ip": true,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:82:ec:fb",
                "port-fixedip": "10.2.0.4",
                "port-name": "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:2b:58:6d",
                "port-fixedip": "10.1.0.24",
                "port-name": "859e8972-722a-4ff6-b3eb-a6fb16309263",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:f4:49:38",
                "port-fixedip": "10.2.0.6",
                "port-name": "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "mac-address": "fa:16:3e:ec:a7:00",
                "port-fixedip": "10.1.0.19",
                "port-name": "07b64bd9-7ec0-464d-b96e-86f13211189c",
                "subnet-ip": false,
                "vpn-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.817" starttime="20181202 17:57:48.817"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.817" starttime="20181202 17:57:48.813"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:router-interfaces-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.819" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:router-interfaces-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.819" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.819" starttime="20181202 17:57:48.817"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.820" level="INFO">To JSON using : content={"router-interfaces-map":{"router-interfaces":[{"router-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","interfaces":[{"interface-id":"2b4cf24f-502c-4071-9c51-b4ffa65641c9"},{"interface-id":"abe90575-63ad-4d63-ad64-413afaf41ff1"},{"interface-id":"f9df8314-aa99-4fd9-a88b-0b085d007f6b"},{"interface-id":"8a57c4af-18db-42f9-ae7c-1bc52f189671"},{"interface-id":"07b64bd9-7ec0-464d-b96e-86f13211189c"},{"interface-id":"1b675214-31b3-404f-9603-3e12ec9adef7"},{"interface-id":"859e8972-722a-4ff6-b3eb-a6fb16309263"},{"interface-id":"94880024-e102-4886-beae-95f4c4634488"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.820" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.820" level="INFO">${pretty_output} = {
    "router-interfaces-map": {
        "router-interfaces": [
            {
                "interfaces": [
                    {
                        "interface-id": "2b4cf24f-502c-4071-9c51-b4f...</msg>
<status status="PASS" endtime="20181202 17:57:48.820" starttime="20181202 17:57:48.820"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.821" level="INFO">{
    "router-interfaces-map": {
        "router-interfaces": [
            {
                "interfaces": [
                    {
                        "interface-id": "2b4cf24f-502c-4071-9c51-b4ffa65641c9"
                    },
                    {
                        "interface-id": "abe90575-63ad-4d63-ad64-413afaf41ff1"
                    },
                    {
                        "interface-id": "f9df8314-aa99-4fd9-a88b-0b085d007f6b"
                    },
                    {
                        "interface-id": "8a57c4af-18db-42f9-ae7c-1bc52f189671"
                    },
                    {
                        "interface-id": "07b64bd9-7ec0-464d-b96e-86f13211189c"
                    },
                    {
                        "interface-id": "1b675214-31b3-404f-9603-3e12ec9adef7"
                    },
                    {
                        "interface-id": "859e8972-722a-4ff6-b3eb-a6fb16309263"
                    },
                    {
                        "interface-id": "94880024-e102-4886-beae-95f4c4634488"
                    }
                ],
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.821" starttime="20181202 17:57:48.820"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.821" starttime="20181202 17:57:48.817"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:subnetmaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.823" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:subnetmaps, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.824" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.824" starttime="20181202 17:57:48.821"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.825" level="INFO">To JSON using : content={"subnetmaps":{"subnetmap":[{"id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","router-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","router-interface-fixed-ip":"10.1.0.1","network-type":"VXLAN","router-interface-port-id":"abe90575-63ad-4d63-ad64-413afaf41ff1","router-intf-mac-address":"fa:16:3e:bf:04:8f","port-list":["94880024-e102-4886-beae-95f4c4634488","859e8972-722a-4ff6-b3eb-a6fb16309263","07b64bd9-7ec0-464d-b96e-86f13211189c"],"segmentation-id":32,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","subnet-ip":"10.1.0.0/16","vpn-id":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","router-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","router-interface-fixed-ip":"10.2.0.1","network-type":"VXLAN","router-interface-port-id":"8a57c4af-18db-42f9-ae7c-1bc52f189671","router-intf-mac-address":"fa:16:3e:53:42:00","port-list":["2b4cf24f-502c-4071-9c51-b4ffa65641c9","f9df8314-aa99-4fd9-a88b-0b085d007f6b","1b675214-31b3-404f-9603-3e12ec9adef7"],"segmentation-id":14,"tenant-id":"17b1de51-0988-465d-b29f-79175f31c234","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","subnet-ip":"10.2.0.0/16","vpn-id":"65620d19-14f8-4556-9788-bc9a4066a5c9"}]}} </msg>
<msg timestamp="20181202 17:57:48.825" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.825" level="INFO">${pretty_output} = {
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
         ...</msg>
<status status="PASS" endtime="20181202 17:57:48.825" starttime="20181202 17:57:48.824"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.825" level="INFO">{
    "subnetmaps": {
        "subnetmap": [
            {
                "id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755",
                "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "network-type": "VXLAN",
                "port-list": [
                    "94880024-e102-4886-beae-95f4c4634488",
                    "859e8972-722a-4ff6-b3eb-a6fb16309263",
                    "07b64bd9-7ec0-464d-b96e-86f13211189c"
                ],
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "router-interface-fixed-ip": "10.1.0.1",
                "router-interface-port-id": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "router-intf-mac-address": "fa:16:3e:bf:04:8f",
                "segmentation-id": 32,
                "subnet-ip": "10.1.0.0/16",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                "vpn-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed",
                "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "network-type": "VXLAN",
                "port-list": [
                    "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                    "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                    "1b675214-31b3-404f-9603-3e12ec9adef7"
                ],
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "router-interface-fixed-ip": "10.2.0.1",
                "router-interface-port-id": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "router-intf-mac-address": "fa:16:3e:53:42:00",
                "segmentation-id": 14,
                "subnet-ip": "10.2.0.0/16",
                "tenant-id": "17b1de51-0988-465d-b29f-79175f31c234",
                "vpn-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.825" starttime="20181202 17:57:48.825"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.825" starttime="20181202 17:57:48.821"></status>
</kw>
<kw type="foritem" name="${model} = config/neutronvpn:vpnMaps">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.827" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/neutronvpn:vpnMaps, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.828" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.828" starttime="20181202 17:57:48.826"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.828" level="INFO">To JSON using : content={"vpnMaps":{"vpnMap":[{"vpn-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","router-id":"65620d19-14f8-4556-9788-bc9a4066a5c9"}]}} </msg>
<msg timestamp="20181202 17:57:48.828" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.828" level="INFO">${pretty_output} = {
    "vpnMaps": {
        "vpnMap": [
            {
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vpn-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }...</msg>
<status status="PASS" endtime="20181202 17:57:48.828" starttime="20181202 17:57:48.828"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.829" level="INFO">{
    "vpnMaps": {
        "vpnMap": [
            {
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vpn-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.829" starttime="20181202 17:57:48.829"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.829" starttime="20181202 17:57:48.825"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-fib:fibEntries">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.831" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-fib:fibEntries, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.831" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.831" starttime="20181202 17:57:48.829"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.832" level="INFO">To JSON using : content={"fibEntries":{"vrfTables":[{"routeDistinguisher":"65620d19-14f8-4556-9788-bc9a4066a5c9","vrfEntry":[{"destPrefix":"10.2.0.1/32","origin":"l","route-paths":[{"nexthop-address":"0.0.0.0","label":100011}],"ip-address":"10.2.0.1/32","uuid":"65620d19-14f8-4556-9788-bc9a4066a5c9","mac-address":"fa:16:3e:53:42:00"},{"destPrefix":"10.1.0.2/32","origin":"l","encap-type":"mplsgre","route-paths":[{"nexthop-address":"11.0.0.37","label":100010}],"gateway_mac_address":"fa:16:3e:bf:04:8f"},{"destPrefix":"10.2.0.2/32","origin":"l","encap-type":"mplsgre","route-paths":[{"nexthop-address":"11.0.0.37","label":100012}],"gateway_mac_address":"fa:16:3e:53:42:00"},{"destPrefix":"10.1.0.1/32","origin":"l","route-paths":[{"nexthop-address":"0.0.0.0","label":100009}],"ip-address":"10.1.0.1/32","uuid":"65620d19-14f8-4556-9788-bc9a4066a5c9","mac-address":"fa:16:3e:bf:04:8f"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.832" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.832" level="INFO">${pretty_output} = {
    "fibEntries": {
        "vrfTables": [
            {
                "routeDistinguisher": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vrfEntry": [
                    {
           ...</msg>
<status status="PASS" endtime="20181202 17:57:48.832" starttime="20181202 17:57:48.832"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.833" level="INFO">{
    "fibEntries": {
        "vrfTables": [
            {
                "routeDistinguisher": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vrfEntry": [
                    {
                        "destPrefix": "10.2.0.1/32",
                        "ip-address": "10.2.0.1/32",
                        "mac-address": "fa:16:3e:53:42:00",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100011,
                                "nexthop-address": "0.0.0.0"
                            }
                        ],
                        "uuid": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    },
                    {
                        "destPrefix": "10.1.0.2/32",
                        "encap-type": "mplsgre",
                        "gateway_mac_address": "fa:16:3e:bf:04:8f",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100010,
                                "nexthop-address": "11.0.0.37"
                            }
                        ]
                    },
                    {
                        "destPrefix": "10.2.0.2/32",
                        "encap-type": "mplsgre",
                        "gateway_mac_address": "fa:16:3e:53:42:00",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100012,
                                "nexthop-address": "11.0.0.37"
                            }
                        ]
                    },
                    {
                        "destPrefix": "10.1.0.1/32",
                        "ip-address": "10.1.0.1/32",
                        "mac-address": "fa:16:3e:bf:04:8f",
                        "origin": "l",
                        "route-paths": [
                            {
                                "label": 100009,
                                "nexthop-address": "0.0.0.0"
                            }
                        ],
                        "uuid": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.833" starttime="20181202 17:57:48.832"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.833" starttime="20181202 17:57:48.829"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-interface-meta:interface-child-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.835" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-interface-meta:interface-child-info, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.836" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.836" starttime="20181202 17:57:48.833"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.836" level="INFO">To JSON using : content={"interface-child-info":{"interface-parent-entry":[{"parent-interface":"83659136235614:br-ex-patch","interface-child-entry":[{"child-interface":"83659136235614:br-ex-patch:trunk"}]},{"parent-interface":"tap94880024-e1","interface-child-entry":[{"child-interface":"94880024-e102-4886-beae-95f4c4634488"}]},{"parent-interface":"tap1b675214-31","interface-child-entry":[{"child-interface":"1b675214-31b3-404f-9603-3e12ec9adef7"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.836" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.836" level="INFO">${pretty_output} = {
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "836591362...</msg>
<status status="PASS" endtime="20181202 17:57:48.836" starttime="20181202 17:57:48.836"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.837" level="INFO">{
    "interface-child-info": {
        "interface-parent-entry": [
            {
                "interface-child-entry": [
                    {
                        "child-interface": "83659136235614:br-ex-patch:trunk"
                    }
                ],
                "parent-interface": "83659136235614:br-ex-patch"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "94880024-e102-4886-beae-95f4c4634488"
                    }
                ],
                "parent-interface": "tap94880024-e1"
            },
            {
                "interface-child-entry": [
                    {
                        "child-interface": "1b675214-31b3-404f-9603-3e12ec9adef7"
                    }
                ],
                "parent-interface": "tap1b675214-31"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.837" starttime="20181202 17:57:48.837"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.837" starttime="20181202 17:57:48.833"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:router-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.840" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:router-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.840" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.840" starttime="20181202 17:57:48.837"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.841" level="INFO">To JSON using : content={"router-interfaces":{"router-interface":[{"interface-name":"abe90575-63ad-4d63-ad64-413afaf41ff1","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"8a57c4af-18db-42f9-ae7c-1bc52f189671","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"859e8972-722a-4ff6-b3eb-a6fb16309263","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"07b64bd9-7ec0-464d-b96e-86f13211189c","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"},{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","router-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"}]}} </msg>
<msg timestamp="20181202 17:57:48.841" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.841" level="INFO">${pretty_output} = {
    "router-interfaces": {
        "router-interface": [
            {
                "interface-name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "router-name": "65620d19-14f8-4556-97...</msg>
<status status="PASS" endtime="20181202 17:57:48.841" starttime="20181202 17:57:48.841"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.842" level="INFO">{
    "router-interfaces": {
        "router-interface": [
            {
                "interface-name": "abe90575-63ad-4d63-ad64-413afaf41ff1",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "8a57c4af-18db-42f9-ae7c-1bc52f189671",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "2b4cf24f-502c-4071-9c51-b4ffa65641c9",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "f9df8314-aa99-4fd9-a88b-0b085d007f6b",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "94880024-e102-4886-beae-95f4c4634488",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "859e8972-722a-4ff6-b3eb-a6fb16309263",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "07b64bd9-7ec0-464d-b96e-86f13211189c",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "router-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.842" starttime="20181202 17:57:48.842"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.842" starttime="20181202 17:57:48.837"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-id-to-vpn-instance">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.844" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-id-to-vpn-instance, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.844" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.844" starttime="20181202 17:57:48.842"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.845" level="INFO">To JSON using : content={"vpn-id-to-vpn-instance":{"vpn-ids":[{"vpn-id":100000,"external-vpn":false,"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"vpn-id":100008,"external-vpn":false,"vrf-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9"}]}} </msg>
<msg timestamp="20181202 17:57:48.845" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.845" level="INFO">${pretty_output} = {
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b...</msg>
<status status="PASS" endtime="20181202 17:57:48.845" starttime="20181202 17:57:48.844"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.845" level="INFO">{
    "vpn-id-to-vpn-instance": {
        "vpn-ids": [
            {
                "external-vpn": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "external-vpn": false,
                "vpn-id": 100008,
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vrf-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.845" starttime="20181202 17:57:48.845"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.845" starttime="20181202 17:57:48.842"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-l3vpn:vpn-instance-to-vpn-id">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.848" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-l3vpn:vpn-instance-to-vpn-id, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.848" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.848" starttime="20181202 17:57:48.846"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.848" level="INFO">To JSON using : content={"vpn-instance-to-vpn-id":{"vpn-instance":[{"vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","vrf-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","vpn-id":100008},{"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000}]}} </msg>
<msg timestamp="20181202 17:57:48.849" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.849" level="INFO">${pretty_output} = {
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100008,
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9",
               ...</msg>
<status status="PASS" endtime="20181202 17:57:48.849" starttime="20181202 17:57:48.848"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.849" level="INFO">{
    "vpn-instance-to-vpn-id": {
        "vpn-instance": [
            {
                "vpn-id": 100008,
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vrf-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.849" starttime="20181202 17:57:48.849"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.849" starttime="20181202 17:57:48.846"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:ext-routers">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.852" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:ext-routers, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.852" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.853" starttime="20181202 17:57:48.849"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.853" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.853" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.853" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.853" starttime="20181202 17:57:48.853"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.854" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.854" starttime="20181202 17:57:48.854"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.854" starttime="20181202 17:57:48.849"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-networks">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.856" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-networks, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.856" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.856" starttime="20181202 17:57:48.854"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.857" level="INFO">To JSON using : content={"external-networks":{}} </msg>
<msg timestamp="20181202 17:57:48.857" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.857" level="INFO">${pretty_output} = {
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:57:48.857" starttime="20181202 17:57:48.857"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.858" level="INFO">{
    "external-networks": {}
}</msg>
<status status="PASS" endtime="20181202 17:57:48.858" starttime="20181202 17:57:48.857"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.858" starttime="20181202 17:57:48.854"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:external-subnets">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.860" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:external-subnets, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.860" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.860" starttime="20181202 17:57:48.858"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.861" level="INFO">To JSON using : content={"external-subnets":{}} </msg>
<msg timestamp="20181202 17:57:48.861" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.861" level="INFO">${pretty_output} = {
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:57:48.861" starttime="20181202 17:57:48.861"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.861" level="INFO">{
    "external-subnets": {}
}</msg>
<status status="PASS" endtime="20181202 17:57:48.862" starttime="20181202 17:57:48.861"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.862" starttime="20181202 17:57:48.858"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.865" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.865" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.865" starttime="20181202 17:57:48.862"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.866" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.866" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.866" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.866" starttime="20181202 17:57:48.865"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.866" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.866" starttime="20181202 17:57:48.866"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.866" starttime="20181202 17:57:48.862"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:intext-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.869" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:intext-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.869" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.869" starttime="20181202 17:57:48.867"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.870" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.870" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.870" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.870" starttime="20181202 17:57:48.870"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.871" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.871" starttime="20181202 17:57:48.871"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.871" starttime="20181202 17:57:48.866"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:napt-switches">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.874" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:napt-switches, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.874" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.874" starttime="20181202 17:57:48.871"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.875" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.875" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.875" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.875" starttime="20181202 17:57:48.875"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.875" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.876" starttime="20181202 17:57:48.875"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.876" starttime="20181202 17:57:48.871"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:router-id-name">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.879" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:router-id-name, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.879" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.879" starttime="20181202 17:57:48.876"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.879" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.879" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.880" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.880" starttime="20181202 17:57:48.879"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.880" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.880" starttime="20181202 17:57:48.880"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.880" starttime="20181202 17:57:48.876"></status>
</kw>
<kw type="foritem" name="${model} = config/odl-nat:snatint-ip-port-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.884" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/odl-nat:snatint-ip-port-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.884" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.884" starttime="20181202 17:57:48.880"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.885" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.885" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.885" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.885" starttime="20181202 17:57:48.884"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.885" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.885" starttime="20181202 17:57:48.885"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.885" starttime="20181202 17:57:48.880"></status>
</kw>
<kw type="foritem" name="${model} = config/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.897" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/config/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.897" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.897" starttime="20181202 17:57:48.886"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.920" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","flow-node-inventory:table":[{"id":20,"flow":[{"id":"L3.83659136235614.20.0L3.","priority":0,"table_id":20,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"Table Miss","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":80}}]},"idle-timeout":0,"barrier":false}]},{"id":212,"flow":[{"id":"212","priority":0,"table_id":212,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":213,"flow":[{"id":"213","priority":0,"table_id":213,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"213","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}}]},"idle-timeout":0,"barrier":false}]},{"id":21,"flow":[{"id":"L3.83659136235614.21.100011.42","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"icmpv4-match":{"icmpv4-code":0,"icmpv4-type":8},"metadata":{"metadata":200016,"metadata-mask":16777214},"ip-match":{"ip-protocol":1},"ipv4-destination":"10.2.0.1/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.100011.42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"set-field":{"ipv4-source":"10.2.0.1/32"}},{"order":4,"set-field":{"icmpv4-match":{"icmpv4-type":0}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":6,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":21}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:53:42:00"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-ip-dst":[null],"start":0,"end":31},"src":{"of-ip-src":[null],"start":0}}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.2.0.2","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200016,"metadata-mask":16777214},"ipv4-destination":"10.2.0.2/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.2.0.2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":150003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"SNAT.83659136235614.21.0.0.0.0.100001","priority":10,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214}},"strict":false,"cookie":134217732,"flow-name":"SNAT.83659136235614.21.0.0.0.0.100001","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":225000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.1.0.2","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200016,"metadata-mask":16777214},"ipv4-destination":"10.1.0.2/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.1.0.2","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":150002}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","priority":34,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.0/24"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":83919834434,"metadata-mask":1099511627774}},{"order":1,"go-to-table":{"table_id":22}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.21.100009.42","priority":42,"table_id":21,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"icmpv4-match":{"icmpv4-code":0,"icmpv4-type":8},"metadata":{"metadata":200016,"metadata-mask":16777214},"ip-match":{"ip-protocol":1},"ipv4-destination":"10.1.0.1/32"},"strict":false,"cookie":134217731,"flow-name":"L3.83659136235614.21.100009.42","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"set-field":{"ipv4-source":"10.1.0.1/32"}},{"order":4,"set-field":{"icmpv4-match":{"icmpv4-type":0}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":6,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":21}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bf:04:8f"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-ip-dst":[null],"start":0,"end":31},"src":{"of-ip-src":[null],"start":0}}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":18,"flow":[{"id":"DHCPTableMissFlowForExternalTunnel","priority":0,"table_id":18,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow For External Tunnel","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":38}}]},"idle-timeout":0,"barrier":false}]},{"id":210,"flow":[{"id":"Ingress_ACL_Table_ARP_GOTO_Flow","priority":63009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_ARP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"210","priority":0,"table_id":210,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"210","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_ICMPv6_134_GOTO_FLOW","priority":63020,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58},"icmpv6-match":{"icmpv6-code":0,"icmpv6-type":134}},"strict":false,"cookie":110100480,"flow-name":"Egress_ICMPv6_134_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IPv6_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IPv6_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v4_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17},"udp-source-port":67,"udp-destination-port":68},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v4_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_DHCP_Server_v6_GOTO_FLOW","priority":61010,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17},"udp-source-port":547,"udp-destination-port":546},"strict":false,"cookie":110100480,"flow-name":"Egress_DHCP_Server_v6_GOTO_FLOW","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_ACL_Table_IP_GOTO_Flow","priority":61009,"table_id":210,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_ACL_Table_IP_GOTO_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":217}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":19,"flow":[{"id":"arp.l3.gwmac.table.19.arp.request","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445973,"flow-name":"arp.l3.gwmac.table.19.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"fa:16:3e:bf:04:8f.100008.83659136235614.19","priority":20,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:bf:04:8f"}},"metadata":{"metadata":200016,"metadata-mask":16777214}},"strict":false,"cookie":134217737,"flow-name":"fa:16:3e:bf:04:8f.100008.83659136235614.19","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":21}}]},"idle-timeout":0,"barrier":false},{"id":"fa:16:3e:53:42:00.100008.83659136235614.19","priority":20,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:53:42:00"}},"metadata":{"metadata":200016,"metadata-mask":16777214}},"strict":false,"cookie":134217737,"flow-name":"fa:16:3e:53:42:00.100008.83659136235614.19","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":21}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.19.0L3.","priority":0,"table_id":19,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"L3 Gw Mac Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.l3.gwmac.table.19.arp.replay","priority":100,"table_id":19,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445974,"flow-name":"arp.l3.gwmac.table.19.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":211,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"211","priority":0,"table_id":211,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"211","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":214}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":211,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":212}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":24,"flow":[{"id":"24","priority":0,"table_id":24,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"External L2VNI Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":216,"flow":[{"id":"216","priority":0,"table_id":216,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"216","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":217,"flow":[{"id":"Ingress_Committer_Drop_Flow","priority":62019,"table_id":217,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Ingress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"217","priority":0,"table_id":217,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"217","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":22,"flow":[{"id":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","priority":42,"table_id":22,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"metadata":{"metadata":200002,"metadata-mask":16777214},"ipv4-destination":"192.168.37.255/32"},"strict":false,"cookie":134217732,"flow-name":"L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"L3.83659136235614.22.0L3.","priority":0,"table_id":22,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134217732,"flow-name":"Subnet Route Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":214,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"214","priority":0,"table_id":214,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"214","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related17","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","priority":62030,"table_id":214,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related212","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":212}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":23,"flow":[{"id":"L3.83659136235614.23.0L3.","priority":0,"table_id":23,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":17301504,"flow-name":"VPN-VNI Demux Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":215,"flow":[{"id":"215","priority":0,"table_id":215,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"215","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":214}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":220,"flow":[{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"1"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.1b675214-31b3-404f-9603-3e12ec9adef7.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":12800}}}]},"strict":true,"cookie":134217735,"flow-name":"default.1b675214-31b3-404f-9603-3e12ec9adef7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"43"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.94880024-e102-4886-beae-95f4c4634488.0","priority":9,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":12544}}}]},"strict":true,"cookie":134217735,"flow-name":"default.94880024-e102-4886-beae-95f4c4634488","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":0,"output-node-connector":"42"}}]}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.220.83659136235614:br-ex-patch:trunk.1","priority":10,"table_id":220,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1,"metadata-mask":1},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg6-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg6","value":768}}}]},"strict":true,"cookie":134217735,"flow-name":"default.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":90,"flow":[{"id":"QoSTableMissFlow","priority":0,"table_id":90,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108865,"flow-name":"QoS Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":36,"flow":[{"id":"3632","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":32}},"strict":false,"cookie":150999967,"flow-name":"ITM Flow Entry :5023","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84271955968,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"3614","priority":5,"table_id":36,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":false,"cookie":150999968,"flow-name":"ITM Flow Entry :5024","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84288733184,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":38,"flow":[{"id":"385024","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":false,"cookie":151327648,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84288733184,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"385023","priority":5,"table_id":38,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":32}},"strict":false,"cookie":151327647,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":84271955968,"metadata-mask":1152921504590069760}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":45,"flow":[{"id":"IPv6TableMissFlow","priority":0,"table_id":45,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":67108864,"flow-name":"IPv6 Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":43,"flow":[{"id":"L2.ELAN.43","priority":0,"table_id":43,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":48}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.request","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":1},"strict":false,"cookie":136445997,"flow-name":"arp.check.table.43.arp.request","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"group-action":{"group-id":5000}}]}}]},"idle-timeout":0,"barrier":false},{"id":"arp.check.table.43.arp.replay","priority":100,"table_id":43,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"arp-op":2},"strict":false,"cookie":136445998,"flow-name":"arp.check.table.43.arp.replay","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":48,"flow":[{"id":"48","priority":0,"table_id":48,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":139460608,"flow-name":"Elan sMac resubmit table","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":49}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":50}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":240,"flow":[{"id":"Ingress_v4_Broadcast_83659136235614_Permit","priority":61010,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"},"ethernet-type":{"type":2048}},"ipv4-destination":"255.255.255.255/32"},"strict":false,"cookie":110100480,"flow-name":"Ingress_v4_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":241}}]},"idle-timeout":0,"barrier":false},{"id":"Ingress_L2_Broadcast_83659136235614_Permit","priority":61005,"table_id":240,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"ff:ff:ff:ff:ff:ff"}}},"strict":false,"cookie":110100480,"flow-name":"Ingress_L2_Broadcast_83659136235614_Permit","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"240","priority":0,"table_id":240,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"240","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":247}},{"order":1,"write-metadata":{"metadata":4,"metadata-mask":4}}]},"idle-timeout":0,"barrier":false}]},{"id":241,"flow":[{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":1}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":58}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"241","priority":0,"table_id":241,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"241","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}},{"order":1,"write-metadata":{"metadata":2,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":6}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","priority":100,"table_id":241,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}},"ip-match":{"ip-protocol":17}},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":242}},{"order":1,"write-metadata":{"metadata":0,"metadata-mask":2}}]},"idle-timeout":0,"barrier":false}]},{"id":239,"flow":[{"id":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":34525}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"239","priority":0,"table_id":239,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"239","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false},{"id":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","priority":100,"table_id":239,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2048}}},"strict":false,"cookie":110100480,"flow-name":"Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}}]}},{"order":1,"go-to-table":{"table_id":240}}]},"idle-timeout":0,"barrier":false}]},{"id":244,"flow":[{"id":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":0,"metadata-mask":2},"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":32,"ct-state":0}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Untracked_Related242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":242}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":36}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Related220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"244","priority":0,"table_id":244,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"244","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","priority":62030,"table_id":244,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-state-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-state":{"mask":55,"ct-state":34}}},{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-ct-mark":{"mask":1,"ct-mark":1}}}]},"strict":false,"cookie":110100480,"flow-name":"Fixed_Conntrk_Trk_83659136235614_Tracked_Established220","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-ct-clear":{}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":52,"flow":[{"id":"525002false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634432,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210004}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525002true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83919634433,"metadata-mask":1099494850561}},"strict":false,"cookie":141562762,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210003}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525023false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84271955968,"metadata-mask":1099494850561}},"strict":false,"cookie":141562783,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210046}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966080,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210010}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525003true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83936411649,"metadata-mask":1099494850561}},"strict":false,"cookie":141562763,"flow-name":"73412f5d-1c08-40db-bfc0-1941ae331576","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210005}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297728,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210016}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525009true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84037074945,"metadata-mask":1099494850561}},"strict":false,"cookie":141562769,"flow-name":"b9094cbd-7196-427b-8491-af99f5094c68","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210017}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525008true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84020297729,"metadata-mask":1099494850561}},"strict":false,"cookie":141562768,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210015}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525023true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84271955969,"metadata-mask":1099494850561}},"strict":false,"cookie":141562783,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210045}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525005true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":83969966081,"metadata-mask":1099494850561}},"strict":false,"cookie":141562765,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210009}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525024false","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84288733184,"metadata-mask":1099494850561}},"strict":false,"cookie":141562784,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210048}}]}}]},"idle-timeout":0,"barrier":false},{"id":"525024true","priority":5,"table_id":52,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":84288733185,"metadata-mask":1099494850561}},"strict":false,"cookie":141562784,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"group-action":{"group-id":210047}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":245,"flow":[{"id":"245","priority":0,"table_id":245,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"245","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":50,"flow":[{"id":"5050238365913623561449fa:16:3e:dd:e9:c7","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:dd:e9:c7"}},"metadata":{"metadata":53960341716992,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550431,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50","priority":0,"table_id":50,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134545408,"flow-name":"ELAN sMac Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}},{"order":1,"openflowplugin-extension-nicira-action:nx-learn":{"hard-timeout":10,"fin-hard-timeout":0,"flags":0,"idle-timeout":0,"table-id":49,"cookie":140509184,"flow-mods":[{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":1030,"flow-mod-num-bits":48,"src-field":1030}},{"flow-mod-add-match-from-field":{"src-ofs":0,"dst-ofs":0,"dst-field":66052,"flow-mod-num-bits":20,"src-field":66052}},{"flow-mod-copy-value-into-field":{"dst-ofs":0,"value":1,"dst-field":67588,"flow-mod-num-bits":8}}],"fin-idle-timeout":0,"priority":0}}]}},{"order":1,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":1183431262208,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550410,"flags":"SEND_FLOW_REM","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":300,"barrier":false},{"id":"5050248365913623561450fa:16:3e:6b:55:33","priority":20,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:6b:55:33"}},"metadata":{"metadata":55059870121984,"metadata-mask":1152921504590069760}},"strict":true,"cookie":134550432,"instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false},{"id":"50.1","priority":10,"table_id":50,"hard-timeout":0,"installHw":true,"match":{"openflowplugin-extension-general:extension-list":[{"extension-key":"openflowplugin-extension-nicira-match:nxm-nx-reg4-key","extension":{"openflowplugin-extension-nicira-match:nxm-nx-reg":{"reg":"nicira-match:nxm-nx-reg4","value":1}}}]},"strict":false,"cookie":134545409,"flow-name":"ELAN sMac Table Reg4 Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":51}}]},"idle-timeout":0,"barrier":false}]},{"id":242,"flow":[{"id":"242","priority":0,"table_id":242,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"242","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":51,"flow":[{"id":"51","priority":0,"table_id":51,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":134414336,"flow-name":"ELAN dMac Table Miss Flow","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":52}}]},"idle-timeout":0,"barrier":false},{"id":"5150238365913623561449fa:16:3e:dd:e9:c7","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:dd:e9:c7"}},"metadata":{"metadata":84271955968,"metadata-mask":1099494850560}},"strict":true,"cookie":134419359,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"5150248365913623561450fa:16:3e:6b:55:33","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:6b:55:33"}},"metadata":{"metadata":84288733184,"metadata-mask":1099494850560}},"strict":true,"cookie":134419360,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0","priority":15,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"01:80:C2:00:00:00","mask":"FF:FF:FF:FF:FF:F0"}}},"strict":false,"cookie":134414336,"flow-name":"L2 control packets dMac Table Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"51500283659136235614100:CB:87:12:20:D6","priority":20,"table_id":51,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-destination":{"address":"00:CB:87:12:20:D6"}},"metadata":{"metadata":83919634432,"metadata-mask":1099494850560}},"strict":true,"cookie":134419338,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":243,"flow":[{"id":"243","priority":0,"table_id":243,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"243","instructions":{"instruction":[{"order":0,"go-to-table":{"table_id":244}}]},"idle-timeout":0,"barrier":false}]},{"id":246,"flow":[{"id":"246","priority":0,"table_id":246,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"246","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":244}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":247,"flow":[{"id":"Egress_Committer_Drop_Flow","priority":62019,"table_id":247,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":4,"metadata-mask":4}},"strict":false,"cookie":110100480,"flow-name":"Egress_Committer_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"247","priority":0,"table_id":247,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":110100480,"flow-name":"247","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":55,"flow":[{"id":"55.14.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.50.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":50}},"strict":true,"cookie":142606386,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.49.group","priority":9,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"tunnel":{"tunnel-id":49}},"strict":true,"cookie":142606385,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.49.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":53876069761024,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":49}},"strict":true,"cookie":142606385,"flow-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.50.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":54975581388800,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":50}},"strict":true,"cookie":142606386,"flow-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.14.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":15393162788864,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":14}},"strict":true,"cookie":142606350,"flow-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.1.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":1099511627776,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":1}},"strict":true,"cookie":142606337,"flow-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"55.10.drop","priority":10,"table_id":55,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10995116277760,"metadata-mask":1152920405095219200},"tunnel":{"tunnel-id":10}},"strict":true,"cookie":142606346,"flow-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","instructions":{"instruction":[{"order":0,"write-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":60,"flow":[{"id":"DHCPTableMissFlow","priority":0,"table_id":60,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":109051904,"flow-name":"DHCP Table Miss Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":0,"flow":[{"id":"0:83659136235614:83659136235614:br-ex-patch:trunk","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:1","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":3298534883329,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:1b675214-31b3-404f-9603-3e12ec9adef7","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:43","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:1b675214-31b3-404f-9603-3e12ec9adef7","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":54975581388800,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false},{"id":"0:83659136235614:94880024-e102-4886-beae-95f4c4634488","priority":4,"table_id":0,"hard-timeout":0,"installHw":true,"match":{"in-port":"openflow:83659136235614:42","vlan-match":{"vlan-id":{"vlan-id":0,"vlan-id-present":false}}},"strict":true,"cookie":134217728,"flow-name":"0:83659136235614:94880024-e102-4886-beae-95f4c4634488","instructions":{"instruction":[{"order":0,"write-metadata":{"metadata":53876069761024,"metadata-mask":18446742974197923841}},{"order":1,"go-to-table":{"table_id":17}}]},"idle-timeout":0,"barrier":false}]},{"id":80,"flow":[{"id":"L3.83659136235614.80.0L3.","priority":0,"table_id":80,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":16973824,"flow-name":"L3 Interface Table Miss","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":17}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":81,"flow":[{"id":"Arp:tbl_81:lport_49:tpa_10.1.0.1","priority":100,"table_id":81,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"metadata":{"metadata":53960341716992,"metadata-mask":1152921504590069760},"arp-target-transport-address":"10.1.0.1/32","arp-op":1},"strict":true,"cookie":304283953,"flow-name":"Arp:tbl_81:lport_49:tpa_10.1.0.1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"nx-arp-tha":[null],"start":0,"end":47},"src":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":4,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-arp-tpa":[null],"start":0,"end":31},"src":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":274973448930447,"dst":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":6,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":167837697,"dst":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bf:04:8f"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2,"dst":{"of-arp-op":[null],"start":0,"end":15}}},{"order":7,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":8,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":9,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false},{"id":"81","priority":0,"table_id":81,"hard-timeout":0,"installHw":true,"match":{},"strict":false,"cookie":136445952,"flow-name":"Arp_Responder_Drop_Flow","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"drop-action":{}}]}}]},"idle-timeout":0,"barrier":false},{"id":"Arp:tbl_81:lport_50:tpa_10.2.0.1","priority":100,"table_id":81,"hard-timeout":0,"installHw":true,"match":{"ethernet-match":{"ethernet-type":{"type":2054}},"metadata":{"metadata":55059870121984,"metadata-mask":1152921504590069760},"arp-target-transport-address":"10.2.0.1/32","arp-op":1},"strict":true,"cookie":304349490,"flow-name":"Arp:tbl_81:lport_50:tpa_10.2.0.1","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"nx-arp-tha":[null],"start":0,"end":47},"src":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":4,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-arp-tpa":[null],"start":0,"end":31},"src":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":5,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":274973441868288,"dst":{"nx-arp-sha":[null],"start":0,"end":47}}},{"order":6,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":167903233,"dst":{"of-arp-spa":[null],"start":0,"end":31}}},{"order":0,"openflowplugin-extension-nicira-action:nx-reg-move":{"dst":{"of-eth-dst":[null],"start":0,"end":47},"src":{"of-eth-src":[null],"start":0}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:53:42:00"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2,"dst":{"of-arp-op":[null],"start":0,"end":15}}},{"order":7,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":0,"dst":{"of-in-port":[null],"start":0,"end":15}}},{"order":8,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":9,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}]}}]},"idle-timeout":0,"barrier":false}]},{"id":17,"flow":[{"id":"83659136235614.17.1b675214-31b3-404f-9603-3e12ec9adef7.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":54975581388800,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134217729,"flow-name":"vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.1b675214-31b3-404f-9603-3e12ec9adef7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":100008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":3,"go-to-table":{"table_id":19}},{"order":4,"write-metadata":{"metadata":10376348517043211600,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.1b675214-31b3-404f-9603-3e12ec9adef7.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376348517043011584,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd.1b675214-31b3-404f-9603-3e12ec9adef7","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":50,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5024,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529270105938591744,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.83659136235614:br-ex-patch:trunk.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":3298534883328,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":1,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5002,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529218428522987520,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.94880024-e102-4886-beae-95f4c4634488.0","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":53876069761024,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134217729,"flow-name":"vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.94880024-e102-4886-beae-95f4c4634488","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":100008,"dst":{"nx-reg":"nicira-match:nxm-nx-reg3","start":0,"end":24}}}]}},{"order":3,"go-to-table":{"table_id":19}},{"order":4,"write-metadata":{"metadata":10376347417531583824,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false},{"id":"83659136235614.17.94880024-e102-4886-beae-95f4c4634488.9","priority":10,"table_id":17,"hard-timeout":0,"installHw":true,"match":{"metadata":{"metadata":10376347417531383808,"metadata-mask":18446742974197923840}},"strict":true,"cookie":134479872,"flow-name":"elan.abcfba9f-d118-4906-ab9c-cdf4f3098ecd.94880024-e102-4886-beae-95f4c4634488","instructions":{"instruction":[{"order":0,"apply-actions":{"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":49,"dst":{"nx-reg":"nicira-match:nxm-nx-reg1","start":0,"end":19}}},{"order":1,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":5023,"dst":{"nx-reg":"nicira-match:nxm-nx-reg7","start":0,"end":15}}}]}},{"order":3,"go-to-table":{"table_id":43}},{"order":4,"write-metadata":{"metadata":11529269006410186752,"metadata-mask":18446744073709551614}}]},"idle-timeout":0,"barrier":false}]}],"flow-node-inventory:group":[{"group-id":5000,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"output-action":{"max-length":65535,"output-node-connector":"CONTROLLER"}}],"watch_port":4294967295},{"bucket-id":2,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":81}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":48}}],"watch_port":4294967295}]},"group-name":"Arp_Responder_Group_Flow","group-type":"group-all"},{"group-id":150002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}},{"order":0,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:bf:04:8f"}}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:dd:e9:c7"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12544,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}],"watch_port":4294967295}]},"group-name":"10.1.0.2/32","group-type":"group-all"},{"group-id":210004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210003}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":256,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":150003,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":3,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}},{"order":0,"set-field":{"ethernet-match":{"ethernet-source":{"address":"fa:16:3e:53:42:00"}}}},{"order":1,"set-field":{"ethernet-match":{"ethernet-destination":{"address":"fa:16:3e:6b:55:33"}}}},{"order":2,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":12800,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}}],"watch_port":4294967295}]},"group-name":"10.2.0.2/32","group-type":"group-all"},{"group-id":210003,"buckets":{},"group-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","group-type":"group-all"},{"group-id":225002,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"a0ce4a3a-ebcf-4be8-ae33-9760b4abb374","group-type":"group-all"},{"group-id":225004,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"drop-action":{}}],"watch_port":4294967295}]},"group-name":"b9d1bb55-9d38-43fc-8435-bfa3e3c06942","group-type":"group-all"},{"group-id":210046,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210045}}],"watch_port":4294967295}]},"group-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","group-type":"group-all"},{"group-id":210045,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":49}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","group-type":"group-all"},{"group-id":210016,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210015}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":3584,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210048,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210047}}],"watch_port":4294967295}]},"group-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","group-type":"group-all"},{"group-id":210015,"buckets":{},"group-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","group-type":"group-all"},{"group-id":210047,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":0,"set-field":{"tunnel":{"tunnel-id":50}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":55}}],"watch_port":4294967295}]},"group-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","group-type":"group-all"},{"group-id":210010,"buckets":{"bucket":[{"bucket-id":0,"watch_group":4294967295,"weight":0,"action":[{"order":1,"group-action":{"group-id":210009}}],"watch_port":4294967295},{"bucket-id":1,"watch_group":4294967295,"weight":0,"action":[{"order":0,"openflowplugin-extension-nicira-action:nx-reg-load":{"value":2560,"dst":{"nx-reg":"nicira-match:nxm-nx-reg6","start":0,"end":31}}},{"order":1,"openflowplugin-extension-nicira-action:nx-resubmit":{"table":220}}],"watch_port":4294967295}]},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"},{"group-id":210009,"buckets":{},"group-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","group-type":"group-all"}]}]}} </msg>
<msg timestamp="20181202 17:57:48.921" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.922" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
     ...</msg>
<status status="PASS" endtime="20181202 17:57:48.922" starttime="20181202 17:57:48.897"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.925" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:group": [
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "output-action": {
                                                "max-length": 65535,
                                                "output-node-connector": "CONTROLLER"
                                            }
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 81
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 2,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 48
                                            },
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 5000,
                        "group-name": "Arp_Responder_Group_Flow",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-source": {
                                                        "address": "fa:16:3e:bf:04:8f"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-destination": {
                                                        "address": "fa:16:3e:dd:e9:c7"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 12544
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 150002,
                        "group-name": "10.1.0.2/32",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210003
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 256
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210004,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-source": {
                                                        "address": "fa:16:3e:53:42:00"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "order": 1,
                                            "set-field": {
                                                "ethernet-match": {
                                                    "ethernet-destination": {
                                                        "address": "fa:16:3e:6b:55:33"
                                                    }
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 12800
                                            },
                                            "order": 2
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 150003,
                        "group-name": "10.2.0.2/32",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210003,
                        "group-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225002,
                        "group-name": "a0ce4a3a-ebcf-4be8-ae33-9760b4abb374",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "drop-action": {},
                                            "order": 0
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 225004,
                        "group-name": "b9d1bb55-9d38-43fc-8435-bfa3e3c06942",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210045
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210046,
                        "group-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 49
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210045,
                        "group-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210015
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 3584
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210016,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210047
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210048,
                        "group-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210015,
                        "group-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "order": 0,
                                            "set-field": {
                                                "tunnel": {
                                                    "tunnel-id": 50
                                                }
                                            }
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 55
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210047,
                        "group-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {
                            "bucket": [
                                {
                                    "action": [
                                        {
                                            "group-action": {
                                                "group-id": 210009
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 0,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                },
                                {
                                    "action": [
                                        {
                                            "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                "dst": {
                                                    "end": 31,
                                                    "nx-reg": "nicira-match:nxm-nx-reg6",
                                                    "start": 0
                                                },
                                                "value": 2560
                                            },
                                            "order": 0
                                        },
                                        {
                                            "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                "table": 220
                                            },
                                            "order": 1
                                        }
                                    ],
                                    "bucket-id": 1,
                                    "watch_group": 4294967295,
                                    "watch_port": 4294967295,
                                    "weight": 0
                                }
                            ]
                        },
                        "group-id": 210010,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    },
                    {
                        "buckets": {},
                        "group-id": 210009,
                        "group-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                        "group-type": "group-all"
                    }
                ],
                "flow-node-inventory:table": [
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.20.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 80
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 20
                            }
                        ],
                        "id": 20
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "212",
                                "hard-timeout": 0,
                                "id": "212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 212
                            }
                        ],
                        "id": 212
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "213",
                                "hard-timeout": 0,
                                "id": "213",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 213
                            }
                        ],
                        "id": 213
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.100011.42",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.100011.42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 3,
                                                        "set-field": {
                                                            "ipv4-source": "10.2.0.1/32"
                                                        }
                                                    },
                                                    {
                                                        "order": 4,
                                                        "set-field": {
                                                            "icmpv4-match": {
                                                                "icmpv4-type": 0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 21
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:53:42:00"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-ip-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-ip-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "icmpv4-match": {
                                        "icmpv4-code": 0,
                                        "icmpv4-type": 8
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "ipv4-destination": "10.2.0.1/32",
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.2.0.2",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.2.0.2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 150003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "10.2.0.2/32",
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "hard-timeout": 0,
                                "id": "SNAT.83659136235614.21.0.0.0.0.100001",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 225000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.1.0.2",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.65620d19-14f8-4556-9788-bc9a4066a5c9.42.10.1.0.2",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 150002
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "10.1.0.2/32",
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.34.192.168.37.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 83919834434,
                                                "metadata-mask": 1099511627774
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 22
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.0/24",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 34,
                                "strict": false,
                                "table_id": 21
                            },
                            {
                                "barrier": false,
                                "cookie": 134217731,
                                "flow-name": "L3.83659136235614.21.100009.42",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.21.100009.42",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 3,
                                                        "set-field": {
                                                            "ipv4-source": "10.1.0.1/32"
                                                        }
                                                    },
                                                    {
                                                        "order": 4,
                                                        "set-field": {
                                                            "icmpv4-match": {
                                                                "icmpv4-type": 0
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 21
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:bf:04:8f"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-ip-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-ip-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 2
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "icmpv4-match": {
                                        "icmpv4-code": 0,
                                        "icmpv4-type": 8
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    },
                                    "ipv4-destination": "10.1.0.1/32",
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 21
                            }
                        ],
                        "id": 21
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow For External Tunnel",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlowForExternalTunnel",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 38
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 18
                            }
                        ],
                        "id": 18
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_ARP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 63009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "210",
                                "hard-timeout": 0,
                                "id": "210",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_ICMPv6_134_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_ICMPv6_134_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "icmpv6-match": {
                                        "icmpv6-code": 0,
                                        "icmpv6-type": 134
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 63020,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IPv6_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v4_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 68,
                                    "udp-source-port": 67
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "hard-timeout": 0,
                                "id": "Egress_DHCP_Server_v6_GOTO_FLOW",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    },
                                    "udp-destination-port": 546,
                                    "udp-source-port": 547
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 210
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_ACL_Table_IP_GOTO_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 217
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 61009,
                                "strict": false,
                                "table_id": 210
                            }
                        ],
                        "id": 210
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445973,
                                "flow-name": "arp.l3.gwmac.table.19.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 134217737,
                                "flow-name": "fa:16:3e:bf:04:8f.100008.83659136235614.19",
                                "hard-timeout": 0,
                                "id": "fa:16:3e:bf:04:8f.100008.83659136235614.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 21
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:bf:04:8f"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 20,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 134217737,
                                "flow-name": "fa:16:3e:53:42:00.100008.83659136235614.19",
                                "hard-timeout": 0,
                                "id": "fa:16:3e:53:42:00.100008.83659136235614.19",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 21
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:53:42:00"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 200016,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 20,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "L3 Gw Mac Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.19.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 19
                            },
                            {
                                "barrier": false,
                                "cookie": 136445974,
                                "flow-name": "arp.l3.gwmac.table.19.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.l3.gwmac.table.19.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 19
                            }
                        ],
                        "id": 19
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "211",
                                "hard-timeout": 0,
                                "id": "211",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 214
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 211
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_211_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 212
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 211
                            }
                        ],
                        "id": 211
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "External L2VNI Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "24",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 24
                            }
                        ],
                        "id": 24
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "216",
                                "hard-timeout": 0,
                                "id": "216",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 216
                            }
                        ],
                        "id": 216
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Ingress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 217
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "217",
                                "hard-timeout": 0,
                                "id": "217",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 217
                            }
                        ],
                        "id": 217
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.f17bdc92-dc48-4f17-a3ff-b20337f2c0f9.42.192.168.37.255",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "192.168.37.255/32",
                                    "metadata": {
                                        "metadata": 200002,
                                        "metadata-mask": 16777214
                                    }
                                },
                                "priority": 42,
                                "strict": false,
                                "table_id": 22
                            },
                            {
                                "barrier": false,
                                "cookie": 134217732,
                                "flow-name": "Subnet Route Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.22.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 22
                            }
                        ],
                        "id": 22
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "214",
                                "hard-timeout": 0,
                                "id": "214",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related17",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related212",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 212
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 214
                            }
                        ],
                        "id": 214
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 17301504,
                                "flow-name": "VPN-VNI Demux Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.23.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 23
                            }
                        ],
                        "id": 23
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "215",
                                "hard-timeout": 0,
                                "id": "215",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 214
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 215
                            }
                        ],
                        "id": 215
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "1"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.1b675214-31b3-404f-9603-3e12ec9adef7",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.1b675214-31b3-404f-9603-3e12ec9adef7.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "43"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12800
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.94880024-e102-4886-beae-95f4c4634488",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.94880024-e102-4886-beae-95f4c4634488.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 0,
                                                            "output-node-connector": "42"
                                                        }
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 12544
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 220
                            },
                            {
                                "barrier": false,
                                "cookie": 134217735,
                                "flow-name": "default.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.220.83659136235614:br-ex-patch:trunk.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1,
                                        "metadata-mask": 1
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg6",
                                                    "value": 768
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg6-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 220
                            }
                        ],
                        "id": 220
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108865,
                                "flow-name": "QoS Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "QoSTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 90
                            }
                        ],
                        "id": 90
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 150999967,
                                "flow-name": "ITM Flow Entry :5023",
                                "hard-timeout": 0,
                                "id": "3632",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84271955968,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 32
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            },
                            {
                                "barrier": false,
                                "cookie": 150999968,
                                "flow-name": "ITM Flow Entry :5024",
                                "hard-timeout": 0,
                                "id": "3614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84288733184,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 36
                            }
                        ],
                        "id": 36
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 151327648,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "385024",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84288733184,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            },
                            {
                                "barrier": false,
                                "cookie": 151327647,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "385023",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 84271955968,
                                                "metadata-mask": 1152921504590069760
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 32
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 38
                            }
                        ],
                        "id": 38
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 67108864,
                                "flow-name": "IPv6 Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "IPv6TableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 45
                            }
                        ],
                        "id": 45
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "L2.ELAN.43",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 48
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445997,
                                "flow-name": "arp.check.table.43.arp.request",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.request",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 5000
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            },
                            {
                                "barrier": false,
                                "cookie": 136445998,
                                "flow-name": "arp.check.table.43.arp.replay",
                                "hard-timeout": 0,
                                "id": "arp.check.table.43.arp.replay",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 48
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 2,
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 43
                            }
                        ],
                        "id": 43
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 139460608,
                                "flow-name": "Elan sMac resubmit table",
                                "hard-timeout": 0,
                                "id": "48",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 50
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 48
                            }
                        ],
                        "id": 48
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_v4_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 241
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        },
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ipv4-destination": "255.255.255.255/32"
                                },
                                "priority": 61010,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "hard-timeout": 0,
                                "id": "Ingress_L2_Broadcast_83659136235614_Permit",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "ff:ff:ff:ff:ff:ff"
                                        }
                                    }
                                },
                                "priority": 61005,
                                "strict": false,
                                "table_id": 240
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "240",
                                "hard-timeout": 0,
                                "id": "240",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 247
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 4,
                                                "metadata-mask": 4
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 240
                            }
                        ],
                        "id": 240
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 1
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_IPV6ICMP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 58
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[2048]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "241",
                                "hard-timeout": 0,
                                "id": "241",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 2,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_TCP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 6
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Classifier_83659136235614_241_MatchEthernetType[34525]_UDP",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 242
                                            },
                                            "order": 0
                                        },
                                        {
                                            "order": 1,
                                            "write-metadata": {
                                                "metadata": 0,
                                                "metadata-mask": 2
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    },
                                    "ip-match": {
                                        "ip-protocol": 17
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 241
                            }
                        ],
                        "id": 241
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv6_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 34525
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "239",
                                "hard-timeout": 0,
                                "id": "239",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 239
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "hard-timeout": 0,
                                "id": "Egress_Fixed_Ct_Clear_Table_Ipv4_83659136235614",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 240
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2048
                                        }
                                    }
                                },
                                "priority": 100,
                                "strict": false,
                                "table_id": 239
                            }
                        ],
                        "id": 239
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Untracked_Related242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 242
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 0,
                                        "metadata-mask": 2
                                    },
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 0,
                                                    "mask": 32
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Related220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 36,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "244",
                                "hard-timeout": 0,
                                "id": "244",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 244
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "hard-timeout": 0,
                                "id": "Fixed_Conntrk_Trk_83659136235614_Tracked_Established220",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-ct-clear": {},
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-state": {
                                                    "ct-state": 34,
                                                    "mask": 55
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-state-key"
                                        },
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-ct-mark": {
                                                    "ct-mark": 1,
                                                    "mask": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-ct-mark-key"
                                        }
                                    ]
                                },
                                "priority": 62030,
                                "strict": false,
                                "table_id": 244
                            }
                        ],
                        "id": 244
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210004
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562762,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "525002true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210003
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83919634433,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562783,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "525023false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210046
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84271955968,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210010
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966080,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562763,
                                "flow-name": "73412f5d-1c08-40db-bfc0-1941ae331576",
                                "hard-timeout": 0,
                                "id": "525003true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210005
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83936411649,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210016
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297728,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562769,
                                "flow-name": "b9094cbd-7196-427b-8491-af99f5094c68",
                                "hard-timeout": 0,
                                "id": "525009true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210017
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84037074945,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562768,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "525008true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210015
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84020297729,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562783,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "525023true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210045
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84271955969,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562765,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "525005true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210009
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 83969966081,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562784,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "525024false",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210048
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84288733184,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            },
                            {
                                "barrier": false,
                                "cookie": 141562784,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "525024true",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "group-action": {
                                                            "group-id": 210047
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 84288733185,
                                        "metadata-mask": 1099494850561
                                    }
                                },
                                "priority": 5,
                                "strict": false,
                                "table_id": 52
                            }
                        ],
                        "id": 52
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "245",
                                "hard-timeout": 0,
                                "id": "245",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 245
                            }
                        ],
                        "id": 245
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134550431,
                                "hard-timeout": 0,
                                "id": "5050238365913623561449fa:16:3e:dd:e9:c7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:dd:e9:c7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 53960341716992,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545408,
                                "flow-name": "ELAN sMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "50",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "order": 0,
                                                        "output-action": {
                                                            "max-length": 65535,
                                                            "output-node-connector": "CONTROLLER"
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-learn": {
                                                            "cookie": 140509184,
                                                            "fin-hard-timeout": 0,
                                                            "fin-idle-timeout": 0,
                                                            "flags": 0,
                                                            "flow-mods": [
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 1030,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 48,
                                                                        "src-field": 1030,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-add-match-from-field": {
                                                                        "dst-field": 66052,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 20,
                                                                        "src-field": 66052,
                                                                        "src-ofs": 0
                                                                    }
                                                                },
                                                                {
                                                                    "flow-mod-copy-value-into-field": {
                                                                        "dst-field": 67588,
                                                                        "dst-ofs": 0,
                                                                        "flow-mod-num-bits": 8,
                                                                        "value": 1
                                                                    }
                                                                }
                                                            ],
                                                            "hard-timeout": 10,
                                                            "idle-timeout": 0,
                                                            "priority": 0,
                                                            "table-id": 49
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550410,
                                "flags": "SEND_FLOW_REM",
                                "hard-timeout": 0,
                                "id": "50500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 300,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 1183431262208,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134550432,
                                "hard-timeout": 0,
                                "id": "5050248365913623561450fa:16:3e:6b:55:33",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-source": {
                                            "address": "fa:16:3e:6b:55:33"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 55059870121984,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 50
                            },
                            {
                                "barrier": false,
                                "cookie": 134545409,
                                "flow-name": "ELAN sMac Table Reg4 Flow",
                                "hard-timeout": 0,
                                "id": "50.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 51
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "openflowplugin-extension-general:extension-list": [
                                        {
                                            "extension": {
                                                "openflowplugin-extension-nicira-match:nxm-nx-reg": {
                                                    "reg": "nicira-match:nxm-nx-reg4",
                                                    "value": 1
                                                }
                                            },
                                            "extension-key": "openflowplugin-extension-nicira-match:nxm-nx-reg4-key"
                                        }
                                    ]
                                },
                                "priority": 10,
                                "strict": false,
                                "table_id": 50
                            }
                        ],
                        "id": 50
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "242",
                                "hard-timeout": 0,
                                "id": "242",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 242
                            }
                        ],
                        "id": 242
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "ELAN dMac Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "51",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 52
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419359,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "5150238365913623561449fa:16:3e:dd:e9:c7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12544
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:dd:e9:c7"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84271955968,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419360,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "5150248365913623561450fa:16:3e:6b:55:33",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12800
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "fa:16:3e:6b:55:33"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 84288733184,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134414336,
                                "flow-name": "L2 control packets dMac Table Flow",
                                "hard-timeout": 0,
                                "id": "8365913623561451l2control01:80:C2:00:00:00FF:FF:FF:FF:FF:F0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "01:80:C2:00:00:00",
                                            "mask": "FF:FF:FF:FF:FF:F0"
                                        }
                                    }
                                },
                                "priority": 15,
                                "strict": false,
                                "table_id": 51
                            },
                            {
                                "barrier": false,
                                "cookie": 134419338,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "51500283659136235614100:CB:87:12:20:D6",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "ethernet-match": {
                                        "ethernet-destination": {
                                            "address": "00:CB:87:12:20:D6"
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 83919634432,
                                        "metadata-mask": 1099494850560
                                    }
                                },
                                "priority": 20,
                                "strict": true,
                                "table_id": 51
                            }
                        ],
                        "id": 51
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "243",
                                "hard-timeout": 0,
                                "id": "243",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "go-to-table": {
                                                "table_id": 244
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 243
                            }
                        ],
                        "id": 243
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "246",
                                "hard-timeout": 0,
                                "id": "246",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 244
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 246
                            }
                        ],
                        "id": 246
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "Egress_Committer_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "Egress_Committer_Drop_Flow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 4,
                                        "metadata-mask": 4
                                    }
                                },
                                "priority": 62019,
                                "strict": false,
                                "table_id": 247
                            },
                            {
                                "barrier": false,
                                "cookie": 110100480,
                                "flow-name": "247",
                                "hard-timeout": 0,
                                "id": "247",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 247
                            }
                        ],
                        "id": 247
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 3584
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 256
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 2560
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606386,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "55.50.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12800
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 50
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606385,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "55.49.group",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12544
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "tunnel": {
                                        "tunnel-id": 49
                                    }
                                },
                                "priority": 9,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606385,
                                "flow-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                                "hard-timeout": 0,
                                "id": "55.49.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 53876069761024,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 49
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606386,
                                "flow-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                                "hard-timeout": 0,
                                "id": "55.50.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 54975581388800,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 50
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606350,
                                "flow-name": "0ac50362-ecf6-43d3-83f0-2506932710e1",
                                "hard-timeout": 0,
                                "id": "55.14.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 15393162788864,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 14
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606337,
                                "flow-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                                "hard-timeout": 0,
                                "id": "55.1.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 1099511627776,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 1
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            },
                            {
                                "barrier": false,
                                "cookie": 142606346,
                                "flow-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c",
                                "hard-timeout": 0,
                                "id": "55.10.drop",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10995116277760,
                                        "metadata-mask": 1152920405095219200
                                    },
                                    "tunnel": {
                                        "tunnel-id": 10
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 55
                            }
                        ],
                        "id": 55
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 109051904,
                                "flow-name": "DHCP Table Miss Flow",
                                "hard-timeout": 0,
                                "id": "DHCPTableMissFlow",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 60
                            }
                        ],
                        "id": 60
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:83659136235614:br-ex-patch:trunk",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 3298534883329,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:1",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:1b675214-31b3-404f-9603-3e12ec9adef7",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:1b675214-31b3-404f-9603-3e12ec9adef7",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 54975581388800,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:43",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            },
                            {
                                "barrier": false,
                                "cookie": 134217728,
                                "flow-name": "0:83659136235614:94880024-e102-4886-beae-95f4c4634488",
                                "hard-timeout": 0,
                                "id": "0:83659136235614:94880024-e102-4886-beae-95f4c4634488",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "order": 0,
                                            "write-metadata": {
                                                "metadata": 53876069761024,
                                                "metadata-mask": 18446742974197923841
                                            }
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 17
                                            },
                                            "order": 1
                                        }
                                    ]
                                },
                                "match": {
                                    "in-port": "openflow:83659136235614:42",
                                    "vlan-match": {
                                        "vlan-id": {
                                            "vlan-id": 0,
                                            "vlan-id-present": false
                                        }
                                    }
                                },
                                "priority": 4,
                                "strict": true,
                                "table_id": 0
                            }
                        ],
                        "id": 0
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 16973824,
                                "flow-name": "L3 Interface Table Miss",
                                "hard-timeout": 0,
                                "id": "L3.83659136235614.80.0L3.",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 17
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 80
                            }
                        ],
                        "id": 80
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 304283953,
                                "flow-name": "Arp:tbl_81:lport_49:tpa_10.1.0.1",
                                "hard-timeout": 0,
                                "id": "Arp:tbl_81:lport_49:tpa_10.1.0.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-tha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-tpa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 4
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 274973448930447
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 167837697
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:bf:04:8f"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-arp-op": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 2
                                                        },
                                                        "order": 2
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 7
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12544
                                                        },
                                                        "order": 8
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 9
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "arp-target-transport-address": "10.1.0.1/32",
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 53960341716992,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 100,
                                "strict": true,
                                "table_id": 81
                            },
                            {
                                "barrier": false,
                                "cookie": 136445952,
                                "flow-name": "Arp_Responder_Drop_Flow",
                                "hard-timeout": 0,
                                "id": "81",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "drop-action": {},
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {},
                                "priority": 0,
                                "strict": false,
                                "table_id": 81
                            },
                            {
                                "barrier": false,
                                "cookie": 304349490,
                                "flow-name": "Arp:tbl_81:lport_50:tpa_10.2.0.1",
                                "hard-timeout": 0,
                                "id": "Arp:tbl_81:lport_50:tpa_10.2.0.1",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-tha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 3
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-tpa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 4
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 47,
                                                                "nx-arp-sha": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 274973441868288
                                                        },
                                                        "order": 5
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "of-arp-spa": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 167903233
                                                        },
                                                        "order": 6
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-move": {
                                                            "dst": {
                                                                "end": 47,
                                                                "of-eth-dst": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "src": {
                                                                "of-eth-src": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            }
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "order": 1,
                                                        "set-field": {
                                                            "ethernet-match": {
                                                                "ethernet-source": {
                                                                    "address": "fa:16:3e:53:42:00"
                                                                }
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-arp-op": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 2
                                                        },
                                                        "order": 2
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "of-in-port": [
                                                                    null
                                                                ],
                                                                "start": 0
                                                            },
                                                            "value": 0
                                                        },
                                                        "order": 7
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 31,
                                                                "nx-reg": "nicira-match:nxm-nx-reg6",
                                                                "start": 0
                                                            },
                                                            "value": 12800
                                                        },
                                                        "order": 8
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-resubmit": {
                                                            "table": 220
                                                        },
                                                        "order": 9
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        }
                                    ]
                                },
                                "match": {
                                    "arp-op": 1,
                                    "arp-target-transport-address": "10.2.0.1/32",
                                    "ethernet-match": {
                                        "ethernet-type": {
                                            "type": 2054
                                        }
                                    },
                                    "metadata": {
                                        "metadata": 55059870121984,
                                        "metadata-mask": 1152921504590069760
                                    }
                                },
                                "priority": 100,
                                "strict": true,
                                "table_id": 81
                            }
                        ],
                        "id": 81
                    },
                    {
                        "flow": [
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.1b675214-31b3-404f-9603-3e12ec9adef7",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1b675214-31b3-404f-9603-3e12ec9adef7.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 24,
                                                                "nx-reg": "nicira-match:nxm-nx-reg3",
                                                                "start": 0
                                                            },
                                                            "value": 100008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 19
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 10376348517043211600,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 54975581388800,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd.1b675214-31b3-404f-9603-3e12ec9adef7",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.1b675214-31b3-404f-9603-3e12ec9adef7.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 50
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5024
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529270105938591744,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376348517043011584,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.6d7623ad-fdea-4462-b1e7-eeb26f9a9260.83659136235614:br-ex-patch:trunk",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.83659136235614:br-ex-patch:trunk.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 1
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5002
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529218428522987520,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 3298534883328,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134217729,
                                "flow-name": "vpn.65620d19-14f8-4556-9788-bc9a4066a5c9.94880024-e102-4886-beae-95f4c4634488",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.94880024-e102-4886-beae-95f4c4634488.0",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 24,
                                                                "nx-reg": "nicira-match:nxm-nx-reg3",
                                                                "start": 0
                                                            },
                                                            "value": 100008
                                                        },
                                                        "order": 0
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 19
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 10376347417531583824,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 53876069761024,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            },
                            {
                                "barrier": false,
                                "cookie": 134479872,
                                "flow-name": "elan.abcfba9f-d118-4906-ab9c-cdf4f3098ecd.94880024-e102-4886-beae-95f4c4634488",
                                "hard-timeout": 0,
                                "id": "83659136235614.17.94880024-e102-4886-beae-95f4c4634488.9",
                                "idle-timeout": 0,
                                "installHw": true,
                                "instructions": {
                                    "instruction": [
                                        {
                                            "apply-actions": {
                                                "action": [
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 19,
                                                                "nx-reg": "nicira-match:nxm-nx-reg1",
                                                                "start": 0
                                                            },
                                                            "value": 49
                                                        },
                                                        "order": 0
                                                    },
                                                    {
                                                        "openflowplugin-extension-nicira-action:nx-reg-load": {
                                                            "dst": {
                                                                "end": 15,
                                                                "nx-reg": "nicira-match:nxm-nx-reg7",
                                                                "start": 0
                                                            },
                                                            "value": 5023
                                                        },
                                                        "order": 1
                                                    }
                                                ]
                                            },
                                            "order": 0
                                        },
                                        {
                                            "go-to-table": {
                                                "table_id": 43
                                            },
                                            "order": 3
                                        },
                                        {
                                            "order": 4,
                                            "write-metadata": {
                                                "metadata": 11529269006410186752,
                                                "metadata-mask": 18446744073709551614
                                            }
                                        }
                                    ]
                                },
                                "match": {
                                    "metadata": {
                                        "metadata": 10376347417531383808,
                                        "metadata-mask": 18446742974197923840
                                    }
                                },
                                "priority": 10,
                                "strict": true,
                                "table_id": 17
                            }
                        ],
                        "id": 17
                    }
                ],
                "id": "openflow:83659136235614"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.928" starttime="20181202 17:57:48.923"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.928" starttime="20181202 17:57:48.885"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-dpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.932" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-dpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.933" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.933" starttime="20181202 17:57:48.928"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.934" level="INFO">To JSON using : content={"elan-dpn-interfaces":{"elan-dpn-interfaces-list":[{"elan-instance-name":"454e514a-2014-4f05-b826-e15836f1638d"},{"elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["94880024-e102-4886-beae-95f4c4634488"]}]},{"elan-instance-name":"82d95093-0dbf-4205-8894-295a4deba59c"},{"elan-instance-name":"42c3b673-945b-4e72-a24b-00d223572aab"},{"elan-instance-name":"030a8204-4b99-490c-8c16-d0cc8dc5432c"},{"elan-instance-name":"a76eb94a-8366-4d07-9a79-408bb2f4121c","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1131"]}]},{"elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["1b675214-31b3-404f-9603-3e12ec9adef7"]}]},{"elan-instance-name":"44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"},{"elan-instance-name":"d64cac99-2e14-41de-b007-343355d1a220"},{"elan-instance-name":"9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"},{"elan-instance-name":"dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"},{"elan-instance-name":"0ac50362-ecf6-43d3-83f0-2506932710e1","dpn-interfaces":[{"dp-id":83659136235614,"interfaces":["83659136235614:br-ex-patch:1132"]}]},{"elan-instance-name":"c4fee035-aa6b-4397-b3cd-a54e7030192c"},{"elan-instance-name":"7d73e30a-e6c6-4966-a735-a56685fc2cfb"},{"elan-instance-name":"9ea68c85-0168-479c-821f-02c1afa1a750"},{"elan-instance-name":"08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"},{"elan-instance-name":"b9094cbd-7196-427b-8491-af99f5094c68"},{"elan-instance-name":"c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"},{"elan-instance-name":"b70e14d7-4b29-4751-b1e5-078ce2c77df2"},{"elan-instance-name":"a9181e65-e21b-4f2c-879d-0c38bf92e526"},{"elan-instance-name":"73412f5d-1c08-40db-bfc0-1941ae331576"},{"elan-instance-name":"fb0dfaae-2baa-4343-b48d-0e3904b877be"}]}} </msg>
<msg timestamp="20181202 17:57:48.934" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.934" level="INFO">${pretty_output} = {
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
           ...</msg>
<status status="PASS" endtime="20181202 17:57:48.934" starttime="20181202 17:57:48.933"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.934" level="INFO">{
    "elan-dpn-interfaces": {
        "elan-dpn-interfaces-list": [
            {
                "elan-instance-name": "454e514a-2014-4f05-b826-e15836f1638d"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "94880024-e102-4886-beae-95f4c4634488"
                        ]
                    }
                ],
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd"
            },
            {
                "elan-instance-name": "82d95093-0dbf-4205-8894-295a4deba59c"
            },
            {
                "elan-instance-name": "42c3b673-945b-4e72-a24b-00d223572aab"
            },
            {
                "elan-instance-name": "030a8204-4b99-490c-8c16-d0cc8dc5432c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1131"
                        ]
                    }
                ],
                "elan-instance-name": "a76eb94a-8366-4d07-9a79-408bb2f4121c"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "1b675214-31b3-404f-9603-3e12ec9adef7"
                        ]
                    }
                ],
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"
            },
            {
                "elan-instance-name": "44c0fd8e-43a7-4e09-bfb8-710fb2db10e8"
            },
            {
                "elan-instance-name": "d64cac99-2e14-41de-b007-343355d1a220"
            },
            {
                "elan-instance-name": "9ddfdc39-685a-4bcc-9383-e81c1c8db1a0"
            },
            {
                "elan-instance-name": "dfedf5b4-4980-4f6f-8c0f-d0bdbef79b1b"
            },
            {
                "dpn-interfaces": [
                    {
                        "dp-id": 83659136235614,
                        "interfaces": [
                            "83659136235614:br-ex-patch:1132"
                        ]
                    }
                ],
                "elan-instance-name": "0ac50362-ecf6-43d3-83f0-2506932710e1"
            },
            {
                "elan-instance-name": "c4fee035-aa6b-4397-b3cd-a54e7030192c"
            },
            {
                "elan-instance-name": "7d73e30a-e6c6-4966-a735-a56685fc2cfb"
            },
            {
                "elan-instance-name": "9ea68c85-0168-479c-821f-02c1afa1a750"
            },
            {
                "elan-instance-name": "08e272a2-ecd4-4a6d-803d-cbb48e9e3fd7"
            },
            {
                "elan-instance-name": "b9094cbd-7196-427b-8491-af99f5094c68"
            },
            {
                "elan-instance-name": "c7cdc7b1-9e61-4098-927f-4e3c82d7aa9e"
            },
            {
                "elan-instance-name": "b70e14d7-4b29-4751-b1e5-078ce2c77df2"
            },
            {
                "elan-instance-name": "a9181e65-e21b-4f2c-879d-0c38bf92e526"
            },
            {
                "elan-instance-name": "73412f5d-1c08-40db-bfc0-1941ae331576"
            },
            {
                "elan-instance-name": "fb0dfaae-2baa-4343-b48d-0e3904b877be"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.934" starttime="20181202 17:57:48.934"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.934" starttime="20181202 17:57:48.928"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-forwarding-tables">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.938" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-forwarding-tables, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.938" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.938" starttime="20181202 17:57:48.935"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.938" level="INFO">To JSON using : content={"elan-forwarding-tables":{"mac-table":[{"elan-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260"},{"elan-instance-name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"elan-instance-name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","mac-entry":[{"mac-address":"fa:16:3e:dd:e9:c7","interface":"94880024-e102-4886-beae-95f4c4634488","ip-prefix":"10.1.0.2","isStaticAddress":true}]},{"elan-instance-name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","mac-entry":[{"mac-address":"fa:16:3e:6b:55:33","interface":"1b675214-31b3-404f-9603-3e12ec9adef7","ip-prefix":"10.2.0.2","isStaticAddress":true}]}]}} </msg>
<msg timestamp="20181202 17:57:48.939" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.939" level="INFO">${pretty_output} = {
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-i...</msg>
<status status="PASS" endtime="20181202 17:57:48.939" starttime="20181202 17:57:48.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.939" level="INFO">{
    "elan-forwarding-tables": {
        "mac-table": [
            {
                "elan-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            },
            {
                "elan-instance-name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-instance-name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                "mac-entry": [
                    {
                        "interface": "94880024-e102-4886-beae-95f4c4634488",
                        "ip-prefix": "10.1.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:dd:e9:c7"
                    }
                ]
            },
            {
                "elan-instance-name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                "mac-entry": [
                    {
                        "interface": "1b675214-31b3-404f-9603-3e12ec9adef7",
                        "ip-prefix": "10.2.0.2",
                        "isStaticAddress": true,
                        "mac-address": "fa:16:3e:6b:55:33"
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.939" starttime="20181202 17:57:48.939"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.939" starttime="20181202 17:57:48.935"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.943" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.943" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.943" starttime="20181202 17:57:48.939"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.944" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.944" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.944" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.944" starttime="20181202 17:57:48.944"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.945" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.945" starttime="20181202 17:57:48.944"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.945" starttime="20181202 17:57:48.939"></status>
</kw>
<kw type="foritem" name="${model} = operational/elan:elan-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.947" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/elan:elan-state, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.947" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.947" starttime="20181202 17:57:48.945"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.948" level="INFO">To JSON using : content={"elan-state":{"elan":[{"name":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd","elan-interfaces":["94880024-e102-4886-beae-95f4c4634488"]},{"name":"bd8db3a8-2b30-4083-a8b3-b3fd46401142"},{"name":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd","elan-interfaces":["1b675214-31b3-404f-9603-3e12ec9adef7"]}]}} </msg>
<msg timestamp="20181202 17:57:48.948" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.948" level="INFO">${pretty_output} = {
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "94880024-e102-4886-beae-95f4c4634488"
                ],
                "name": "abcfba...</msg>
<status status="PASS" endtime="20181202 17:57:48.948" starttime="20181202 17:57:48.948"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.949" level="INFO">{
    "elan-state": {
        "elan": [
            {
                "elan-interfaces": [
                    "94880024-e102-4886-beae-95f4c4634488"
                ],
                "name": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd"
            },
            {
                "name": "bd8db3a8-2b30-4083-a8b3-b3fd46401142"
            },
            {
                "elan-interfaces": [
                    "1b675214-31b3-404f-9603-3e12ec9adef7"
                ],
                "name": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.949" starttime="20181202 17:57:48.948"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.949" starttime="20181202 17:57:48.945"></status>
</kw>
<kw type="foritem" name="${model} = operational/ietf-interfaces:interfaces-state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.952" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/ietf-interfaces:interfaces-state, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.952" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.952" starttime="20181202 17:57:48.949"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.953" level="INFO">To JSON using : content={"interfaces-state":{"interface":[{"name":"83659136235614:br-ex-patch","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T15:49:48.660Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"tap94880024-e1","lower-layer-if":["openflow:83659136235614:42"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:46:38.779Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"tap1b675214-31","lower-layer-if":["openflow:83659136235614:43"],"type":"iana-if-type:other","if-index":65536,"statistics":{"discontinuity-time":"2018-12-02T17:46:41.836Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"83659136235614:br-ex-patch:trunk","lower-layer-if":["openflow:83659136235614:1"],"type":"iana-if-type:l2vlan","if-index":3,"statistics":{"discontinuity-time":"2018-12-02T15:54:41.009Z"},"phys-address":"ae:00:98:e7:2a:9e","admin-status":"up","oper-status":"up"},{"name":"1b675214-31b3-404f-9603-3e12ec9adef7","lower-layer-if":["openflow:83659136235614:43"],"type":"iana-if-type:l2vlan","if-index":50,"statistics":{"discontinuity-time":"2018-12-02T17:46:41.842Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"},{"name":"94880024-e102-4886-beae-95f4c4634488","lower-layer-if":["openflow:83659136235614:42"],"type":"iana-if-type:l2vlan","if-index":49,"statistics":{"discontinuity-time":"2018-12-02T17:46:38.798Z"},"phys-address":"00:00:00:00:00:00","admin-status":"up","oper-status":"up"}]}} </msg>
<msg timestamp="20181202 17:57:48.953" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.953" level="INFO">${pretty_output} = {
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openf...</msg>
<status status="PASS" endtime="20181202 17:57:48.953" starttime="20181202 17:57:48.952"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.953" level="INFO">{
    "interfaces-state": {
        "interface": [
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:49:48.660Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:42"
                ],
                "name": "tap94880024-e1",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:46:38.779Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 65536,
                "lower-layer-if": [
                    "openflow:83659136235614:43"
                ],
                "name": "tap1b675214-31",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:46:41.836Z"
                },
                "type": "iana-if-type:other"
            },
            {
                "admin-status": "up",
                "if-index": 3,
                "lower-layer-if": [
                    "openflow:83659136235614:1"
                ],
                "name": "83659136235614:br-ex-patch:trunk",
                "oper-status": "up",
                "phys-address": "ae:00:98:e7:2a:9e",
                "statistics": {
                    "discontinuity-time": "2018-12-02T15:54:41.009Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 50,
                "lower-layer-if": [
                    "openflow:83659136235614:43"
                ],
                "name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:46:41.842Z"
                },
                "type": "iana-if-type:l2vlan"
            },
            {
                "admin-status": "up",
                "if-index": 49,
                "lower-layer-if": [
                    "openflow:83659136235614:42"
                ],
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "oper-status": "up",
                "phys-address": "00:00:00:00:00:00",
                "statistics": {
                    "discontinuity-time": "2018-12-02T17:46:38.798Z"
                },
                "type": "iana-if-type:l2vlan"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.954" starttime="20181202 17:57:48.953"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.954" starttime="20181202 17:57:48.949"></status>
</kw>
<kw type="foritem" name="${model} = operational/interface-service-bindings:bound-services-state-list">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.957" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/interface-service-bindings:bound-services-state-list, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.957" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.957" starttime="20181202 17:57:48.954"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.958" level="INFO">To JSON using : content={"bound-services-state-list":{"bound-services-state":[{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":50,"port-no":43,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":49,"port-no":42,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":49,"port-no":42,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","service-mode":"interface-service-bindings:service-mode-egress","dpid":83659136235614,"if-index":50,"port-no":43,"interface-type":"iana-if-type:l2vlan"},{"interface-name":"83659136235614:br-ex-patch:trunk","service-mode":"interface-service-bindings:service-mode-ingress","dpid":83659136235614,"if-index":3,"port-no":1,"interface-type":"iana-if-type:l2vlan"}]}} </msg>
<msg timestamp="20181202 17:57:48.958" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.958" level="INFO">${pretty_output} = {
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 50,
                "interface-name": "1b675214...</msg>
<status status="PASS" endtime="20181202 17:57:48.958" starttime="20181202 17:57:48.957"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.958" level="INFO">{
    "bound-services-state-list": {
        "bound-services-state": [
            {
                "dpid": 83659136235614,
                "if-index": 50,
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 43,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 49,
                "interface-name": "94880024-e102-4886-beae-95f4c4634488",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 42,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 49,
                "interface-name": "94880024-e102-4886-beae-95f4c4634488",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 42,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 50,
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 43,
                "service-mode": "interface-service-bindings:service-mode-egress"
            },
            {
                "dpid": 83659136235614,
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk",
                "interface-type": "iana-if-type:l2vlan",
                "port-no": 1,
                "service-mode": "interface-service-bindings:service-mode-ingress"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.958" starttime="20181202 17:57:48.958"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.958" starttime="20181202 17:57:48.954"></status>
</kw>
<kw type="foritem" name="${model} = operational/itm-state:tunnels_state">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.962" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/itm-state:tunnels_state, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.963" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.963" starttime="20181202 17:57:48.959"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.963" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.963" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.963" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.963" starttime="20181202 17:57:48.963"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.964" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.964" starttime="20181202 17:57:48.964"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.964" starttime="20181202 17:57:48.958"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3nexthop:l3nexthop">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.966" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3nexthop:l3nexthop, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.967" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.967" starttime="20181202 17:57:48.964"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.968" level="INFO">To JSON using : content={"l3nexthop":{"vpnNexthops":[{"vpnId":100008,"vpnNexthop":[{"IpAddress":"10.1.0.2/32","egressPointer":150002,"dpnId":83659136235614,"ip-adjacencies":[{"ip-adjacency":"10.1.0.2/32"}]},{"IpAddress":"10.2.0.2/32","egressPointer":150003,"dpnId":83659136235614,"ip-adjacencies":[{"ip-adjacency":"10.2.0.2/32"}]}]}]}} </msg>
<msg timestamp="20181202 17:57:48.968" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.968" level="INFO">${pretty_output} = {
    "l3nexthop": {
        "vpnNexthops": [
            {
                "vpnId": 100008,
                "vpnNexthop": [
                    {
                        "IpAddress": "10.1.0.2/32",
 ...</msg>
<status status="PASS" endtime="20181202 17:57:48.968" starttime="20181202 17:57:48.967"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.969" level="INFO">{
    "l3nexthop": {
        "vpnNexthops": [
            {
                "vpnId": 100008,
                "vpnNexthop": [
                    {
                        "IpAddress": "10.1.0.2/32",
                        "dpnId": 83659136235614,
                        "egressPointer": 150002,
                        "ip-adjacencies": [
                            {
                                "ip-adjacency": "10.1.0.2/32"
                            }
                        ]
                    },
                    {
                        "IpAddress": "10.2.0.2/32",
                        "dpnId": 83659136235614,
                        "egressPointer": 150003,
                        "ip-adjacencies": [
                            {
                                "ip-adjacency": "10.2.0.2/32"
                            }
                        ]
                    }
                ]
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.969" starttime="20181202 17:57:48.968"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.969" starttime="20181202 17:57:48.964"></status>
</kw>
<kw type="foritem" name="${model} = operational/l3vpn:vpn-interfaces">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.973" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/l3vpn:vpn-interfaces, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.973" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.973" starttime="20181202 17:57:48.969"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.973" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.973" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.974" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.974" starttime="20181202 17:57:48.973"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.974" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.974" starttime="20181202 17:57:48.974"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.974" starttime="20181202 17:57:48.969"></status>
</kw>
<kw type="foritem" name="${model} = operational/network-topology:network-topology/topology/ovsdb:1">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.978" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/network-topology:network-topology/topology/ovsdb:1, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.978" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.978" starttime="20181202 17:57:48.974"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.980" level="INFO">To JSON using : content={"topology":[{"topology-id":"ovsdb:1","node":[{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex","ovsdb:bridge-name":"br-ex","ovsdb:bridge-other-configs":[{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"00:cb:87:12:20:d6"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-standalone","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:datapath-id":"00:00:00:cb:87:12:20:d6","ovsdb:bridge-uuid":"5bf11f65-81b8-4085-b733-e00b5b00a30e","ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","termination-point":[{"tp-id":"eth2","ovsdb:ingress-policing-rate":0,"ovsdb:interface-uuid":"300f71c0-d53f-45b1-ad54-d8f7eed13553","ovsdb:ifindex":4,"ovsdb:name":"eth2","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"74acd043-d523-434c-a24c-6daab084a1b9","ovsdb:ofport":1},{"tp-id":"br-ex","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"cf45613b-5108-4b3b-b1ab-59626acbcf1b","ovsdb:ifindex":7,"ovsdb:name":"br-ex","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"99dff4b4-b0a1-43b1-9a33-ea761c9a03f6","ovsdb:ofport":65534},{"tp-id":"br-ex-int-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"}],"ovsdb:interface-uuid":"8536d0bf-952d-424c-8a17-5b15e61aa672","ovsdb:name":"br-ex-int-patch","ovsdb:options":[{"option":"peer","value":"br-ex-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"36d598f9-f6e8-4cb3-8d3e-5f1d2df18348","ovsdb:ifindex":0,"ovsdb:ofport":2}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int","ovsdb:bridge-name":"br-int","ovsdb:bridge-external-ids":[{"bridge-external-id-key":"opendaylight-iid","bridge-external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"}],"ovsdb:bridge-other-configs":[{"bridge-other-config-key":"disable-in-band","bridge-other-config-value":"true"},{"bridge-other-config-key":"hwaddr","bridge-other-config-value":"4c:16:69:18:f8:5e"}],"ovsdb:stp_enable":false,"ovsdb:fail-mode":"ovsdb:ovsdb-fail-mode-secure","ovsdb:datapath-type":"ovsdb:datapath-type-system","ovsdb:bridge-uuid":"bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f","ovsdb:protocol-entry":[{"protocol":"ovsdb:ovsdb-bridge-protocol-openflow-13"}],"ovsdb:managed-by":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']","ovsdb:controller-entry":[{"target":"tcp:192.0.2.3:6653","controller-uuid":"82e46d97-7b53-4f1a-9abb-033ba35b953e","inactivity_probe":180000,"is-connected":true}],"ovsdb:datapath-id":"00:00:4c:16:69:18:f8:5e","termination-point":[{"tp-id":"br-ex-patch","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-patch","ovsdb:port-external-ids":[{"external-id-key":"opendaylight-iid","external-id-value":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"}],"ovsdb:interface-uuid":"8f5be07f-3d37-40d2-a2ae-883195de2bbd","ovsdb:name":"br-ex-patch","ovsdb:options":[{"option":"peer","value":"br-ex-int-patch"}],"ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"f6db37ab-0b60-4e16-8af7-8b970875afd3","ovsdb:ifindex":0,"ovsdb:ofport":1},{"tp-id":"tap1b675214-31","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"5acae485-ae12-4ca9-86ab-b9e863be3bf3","ovsdb:name":"tap1b675214-31","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:6b:55:33"},{"external-id-key":"iface-id","external-id-value":"1b675214-31b3-404f-9603-3e12ec9adef7"}],"ovsdb:port-uuid":"12f365ed-856d-4879-8a26-33759aac4e68","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":43},{"tp-id":"br-int","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"ee3eddac-3572-42dc-a7e2-af0703fb92e8","ovsdb:ifindex":59,"ovsdb:name":"br-int","ovsdb:ingress-policing-burst":0,"ovsdb:port-uuid":"0e4fc21c-5f98-4966-9e1e-0ffdd77e354e","ovsdb:ofport":65534},{"tp-id":"tap94880024-e1","ovsdb:ingress-policing-rate":0,"ovsdb:interface-type":"ovsdb:interface-type-internal","ovsdb:interface-uuid":"7bec84a8-35bc-45cd-b196-9c894fcfdeeb","ovsdb:name":"tap94880024-e1","ovsdb:ingress-policing-burst":0,"ovsdb:interface-external-ids":[{"external-id-key":"iface-status","external-id-value":"active"},{"external-id-key":"attached-mac","external-id-value":"fa:16:3e:dd:e9:c7"},{"external-id-key":"iface-id","external-id-value":"94880024-e102-4886-beae-95f4c4634488"}],"ovsdb:port-uuid":"5968f3df-6190-4cc4-a6fb-d3b307376cae","ovsdb:vlan-tag":4095,"ovsdb:ifindex":0,"ovsdb:ofport":42}]},{"node-id":"ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1","ovsdb:datapath-type-entry":[{"datapath-type":"ovsdb:datapath-type-netdev"},{"datapath-type":"ovsdb:datapath-type-system"}],"ovsdb:ovs-version":"2.9.0","ovsdb:openvswitch-other-configs":[{"other-config-key":"provider_mappings","other-config-value":"datacentre:br-ex"},{"other-config-key":"local_ip","other-config-value":"11.0.0.37"}],"ovsdb:interface-type-entry":[{"interface-type":"ovsdb:interface-type-lisp"},{"interface-type":"ovsdb:interface-type-geneve"},{"interface-type":"ovsdb:interface-type-gre"},{"interface-type":"ovsdb:interface-type-system"},{"interface-type":"ovsdb:interface-type-vxlan"},{"interface-type":"ovsdb:interface-type-internal"},{"interface-type":"ovsdb:interface-type-stt"},{"interface-type":"ovsdb:interface-type-tap"},{"interface-type":"ovsdb:interface-type-patch"}],"ovsdb:connection-info":{"local-ip":"192.0.2.3","remote-port":42578,"remote-ip":"192.0.2.3","local-port":6640},"ovsdb:openvswitch-external-ids":[{"external-id-key":"hostname","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"odl_os_hostconfig_hostid","external-id-value":"overcloud-controller-0.opnfvlf.org"},{"external-id-key":"system-id","external-id-value":"739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"},{"external-id-key":"rundir","external-id-value":"/var/run/openvswitch"},{"external-id-key":"odl_os_hostconfig_config_odl_l2","external-id-value":"{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"}],"ovsdb:db-version":"7.15.1","ovsdb:managed-node-entry":[{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"},{"bridge-ref":"/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"}],"ovsdb:manager-entry":[{"target":"ptcp:6639:127.0.0.1","connected":true,"number_of_connections":1},{"target":"tcp:192.0.2.3:6640","connected":true,"number_of_connections":1}]}]}]} </msg>
<msg timestamp="20181202 17:57:48.980" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.980" level="INFO">${pretty_output} = {
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge...</msg>
<status status="PASS" endtime="20181202 17:57:48.980" starttime="20181202 17:57:48.979"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.981" level="INFO">{
    "topology": [
        {
            "node": [
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex",
                    "ovsdb:bridge-name": "br-ex",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "00:cb:87:12:20:d6"
                        }
                    ],
                    "ovsdb:bridge-uuid": "5bf11f65-81b8-4085-b733-e00b5b00a30e",
                    "ovsdb:datapath-id": "00:00:00:cb:87:12:20:d6",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-standalone",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 4,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-uuid": "300f71c0-d53f-45b1-ad54-d8f7eed13553",
                            "ovsdb:name": "eth2",
                            "ovsdb:ofport": 1,
                            "ovsdb:port-uuid": "74acd043-d523-434c-a24c-6daab084a1b9",
                            "tp-id": "eth2"
                        },
                        {
                            "ovsdb:ifindex": 7,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "cf45613b-5108-4b3b-b1ab-59626acbcf1b",
                            "ovsdb:name": "br-ex",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "99dff4b4-b0a1-43b1-9a33-ea761c9a03f6",
                            "tp-id": "br-ex"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8536d0bf-952d-424c-8a17-5b15e61aa672",
                            "ovsdb:name": "br-ex-int-patch",
                            "ovsdb:ofport": 2,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']/network-topology:termination-point[network-topology:tp-id='br-ex-int-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "36d598f9-f6e8-4cb3-8d3e-5f1d2df18348",
                            "tp-id": "br-ex-int-patch"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int",
                    "ovsdb:bridge-external-ids": [
                        {
                            "bridge-external-id-key": "opendaylight-iid",
                            "bridge-external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        }
                    ],
                    "ovsdb:bridge-name": "br-int",
                    "ovsdb:bridge-other-configs": [
                        {
                            "bridge-other-config-key": "disable-in-band",
                            "bridge-other-config-value": "true"
                        },
                        {
                            "bridge-other-config-key": "hwaddr",
                            "bridge-other-config-value": "4c:16:69:18:f8:5e"
                        }
                    ],
                    "ovsdb:bridge-uuid": "bcbe392d-c7ca-47a8-a6e1-daf92c3e9d5f",
                    "ovsdb:controller-entry": [
                        {
                            "controller-uuid": "82e46d97-7b53-4f1a-9abb-033ba35b953e",
                            "inactivity_probe": 180000,
                            "is-connected": true,
                            "target": "tcp:192.0.2.3:6653"
                        }
                    ],
                    "ovsdb:datapath-id": "00:00:4c:16:69:18:f8:5e",
                    "ovsdb:datapath-type": "ovsdb:datapath-type-system",
                    "ovsdb:fail-mode": "ovsdb:ovsdb-fail-mode-secure",
                    "ovsdb:managed-by": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1']",
                    "ovsdb:protocol-entry": [
                        {
                            "protocol": "ovsdb:ovsdb-bridge-protocol-openflow-13"
                        }
                    ],
                    "ovsdb:stp_enable": false,
                    "termination-point": [
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-patch",
                            "ovsdb:interface-uuid": "8f5be07f-3d37-40d2-a2ae-883195de2bbd",
                            "ovsdb:name": "br-ex-patch",
                            "ovsdb:ofport": 1,
                            "ovsdb:options": [
                                {
                                    "option": "peer",
                                    "value": "br-ex-int-patch"
                                }
                            ],
                            "ovsdb:port-external-ids": [
                                {
                                    "external-id-key": "opendaylight-iid",
                                    "external-id-value": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']/network-topology:termination-point[network-topology:tp-id='br-ex-patch']"
                                }
                            ],
                            "ovsdb:port-uuid": "f6db37ab-0b60-4e16-8af7-8b970875afd3",
                            "tp-id": "br-ex-patch"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:6b:55:33"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "1b675214-31b3-404f-9603-3e12ec9adef7"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "5acae485-ae12-4ca9-86ab-b9e863be3bf3",
                            "ovsdb:name": "tap1b675214-31",
                            "ovsdb:ofport": 43,
                            "ovsdb:port-uuid": "12f365ed-856d-4879-8a26-33759aac4e68",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap1b675214-31"
                        },
                        {
                            "ovsdb:ifindex": 59,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "ee3eddac-3572-42dc-a7e2-af0703fb92e8",
                            "ovsdb:name": "br-int",
                            "ovsdb:ofport": 65534,
                            "ovsdb:port-uuid": "0e4fc21c-5f98-4966-9e1e-0ffdd77e354e",
                            "tp-id": "br-int"
                        },
                        {
                            "ovsdb:ifindex": 0,
                            "ovsdb:ingress-policing-burst": 0,
                            "ovsdb:ingress-policing-rate": 0,
                            "ovsdb:interface-external-ids": [
                                {
                                    "external-id-key": "iface-status",
                                    "external-id-value": "active"
                                },
                                {
                                    "external-id-key": "attached-mac",
                                    "external-id-value": "fa:16:3e:dd:e9:c7"
                                },
                                {
                                    "external-id-key": "iface-id",
                                    "external-id-value": "94880024-e102-4886-beae-95f4c4634488"
                                }
                            ],
                            "ovsdb:interface-type": "ovsdb:interface-type-internal",
                            "ovsdb:interface-uuid": "7bec84a8-35bc-45cd-b196-9c894fcfdeeb",
                            "ovsdb:name": "tap94880024-e1",
                            "ovsdb:ofport": 42,
                            "ovsdb:port-uuid": "5968f3df-6190-4cc4-a6fb-d3b307376cae",
                            "ovsdb:vlan-tag": 4095,
                            "tp-id": "tap94880024-e1"
                        }
                    ]
                },
                {
                    "node-id": "ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1",
                    "ovsdb:connection-info": {
                        "local-ip": "192.0.2.3",
                        "local-port": 6640,
                        "remote-ip": "192.0.2.3",
                        "remote-port": 42578
                    },
                    "ovsdb:datapath-type-entry": [
                        {
                            "datapath-type": "ovsdb:datapath-type-netdev"
                        },
                        {
                            "datapath-type": "ovsdb:datapath-type-system"
                        }
                    ],
                    "ovsdb:db-version": "7.15.1",
                    "ovsdb:interface-type-entry": [
                        {
                            "interface-type": "ovsdb:interface-type-lisp"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-geneve"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-gre"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-system"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-vxlan"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-internal"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-stt"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-tap"
                        },
                        {
                            "interface-type": "ovsdb:interface-type-patch"
                        }
                    ],
                    "ovsdb:managed-node-entry": [
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-int']"
                        },
                        {
                            "bridge-ref": "/network-topology:network-topology/network-topology:topology[network-topology:topology-id='ovsdb:1']/network-topology:node[network-topology:node-id='ovsdb://uuid/fe4df18c-f8c8-45e4-bc4b-0e5baf4421d1/bridge/br-ex']"
                        }
                    ],
                    "ovsdb:manager-entry": [
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "ptcp:6639:127.0.0.1"
                        },
                        {
                            "connected": true,
                            "number_of_connections": 1,
                            "target": "tcp:192.0.2.3:6640"
                        }
                    ],
                    "ovsdb:openvswitch-external-ids": [
                        {
                            "external-id-key": "hostname",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_hostid",
                            "external-id-value": "overcloud-controller-0.opnfvlf.org"
                        },
                        {
                            "external-id-key": "system-id",
                            "external-id-value": "739c3f3b-0a19-4f47-8ea7-f557c7d6b17d"
                        },
                        {
                            "external-id-key": "rundir",
                            "external-id-value": "/var/run/openvswitch"
                        },
                        {
                            "external-id-key": "odl_os_hostconfig_config_odl_l2",
                            "external-id-value": "{  \"supported_vnic_types\": [{    \"vnic_type\": \"normal\",    \"vif_type\": \"ovs\",    \"vif_details\": {}  }],  \"allowed_network_types\": [\"local\",\"flat\",\"vlan\",\"vxlan\",\"gre\"],  \"bridge_mappings\": {\"datacentre\":\"br-ex\"}}"
                        }
                    ],
                    "ovsdb:openvswitch-other-configs": [
                        {
                            "other-config-key": "provider_mappings",
                            "other-config-value": "datacentre:br-ex"
                        },
                        {
                            "other-config-key": "local_ip",
                            "other-config-value": "11.0.0.37"
                        }
                    ],
                    "ovsdb:ovs-version": "2.9.0"
                }
            ],
            "topology-id": "ovsdb:1"
        }
    ]
}</msg>
<status status="PASS" endtime="20181202 17:57:48.981" starttime="20181202 17:57:48.981"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.981" starttime="20181202 17:57:48.974"></status>
</kw>
<kw type="foritem" name="${model} = operational/neutron:neutron/neutron:ports">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.985" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/neutron:neutron/neutron:ports, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.985" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.985" starttime="20181202 17:57:48.981"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.986" level="INFO">To JSON using : content={"ports":{"port":[{"uuid":"07b64bd9-7ec0-464d-b96e-86f13211189c","status":"DOWN"},{"uuid":"f9df8314-aa99-4fd9-a88b-0b085d007f6b","status":"DOWN"},{"uuid":"2b4cf24f-502c-4071-9c51-b4ffa65641c9","status":"DOWN"},{"uuid":"859e8972-722a-4ff6-b3eb-a6fb16309263","status":"DOWN"},{"uuid":"1b675214-31b3-404f-9603-3e12ec9adef7","status":"ACTIVE"},{"uuid":"abe90575-63ad-4d63-ad64-413afaf41ff1","status":"ACTIVE"},{"uuid":"94880024-e102-4886-beae-95f4c4634488","status":"ACTIVE"},{"uuid":"8a57c4af-18db-42f9-ae7c-1bc52f189671","status":"ACTIVE"}]}} </msg>
<msg timestamp="20181202 17:57:48.986" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.986" level="INFO">${pretty_output} = {
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "07b64bd9-7ec0-464d-b96e-86f13211189c"
            },
            {
                "status":...</msg>
<status status="PASS" endtime="20181202 17:57:48.986" starttime="20181202 17:57:48.985"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.987" level="INFO">{
    "ports": {
        "port": [
            {
                "status": "DOWN",
                "uuid": "07b64bd9-7ec0-464d-b96e-86f13211189c"
            },
            {
                "status": "DOWN",
                "uuid": "f9df8314-aa99-4fd9-a88b-0b085d007f6b"
            },
            {
                "status": "DOWN",
                "uuid": "2b4cf24f-502c-4071-9c51-b4ffa65641c9"
            },
            {
                "status": "DOWN",
                "uuid": "859e8972-722a-4ff6-b3eb-a6fb16309263"
            },
            {
                "status": "ACTIVE",
                "uuid": "1b675214-31b3-404f-9603-3e12ec9adef7"
            },
            {
                "status": "ACTIVE",
                "uuid": "abe90575-63ad-4d63-ad64-413afaf41ff1"
            },
            {
                "status": "ACTIVE",
                "uuid": "94880024-e102-4886-beae-95f4c4634488"
            },
            {
                "status": "ACTIVE",
                "uuid": "8a57c4af-18db-42f9-ae7c-1bc52f189671"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.987" starttime="20181202 17:57:48.987"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.987" starttime="20181202 17:57:48.981"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-fib:label-route-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.991" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-fib:label-route-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.991" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.991" starttime="20181202 17:57:48.987"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.992" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:48.992" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.992" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:48.992" starttime="20181202 17:57:48.991"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.992" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.993" starttime="20181202 17:57:48.992"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.993" starttime="20181202 17:57:48.987"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-interface-meta:if-indexes-interface-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:48.995" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-interface-meta:if-indexes-interface-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:48.995" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:48.995" starttime="20181202 17:57:48.993"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:48.996" level="INFO">To JSON using : content={"if-indexes-interface-map":{"if-index-interface":[{"if-index":50,"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7"},{"if-index":49,"interface-name":"94880024-e102-4886-beae-95f4c4634488"},{"if-index":3,"interface-name":"83659136235614:br-ex-patch:trunk"}]}} </msg>
<msg timestamp="20181202 17:57:48.996" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:48.996" level="INFO">${pretty_output} = {
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 50,
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7"
            }...</msg>
<status status="PASS" endtime="20181202 17:57:48.996" starttime="20181202 17:57:48.996"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:48.997" level="INFO">{
    "if-indexes-interface-map": {
        "if-index-interface": [
            {
                "if-index": 50,
                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7"
            },
            {
                "if-index": 49,
                "interface-name": "94880024-e102-4886-beae-95f4c4634488"
            },
            {
                "if-index": 3,
                "interface-name": "83659136235614:br-ex-patch:trunk"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:48.997" starttime="20181202 17:57:48.996"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:48.997" starttime="20181202 17:57:48.993"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:learnt-vpn-vip-to-port-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.000" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:learnt-vpn-vip-to-port-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.000" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.000" starttime="20181202 17:57:48.997"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.001" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:49.001" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.001" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:49.001" starttime="20181202 17:57:49.000"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.001" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.001" starttime="20181202 17:57:49.001"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.001" starttime="20181202 17:57:48.997"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:neutron-router-dpns">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.004" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:neutron-router-dpns, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.004" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.004" starttime="20181202 17:57:49.002"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.005" level="INFO">To JSON using : content={"neutron-router-dpns":{"router-dpn-list":[{"router-id":"2678e637-51fb-44d1-afb6-213c086f384c"},{"router-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","dpn-vpninterfaces-list":[{"dpn-id":83659136235614,"router-interfaces":[{"interface":"1b675214-31b3-404f-9603-3e12ec9adef7"},{"interface":"94880024-e102-4886-beae-95f4c4634488"}]}]}]}} </msg>
<msg timestamp="20181202 17:57:49.005" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.005" level="INFO">${pretty_output} = {
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "dpn-vpninter...</msg>
<status status="PASS" endtime="20181202 17:57:49.005" starttime="20181202 17:57:49.004"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.005" level="INFO">{
    "neutron-router-dpns": {
        "router-dpn-list": [
            {
                "router-id": "2678e637-51fb-44d1-afb6-213c086f384c"
            },
            {
                "dpn-vpninterfaces-list": [
                    {
                        "dpn-id": 83659136235614,
                        "router-interfaces": [
                            {
                                "interface": "1b675214-31b3-404f-9603-3e12ec9adef7"
                            },
                            {
                                "interface": "94880024-e102-4886-beae-95f4c4634488"
                            }
                        ]
                    }
                ],
                "router-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.005" starttime="20181202 17:57:49.005"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.005" starttime="20181202 17:57:49.001"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:port-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.008" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:port-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.009" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.009" starttime="20181202 17:57:49.006"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.009" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:49.009" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.009" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:49.009" starttime="20181202 17:57:49.009"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.010" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.010" starttime="20181202 17:57:49.010"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.010" starttime="20181202 17:57:49.005"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:prefix-to-interface">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.013" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:prefix-to-interface, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.013" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.013" starttime="20181202 17:57:49.010"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.013" level="INFO">To JSON using : content={"prefix-to-interface":{"vpn-ids":[{"vpn-id":100008,"prefixes":[{"ip_address":"10.2.0.2/32","segmentation-id":14,"prefix-cue":"none","dpnId":83659136235614,"vpn-interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7","network-type":"VXLAN","network-id":"a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd"},{"ip_address":"10.1.0.2/32","segmentation-id":32,"prefix-cue":"none","dpnId":83659136235614,"vpn-interface-name":"94880024-e102-4886-beae-95f4c4634488","network-type":"VXLAN","network-id":"abcfba9f-d118-4906-ab9c-cdf4f3098ecd"}]}]}} </msg>
<msg timestamp="20181202 17:57:49.014" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.014" level="INFO">${pretty_output} = {
    "prefix-to-interface": {
        "vpn-ids": [
            {
                "prefixes": [
                    {
                        "dpnId": 83659136235614,
                        "ip_addre...</msg>
<status status="PASS" endtime="20181202 17:57:49.014" starttime="20181202 17:57:49.013"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.014" level="INFO">{
    "prefix-to-interface": {
        "vpn-ids": [
            {
                "prefixes": [
                    {
                        "dpnId": 83659136235614,
                        "ip_address": "10.2.0.2/32",
                        "network-id": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd",
                        "network-type": "VXLAN",
                        "prefix-cue": "none",
                        "segmentation-id": 14,
                        "vpn-interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7"
                    },
                    {
                        "dpnId": 83659136235614,
                        "ip_address": "10.1.0.2/32",
                        "network-id": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd",
                        "network-type": "VXLAN",
                        "prefix-cue": "none",
                        "segmentation-id": 32,
                        "vpn-interface-name": "94880024-e102-4886-beae-95f4c4634488"
                    }
                ],
                "vpn-id": 100008
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.014" starttime="20181202 17:57:49.014"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.014" starttime="20181202 17:57:49.010"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:subnet-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.016" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:subnet-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.016" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.016" starttime="20181202 17:57:49.014"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.017" level="INFO">To JSON using : content={"subnet-op-data":{"subnet-op-data-entry":[{"subnet-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","route-adv-state":"advertised","vrf-id":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9","label":100002,"elan-tag":5002,"subnet-cidr":"192.168.37.0/24","vpn-name":"f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"}]}} </msg>
<msg timestamp="20181202 17:57:49.017" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.017" level="INFO">${pretty_output} = {
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
          ...</msg>
<status status="PASS" endtime="20181202 17:57:49.017" starttime="20181202 17:57:49.017"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.018" level="INFO">{
    "subnet-op-data": {
        "subnet-op-data-entry": [
            {
                "elan-tag": 5002,
                "label": 100002,
                "route-adv-state": "advertised",
                "subnet-cidr": "192.168.37.0/24",
                "subnet-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vpn-name": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9",
                "vrf-id": "f17bdc92-dc48-4f17-a3ff-b20337f2c0f9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.018" starttime="20181202 17:57:49.017"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.018" starttime="20181202 17:57:49.014"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-instance-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.020" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-instance-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.020" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.020" starttime="20181202 17:57:49.018"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.021" level="INFO">To JSON using : content={"vpn-instance-op-data":{"vpn-instance-op-data-entry":[{"vrf-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","vpn-id":100008,"vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","type":"l3","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"created","ipv4-configured":true,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"1b675214-31b3-404f-9603-3e12ec9adef7"},{"interface-name":"94880024-e102-4886-beae-95f4c4634488"}]}]},{"vrf-id":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","vpn-id":100000,"vpn-instance-name":"6d7623ad-fdea-4462-b1e7-eeb26f9a9260","bgpvpn-type":"VPN","ipv6-configured":false,"vpn-state":"pending_delete","ipv4-configured":false,"vpn-to-dpn-list":[{"dpnId":83659136235614,"dpn-state":"active","vpn-interfaces":[{"interface-name":"83659136235614:br-ex-patch:trunk"}]}]}]}} </msg>
<msg timestamp="20181202 17:57:49.021" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.021" level="INFO">${pretty_output} = {
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": true,
                "ipv6-configured": ...</msg>
<status status="PASS" endtime="20181202 17:57:49.021" starttime="20181202 17:57:49.020"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.022" level="INFO">{
    "vpn-instance-op-data": {
        "vpn-instance-op-data-entry": [
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": true,
                "ipv6-configured": false,
                "type": "l3",
                "vpn-id": 100008,
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9",
                "vpn-state": "created",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "1b675214-31b3-404f-9603-3e12ec9adef7"
                            },
                            {
                                "interface-name": "94880024-e102-4886-beae-95f4c4634488"
                            }
                        ]
                    }
                ],
                "vrf-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "bgpvpn-type": "VPN",
                "ipv4-configured": false,
                "ipv6-configured": false,
                "vpn-id": 100000,
                "vpn-instance-name": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260",
                "vpn-state": "pending_delete",
                "vpn-to-dpn-list": [
                    {
                        "dpn-state": "active",
                        "dpnId": 83659136235614,
                        "vpn-interfaces": [
                            {
                                "interface-name": "83659136235614:br-ex-patch:trunk"
                            }
                        ]
                    }
                ],
                "vrf-id": "6d7623ad-fdea-4462-b1e7-eeb26f9a9260"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.022" starttime="20181202 17:57:49.021"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.022" starttime="20181202 17:57:49.018"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-interface-op-data">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.024" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-interface-op-data, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.024" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.024" starttime="20181202 17:57:49.022"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.025" level="INFO">To JSON using : content={"vpn-interface-op-data":{"vpn-interface-op-data-entry":[{"name":"1b675214-31b3-404f-9603-3e12ec9adef7","vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","gateway-mac-address":"fa:16:3e:53:42:00","dpn-id":83659136235614,"lport-tag":50,"adjacency":[{"ip_address":"10.2.0.2/32","next-hop-ip-list":["11.0.0.37"],"label":100012,"vrf-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","phys-network-func":false,"subnet_id":"3bd93cf1-be6c-4421-bc2c-9288caf217ed","mac_address":"fa:16:3e:6b:55:33","adjacency_type":"primary-adjacency"}]},{"name":"94880024-e102-4886-beae-95f4c4634488","vpn-instance-name":"65620d19-14f8-4556-9788-bc9a4066a5c9","gateway-mac-address":"fa:16:3e:bf:04:8f","dpn-id":83659136235614,"lport-tag":49,"adjacency":[{"ip_address":"10.1.0.2/32","next-hop-ip-list":["11.0.0.37"],"label":100010,"vrf-id":"65620d19-14f8-4556-9788-bc9a4066a5c9","phys-network-func":false,"subnet_id":"ee83d02a-ccb1-4f3b-b460-1f13e95fe755","mac_address":"fa:16:3e:dd:e9:c7","adjacency_type":"primary-adjacency"}]}]}} </msg>
<msg timestamp="20181202 17:57:49.025" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.025" level="INFO">${pretty_output} = {
    "vpn-interface-op-data": {
        "vpn-interface-op-data-entry": [
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacenc...</msg>
<status status="PASS" endtime="20181202 17:57:49.025" starttime="20181202 17:57:49.024"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.025" level="INFO">{
    "vpn-interface-op-data": {
        "vpn-interface-op-data-entry": [
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.2.0.2/32",
                        "label": 100012,
                        "mac_address": "fa:16:3e:6b:55:33",
                        "next-hop-ip-list": [
                            "11.0.0.37"
                        ],
                        "phys-network-func": false,
                        "subnet_id": "3bd93cf1-be6c-4421-bc2c-9288caf217ed",
                        "vrf-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ],
                "dpn-id": 83659136235614,
                "gateway-mac-address": "fa:16:3e:53:42:00",
                "lport-tag": 50,
                "name": "1b675214-31b3-404f-9603-3e12ec9adef7",
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            },
            {
                "adjacency": [
                    {
                        "adjacency_type": "primary-adjacency",
                        "ip_address": "10.1.0.2/32",
                        "label": 100010,
                        "mac_address": "fa:16:3e:dd:e9:c7",
                        "next-hop-ip-list": [
                            "11.0.0.37"
                        ],
                        "phys-network-func": false,
                        "subnet_id": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755",
                        "vrf-id": "65620d19-14f8-4556-9788-bc9a4066a5c9"
                    }
                ],
                "dpn-id": 83659136235614,
                "gateway-mac-address": "fa:16:3e:bf:04:8f",
                "lport-tag": 49,
                "name": "94880024-e102-4886-beae-95f4c4634488",
                "vpn-instance-name": "65620d19-14f8-4556-9788-bc9a4066a5c9"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.025" starttime="20181202 17:57:49.025"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.025" starttime="20181202 17:57:49.022"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-l3vpn:vpn-to-extraroute">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.029" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-l3vpn:vpn-to-extraroute, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.029" level="INFO">${resp} = &lt;Response [400]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.029" starttime="20181202 17:57:49.026"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.029" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"protocol","error-tag":"invalid-value","error-message":"URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\"."}]}} </msg>
<msg timestamp="20181202 17:57:49.029" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.030" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. ...</msg>
<status status="PASS" endtime="20181202 17:57:49.030" starttime="20181202 17:57:49.029"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.030" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "URI has bad format. Possible reasons:\n 1. \"odl-l3vpn:vpn-to-extraroute\" was not found in parent data node.\n 2. \"odl-l3vpn:vpn-to-extraroute\" is behind mount point. Then it should be in format \"/yang-ext:mount/odl-l3vpn:vpn-to-extraroute\".",
                "error-tag": "invalid-value",
                "error-type": "protocol"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.030" starttime="20181202 17:57:49.030"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.030" starttime="20181202 17:57:49.026"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:external-ips-counter">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.033" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:external-ips-counter, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.033" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.033" starttime="20181202 17:57:49.030"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.034" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:49.034" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.034" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:49.034" starttime="20181202 17:57:49.033"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.035" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.035" starttime="20181202 17:57:49.034"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.035" starttime="20181202 17:57:49.030"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:floating-ip-info">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.038" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:floating-ip-info, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.039" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.039" starttime="20181202 17:57:49.035"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.039" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:49.039" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.039" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:49.039" starttime="20181202 17:57:49.039"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.040" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.040" starttime="20181202 17:57:49.040"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.040" starttime="20181202 17:57:49.035"></status>
</kw>
<kw type="foritem" name="${model} = operational/odl-nat:intext-ip-map">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.043" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/odl-nat:intext-ip-map, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.043" level="INFO">${resp} = &lt;Response [404]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.043" starttime="20181202 17:57:49.040"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.044" level="INFO">To JSON using : content={"errors":{"error":[{"error-type":"application","error-tag":"data-missing","error-message":"Request could not be completed because the relevant data model content does not exist "}]}} </msg>
<msg timestamp="20181202 17:57:49.044" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.044" level="INFO">${pretty_output} = {
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag...</msg>
<status status="PASS" endtime="20181202 17:57:49.044" starttime="20181202 17:57:49.043"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.044" level="INFO">{
    "errors": {
        "error": [
            {
                "error-message": "Request could not be completed because the relevant data model content does not exist ",
                "error-tag": "data-missing",
                "error-type": "application"
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.044" starttime="20181202 17:57:49.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.045" starttime="20181202 17:57:49.040"></status>
</kw>
<kw type="foritem" name="${model} = operational/opendaylight-inventory:nodes">
<kw name="Get Request" library="RequestsLibrary">
<doc>Send a GET request on the session object found using the</doc>
<arguments>
<arg>model_dump_session</arg>
<arg>restconf/${model}</arg>
</arguments>
<assign>
<var>${resp}</var>
</assign>
<msg timestamp="20181202 17:57:49.048" level="INFO">Get Request using : alias=model_dump_session, uri=restconf/operational/opendaylight-inventory:nodes, headers=None json=None</msg>
<msg timestamp="20181202 17:57:49.048" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.048" starttime="20181202 17:57:49.045"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${resp.content}</arg>
<arg>pretty_print=True</arg>
</arguments>
<assign>
<var>${pretty_output}</var>
</assign>
<msg timestamp="20181202 17:57:49.051" level="INFO">To JSON using : content={"nodes":{"node":[{"id":"openflow:83659136235614","node-connector":[{"id":"openflow:83659136235614:LOCAL","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":4294967294,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"4c:16:69:18:f8:5e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-int","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false}},{"id":"openflow:83659136235614:42","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap94880024-e1","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":42,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"},{"id":"openflow:83659136235614:1","flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":1,"flow-node-inventory:advertised-features":"","flow-node-inventory:hardware-address":"ae:00:98:e7:2a:9e","flow-node-inventory:current-feature":"","flow-node-inventory:current-speed":0,"flow-node-inventory:configuration":"","flow-node-inventory:maximum-speed":0,"flow-node-inventory:name":"br-ex-patch","flow-node-inventory:state":{"blocked":false,"link-down":false,"live":true}},{"id":"openflow:83659136235614:43","flow-node-inventory:advertised-features":"","flow-node-inventory:current-speed":0,"flow-node-inventory:name":"tap1b675214-31","flow-node-inventory:state":{"blocked":false,"link-down":true,"live":false},"flow-node-inventory:supported":"","flow-node-inventory:peer-features":"","flow-node-inventory:port-number":43,"flow-node-inventory:hardware-address":"00:00:00:00:00:00","flow-node-inventory:current-feature":"","flow-node-inventory:configuration":"PORT-DOWN","flow-node-inventory:maximum-speed":0,"flow-node-inventory:reason":"update"}],"opendaylight-group-statistics:group-features":{"group-capabilities-supported":["opendaylight-group-types:chaining","opendaylight-group-types:select-liveness","opendaylight-group-types:select-weight"],"actions":[67076097],"max-groups":[4294967040],"group-types-supported":["opendaylight-group-types:group-all","opendaylight-group-types:group-indirect","opendaylight-group-types:group-select","opendaylight-group-types:group-ff"]},"flow-node-inventory:port-number":45720,"flow-node-inventory:serial-number":"None","flow-node-inventory:table":[{"id":235},{"id":209},{"id":175},{"id":89},{"id":119},{"id":21},{"id":51},{"id":234},{"id":208},{"id":174},{"id":88},{"id":118},{"id":20},{"id":50},{"id":237},{"id":207},{"id":177},{"id":0},{"id":87},{"id":121},{"id":19},{"id":53},{"id":236},{"id":206},{"id":176},{"id":1},{"id":86},{"id":120},{"id":18},{"id":52},{"id":239},{"id":205},{"id":171},{"id":85},{"id":115},{"id":25},{"id":55},{"id":238},{"id":204},{"id":170},{"id":84},{"id":114},{"id":24},{"id":54},{"id":241},{"id":203},{"id":173},{"id":83},{"id":117},{"id":23},{"id":57},{"id":240},{"id":202},{"id":172},{"id":82},{"id":116},{"id":22},{"id":56},{"id":227},{"id":201},{"id":167},{"id":97},{"id":127},{"id":29},{"id":59},{"id":226},{"id":200},{"id":166},{"id":96},{"id":126},{"id":28},{"id":58},{"id":229},{"id":199},{"id":169},{"id":95},{"id":129},{"id":27},{"id":61},{"id":228},{"id":198},{"id":168},{"id":94},{"id":128},{"id":26},{"id":60},{"id":231},{"id":197},{"id":163},{"id":93},{"id":123},{"id":33},{"id":63},{"id":230},{"id":196},{"id":162},{"id":92},{"id":122},{"id":32},{"id":62},{"id":233},{"id":195},{"id":165},{"id":91},{"id":125},{"id":31},{"id":65},{"id":232},{"id":194},{"id":164},{"id":90},{"id":124},{"id":30},{"id":64},{"id":252},{"id":218},{"id":192},{"id":158},{"id":15},{"id":104},{"id":134},{"id":36},{"id":66},{"id":253},{"id":219},{"id":193},{"id":159},{"id":14},{"id":105},{"id":135},{"id":37},{"id":67},{"id":250},{"id":220},{"id":190},{"id":160},{"id":17},{"id":102},{"id":136},{"id":34},{"id":68},{"id":251},{"id":221},{"id":191},{"id":161},{"id":16},{"id":103},{"id":137},{"id":35},{"id":69},{"id":222},{"id":188},{"id":154},{"id":11},{"id":100},{"id":130},{"id":40},{"id":70},{"id":223},{"id":189},{"id":155},{"id":10},{"id":101},{"id":131},{"id":41},{"id":71},{"id":224},{"id":186},{"id":156},{"id":13},{"id":98},{"id":132},{"id":38},{"id":72},{"id":225},{"id":187},{"id":157},{"id":12},{"id":99},{"id":133},{"id":39},{"id":73},{"id":244},{"id":210},{"id":184},{"id":150},{"id":7},{"id":112},{"id":142},{"id":44},{"id":74},{"id":245},{"id":211},{"id":185},{"id":151},{"id":6},{"id":113},{"id":143},{"id":45},{"id":75},{"id":242},{"id":212},{"id":182},{"id":152},{"id":9},{"id":110},{"id":144},{"id":42},{"id":76},{"id":243},{"id":213},{"id":183},{"id":153},{"id":8},{"id":111},{"id":145},{"id":43},{"id":77},{"id":248},{"id":214},{"id":180},{"id":146},{"id":3},{"id":108},{"id":138},{"id":48},{"id":78},{"id":249},{"id":215},{"id":181},{"id":147},{"id":2},{"id":109},{"id":139},{"id":49},{"id":79},{"id":246},{"id":216},{"id":178},{"id":148},{"id":5},{"id":106},{"id":140},{"id":46},{"id":80},{"id":247},{"id":217},{"id":179},{"id":149},{"id":4},{"id":107},{"id":141},{"id":47},{"id":81}],"flow-node-inventory:hardware":"Open vSwitch","flow-node-inventory:description":"None","flow-node-inventory:software":"2.9.0","flow-node-inventory:switch-features":{"max_buffers":0,"max_tables":254,"capabilities":["flow-node-inventory:flow-feature-capability-flow-stats","flow-node-inventory:flow-feature-capability-queue-stats","flow-node-inventory:flow-feature-capability-port-stats","flow-node-inventory:flow-feature-capability-table-stats","flow-node-inventory:flow-feature-capability-group-stats"]},"flow-node-inventory:manufacturer":"Nicira, Inc.","flow-node-inventory:ip-address":"192.0.2.3"}]}} </msg>
<msg timestamp="20181202 17:57:49.051" level="INFO">To JSON using : pretty_print=True </msg>
<msg timestamp="20181202 17:57:49.052" level="INFO">${pretty_output} = {
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-i...</msg>
<status status="PASS" endtime="20181202 17:57:49.052" starttime="20181202 17:57:49.049"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${pretty_output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.052" level="INFO">{
    "nodes": {
        "node": [
            {
                "flow-node-inventory:description": "None",
                "flow-node-inventory:hardware": "Open vSwitch",
                "flow-node-inventory:ip-address": "192.0.2.3",
                "flow-node-inventory:manufacturer": "Nicira, Inc.",
                "flow-node-inventory:port-number": 45720,
                "flow-node-inventory:serial-number": "None",
                "flow-node-inventory:software": "2.9.0",
                "flow-node-inventory:switch-features": {
                    "capabilities": [
                        "flow-node-inventory:flow-feature-capability-flow-stats",
                        "flow-node-inventory:flow-feature-capability-queue-stats",
                        "flow-node-inventory:flow-feature-capability-port-stats",
                        "flow-node-inventory:flow-feature-capability-table-stats",
                        "flow-node-inventory:flow-feature-capability-group-stats"
                    ],
                    "max_buffers": 0,
                    "max_tables": 254
                },
                "flow-node-inventory:table": [
                    {
                        "id": 235
                    },
                    {
                        "id": 209
                    },
                    {
                        "id": 175
                    },
                    {
                        "id": 89
                    },
                    {
                        "id": 119
                    },
                    {
                        "id": 21
                    },
                    {
                        "id": 51
                    },
                    {
                        "id": 234
                    },
                    {
                        "id": 208
                    },
                    {
                        "id": 174
                    },
                    {
                        "id": 88
                    },
                    {
                        "id": 118
                    },
                    {
                        "id": 20
                    },
                    {
                        "id": 50
                    },
                    {
                        "id": 237
                    },
                    {
                        "id": 207
                    },
                    {
                        "id": 177
                    },
                    {
                        "id": 0
                    },
                    {
                        "id": 87
                    },
                    {
                        "id": 121
                    },
                    {
                        "id": 19
                    },
                    {
                        "id": 53
                    },
                    {
                        "id": 236
                    },
                    {
                        "id": 206
                    },
                    {
                        "id": 176
                    },
                    {
                        "id": 1
                    },
                    {
                        "id": 86
                    },
                    {
                        "id": 120
                    },
                    {
                        "id": 18
                    },
                    {
                        "id": 52
                    },
                    {
                        "id": 239
                    },
                    {
                        "id": 205
                    },
                    {
                        "id": 171
                    },
                    {
                        "id": 85
                    },
                    {
                        "id": 115
                    },
                    {
                        "id": 25
                    },
                    {
                        "id": 55
                    },
                    {
                        "id": 238
                    },
                    {
                        "id": 204
                    },
                    {
                        "id": 170
                    },
                    {
                        "id": 84
                    },
                    {
                        "id": 114
                    },
                    {
                        "id": 24
                    },
                    {
                        "id": 54
                    },
                    {
                        "id": 241
                    },
                    {
                        "id": 203
                    },
                    {
                        "id": 173
                    },
                    {
                        "id": 83
                    },
                    {
                        "id": 117
                    },
                    {
                        "id": 23
                    },
                    {
                        "id": 57
                    },
                    {
                        "id": 240
                    },
                    {
                        "id": 202
                    },
                    {
                        "id": 172
                    },
                    {
                        "id": 82
                    },
                    {
                        "id": 116
                    },
                    {
                        "id": 22
                    },
                    {
                        "id": 56
                    },
                    {
                        "id": 227
                    },
                    {
                        "id": 201
                    },
                    {
                        "id": 167
                    },
                    {
                        "id": 97
                    },
                    {
                        "id": 127
                    },
                    {
                        "id": 29
                    },
                    {
                        "id": 59
                    },
                    {
                        "id": 226
                    },
                    {
                        "id": 200
                    },
                    {
                        "id": 166
                    },
                    {
                        "id": 96
                    },
                    {
                        "id": 126
                    },
                    {
                        "id": 28
                    },
                    {
                        "id": 58
                    },
                    {
                        "id": 229
                    },
                    {
                        "id": 199
                    },
                    {
                        "id": 169
                    },
                    {
                        "id": 95
                    },
                    {
                        "id": 129
                    },
                    {
                        "id": 27
                    },
                    {
                        "id": 61
                    },
                    {
                        "id": 228
                    },
                    {
                        "id": 198
                    },
                    {
                        "id": 168
                    },
                    {
                        "id": 94
                    },
                    {
                        "id": 128
                    },
                    {
                        "id": 26
                    },
                    {
                        "id": 60
                    },
                    {
                        "id": 231
                    },
                    {
                        "id": 197
                    },
                    {
                        "id": 163
                    },
                    {
                        "id": 93
                    },
                    {
                        "id": 123
                    },
                    {
                        "id": 33
                    },
                    {
                        "id": 63
                    },
                    {
                        "id": 230
                    },
                    {
                        "id": 196
                    },
                    {
                        "id": 162
                    },
                    {
                        "id": 92
                    },
                    {
                        "id": 122
                    },
                    {
                        "id": 32
                    },
                    {
                        "id": 62
                    },
                    {
                        "id": 233
                    },
                    {
                        "id": 195
                    },
                    {
                        "id": 165
                    },
                    {
                        "id": 91
                    },
                    {
                        "id": 125
                    },
                    {
                        "id": 31
                    },
                    {
                        "id": 65
                    },
                    {
                        "id": 232
                    },
                    {
                        "id": 194
                    },
                    {
                        "id": 164
                    },
                    {
                        "id": 90
                    },
                    {
                        "id": 124
                    },
                    {
                        "id": 30
                    },
                    {
                        "id": 64
                    },
                    {
                        "id": 252
                    },
                    {
                        "id": 218
                    },
                    {
                        "id": 192
                    },
                    {
                        "id": 158
                    },
                    {
                        "id": 15
                    },
                    {
                        "id": 104
                    },
                    {
                        "id": 134
                    },
                    {
                        "id": 36
                    },
                    {
                        "id": 66
                    },
                    {
                        "id": 253
                    },
                    {
                        "id": 219
                    },
                    {
                        "id": 193
                    },
                    {
                        "id": 159
                    },
                    {
                        "id": 14
                    },
                    {
                        "id": 105
                    },
                    {
                        "id": 135
                    },
                    {
                        "id": 37
                    },
                    {
                        "id": 67
                    },
                    {
                        "id": 250
                    },
                    {
                        "id": 220
                    },
                    {
                        "id": 190
                    },
                    {
                        "id": 160
                    },
                    {
                        "id": 17
                    },
                    {
                        "id": 102
                    },
                    {
                        "id": 136
                    },
                    {
                        "id": 34
                    },
                    {
                        "id": 68
                    },
                    {
                        "id": 251
                    },
                    {
                        "id": 221
                    },
                    {
                        "id": 191
                    },
                    {
                        "id": 161
                    },
                    {
                        "id": 16
                    },
                    {
                        "id": 103
                    },
                    {
                        "id": 137
                    },
                    {
                        "id": 35
                    },
                    {
                        "id": 69
                    },
                    {
                        "id": 222
                    },
                    {
                        "id": 188
                    },
                    {
                        "id": 154
                    },
                    {
                        "id": 11
                    },
                    {
                        "id": 100
                    },
                    {
                        "id": 130
                    },
                    {
                        "id": 40
                    },
                    {
                        "id": 70
                    },
                    {
                        "id": 223
                    },
                    {
                        "id": 189
                    },
                    {
                        "id": 155
                    },
                    {
                        "id": 10
                    },
                    {
                        "id": 101
                    },
                    {
                        "id": 131
                    },
                    {
                        "id": 41
                    },
                    {
                        "id": 71
                    },
                    {
                        "id": 224
                    },
                    {
                        "id": 186
                    },
                    {
                        "id": 156
                    },
                    {
                        "id": 13
                    },
                    {
                        "id": 98
                    },
                    {
                        "id": 132
                    },
                    {
                        "id": 38
                    },
                    {
                        "id": 72
                    },
                    {
                        "id": 225
                    },
                    {
                        "id": 187
                    },
                    {
                        "id": 157
                    },
                    {
                        "id": 12
                    },
                    {
                        "id": 99
                    },
                    {
                        "id": 133
                    },
                    {
                        "id": 39
                    },
                    {
                        "id": 73
                    },
                    {
                        "id": 244
                    },
                    {
                        "id": 210
                    },
                    {
                        "id": 184
                    },
                    {
                        "id": 150
                    },
                    {
                        "id": 7
                    },
                    {
                        "id": 112
                    },
                    {
                        "id": 142
                    },
                    {
                        "id": 44
                    },
                    {
                        "id": 74
                    },
                    {
                        "id": 245
                    },
                    {
                        "id": 211
                    },
                    {
                        "id": 185
                    },
                    {
                        "id": 151
                    },
                    {
                        "id": 6
                    },
                    {
                        "id": 113
                    },
                    {
                        "id": 143
                    },
                    {
                        "id": 45
                    },
                    {
                        "id": 75
                    },
                    {
                        "id": 242
                    },
                    {
                        "id": 212
                    },
                    {
                        "id": 182
                    },
                    {
                        "id": 152
                    },
                    {
                        "id": 9
                    },
                    {
                        "id": 110
                    },
                    {
                        "id": 144
                    },
                    {
                        "id": 42
                    },
                    {
                        "id": 76
                    },
                    {
                        "id": 243
                    },
                    {
                        "id": 213
                    },
                    {
                        "id": 183
                    },
                    {
                        "id": 153
                    },
                    {
                        "id": 8
                    },
                    {
                        "id": 111
                    },
                    {
                        "id": 145
                    },
                    {
                        "id": 43
                    },
                    {
                        "id": 77
                    },
                    {
                        "id": 248
                    },
                    {
                        "id": 214
                    },
                    {
                        "id": 180
                    },
                    {
                        "id": 146
                    },
                    {
                        "id": 3
                    },
                    {
                        "id": 108
                    },
                    {
                        "id": 138
                    },
                    {
                        "id": 48
                    },
                    {
                        "id": 78
                    },
                    {
                        "id": 249
                    },
                    {
                        "id": 215
                    },
                    {
                        "id": 181
                    },
                    {
                        "id": 147
                    },
                    {
                        "id": 2
                    },
                    {
                        "id": 109
                    },
                    {
                        "id": 139
                    },
                    {
                        "id": 49
                    },
                    {
                        "id": 79
                    },
                    {
                        "id": 246
                    },
                    {
                        "id": 216
                    },
                    {
                        "id": 178
                    },
                    {
                        "id": 148
                    },
                    {
                        "id": 5
                    },
                    {
                        "id": 106
                    },
                    {
                        "id": 140
                    },
                    {
                        "id": 46
                    },
                    {
                        "id": 80
                    },
                    {
                        "id": 247
                    },
                    {
                        "id": 217
                    },
                    {
                        "id": 179
                    },
                    {
                        "id": 149
                    },
                    {
                        "id": 4
                    },
                    {
                        "id": 107
                    },
                    {
                        "id": 141
                    },
                    {
                        "id": 47
                    },
                    {
                        "id": 81
                    }
                ],
                "id": "openflow:83659136235614",
                "node-connector": [
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "4c:16:69:18:f8:5e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-int",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 4294967294,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:LOCAL"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap94880024-e1",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 42,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:42"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "ae:00:98:e7:2a:9e",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "br-ex-patch",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 1,
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": false,
                            "live": true
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:1"
                    },
                    {
                        "flow-node-inventory:advertised-features": "",
                        "flow-node-inventory:configuration": "PORT-DOWN",
                        "flow-node-inventory:current-feature": "",
                        "flow-node-inventory:current-speed": 0,
                        "flow-node-inventory:hardware-address": "00:00:00:00:00:00",
                        "flow-node-inventory:maximum-speed": 0,
                        "flow-node-inventory:name": "tap1b675214-31",
                        "flow-node-inventory:peer-features": "",
                        "flow-node-inventory:port-number": 43,
                        "flow-node-inventory:reason": "update",
                        "flow-node-inventory:state": {
                            "blocked": false,
                            "link-down": true,
                            "live": false
                        },
                        "flow-node-inventory:supported": "",
                        "id": "openflow:83659136235614:43"
                    }
                ],
                "opendaylight-group-statistics:group-features": {
                    "actions": [
                        67076097
                    ],
                    "group-capabilities-supported": [
                        "opendaylight-group-types:chaining",
                        "opendaylight-group-types:select-liveness",
                        "opendaylight-group-types:select-weight"
                    ],
                    "group-types-supported": [
                        "opendaylight-group-types:group-all",
                        "opendaylight-group-types:group-indirect",
                        "opendaylight-group-types:group-select",
                        "opendaylight-group-types:group-ff"
                    ],
                    "max-groups": [
                        4294967040
                    ]
                }
            }
        ]
    }
}</msg>
<status status="PASS" endtime="20181202 17:57:49.052" starttime="20181202 17:57:49.052"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.053" starttime="20181202 17:57:49.045"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.053" starttime="20181202 17:57:48.722"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.053" starttime="20181202 17:57:48.721"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.053" starttime="20181202 17:57:48.712"></status>
</kw>
<kw name="Fail If Exceptions Found During Test" library="KarafKeywords">
<doc>Create a failure if an Exception is found in the karaf.log that has not been whitelisted.</doc>
<arguments>
<arg>${test_name}</arg>
<arg>fail=${fail}</arg>
</arguments>
<kw type="for" name="${i} IN RANGE [ 1 | ${NUM_ODL_SYSTEM} + 1 ]">
<kw type="foritem" name="${i} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>sed '1,/ROBOT MESSAGE: Starting test ${test_name}/d' ${log_file}</arg>
</arguments>
<assign>
<var>${cmd}</var>
</assign>
<msg timestamp="20181202 17:57:49.054" level="INFO">${cmd} = sed '1,/ROBOT MESSAGE: Starting test CSIT.L2L3 Gatewaymac Arp/d' /tmp//opt/opendaylight/data/log/karaf.log</msg>
<status status="PASS" endtime="20181202 17:57:49.054" starttime="20181202 17:57:49.054"></status>
</kw>
<kw name="Get Karaf Log Lines From Test Start" library="KarafKeywords">
<doc>Scrapes all log messages that match regexp ${type} which fall after a point given by a log message that</doc>
<arguments>
<arg>${ODL_SYSTEM_${i}_IP}</arg>
<arg>${test_name}</arg>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Command On Controller" library="Utils">
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<arguments>
<arg>${ip}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>${prompt}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Command On Remote System" library="Utils">
<doc>Reduces the common work of running a command on a remote system to a single higher level</doc>
<arguments>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
</arguments>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True" and "${return_stderr}"!="True"</arg>
<arg>Fail</arg>
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.065" starttime="20181202 17:57:49.064"></status>
</kw>
<kw name="Get Connection" library="SSHLibrary">
<doc>Returns information about the connection.</doc>
<assign>
<var>${current_ssh_connection}</var>
</assign>
<msg timestamp="20181202 17:57:49.065" level="INFO">index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<msg timestamp="20181202 17:57:49.065" level="INFO">${current_ssh_connection} = index=12
path_separator=/
prompt=$
width=80
newline=

height=24
encoding=UTF-8
alias=None
host=192.0.2.3
timeout=30 seconds
term_type=vt100
port=22</msg>
<status status="PASS" endtime="20181202 17:57:49.066" starttime="20181202 17:57:49.065"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
</arguments>
<msg timestamp="20181202 17:57:49.066" level="INFO">Attempting to execute command "sed '1,/ROBOT MESSAGE: Starting test CSIT.L2L3 Gatewaymac Arp/d' /tmp//opt/opendaylight/data/log/karaf.log" on remote system "192.0.2.3" by user "heat-admin" with keyfile pass "any" and prompt "$" and password ""</msg>
<status status="PASS" endtime="20181202 17:57:49.066" starttime="20181202 17:57:49.066"></status>
</kw>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
</arguments>
<assign>
<var>${conn_id}</var>
</assign>
<msg timestamp="20181202 17:57:49.067" level="INFO">${conn_id} = 18</msg>
<status status="PASS" endtime="20181202 17:57:49.067" starttime="20181202 17:57:49.066"></status>
</kw>
<kw name="Flexible_SSH_Login" library="SSHKeywords">
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<arguments>
<arg>${user}</arg>
<arg>${password}</arg>
</arguments>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${password}</arg>
</arguments>
<assign>
<var>${pwd_length}</var>
</assign>
<msg timestamp="20181202 17:57:49.068" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:57:49.068" level="INFO">${pwd_length} = 0</msg>
<status status="PASS" endtime="20181202 17:57:49.068" starttime="20181202 17:57:49.068"></status>
</kw>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.068" starttime="20181202 17:57:49.068"></status>
</kw>
<kw name="Run Keyword And Return" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<kw name="Login With Public Key" library="SSHLibrary">
<doc>Logs into the SSH server using key-based authentication.</doc>
<arguments>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.069" level="INFO">Logging into '192.0.2.3:22' as 'heat-admin'.</msg>
<msg timestamp="20181202 17:57:49.412" level="INFO">Read output: Last login: Sun Dec  2 17:46:29 2018 from 192.0.2.99
[heat-admin@overcloud-controller-0 ~]$</msg>
<status status="PASS" endtime="20181202 17:57:49.412" starttime="20181202 17:57:49.069"></status>
</kw>
<msg timestamp="20181202 17:57:49.412" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:57:49.413" starttime="20181202 17:57:49.069"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.413" starttime="20181202 17:57:49.067"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:57:49.414" level="INFO">Executing command 'sed '1,/ROBOT MESSAGE: Starting test CSIT.L2L3 Gatewaymac Arp/d' /tmp//opt/opendaylight/data/log/karaf.log'.</msg>
<msg timestamp="20181202 17:57:49.438" level="INFO">Command exited with return code 2.</msg>
<msg timestamp="20181202 17:57:49.438" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:57:49.438" level="INFO">${stderr} = sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:57:49.438" starttime="20181202 17:57:49.413"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:57:49.503" starttime="20181202 17:57:49.439"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.505" level="INFO">sed: can't read /tmp//opt/opendaylight/data/log/karaf.log: No such file or directory</msg>
<status status="PASS" endtime="20181202 17:57:49.505" starttime="20181202 17:57:49.504"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stdout}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stderr}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.506" starttime="20181202 17:57:49.505"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${return_stderr}"!="True"</arg>
<arg>Return From Keyword</arg>
<arg>${stdout}</arg>
</arguments>
<kw name="Return From Keyword" library="BuiltIn">
<doc>Returns from the enclosing user keyword.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.508" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:57:49.508" starttime="20181202 17:57:49.507"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.508" starttime="20181202 17:57:49.506"></status>
</kw>
<kw type="teardown" name="Restore_Current_Ssh_Connection_From_Index" library="SSHKeywords">
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<arguments>
<arg>${current_ssh_connection.index}</arg>
</arguments>
<kw name="Run Keyword And Return If" library="BuiltIn">
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<arguments>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${connection_index}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.511" starttime="20181202 17:57:49.511"></status>
</kw>
<msg timestamp="20181202 17:57:49.512" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:57:49.512" starttime="20181202 17:57:49.510"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.512" starttime="20181202 17:57:49.509"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.512" starttime="20181202 17:57:49.064"></status>
</kw>
<msg timestamp="20181202 17:57:49.512" level="INFO">Returning from the enclosing user keyword.</msg>
<status status="PASS" endtime="20181202 17:57:49.512" starttime="20181202 17:57:49.063"></status>
</kw>
<msg timestamp="20181202 17:57:49.513" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:57:49.513" starttime="20181202 17:57:49.063"></status>
</kw>
<kw name="Split String" library="String">
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<arguments>
<arg>${output}</arg>
<arg>${\n}</arg>
</arguments>
<assign>
<var>@{log_lines}</var>
</assign>
<msg timestamp="20181202 17:57:49.514" level="INFO">@{log_lines} = [  ]</msg>
<status status="PASS" endtime="20181202 17:57:49.514" starttime="20181202 17:57:49.513"></status>
</kw>
<msg timestamp="20181202 17:57:49.514" level="INFO">${output} = [u'']</msg>
<status status="PASS" endtime="20181202 17:57:49.514" starttime="20181202 17:57:49.062"></status>
</kw>
<kw name="Verify Exceptions" library="excepts">
<doc>Return a list of exceptions not in the whitelist for the given lines.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<assign>
<var>${exlist}</var>
<var>${matchlist}</var>
</assign>
<msg timestamp="20181202 17:57:49.515" level="INFO">${exlist} = []</msg>
<msg timestamp="20181202 17:57:49.515" level="INFO">${matchlist} = []</msg>
<status status="PASS" endtime="20181202 17:57:49.515" starttime="20181202 17:57:49.514"></status>
</kw>
<kw name="Write Exceptions Map To File" library="excepts">
<doc>Write the exceptions map to a file under the testname header. The output</doc>
<arguments>
<arg>${SUITE_NAME}.${TEST_NAME}</arg>
<arg>/tmp/odl${i}_exceptions.txt</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.516" starttime="20181202 17:57:49.515"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${exlist}</arg>
</arguments>
<assign>
<var>${listlength}</var>
</assign>
<msg timestamp="20181202 17:57:49.517" level="INFO">Length is 0</msg>
<msg timestamp="20181202 17:57:49.517" level="INFO">${listlength} = 0</msg>
<status status="PASS" endtime="20181202 17:57:49.517" starttime="20181202 17:57:49.516"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${fail}"=="True" and ${listlength} != 0</arg>
<arg>Log And Fail Exceptions</arg>
<arg>${exlist}</arg>
<arg>${listlength}</arg>
<arg>ELSE</arg>
<arg>Collections.Log List</arg>
<arg>${matchlist}</arg>
</arguments>
<kw name="Log List" library="Collections">
<doc>Logs the length and contents of the ``list`` using given ``level``.</doc>
<arguments>
<arg>${matchlist}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.519" level="INFO">List is empty.</msg>
<status status="PASS" endtime="20181202 17:57:49.519" starttime="20181202 17:57:49.518"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.519" starttime="20181202 17:57:49.517"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.519" starttime="20181202 17:57:49.054"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.519" starttime="20181202 17:57:49.054"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.519" starttime="20181202 17:57:49.053"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Issue_Command_On_Karaf_Console</arg>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>trace:transactions</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:49.534" starttime="20181202 17:57:49.533"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.534" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:57:49.714" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:57:49.714" starttime="20181202 17:57:49.534"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.730" level="INFO">@root&gt;trace:transactions</msg>
<status status="PASS" endtime="20181202 17:57:49.730" starttime="20181202 17:57:49.714"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:57:49.733" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:57:49.733" level="INFO">${output} = [?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.733" starttime="20181202 17:57:49.731"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:57:49.777" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:57:49.777" starttime="20181202 17:57:49.733"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:57:49.779" starttime="20181202 17:57:49.777"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:57:49.779" level="INFO">[?1l&gt;[?2004l[31mCommand not found: [0m[31;1mtrace:transactions[0m
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:57:49.779" starttime="20181202 17:57:49.779"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:49.532"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:49.520"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:49.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:49.519"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:46.876"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:49.780" starttime="20181202 17:57:46.876"></status>
</kw>
<kw name="OpenStack Cleanup All" library="OpenStackOperations">
<doc>Cleanup all Openstack resources with best effort. The keyword will query for all resources</doc>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack floating ip list -f json</arg>
</arguments>
<assign>
<var>@{fips}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:57:49.781" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:57:49.782" starttime="20181202 17:57:49.781"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack floating ip list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:49.783" level="INFO">Starting process:
openstack floating ip list -f json</msg>
<msg timestamp="20181202 17:57:49.819" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:57:52.021" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:57:52.022" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:57:52.022" starttime="20181202 17:57:49.782"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:52.023" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:57:52.023" starttime="20181202 17:57:52.022"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:52.024" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:57:52.024" starttime="20181202 17:57:52.024"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:52.025" starttime="20181202 17:57:52.024"></status>
</kw>
<msg timestamp="20181202 17:57:52.026" level="INFO">${json} = []</msg>
<status status="PASS" endtime="20181202 17:57:52.026" starttime="20181202 17:57:49.782"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:57:52.026" level="INFO">To JSON using : content=[] </msg>
<msg timestamp="20181202 17:57:52.027" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:57:52.027" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:57:52.027" starttime="20181202 17:57:52.026"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:57:52.027" level="INFO">[]</msg>
<status status="PASS" endtime="20181202 17:57:52.027" starttime="20181202 17:57:52.027"></status>
</kw>
<msg timestamp="20181202 17:57:52.028" level="INFO">@{fips} = [ ]</msg>
<status status="PASS" endtime="20181202 17:57:52.028" starttime="20181202 17:57:49.781"></status>
</kw>
<kw type="for" name="${fip} IN [ @{fips} ]">
<status status="PASS" endtime="20181202 17:57:52.028" starttime="20181202 17:57:52.028"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack server list -f json</arg>
</arguments>
<assign>
<var>@{vms}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:57:52.030" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:57:52.030" starttime="20181202 17:57:52.029"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack server list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:52.031" level="INFO">Starting process:
openstack server list -f json</msg>
<msg timestamp="20181202 17:57:52.062" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:57:55.410" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:57:55.410" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:57:55.411" starttime="20181202 17:57:52.031"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:55.413" level="INFO">[
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm4", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1e557ba6-2f86-415d-a584-127aee193ca5", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c11023f9-3c7e-435b-af71-ccde98f9f443", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "93d822e0-0fff-4d89-beb2-30069480a85f", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cff00b25-442a-4817-82e5-9c3350b0517c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
]</msg>
<status status="PASS" endtime="20181202 17:57:55.413" starttime="20181202 17:57:55.411"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:55.414" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:57:55.414" starttime="20181202 17:57:55.414"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:55.416" starttime="20181202 17:57:55.415"></status>
</kw>
<msg timestamp="20181202 17:57:55.416" level="INFO">${json} = [
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm4", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1e557ba6-2f86-415d-a584-127aee193ca5", 
    "Flavor": "m1.nano", 
    "Networks":...</msg>
<status status="PASS" endtime="20181202 17:57:55.416" starttime="20181202 17:57:52.030"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:57:55.417" level="INFO">To JSON using : content=[
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm4", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "1e557ba6-2f86-415d-a584-127aee193ca5", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm3", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "c11023f9-3c7e-435b-af71-ccde98f9f443", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm2", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "93d822e0-0fff-4d89-beb2-30069480a85f", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }, 
  {
    "Status": "ERROR", 
    "Name": "l2l3_gw_mac_arp_vm1", 
    "Image": "cirros-0.3.5-x86_64-disk", 
    "ID": "cff00b25-442a-4817-82e5-9c3350b0517c", 
    "Flavor": "m1.nano", 
    "Networks": ""
  }
] </msg>
<msg timestamp="20181202 17:57:55.417" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:57:55.417" level="INFO">@{list} = [ {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm4', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1e557ba6-2f86-415d-a584-127aee193ca5', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u...</msg>
<status status="PASS" endtime="20181202 17:57:55.417" starttime="20181202 17:57:55.416"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:57:55.418" level="INFO">[{u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm4', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1e557ba6-2f86-415d-a584-127aee193ca5', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c11023f9-3c7e-435b-af71-ccde98f9f443', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'93d822e0-0fff-4d89-beb2-30069480a85f', u'Flavor': u'm1.nano', u'Networks': u''}, {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cff00b25-442a-4817-82e5-9c3350b0517c', u'Flavor': u'm1.nano', u'Networks': u''}]</msg>
<status status="PASS" endtime="20181202 17:57:55.418" starttime="20181202 17:57:55.418"></status>
</kw>
<msg timestamp="20181202 17:57:55.419" level="INFO">@{vms} = [ {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm4', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1e557ba6-2f86-415d-a584-127aee193ca5', u'Flavor': u'm1.nano', u'Networks': u''} | {u'Status': u...</msg>
<status status="PASS" endtime="20181202 17:57:55.419" starttime="20181202 17:57:52.029"></status>
</kw>
<kw type="for" name="${vm} IN [ @{vms} ]">
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm4', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'1e557ba6-2f86-415d-a584-127aee193ca5', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:55.431" level="INFO">Starting process:
openstack server show 1e557ba6-2f86-415d-a584-127aee193ca5</msg>
<msg timestamp="20181202 17:57:55.464" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:57:58.393" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:57:58.393" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:57:58.394" starttime="20181202 17:57:55.430"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:57:58.395" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000002d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:47:43Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:47:43Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 1e557ba6-2f86-415d-a584-127aee193ca5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2l3_gw_mac_arp_vm4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:47:43Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:57:58.395" starttime="20181202 17:57:58.394"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:57:58.396" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:57:58.396" starttime="20181202 17:57:58.396"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:57:58.397" starttime="20181202 17:57:58.396"></status>
</kw>
<status status="PASS" endtime="20181202 17:57:58.397" starttime="20181202 17:57:55.430"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:57:58.407" level="INFO">Starting process:
openstack server delete 1e557ba6-2f86-415d-a584-127aee193ca5</msg>
<msg timestamp="20181202 17:57:58.448" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:03.078" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:03.079" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:03.079" starttime="20181202 17:57:58.407"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:03.080" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:03.080" starttime="20181202 17:58:03.079"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:03.080" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:03.080" starttime="20181202 17:58:03.080"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:03.081" starttime="20181202 17:58:03.080"></status>
</kw>
<msg timestamp="20181202 17:58:03.081" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:03.081" starttime="20181202 17:57:58.406"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:03.081" starttime="20181202 17:57:58.398"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:03.082" starttime="20181202 17:57:58.397"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:03.082" starttime="20181202 17:57:55.419"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm3', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'c11023f9-3c7e-435b-af71-ccde98f9f443', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:03.091" level="INFO">Starting process:
openstack server show c11023f9-3c7e-435b-af71-ccde98f9f443</msg>
<msg timestamp="20181202 17:58:03.133" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:06.040" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:06.041" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:06.041" starttime="20181202 17:58:03.090"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:06.042" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000002c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:47:39Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:47:39Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | c11023f9-3c7e-435b-af71-ccde98f9f443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2l3_gw_mac_arp_vm3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:47:39Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:58:06.043" starttime="20181202 17:58:06.041"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:06.043" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:06.044" starttime="20181202 17:58:06.043"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:06.045" starttime="20181202 17:58:06.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:06.045" starttime="20181202 17:58:03.089"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:06.057" level="INFO">Starting process:
openstack server delete c11023f9-3c7e-435b-af71-ccde98f9f443</msg>
<msg timestamp="20181202 17:58:06.088" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:09.234" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:09.235" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:09.235" starttime="20181202 17:58:06.056"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:09.236" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:09.236" starttime="20181202 17:58:09.235"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:09.237" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:09.237" starttime="20181202 17:58:09.237"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:09.238" starttime="20181202 17:58:09.237"></status>
</kw>
<msg timestamp="20181202 17:58:09.239" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:09.239" starttime="20181202 17:58:06.056"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:09.239" starttime="20181202 17:58:06.046"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:09.239" starttime="20181202 17:58:06.045"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:09.239" starttime="20181202 17:58:03.082"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm2', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'93d822e0-0fff-4d89-beb2-30069480a85f', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:09.253" level="INFO">Starting process:
openstack server show 93d822e0-0fff-4d89-beb2-30069480a85f</msg>
<msg timestamp="20181202 17:58:09.297" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:12.209" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:12.210" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:12.210" starttime="20181202 17:58:09.253"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:12.212" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000002b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:47:35Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:47:36Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | 93d822e0-0fff-4d89-beb2-30069480a85f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2l3_gw_mac_arp_vm2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:47:36Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:58:12.214" starttime="20181202 17:58:12.211"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:12.215" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:12.215" starttime="20181202 17:58:12.214"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:12.217" starttime="20181202 17:58:12.216"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:12.218" starttime="20181202 17:58:09.252"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:12.238" level="INFO">Starting process:
openstack server delete 93d822e0-0fff-4d89-beb2-30069480a85f</msg>
<msg timestamp="20181202 17:58:12.259" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:15.075" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:15.076" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:15.076" starttime="20181202 17:58:12.237"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:15.078" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:15.078" starttime="20181202 17:58:15.077"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:15.078" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:15.079" starttime="20181202 17:58:15.078"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:15.080" starttime="20181202 17:58:15.079"></status>
</kw>
<msg timestamp="20181202 17:58:15.080" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:15.080" starttime="20181202 17:58:12.237"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:15.080" starttime="20181202 17:58:12.219"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:15.080" starttime="20181202 17:58:12.218"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:15.080" starttime="20181202 17:58:09.239"></status>
</kw>
<kw type="foritem" name="${vm} = {u'Status': u'ERROR', u'Name': u'l2l3_gw_mac_arp_vm1', u'Image': u'cirros-0.3.5-x86_64-disk', u'ID': u'cff00b25-442a-4817-82e5-9c3350b0517c', u'Flavor': u'm1.nano', u'Networks': u''}">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server show ${vm['ID']}</arg>
</arguments>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:15.094" level="INFO">Starting process:
openstack server show cff00b25-442a-4817-82e5-9c3350b0517c</msg>
<msg timestamp="20181202 17:58:15.116" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:18.206" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:18.206" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:18.206" starttime="20181202 17:58:15.093"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:18.208" level="INFO">+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Field                               | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| OS-DCF:diskConfig                   | MANUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| OS-EXT-AZ:availability_zone         | nova                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:host                | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-SRV-ATTR:instance_name       | instance-0000002a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| OS-EXT-STS:power_state              | NOSTATE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| OS-EXT-STS:task_state               | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| OS-SRV-USG:launched_at              | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| OS-SRV-USG:terminated_at            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| accessIPv4                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| accessIPv6                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| addresses                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| config_drive                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| created                             | 2018-12-02T17:47:31Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| fault                               | {u'message': u'No valid host was found. ', u'code': 500, u'details': u'  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 1255, in schedule_and_build_instances\n    instance_uuids, return_alternates=True)\n  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 750, in _schedule_instances\n    return_alternates=return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 953, in wrapped\n    return func(*args, **kwargs)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 32, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations\n    instance_uuids, return_objects, return_alternates)\n  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 158, in select_destinations\n    return cctxt.call(ctxt, \'select_destinations\', **msg_args)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 179, in call\n    retry=self.retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 128, in _send\n    retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 645, in send\n    call_monitor_timeout, retry=retry)\n  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 636, in _send\n    raise result\n', u'created': u'2018-12-02T17:47:32Z'} |
| flavor                              | m1.nano (42)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| hostId                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| id                                  | cff00b25-442a-4817-82e5-9c3350b0517c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| image                               | cirros-0.3.5-x86_64-disk (3c43a01c-a988-4902-bd43-387db5ca46fe)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| key_name                            | None                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                                | l2l3_gw_mac_arp_vm1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| project_id                          | 17b1de510988465db29f79175f31c234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| properties                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| status                              | ERROR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| updated                             | 2018-12-02T17:47:32Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| user_id                             | 045378edf8154a27b3e32cb69a9f1fd0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| volumes_attached                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:58:18.208" starttime="20181202 17:58:18.207"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:18.209" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:18.209" starttime="20181202 17:58:18.209"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:18.210" starttime="20181202 17:58:18.209"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:18.210" starttime="20181202 17:58:15.093"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Vm Instance</arg>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="Delete Vm Instance" library="OpenStackOperations">
<doc>Delete Vm instances using instance names.</doc>
<arguments>
<arg>${vm['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack server delete ${vm_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:18.222" level="INFO">Starting process:
openstack server delete cff00b25-442a-4817-82e5-9c3350b0517c</msg>
<msg timestamp="20181202 17:58:18.258" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:21.262" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:21.262" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:21.262" starttime="20181202 17:58:18.222"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:21.264" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:21.264" starttime="20181202 17:58:21.263"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:21.264" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:21.264" starttime="20181202 17:58:21.264"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:58:21.265"></status>
</kw>
<msg timestamp="20181202 17:58:21.266" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:58:18.221"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:58:18.211"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:58:18.211"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:58:15.081"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:21.266" starttime="20181202 17:57:55.419"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack router list -f json</arg>
</arguments>
<assign>
<var>@{routers}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:21.268" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:58:21.268" starttime="20181202 17:58:21.268"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack router list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:21.269" level="INFO">Starting process:
openstack router list -f json</msg>
<msg timestamp="20181202 17:58:21.312" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:23.636" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:23.636" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:23.636" starttime="20181202 17:58:21.269"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:23.637" level="INFO">[
  {
    "Status": "ACTIVE", 
    "Name": "l2l3_gw_mac_arp_rtr1", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "65620d19-14f8-4556-9788-bc9a4066a5c9"
  }
]</msg>
<status status="PASS" endtime="20181202 17:58:23.638" starttime="20181202 17:58:23.637"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:23.638" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:23.638" starttime="20181202 17:58:23.638"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:23.639" starttime="20181202 17:58:23.638"></status>
</kw>
<msg timestamp="20181202 17:58:23.639" level="INFO">${json} = [
  {
    "Status": "ACTIVE", 
    "Name": "l2l3_gw_mac_arp_rtr1", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "6562...</msg>
<status status="PASS" endtime="20181202 17:58:23.639" starttime="20181202 17:58:21.268"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:23.640" level="INFO">To JSON using : content=[
  {
    "Status": "ACTIVE", 
    "Name": "l2l3_gw_mac_arp_rtr1", 
    "Distributed": false, 
    "Project": "17b1de510988465db29f79175f31c234", 
    "State": "UP", 
    "HA": false, 
    "ID": "65620d19-14f8-4556-9788-bc9a4066a5c9"
  }
] </msg>
<msg timestamp="20181202 17:58:23.640" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:58:23.640" level="INFO">@{list} = [ {u'Status': u'ACTIVE', u'Name': u'l2l3_gw_mac_arp_rtr1', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'65620d19-14f8-4556-9788-bc9a4...</msg>
<status status="PASS" endtime="20181202 17:58:23.640" starttime="20181202 17:58:23.639"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:58:23.640" level="INFO">[{u'Status': u'ACTIVE', u'Name': u'l2l3_gw_mac_arp_rtr1', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'65620d19-14f8-4556-9788-bc9a4066a5c9'}]</msg>
<status status="PASS" endtime="20181202 17:58:23.640" starttime="20181202 17:58:23.640"></status>
</kw>
<msg timestamp="20181202 17:58:23.641" level="INFO">@{routers} = [ {u'Status': u'ACTIVE', u'Name': u'l2l3_gw_mac_arp_rtr1', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'65620d19-14f8-4556-9788-bc9a4...</msg>
<status status="PASS" endtime="20181202 17:58:23.641" starttime="20181202 17:58:21.267"></status>
</kw>
<kw type="for" name="${router} IN [ @{routers} ]">
<kw type="foritem" name="${router} = {u'Status': u'ACTIVE', u'Name': u'l2l3_gw_mac_arp_rtr1', u'Distributed': False, u'Project': u'17b1de510988465db29f79175f31c234', u'State': u'UP', u'HA': False, u'ID': u'65620d19-14f8-4556-9788-bc9a406...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Cleanup Router</arg>
<arg>${router['ID']}</arg>
</arguments>
<kw name="Cleanup Router" library="OpenStackOperations">
<doc>Delete a router, but first remove any interfaces or gateways so that the delete will be successful.</doc>
<arguments>
<arg>${router['ID']}</arg>
</arguments>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list --router ${id} -f json --long</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:23.643" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:58:23.643" starttime="20181202 17:58:23.643"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list --router 65620d19-14f8-4556-9788-bc9a4066a5c9 -f json --long and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:23.644" level="INFO">Starting process:
openstack port list --router 65620d19-14f8-4556-9788-bc9a4066a5c9 -f json --long</msg>
<msg timestamp="20181202 17:58:23.668" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:25.958" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:25.958" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:25.958" starttime="20181202 17:58:23.644"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:25.959" level="INFO">[
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:53:42:00", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "8a57c4af-18db-42f9-ae7c-1bc52f189671"
  }, 
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:bf:04:8f", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='10.1.0.1', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "abe90575-63ad-4d63-ad64-413afaf41ff1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:58:25.959" starttime="20181202 17:58:25.959"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:25.960" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:25.960" starttime="20181202 17:58:25.960"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:25.961" starttime="20181202 17:58:25.960"></status>
</kw>
<msg timestamp="20181202 17:58:25.961" level="INFO">${json} = [
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:53:42:00", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addre...</msg>
<status status="PASS" endtime="20181202 17:58:25.961" starttime="20181202 17:58:23.643"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:25.961" level="INFO">To JSON using : content=[
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:53:42:00", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "8a57c4af-18db-42f9-ae7c-1bc52f189671"
  }, 
  {
    "Status": "DOWN", 
    "Tags": "", 
    "Name": "", 
    "MAC Address": "fa:16:3e:bf:04:8f", 
    "Device Owner": "network:router_interface", 
    "Security Groups": "", 
    "Fixed IP Addresses": "ip_address='10.1.0.1', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "abe90575-63ad-4d63-ad64-413afaf41ff1"
  }
] </msg>
<msg timestamp="20181202 17:58:25.962" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:58:25.962" level="INFO">@{list} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'Name': u'', u'MAC Address': u'fa:16:3e:53:42:00', u'Device Owner': u'network...</msg>
<status status="PASS" endtime="20181202 17:58:25.962" starttime="20181202 17:58:25.961"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:58:25.962" level="INFO">[{u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'Name': u'', u'MAC Address': u'fa:16:3e:53:42:00', u'Device Owner': u'network:router_interface', u'Security Groups': u'', u'Tags': u'', u'ID': u'8a57c4af-18db-42f9-ae7c-1bc52f189671'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.0.1', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'Name': u'', u'MAC Address': u'fa:16:3e:bf:04:8f', u'Device Owner': u'network:router_interface', u'Security Groups': u'', u'Tags': u'', u'ID': u'abe90575-63ad-4d63-ad64-413afaf41ff1'}]</msg>
<status status="PASS" endtime="20181202 17:58:25.962" starttime="20181202 17:58:25.962"></status>
</kw>
<msg timestamp="20181202 17:58:25.962" level="INFO">@{ports} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'Name': u'', u'MAC Address': u'fa:16:3e:53:42:00', u'Device Owner': u'network...</msg>
<status status="PASS" endtime="20181202 17:58:25.962" starttime="20181202 17:58:23.642"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.2.0.1', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'&quot;, u'Name': u'', u'MAC Address': u'fa:16:3e:53:42:00', u'Device Owner': u'network:r...">
<kw name="Get Match" library="OpenStackOperations">
<doc>Wrapper around String.Get Regexp Matches to return None if not found or the first match if found.</doc>
<arguments>
<arg>${port['Fixed IP Addresses']}</arg>
<arg>${REGEX_UUID}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="Get Regexp Matches" library="String">
<doc>Returns a list of all non-overlapping matches in the given string.</doc>
<arguments>
<arg>${text}</arg>
<arg>${regexp}</arg>
</arguments>
<assign>
<var>@{matches}</var>
</assign>
<msg timestamp="20181202 17:58:25.965" level="INFO">@{matches} = [ 3bd93cf1-be6c-4421-bc2c-9288caf217ed ]</msg>
<status status="PASS" endtime="20181202 17:58:25.965" starttime="20181202 17:58:25.964"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${matches}</arg>
</arguments>
<assign>
<var>${matches_length}</var>
</assign>
<msg timestamp="20181202 17:58:25.965" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:58:25.965" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181202 17:58:25.965" starttime="20181202 17:58:25.965"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181202 17:58:25.973" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181202 17:58:25.973" starttime="20181202 17:58:25.966"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<msg timestamp="20181202 17:58:25.975" level="INFO">${OS_MATCH} = 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:58:25.975" starttime="20181202 17:58:25.974"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:25.975" starttime="20181202 17:58:25.974"></status>
</kw>
<msg timestamp="20181202 17:58:25.975" level="INFO">${subnet_id} = 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<status status="PASS" endtime="20181202 17:58:25.975" starttime="20181202 17:58:25.963"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_gateway"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Gateway</arg>
<arg>${id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:25.975" starttime="20181202 17:58:25.975"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_interface"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Remove Interface" library="OpenStackOperations">
<doc>Remove Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router remove subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:25.986" level="INFO">Starting process:
openstack router remove subnet 65620d19-14f8-4556-9788-bc9a4066a5c9 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<msg timestamp="20181202 17:58:26.011" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:30.026" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:30.027" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:30.027" starttime="20181202 17:58:25.986"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:30.029" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:30.029" starttime="20181202 17:58:30.028"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:30.030" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:30.030" starttime="20181202 17:58:30.029"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:30.031" starttime="20181202 17:58:30.030"></status>
</kw>
<msg timestamp="20181202 17:58:30.032" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:30.032" starttime="20181202 17:58:25.985"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:30.032" starttime="20181202 17:58:25.976"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:30.033" starttime="20181202 17:58:25.976"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:30.033" starttime="20181202 17:58:25.976"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:30.033" starttime="20181202 17:58:25.963"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.1.0.1', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'&quot;, u'Name': u'', u'MAC Address': u'fa:16:3e:bf:04:8f', u'Device Owner': u'network:r...">
<kw name="Get Match" library="OpenStackOperations">
<doc>Wrapper around String.Get Regexp Matches to return None if not found or the first match if found.</doc>
<arguments>
<arg>${port['Fixed IP Addresses']}</arg>
<arg>${REGEX_UUID}</arg>
<arg>0</arg>
</arguments>
<assign>
<var>${subnet_id}</var>
</assign>
<kw name="Get Regexp Matches" library="String">
<doc>Returns a list of all non-overlapping matches in the given string.</doc>
<arguments>
<arg>${text}</arg>
<arg>${regexp}</arg>
</arguments>
<assign>
<var>@{matches}</var>
</assign>
<msg timestamp="20181202 17:58:30.036" level="INFO">@{matches} = [ ee83d02a-ccb1-4f3b-b460-1f13e95fe755 ]</msg>
<status status="PASS" endtime="20181202 17:58:30.036" starttime="20181202 17:58:30.035"></status>
</kw>
<kw name="Get Length" library="BuiltIn">
<doc>Returns and logs the length of the given item as an integer.</doc>
<arguments>
<arg>${matches}</arg>
</arguments>
<assign>
<var>${matches_length}</var>
</assign>
<msg timestamp="20181202 17:58:30.037" level="INFO">Length is 1</msg>
<msg timestamp="20181202 17:58:30.037" level="INFO">${matches_length} = 1</msg>
<status status="PASS" endtime="20181202 17:58:30.037" starttime="20181202 17:58:30.036"></status>
</kw>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>None</arg>
</arguments>
<msg timestamp="20181202 17:58:30.038" level="INFO">${OS_MATCH} = None</msg>
<status status="PASS" endtime="20181202 17:58:30.038" starttime="20181202 17:58:30.038"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>${matches_length} &gt; ${index}</arg>
<arg>BuiltIn.Set Suite Variable</arg>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<kw name="Set Suite Variable" library="BuiltIn">
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<arguments>
<arg>${OS_MATCH}</arg>
<arg>@{matches}[${index}]</arg>
</arguments>
<msg timestamp="20181202 17:58:30.041" level="INFO">${OS_MATCH} = ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:58:30.041" starttime="20181202 17:58:30.040"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:30.041" starttime="20181202 17:58:30.039"></status>
</kw>
<msg timestamp="20181202 17:58:30.041" level="INFO">${subnet_id} = ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<status status="PASS" endtime="20181202 17:58:30.042" starttime="20181202 17:58:30.034"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_gateway"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Gateway</arg>
<arg>${id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:30.043" starttime="20181202 17:58:30.042"></status>
</kw>
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${port['Device Owner']}" == "network:router_interface"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Remove Interface</arg>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="Remove Interface" library="OpenStackOperations">
<doc>Remove Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
<arg>${subnet_id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router remove subnet ${router_name} ${interface_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:30.062" level="INFO">Starting process:
openstack router remove subnet 65620d19-14f8-4556-9788-bc9a4066a5c9 ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<msg timestamp="20181202 17:58:30.085" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:34.141" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:34.142" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:34.142" starttime="20181202 17:58:30.062"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:34.143" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:34.144" starttime="20181202 17:58:34.143"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:34.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:34.144" starttime="20181202 17:58:34.144"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:34.146" starttime="20181202 17:58:34.145"></status>
</kw>
<msg timestamp="20181202 17:58:34.146" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:34.146" starttime="20181202 17:58:30.060"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:34.146" starttime="20181202 17:58:30.045"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:34.147" starttime="20181202 17:58:30.044"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:34.147" starttime="20181202 17:58:30.043"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:34.147" starttime="20181202 17:58:30.033"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:34.147" starttime="20181202 17:58:25.963"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Router</arg>
<arg>${id}</arg>
</arguments>
<kw name="Delete Router" library="OpenStackOperations">
<doc>Delete Router and Interface to the subnets.</doc>
<arguments>
<arg>${id}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack router delete ${router_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:34.163" level="INFO">Starting process:
openstack router delete 65620d19-14f8-4556-9788-bc9a4066a5c9</msg>
<msg timestamp="20181202 17:58:34.186" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:36.981" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:36.981" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:36.981" starttime="20181202 17:58:34.162"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:36.983" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:36.983" starttime="20181202 17:58:36.982"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:36.983" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:36.983" starttime="20181202 17:58:36.983"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:36.984" starttime="20181202 17:58:36.984"></status>
</kw>
<msg timestamp="20181202 17:58:36.985" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:34.161"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:34.148"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:34.147"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:23.642"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:23.641"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.985" starttime="20181202 17:58:23.641"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:36.986" starttime="20181202 17:58:23.641"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack port list -f json</arg>
</arguments>
<assign>
<var>@{ports}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:36.987" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:58:36.987" starttime="20181202 17:58:36.987"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack port list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:36.989" level="INFO">Starting process:
openstack port list -f json</msg>
<msg timestamp="20181202 17:58:37.030" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:39.354" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:39.354" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:39.354" starttime="20181202 17:58:36.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:39.356" level="INFO">[
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "07b64bd9-7ec0-464d-b96e-86f13211189c", 
    "MAC Address": "fa:16:3e:ec:a7:00", 
    "Name": "l2l3_gw_mac_arp_port1"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.2.0.2', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "1b675214-31b3-404f-9603-3e12ec9adef7", 
    "MAC Address": "fa:16:3e:6b:55:33", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.2.0.6', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "2b4cf24f-502c-4071-9c51-b4ffa65641c9", 
    "MAC Address": "fa:16:3e:f4:49:38", 
    "Name": "l2l3_gw_mac_arp_port2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.0.24', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "859e8972-722a-4ff6-b3eb-a6fb16309263", 
    "MAC Address": "fa:16:3e:2b:58:6d", 
    "Name": "l2l3_gw_mac_arp_port3"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.1.0.2', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "94880024-e102-4886-beae-95f4c4634488", 
    "MAC Address": "fa:16:3e:dd:e9:c7", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.2.0.4', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "f9df8314-aa99-4fd9-a88b-0b085d007f6b", 
    "MAC Address": "fa:16:3e:82:ec:fb", 
    "Name": "l2l3_gw_mac_arp_port4"
  }
]</msg>
<status status="PASS" endtime="20181202 17:58:39.356" starttime="20181202 17:58:39.355"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:39.356" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:39.356" starttime="20181202 17:58:39.356"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:39.357" starttime="20181202 17:58:39.357"></status>
</kw>
<msg timestamp="20181202 17:58:39.358" level="INFO">${json} = [
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "07b64bd9-7ec0-464d-b96e-86f13211189c", 
    "MAC Address"...</msg>
<status status="PASS" endtime="20181202 17:58:39.358" starttime="20181202 17:58:36.988"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:39.358" level="INFO">To JSON using : content=[
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "07b64bd9-7ec0-464d-b96e-86f13211189c", 
    "MAC Address": "fa:16:3e:ec:a7:00", 
    "Name": "l2l3_gw_mac_arp_port1"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.2.0.2', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "1b675214-31b3-404f-9603-3e12ec9adef7", 
    "MAC Address": "fa:16:3e:6b:55:33", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.2.0.6', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "2b4cf24f-502c-4071-9c51-b4ffa65641c9", 
    "MAC Address": "fa:16:3e:f4:49:38", 
    "Name": "l2l3_gw_mac_arp_port2"
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.1.0.24', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "859e8972-722a-4ff6-b3eb-a6fb16309263", 
    "MAC Address": "fa:16:3e:2b:58:6d", 
    "Name": "l2l3_gw_mac_arp_port3"
  }, 
  {
    "Status": "ACTIVE", 
    "Fixed IP Addresses": "ip_address='10.1.0.2', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", 
    "ID": "94880024-e102-4886-beae-95f4c4634488", 
    "MAC Address": "fa:16:3e:dd:e9:c7", 
    "Name": ""
  }, 
  {
    "Status": "DOWN", 
    "Fixed IP Addresses": "ip_address='10.2.0.4', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", 
    "ID": "f9df8314-aa99-4fd9-a88b-0b085d007f6b", 
    "MAC Address": "fa:16:3e:82:ec:fb", 
    "Name": "l2l3_gw_mac_arp_port4"
  }
] </msg>
<msg timestamp="20181202 17:58:39.358" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:58:39.359" level="INFO">@{list} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'ID': u'07b64bd9-7ec0-464d-b96e-86f13211189c', u'MAC Address': u'fa:16:3e:ec...</msg>
<status status="PASS" endtime="20181202 17:58:39.359" starttime="20181202 17:58:39.358"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:58:39.359" level="INFO">[{u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'ID': u'07b64bd9-7ec0-464d-b96e-86f13211189c', u'MAC Address': u'fa:16:3e:ec:a7:00', u'Name': u'l2l3_gw_mac_arp_port1'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.2.0.2', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'ID': u'1b675214-31b3-404f-9603-3e12ec9adef7', u'MAC Address': u'fa:16:3e:6b:55:33', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.2.0.6', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'ID': u'2b4cf24f-502c-4071-9c51-b4ffa65641c9', u'MAC Address': u'fa:16:3e:f4:49:38', u'Name': u'l2l3_gw_mac_arp_port2'}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.0.24', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'ID': u'859e8972-722a-4ff6-b3eb-a6fb16309263', u'MAC Address': u'fa:16:3e:2b:58:6d', u'Name': u'l2l3_gw_mac_arp_port3'}, {u'Status': u'ACTIVE', u'Fixed IP Addresses': u"ip_address='10.1.0.2', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'ID': u'94880024-e102-4886-beae-95f4c4634488', u'MAC Address': u'fa:16:3e:dd:e9:c7', u'Name': u''}, {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.2.0.4', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'", u'ID': u'f9df8314-aa99-4fd9-a88b-0b085d007f6b', u'MAC Address': u'fa:16:3e:82:ec:fb', u'Name': u'l2l3_gw_mac_arp_port4'}]</msg>
<status status="PASS" endtime="20181202 17:58:39.359" starttime="20181202 17:58:39.359"></status>
</kw>
<msg timestamp="20181202 17:58:39.360" level="INFO">@{ports} = [ {u'Status': u'DOWN', u'Fixed IP Addresses': u"ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'", u'ID': u'07b64bd9-7ec0-464d-b96e-86f13211189c', u'MAC Address': u'fa:16:3e:ec...</msg>
<status status="PASS" endtime="20181202 17:58:39.360" starttime="20181202 17:58:36.986"></status>
</kw>
<kw type="for" name="${port} IN [ @{ports} ]">
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.1.0.19', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'&quot;, u'ID': u'07b64bd9-7ec0-464d-b96e-86f13211189c', u'MAC Address': u'fa:16:3e:ec:a...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:39.373" level="INFO">Starting process:
openstack port delete 07b64bd9-7ec0-464d-b96e-86f13211189c</msg>
<msg timestamp="20181202 17:58:39.403" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:42.543" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:42.543" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:42.543" starttime="20181202 17:58:39.372"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:42.545" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:42.545" starttime="20181202 17:58:42.544"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:42.546" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:42.546" starttime="20181202 17:58:42.545"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:42.546" starttime="20181202 17:58:42.546"></status>
</kw>
<msg timestamp="20181202 17:58:42.547" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:42.547" starttime="20181202 17:58:39.372"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:42.547" starttime="20181202 17:58:39.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:42.547" starttime="20181202 17:58:39.360"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:42.547" starttime="20181202 17:58:39.360"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.2.0.2', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'&quot;, u'ID': u'1b675214-31b3-404f-9603-3e12ec9adef7', u'MAC Address': u'fa:16:3e:6b:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:42.557" level="INFO">Starting process:
openstack port delete 1b675214-31b3-404f-9603-3e12ec9adef7</msg>
<msg timestamp="20181202 17:58:42.598" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:45.282" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:45.282" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:45.282" starttime="20181202 17:58:42.557"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:45.284" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:45.284" starttime="20181202 17:58:45.283"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:45.285" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:45.286" starttime="20181202 17:58:45.285"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:45.287" starttime="20181202 17:58:45.286"></status>
</kw>
<msg timestamp="20181202 17:58:45.288" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:45.288" starttime="20181202 17:58:42.556"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:45.288" starttime="20181202 17:58:42.548"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:45.288" starttime="20181202 17:58:42.547"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:45.289" starttime="20181202 17:58:42.547"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.2.0.6', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'&quot;, u'ID': u'2b4cf24f-502c-4071-9c51-b4ffa65641c9', u'MAC Address': u'fa:16:3e:f4:49...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:45.312" level="INFO">Starting process:
openstack port delete 2b4cf24f-502c-4071-9c51-b4ffa65641c9</msg>
<msg timestamp="20181202 17:58:45.353" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:48.267" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:48.267" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:48.267" starttime="20181202 17:58:45.312"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:48.268" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:48.268" starttime="20181202 17:58:48.268"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:48.269" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:48.269" starttime="20181202 17:58:48.269"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:48.270" starttime="20181202 17:58:48.269"></status>
</kw>
<msg timestamp="20181202 17:58:48.270" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:48.270" starttime="20181202 17:58:45.311"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:48.270" starttime="20181202 17:58:45.290"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:48.270" starttime="20181202 17:58:45.289"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:48.270" starttime="20181202 17:58:45.289"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.1.0.24', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'&quot;, u'ID': u'859e8972-722a-4ff6-b3eb-a6fb16309263', u'MAC Address': u'fa:16:3e:2b:5...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:48.279" level="INFO">Starting process:
openstack port delete 859e8972-722a-4ff6-b3eb-a6fb16309263</msg>
<msg timestamp="20181202 17:58:48.300" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:50.906" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:50.906" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:50.907" starttime="20181202 17:58:48.279"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:50.909" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:50.909" starttime="20181202 17:58:50.908"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:50.910" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:50.910" starttime="20181202 17:58:50.909"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:50.912" starttime="20181202 17:58:50.911"></status>
</kw>
<msg timestamp="20181202 17:58:50.913" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:50.913" starttime="20181202 17:58:48.278"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:50.913" starttime="20181202 17:58:48.271"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:50.913" starttime="20181202 17:58:48.270"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:50.913" starttime="20181202 17:58:48.270"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'ACTIVE', u'Fixed IP Addresses': u&quot;ip_address='10.1.0.2', subnet_id='ee83d02a-ccb1-4f3b-b460-1f13e95fe755'&quot;, u'ID': u'94880024-e102-4886-beae-95f4c4634488', u'MAC Address': u'fa:16:3e:dd:...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:50.938" level="INFO">Starting process:
openstack port delete 94880024-e102-4886-beae-95f4c4634488</msg>
<msg timestamp="20181202 17:58:50.960" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:53.863" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:53.864" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:53.864" starttime="20181202 17:58:50.938"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:53.866" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:53.866" starttime="20181202 17:58:53.865"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:53.867" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:53.868" starttime="20181202 17:58:53.867"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:53.869" starttime="20181202 17:58:53.868"></status>
</kw>
<msg timestamp="20181202 17:58:53.870" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:53.870" starttime="20181202 17:58:50.936"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:53.870" starttime="20181202 17:58:50.915"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:53.871" starttime="20181202 17:58:50.914"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:53.871" starttime="20181202 17:58:50.913"></status>
</kw>
<kw type="foritem" name="${port} = {u'Status': u'DOWN', u'Fixed IP Addresses': u&quot;ip_address='10.2.0.4', subnet_id='3bd93cf1-be6c-4421-bc2c-9288caf217ed'&quot;, u'ID': u'f9df8314-aa99-4fd9-a88b-0b085d007f6b', u'MAC Address': u'fa:16:3e:82:ec...">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Port</arg>
<arg>${port['ID']}</arg>
</arguments>
<kw name="Delete Port" library="OpenStackOperations">
<doc>Delete Port with neutron request.</doc>
<arguments>
<arg>${port['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack port delete ${port_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:53.893" level="INFO">Starting process:
openstack port delete f9df8314-aa99-4fd9-a88b-0b085d007f6b</msg>
<msg timestamp="20181202 17:58:53.914" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:56.797" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:56.797" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:56.797" starttime="20181202 17:58:53.892"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:56.798" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:56.798" starttime="20181202 17:58:56.798"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:56.799" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:56.799" starttime="20181202 17:58:56.798"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:56.799" starttime="20181202 17:58:56.799"></status>
</kw>
<msg timestamp="20181202 17:58:56.800" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:58:56.800" starttime="20181202 17:58:53.891"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:56.800" starttime="20181202 17:58:53.872"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:56.800" starttime="20181202 17:58:53.872"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:56.800" starttime="20181202 17:58:53.871"></status>
</kw>
<status status="PASS" endtime="20181202 17:58:56.800" starttime="20181202 17:58:39.360"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack network list -f json</arg>
</arguments>
<assign>
<var>@{networks}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:56.801" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:58:56.801" starttime="20181202 17:58:56.801"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack network list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:56.802" level="INFO">Starting process:
openstack network list -f json</msg>
<msg timestamp="20181202 17:58:56.844" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:58:59.141" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:58:59.142" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:58:59.142" starttime="20181202 17:58:56.802"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:58:59.143" level="INFO">[
  {
    "Subnets": "3bd93cf1-be6c-4421-bc2c-9288caf217ed", 
    "ID": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd", 
    "Name": "l2l3_gw_mac_arp_net2"
  }, 
  {
    "Subnets": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755", 
    "ID": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd", 
    "Name": "l2l3_gw_mac_arp_net1"
  }
]</msg>
<status status="PASS" endtime="20181202 17:58:59.143" starttime="20181202 17:58:59.142"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:58:59.144" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:58:59.144" starttime="20181202 17:58:59.144"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:58:59.145" starttime="20181202 17:58:59.144"></status>
</kw>
<msg timestamp="20181202 17:58:59.145" level="INFO">${json} = [
  {
    "Subnets": "3bd93cf1-be6c-4421-bc2c-9288caf217ed", 
    "ID": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd", 
    "Name": "l2l3_gw_mac_arp_net2"
  }, 
  {
    "Subnets": "ee83d02a-ccb1-4f3b-b460-1f...</msg>
<status status="PASS" endtime="20181202 17:58:59.145" starttime="20181202 17:58:56.802"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:58:59.146" level="INFO">To JSON using : content=[
  {
    "Subnets": "3bd93cf1-be6c-4421-bc2c-9288caf217ed", 
    "ID": "a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd", 
    "Name": "l2l3_gw_mac_arp_net2"
  }, 
  {
    "Subnets": "ee83d02a-ccb1-4f3b-b460-1f13e95fe755", 
    "ID": "abcfba9f-d118-4906-ab9c-cdf4f3098ecd", 
    "Name": "l2l3_gw_mac_arp_net1"
  }
] </msg>
<msg timestamp="20181202 17:58:59.146" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:58:59.146" level="INFO">@{list} = [ {u'Subnets': u'3bd93cf1-be6c-4421-bc2c-9288caf217ed', u'ID': u'a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd', u'Name': u'l2l3_gw_mac_arp_net2'} | {u'Subnets': u'ee83d02a-ccb1-4f3b-b460-1f13e95fe755', u'ID':...</msg>
<status status="PASS" endtime="20181202 17:58:59.146" starttime="20181202 17:58:59.146"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:58:59.147" level="INFO">[{u'Subnets': u'3bd93cf1-be6c-4421-bc2c-9288caf217ed', u'ID': u'a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd', u'Name': u'l2l3_gw_mac_arp_net2'}, {u'Subnets': u'ee83d02a-ccb1-4f3b-b460-1f13e95fe755', u'ID': u'abcfba9f-d118-4906-ab9c-cdf4f3098ecd', u'Name': u'l2l3_gw_mac_arp_net1'}]</msg>
<status status="PASS" endtime="20181202 17:58:59.147" starttime="20181202 17:58:59.147"></status>
</kw>
<msg timestamp="20181202 17:58:59.147" level="INFO">@{networks} = [ {u'Subnets': u'3bd93cf1-be6c-4421-bc2c-9288caf217ed', u'ID': u'a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd', u'Name': u'l2l3_gw_mac_arp_net2'} | {u'Subnets': u'ee83d02a-ccb1-4f3b-b460-1f13e95fe755', u'ID':...</msg>
<status status="PASS" endtime="20181202 17:58:59.148" starttime="20181202 17:58:56.801"></status>
</kw>
<kw type="for" name="${network} IN [ @{networks} ]">
<kw type="foritem" name="${network} = {u'Subnets': u'3bd93cf1-be6c-4421-bc2c-9288caf217ed', u'ID': u'a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd', u'Name': u'l2l3_gw_mac_arp_net2'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:58:59.161" level="INFO">Starting process:
openstack subnet delete 3bd93cf1-be6c-4421-bc2c-9288caf217ed</msg>
<msg timestamp="20181202 17:58:59.181" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:02.398" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:02.399" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:02.399" starttime="20181202 17:58:59.160"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:02.400" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:02.400" starttime="20181202 17:59:02.399"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:02.400" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:02.400" starttime="20181202 17:59:02.400"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:02.401" starttime="20181202 17:59:02.401"></status>
</kw>
<msg timestamp="20181202 17:59:02.401" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:02.401" starttime="20181202 17:58:59.160"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:02.401" starttime="20181202 17:58:59.149"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:02.402" starttime="20181202 17:58:59.148"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:02.413" level="INFO">Starting process:
openstack network delete a51d36b1-6ed3-4cf2-bfea-b2c624cb48fd</msg>
<msg timestamp="20181202 17:59:02.445" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:05.590" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:05.591" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:05.591" starttime="20181202 17:59:02.412"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:05.592" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:05.592" starttime="20181202 17:59:05.591"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:05.593" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:05.593" starttime="20181202 17:59:05.592"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:05.593" starttime="20181202 17:59:05.593"></status>
</kw>
<msg timestamp="20181202 17:59:05.594" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:05.594" starttime="20181202 17:59:02.412"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:05.594" starttime="20181202 17:59:02.402"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:05.594" starttime="20181202 17:59:02.402"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:05.594" starttime="20181202 17:58:59.148"></status>
</kw>
<kw type="foritem" name="${network} = {u'Subnets': u'ee83d02a-ccb1-4f3b-b460-1f13e95fe755', u'ID': u'abcfba9f-d118-4906-ab9c-cdf4f3098ecd', u'Name': u'l2l3_gw_mac_arp_net1'}">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Subnet</arg>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="Delete SubNet" library="OpenStackOperations">
<doc>Delete SubNet for the Network with neutron request.</doc>
<arguments>
<arg>${network['Subnets']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack subnet delete ${subnet}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:05.604" level="INFO">Starting process:
openstack subnet delete ee83d02a-ccb1-4f3b-b460-1f13e95fe755</msg>
<msg timestamp="20181202 17:59:05.642" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:08.695" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:08.695" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:08.695" starttime="20181202 17:59:05.604"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:08.696" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:08.696" starttime="20181202 17:59:08.696"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:08.697" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:08.697" starttime="20181202 17:59:08.696"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:08.698" starttime="20181202 17:59:08.697"></status>
</kw>
<msg timestamp="20181202 17:59:08.698" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:08.698" starttime="20181202 17:59:05.603"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:08.698" starttime="20181202 17:59:05.595"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:08.698" starttime="20181202 17:59:05.594"></status>
</kw>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete Network</arg>
<arg>${network['ID']}</arg>
</arguments>
<kw name="Delete Network" library="OpenStackOperations">
<doc>Delete Network with neutron request.</doc>
<arguments>
<arg>${network['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack network delete ${network_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:08.708" level="INFO">Starting process:
openstack network delete abcfba9f-d118-4906-ab9c-cdf4f3098ecd</msg>
<msg timestamp="20181202 17:59:08.748" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:11.798" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:11.799" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:11.799" starttime="20181202 17:59:08.707"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:11.800" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:11.800" starttime="20181202 17:59:11.799"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:11.800" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:11.800" starttime="20181202 17:59:11.800"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:11.801" starttime="20181202 17:59:11.801"></status>
</kw>
<msg timestamp="20181202 17:59:11.801" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:11.801" starttime="20181202 17:59:08.706"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:11.802" starttime="20181202 17:59:08.699"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:11.802" starttime="20181202 17:59:08.698"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:11.802" starttime="20181202 17:59:05.594"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:11.802" starttime="20181202 17:58:59.148"></status>
</kw>
<kw name="OpenStack CLI Get List" library="OpenStackOperations">
<doc>Return a json list from the output of an OpenStack command.</doc>
<arguments>
<arg>openstack security group list -f json</arg>
</arguments>
<assign>
<var>@{security_groups}</var>
</assign>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:59:11.803" level="INFO">@{list} = [ ]</msg>
<status status="PASS" endtime="20181202 17:59:11.803" starttime="20181202 17:59:11.803"></status>
</kw>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack openstack security group list -f json and log the output.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<assign>
<var>${json}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:11.804" level="INFO">Starting process:
openstack security group list -f json</msg>
<msg timestamp="20181202 17:59:11.836" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:14.347" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:14.347" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:14.347" starttime="20181202 17:59:11.804"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:14.349" level="INFO">[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l2l3_gw_mac_arp_sg", 
    "ID": "f554e7d6-3d96-40e1-be3f-0f325fe4b969", 
    "Name": "l2l3_gw_mac_arp_sg"
  }
]</msg>
<status status="PASS" endtime="20181202 17:59:14.350" starttime="20181202 17:59:14.348"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:14.351" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:14.351" starttime="20181202 17:59:14.350"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:14.353" starttime="20181202 17:59:14.351"></status>
</kw>
<msg timestamp="20181202 17:59:14.353" level="INFO">${json} = [
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project"...</msg>
<status status="PASS" endtime="20181202 17:59:14.353" starttime="20181202 17:59:11.803"></status>
</kw>
<kw name="To Json" library="RequestsLibrary">
<doc>Convert a string to a JSON object</doc>
<arguments>
<arg>${json}</arg>
</arguments>
<assign>
<var>@{list}</var>
</assign>
<msg timestamp="20181202 17:59:14.354" level="INFO">To JSON using : content=[
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "Default security group", 
    "ID": "017a4b3c-d8fa-457e-9dcb-67bb225822ed", 
    "Name": "default"
  }, 
  {
    "Project": "cab93d31c425475e9d7f482ebdccc08e", 
    "Description": "Default security group", 
    "ID": "e70afc15-34f5-4717-bba6-d8b8167761fb", 
    "Name": "default"
  }, 
  {
    "Project": "17b1de510988465db29f79175f31c234", 
    "Description": "l2l3_gw_mac_arp_sg", 
    "ID": "f554e7d6-3d96-40e1-be3f-0f325fe4b969", 
    "Name": "l2l3_gw_mac_arp_sg"
  }
] </msg>
<msg timestamp="20181202 17:59:14.355" level="INFO">To JSON using : pretty_print=False </msg>
<msg timestamp="20181202 17:59:14.355" level="INFO">@{list} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:59:14.355" starttime="20181202 17:59:14.354"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${list}</arg>
</arguments>
<msg timestamp="20181202 17:59:14.356" level="INFO">[{u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}, {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}, {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l2l3_gw_mac_arp_sg', u'Description': u'l2l3_gw_mac_arp_sg', u'ID': u'f554e7d6-3d96-40e1-be3f-0f325fe4b969'}]</msg>
<status status="PASS" endtime="20181202 17:59:14.356" starttime="20181202 17:59:14.356"></status>
</kw>
<msg timestamp="20181202 17:59:14.357" level="INFO">@{security_groups} = [ {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'} | {u'Project': u'cab93d31c425475e9d7...</msg>
<status status="PASS" endtime="20181202 17:59:14.357" starttime="20181202 17:59:11.802"></status>
</kw>
<kw type="for" name="${security_group} IN [ @{security_groups} ]">
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'default', u'Description': u'Default security group', u'ID': u'017a4b3c-d8fa-457e-9dcb-67bb225822ed'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:14.359" starttime="20181202 17:59:14.358"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:14.359" starttime="20181202 17:59:14.357"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'cab93d31c425475e9d7f482ebdccc08e', u'Name': u'default', u'Description': u'Default security group', u'ID': u'e70afc15-34f5-4717-bba6-d8b8167761fb'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:14.360" starttime="20181202 17:59:14.360"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:14.360" starttime="20181202 17:59:14.359"></status>
</kw>
<kw type="foritem" name="${security_group} = {u'Project': u'17b1de510988465db29f79175f31c234', u'Name': u'l2l3_gw_mac_arp_sg', u'Description': u'l2l3_gw_mac_arp_sg', u'ID': u'f554e7d6-3d96-40e1-be3f-0f325fe4b969'}">
<kw name="Run Keyword If" library="BuiltIn">
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
<arguments>
<arg>"${security_group['Name']}" != "default"</arg>
<arg>BuiltIn.Run Keyword And Ignore Error</arg>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>Delete SecurityGroup</arg>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="Delete SecurityGroup" library="OpenStackOperations">
<doc>Delete Security group</doc>
<arguments>
<arg>${security_group['ID']}</arg>
</arguments>
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack security group delete ${sg_name}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:14.383" level="INFO">Starting process:
openstack security group delete f554e7d6-3d96-40e1-be3f-0f325fe4b969</msg>
<msg timestamp="20181202 17:59:14.403" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:16.783" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:16.783" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:16.783" starttime="20181202 17:59:14.382"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:16.785" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:16.785" starttime="20181202 17:59:16.784"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:16.786" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:16.786" starttime="20181202 17:59:16.785"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:16.787" starttime="20181202 17:59:16.786"></status>
</kw>
<msg timestamp="20181202 17:59:16.787" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:16.787" starttime="20181202 17:59:14.381"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:16.787" starttime="20181202 17:59:14.363"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:16.787" starttime="20181202 17:59:14.362"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:16.788" starttime="20181202 17:59:14.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:16.788" starttime="20181202 17:59:14.361"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:16.788" starttime="20181202 17:59:14.357"></status>
</kw>
<kw name="OpenStack List All" library="OpenStackOperations">
<doc>Get a list of different OpenStack resources that might be in use.</doc>
<kw name="Create List" library="BuiltIn">
<doc>Returns a list containing given items.</doc>
<arguments>
<arg>server</arg>
<arg>port</arg>
<arg>network</arg>
<arg>subnet</arg>
<arg>security group</arg>
<arg>security group rule</arg>
<arg>floating ip</arg>
<arg>router</arg>
</arguments>
<assign>
<var>@{modules}</var>
</assign>
<msg timestamp="20181202 17:59:16.790" level="INFO">@{modules} = [ server | port | network | subnet | security group | security group rule | floating ip | router ]</msg>
<status status="PASS" endtime="20181202 17:59:16.790" starttime="20181202 17:59:16.789"></status>
</kw>
<kw type="for" name="${module} IN [ @{modules} ]">
<kw type="foritem" name="${module} = server">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:16.807" level="INFO">Starting process:
openstack server list</msg>
<msg timestamp="20181202 17:59:16.850" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:19.288" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:19.289" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:19.289" starttime="20181202 17:59:16.807"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:19.290" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:19.290" starttime="20181202 17:59:19.289"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:19.290" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:19.290" starttime="20181202 17:59:19.290"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:19.291" starttime="20181202 17:59:19.291"></status>
</kw>
<msg timestamp="20181202 17:59:19.292" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:19.292" starttime="20181202 17:59:16.806"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:19.292" starttime="20181202 17:59:16.790"></status>
</kw>
<kw type="foritem" name="${module} = port">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:19.305" level="INFO">Starting process:
openstack port list</msg>
<msg timestamp="20181202 17:59:19.334" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:21.335" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:21.336" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:21.336" starttime="20181202 17:59:19.305"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:21.337" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:21.337" starttime="20181202 17:59:21.336"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:21.338" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:21.338" starttime="20181202 17:59:21.337"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:21.338" starttime="20181202 17:59:21.338"></status>
</kw>
<msg timestamp="20181202 17:59:21.339" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:21.339" starttime="20181202 17:59:19.304"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:21.339" starttime="20181202 17:59:19.292"></status>
</kw>
<kw type="foritem" name="${module} = network">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:21.348" level="INFO">Starting process:
openstack network list</msg>
<msg timestamp="20181202 17:59:21.384" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:23.485" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:23.485" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:23.485" starttime="20181202 17:59:21.347"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:23.486" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:23.486" starttime="20181202 17:59:23.486"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:23.487" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:23.487" starttime="20181202 17:59:23.487"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:23.488" starttime="20181202 17:59:23.487"></status>
</kw>
<msg timestamp="20181202 17:59:23.488" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:23.488" starttime="20181202 17:59:21.347"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:23.488" starttime="20181202 17:59:21.339"></status>
</kw>
<kw type="foritem" name="${module} = subnet">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:23.497" level="INFO">Starting process:
openstack subnet list</msg>
<msg timestamp="20181202 17:59:23.540" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:25.631" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:25.631" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:25.631" starttime="20181202 17:59:23.496"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:25.632" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:25.633" starttime="20181202 17:59:25.632"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:25.633" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:25.633" starttime="20181202 17:59:25.633"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:25.634" starttime="20181202 17:59:25.633"></status>
</kw>
<msg timestamp="20181202 17:59:25.634" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:25.634" starttime="20181202 17:59:23.496"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:25.634" starttime="20181202 17:59:23.488"></status>
</kw>
<kw type="foritem" name="${module} = security group">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:25.645" level="INFO">Starting process:
openstack security group list</msg>
<msg timestamp="20181202 17:59:25.664" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:27.705" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:27.706" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:27.706" starttime="20181202 17:59:25.644"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:27.708" level="INFO">+--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project                          |
+--------------------------------------+---------+------------------------+----------------------------------+
| 017a4b3c-d8fa-457e-9dcb-67bb225822ed | default | Default security group | 17b1de510988465db29f79175f31c234 |
| e70afc15-34f5-4717-bba6-d8b8167761fb | default | Default security group | cab93d31c425475e9d7f482ebdccc08e |
+--------------------------------------+---------+------------------------+----------------------------------+</msg>
<status status="PASS" endtime="20181202 17:59:27.708" starttime="20181202 17:59:27.707"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:27.709" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:27.709" starttime="20181202 17:59:27.709"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:27.711" starttime="20181202 17:59:27.710"></status>
</kw>
<msg timestamp="20181202 17:59:27.712" level="INFO">${output} = +--------------------------------------+---------+------------------------+----------------------------------+
| ID                                   | Name    | Description            | Project      ...</msg>
<status status="PASS" endtime="20181202 17:59:27.712" starttime="20181202 17:59:25.644"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:27.712" starttime="20181202 17:59:25.635"></status>
</kw>
<kw type="foritem" name="${module} = security group rule">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:27.725" level="INFO">Starting process:
openstack security group rule list</msg>
<msg timestamp="20181202 17:59:27.755" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:29.926" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:29.927" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:29.927" starttime="20181202 17:59:27.724"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:29.929" level="INFO">+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP Protocol | IP Range | Port Range | Remote Security Group                | Security Group                       |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| 037d1331-3d35-4a75-80c8-3e13b9544f64 | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 21a4a924-aa47-4a40-933b-e61c895212b0 | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 40bf7425-6cf8-4483-a049-b260cf4202f4 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 51d50dd8-8c9d-459c-a5f9-a2caa628ec62 | None        | None     |            | e70afc15-34f5-4717-bba6-d8b8167761fb | e70afc15-34f5-4717-bba6-d8b8167761fb |
| 6640a848-cc94-4c63-a2da-02ddcbe52522 | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 6d5ca33c-09b2-46e8-bb0e-9152ee73719f | None        | None     |            | 017a4b3c-d8fa-457e-9dcb-67bb225822ed | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| 900f9ec1-a714-4eaf-a552-61daa370f63d | None        | None     |            | None                                 | 017a4b3c-d8fa-457e-9dcb-67bb225822ed |
| c32f47c5-f5bb-4c35-a0d6-efd77394dffe | None        | None     |            | None                                 | e70afc15-34f5-4717-bba6-d8b8167761fb |
+--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+</msg>
<status status="PASS" endtime="20181202 17:59:29.930" starttime="20181202 17:59:29.928"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:29.931" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:29.931" starttime="20181202 17:59:29.930"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:29.933" starttime="20181202 17:59:29.931"></status>
</kw>
<msg timestamp="20181202 17:59:29.934" level="INFO">${output} = +--------------------------------------+-------------+----------+------------+--------------------------------------+--------------------------------------+
| ID                                   | IP...</msg>
<status status="PASS" endtime="20181202 17:59:29.934" starttime="20181202 17:59:27.724"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:29.934" starttime="20181202 17:59:27.712"></status>
</kw>
<kw type="foritem" name="${module} = floating ip">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:29.955" level="INFO">Starting process:
openstack floating ip list</msg>
<msg timestamp="20181202 17:59:29.977" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:32.160" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:32.161" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:32.161" starttime="20181202 17:59:29.954"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:32.162" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:32.163" starttime="20181202 17:59:32.162"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:32.164" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:32.164" starttime="20181202 17:59:32.163"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:32.165" starttime="20181202 17:59:32.164"></status>
</kw>
<msg timestamp="20181202 17:59:32.166" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:32.166" starttime="20181202 17:59:29.953"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:32.166" starttime="20181202 17:59:29.934"></status>
</kw>
<kw type="foritem" name="${module} = router">
<kw name="OpenStack CLI" library="OpenStackOperations">
<doc>Run the given OpenStack ${cmd} and log the output.</doc>
<arguments>
<arg>openstack ${module} list</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<kw name="Run Process" library="Process">
<doc>Runs a process and waits for it to complete.</doc>
<arguments>
<arg>${cmd}</arg>
<arg>shell=True</arg>
</arguments>
<assign>
<var>${result}</var>
</assign>
<msg timestamp="20181202 17:59:32.183" level="INFO">Starting process:
openstack router list</msg>
<msg timestamp="20181202 17:59:32.223" level="INFO">Waiting for process to complete.</msg>
<msg timestamp="20181202 17:59:34.437" level="INFO">Process completed.</msg>
<msg timestamp="20181202 17:59:34.437" level="INFO">${result} = &lt;result object with rc 0&gt;</msg>
<status status="PASS" endtime="20181202 17:59:34.438" starttime="20181202 17:59:32.183"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.439" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:34.439" starttime="20181202 17:59:34.438"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${result.stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.439" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:34.439" starttime="20181202 17:59:34.439"></status>
</kw>
<kw name="Should Be True" library="BuiltIn">
<doc>Fails if the given condition is not true.</doc>
<arguments>
<arg>'${result.rc}' == '0'</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:34.440" starttime="20181202 17:59:34.440"></status>
</kw>
<msg timestamp="20181202 17:59:34.441" level="INFO">${output} = </msg>
<status status="PASS" endtime="20181202 17:59:34.441" starttime="20181202 17:59:32.182"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.441" starttime="20181202 17:59:32.166"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.441" starttime="20181202 17:59:16.790"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.441" starttime="20181202 17:59:16.788"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.441" starttime="20181202 17:57:49.780"></status>
</kw>
<kw name="Stop Packet Capture On Nodes" library="OpenStackOperations">
<arguments>
<arg>${tcpdump_port_6653_conn_ids}</arg>
</arguments>
<kw name="Stop Packet Capture on Nodes" library="Tcpdump">
<doc>Stop the packet captures on the given list of node connection ids</doc>
<arguments>
<arg>${conn_ids}</arg>
</arguments>
<kw type="for" name="${conn_id} IN [ @{conn_ids} ]">
<kw type="foritem" name="${conn_id} = 13">
<kw name="Stop Packet Capture on Node" library="Tcpdump">
<doc>This keyword will list the running processes looking for tcpdump and then kill the process with the name tcpdump</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<kw name="Switch Connection" library="SSHLibrary">
<doc>Switches the active connection by index or alias.</doc>
<arguments>
<arg>${conn_id}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:34.444" starttime="20181202 17:59:34.444"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ps -elf | grep tcpdump</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:59:34.444" level="INFO">Executing command 'sudo ps -elf | grep tcpdump'.</msg>
<msg timestamp="20181202 17:59:34.572" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:59:34.573" level="INFO">${stdout} = 4 S root      474079  474059  0  80   0 - 55154 poll_s 17:45 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap
4 S tc...</msg>
<status status="PASS" endtime="20181202 17:59:34.573" starttime="20181202 17:59:34.444"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.574" level="INFO">4 S root      474079  474059  0  80   0 - 55154 poll_s 17:45 ?        00:00:00 sudo /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap
4 S tcpdump   474088  474079  0  80   0 -  8196 poll_s 17:45 ?        00:00:00 /usr/sbin/tcpdump -vvv -ni eth0 port 6653 -w /tmp/tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap
0 S heat-ad+  518343  474059  0  80   0 - 28293 do_wai 17:59 ?        00:00:00 bash -c sudo ps -elf | grep tcpdump
0 S heat-ad+  518355  518343  0  80   0 - 28176 pipe_w 17:59 ?        00:00:00 grep tcpdump</msg>
<status status="PASS" endtime="20181202 17:59:34.574" starttime="20181202 17:59:34.574"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo pkill -f tcpdump</arg>
<arg>return_stderr=True</arg>
</arguments>
<assign>
<var>${stdout}</var>
<var>${stderr}</var>
</assign>
<msg timestamp="20181202 17:59:34.574" level="INFO">Executing command 'sudo pkill -f tcpdump'.</msg>
<msg timestamp="20181202 17:59:34.691" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:59:34.691" level="INFO">${stdout} = </msg>
<msg timestamp="20181202 17:59:34.692" level="INFO">${stderr} = </msg>
<status status="PASS" endtime="20181202 17:59:34.692" starttime="20181202 17:59:34.574"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stderr}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.692" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:34.692" starttime="20181202 17:59:34.692"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.693" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:34.693" starttime="20181202 17:59:34.693"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo xz -9ekvv /tmp/*.pcap</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:59:34.693" level="INFO">Executing command 'sudo xz -9ekvv /tmp/*.pcap'.</msg>
<msg timestamp="20181202 17:59:34.862" level="INFO">Command exited with return code 1.</msg>
<msg timestamp="20181202 17:59:34.863" level="INFO">${stdout} = </msg>
<status status="PASS" endtime="20181202 17:59:34.863" starttime="20181202 17:59:34.693"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.863" level="INFO"></msg>
<status status="PASS" endtime="20181202 17:59:34.863" starttime="20181202 17:59:34.863"></status>
</kw>
<kw name="Execute Command" library="SSHLibrary">
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<arguments>
<arg>sudo ls -ls /tmp</arg>
</arguments>
<assign>
<var>${stdout}</var>
</assign>
<msg timestamp="20181202 17:59:34.864" level="INFO">Executing command 'sudo ls -ls /tmp'.</msg>
<msg timestamp="20181202 17:59:34.960" level="INFO">Command exited with return code 0.</msg>
<msg timestamp="20181202 17:59:34.960" level="INFO">${stdout} = total 112
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          ro...</msg>
<status status="PASS" endtime="20181202 17:59:34.960" starttime="20181202 17:59:34.864"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${stdout}</arg>
</arguments>
<msg timestamp="20181202 17:59:34.962" level="INFO">total 112
20 -rw-r--r--. 1 root          root          20314 Dec  2 15:07 builder.log
 0 drwx------. 5 tripleo-admin tripleo-admin   149 Dec  2 15:43 ceph_ansible_tmp
 0 drwxr-xr-x. 2 root          root              6 Dec  2 15:50 hsperfdata_root
 4 -rwxr-x---. 1 root          root            903 Dec  2 15:42 restart_mgr_daemon.sh
 4 -rwxr-x---. 1 root          root           1478 Dec  2 15:42 restart_mon_daemon.sh
 4 -rwxr-x---. 1 root          root           3085 Dec  2 15:42 restart_osd_daemon.sh
 0 drwx------. 3 root          root             17 Dec  2 15:36 systemd-private-a1232c8bde774b00a1d7b10ff7f5a0d6-chronyd.service-oIU21U
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:45 tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:45 tcpdump_port_6653__CSIT_Arp_Learning__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:31 tcpdump_port_6653__CSIT_Elan__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:35 tcpdump_port_6653__CSIT_External_Network__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:07 tcpdump_port_6653__CSIT_L2__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:59 tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:59 tcpdump_port_6653__CSIT_L2L3_Gatewaymac_Arp__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:22 tcpdump_port_6653__CSIT_L3__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:51 tcpdump_port_6653__CSIT_Neutron_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 16:48 tcpdump_port_6653__CSIT_Security_Group__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:05 tcpdump_port_6653__CSIT_Security_Group_L3Bcast__192.0.2.3.pcap.xz
 4 -rw-r--r--. 1 tcpdump       tcpdump          24 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap
 4 -rw-r--r--. 1 tcpdump       tcpdump          80 Dec  2 17:18 tcpdump_port_6653__CSIT_Vpn_Basic__192.0.2.3.pcap.xz
 0 drwx------. 2 root          root              6 Dec  2 15:36 tmp.1DJPqULoyR</msg>
<status status="PASS" endtime="20181202 17:59:34.962" starttime="20181202 17:59:34.961"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.962" starttime="20181202 17:59:34.443"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.962" starttime="20181202 17:59:34.443"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.962" starttime="20181202 17:59:34.443"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.963" starttime="20181202 17:59:34.442"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:34.963" starttime="20181202 17:59:34.441"></status>
</kw>
<kw name="Close All Connections" library="SSHLibrary">
<doc>Closes all open connections.</doc>
<status status="PASS" endtime="20181202 17:59:35.083" starttime="20181202 17:59:34.964"></status>
</kw>
<kw type="for" name="${i} IN RANGE [ ${NUM_ODL_SYSTEM} ]">
<kw type="foritem" name="${i} = 0">
<kw name="Issue_Command_On_Karaf_Console" library="KarafKeywords">
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 192.0.2.3</doc>
<arguments>
<arg>threads --list | wc -l</arg>
<arg>${ODL_SYSTEM_${i+1}_IP}</arg>
</arguments>
<kw name="Open Connection" library="SSHLibrary">
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<arguments>
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
</arguments>
<status status="PASS" endtime="20181202 17:59:35.106" starttime="20181202 17:59:35.104"></status>
</kw>
<kw name="Login" library="SSHLibrary">
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<arguments>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
</arguments>
<msg timestamp="20181202 17:59:35.107" level="INFO">Logging into '192.0.2.3:8101' as 'karaf'.</msg>
<msg timestamp="20181202 17:59:35.304" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[?2004hopendaylight-user</msg>
<status status="PASS" endtime="20181202 17:59:35.304" starttime="20181202 17:59:35.106"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>${cmd}</arg>
</arguments>
<msg timestamp="20181202 17:59:35.323" level="INFO">@root&gt;threads --list | 0[C 0w[Kc -l</msg>
<status status="PASS" endtime="20181202 17:59:35.324" starttime="20181202 17:59:35.305"></status>
</kw>
<kw name="Read Until Regexp" library="SSHLibrary">
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<arguments>
<arg>${KARAF_PROMPT}</arg>
</arguments>
<assign>
<var>${output}</var>
</assign>
<msg timestamp="20181202 17:59:35.478" level="INFO">[?1l&gt;[?2004l     290    290
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<msg timestamp="20181202 17:59:35.479" level="INFO">${output} = [?1l&gt;[?2004l     290    290
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:59:35.479" starttime="20181202 17:59:35.324"></status>
</kw>
<kw name="Write" library="SSHLibrary">
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<arguments>
<arg>logout</arg>
</arguments>
<msg timestamp="20181202 17:59:35.522" level="INFO">logout</msg>
<status status="PASS" endtime="20181202 17:59:35.522" starttime="20181202 17:59:35.479"></status>
</kw>
<kw name="Close Connection" library="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" endtime="20181202 17:59:35.524" starttime="20181202 17:59:35.523"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${output}</arg>
</arguments>
<msg timestamp="20181202 17:59:35.525" level="INFO">[?1l&gt;[?2004l     290    290
[?1h=[?2004hopendaylight-user@root&gt;</msg>
<status status="PASS" endtime="20181202 17:59:35.525" starttime="20181202 17:59:35.524"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.525" starttime="20181202 17:59:35.103"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.525" starttime="20181202 17:59:35.084"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.525" starttime="20181202 17:59:35.083"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.525" starttime="20181202 17:57:46.875"></status>
</kw>
<doc>Test Suite for Gateway mac based L2L3 seggragation</doc>
<status status="FAIL" endtime="20181202 17:59:35.525" starttime="20181202 17:45:41.767">Suite setup failed:
Keyword 'OpenStackOperations.Verify VM Is ACTIVE' failed after retrying for 10 minutes. The last error was: '| OS-EXT-STS:vm_state                 | error                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |' does not contain 'active'</status>
</suite>
<suite source="/home/opnfv/repos/odl_test/csit/suites/integration/Create_JVM_Plots.robot" id="s1-s11" name="Create JVM Plots">
<test id="s1-s11-t1" name="Create JVM Plots">
<kw name="Run Keyword And Ignore Error" library="BuiltIn">
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<arguments>
<arg>CheckJVMResource.Create JVM Plots</arg>
</arguments>
<kw name="Create JVM Plots" library="CheckJVMResource">
<doc>Draw Resource usage plot using plot_points method.</doc>
<kw type="for" name="${index} IN RANGE [ 1 | ${controllers_number}+1 ]">
<kw type="foritem" name="${index} = 1">
<kw name="Set Variable" library="BuiltIn">
<doc>Returns the given values which can then be assigned to a variables.</doc>
<arguments>
<arg>${ODL_SYSTEM_${index}_IP}</arg>
</arguments>
<assign>
<var>${controller-ip}</var>
</assign>
<msg timestamp="20181202 17:59:35.548" level="INFO">${controller-ip} = 192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:59:35.548" starttime="20181202 17:59:35.548"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${controller-ip}</arg>
</arguments>
<msg timestamp="20181202 17:59:35.548" level="INFO">192.0.2.3</msg>
<status status="PASS" endtime="20181202 17:59:35.548" starttime="20181202 17:59:35.548"></status>
</kw>
<kw name="ElasticsearchAppender.Get_Connection">
<arguments>
<arg>${controller-ip}</arg>
<arg>${elastic-port}</arg>
</arguments>
<assign>
<var>${session}</var>
</assign>
<msg timestamp="20181202 17:59:35.550" level="FAIL">No keyword with name 'ElasticsearchAppender.Get_Connection' found.</msg>
<status status="FAIL" endtime="20181202 17:59:35.550" starttime="20181202 17:59:35.550"></status>
</kw>
<status status="FAIL" endtime="20181202 17:59:35.550" starttime="20181202 17:59:35.548"></status>
</kw>
<status status="FAIL" endtime="20181202 17:59:35.550" starttime="20181202 17:59:35.547"></status>
</kw>
<status status="FAIL" endtime="20181202 17:59:35.551" starttime="20181202 17:59:35.547"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.551" starttime="20181202 17:59:35.547"></status>
</kw>
<status status="PASS" endtime="20181202 17:59:35.551" critical="yes" starttime="20181202 17:59:35.546"></status>
</test>
<doc>Test suite to Plot JVM Resources</doc>
<status status="PASS" endtime="20181202 17:59:35.551" starttime="20181202 17:59:35.533"></status>
</suite>
<status status="FAIL" endtime="20181202 17:59:35.554" starttime="20181202 15:53:36.197"></status>
</suite>
<statistics>
<total>
<stat fail="147" pass="5">Critical Tests</stat>
<stat fail="147" pass="5">All Tests</stat>
</total>
<tag>
<stat fail="26" pass="0">NON_GATE</stat>
<stat fail="0" pass="4">Regression</stat>
<stat fail="25" pass="0">skip_if_conntrack</stat>
<stat fail="34" pass="0">skip_if_stateful</stat>
</tag>
<suite>
<stat fail="147" id="s1" name="CSIT" pass="5">CSIT</stat>
<stat fail="14" id="s1-s1" name="L2" pass="0">CSIT.L2</stat>
<stat fail="27" id="s1-s2" name="L3" pass="0">CSIT.L3</stat>
<stat fail="25" id="s1-s3" name="External Network" pass="0">CSIT.External Network</stat>
<stat fail="34" id="s1-s4" name="Security Group" pass="0">CSIT.Security Group</stat>
<stat fail="0" id="s1-s5" name="Neutron Security Group" pass="4">CSIT.Neutron Security Group</stat>
<stat fail="6" id="s1-s6" name="Security Group L3Bcast" pass="0">CSIT.Security Group L3Bcast</stat>
<stat fail="24" id="s1-s7" name="Vpn Basic" pass="0">CSIT.Vpn Basic</stat>
<stat fail="5" id="s1-s8" name="Elan" pass="0">CSIT.Elan</stat>
<stat fail="3" id="s1-s9" name="Arp Learning" pass="0">CSIT.Arp Learning</stat>
<stat fail="9" id="s1-s10" name="L2L3 Gatewaymac Arp" pass="0">CSIT.L2L3 Gatewaymac Arp</stat>
<stat fail="0" id="s1-s11" name="Create JVM Plots" pass="1">CSIT.Create JVM Plots</stat>
</suite>
</statistics>
<errors>
<msg timestamp="20181202 17:59:35.543" level="ERROR">Error in file '/home/opnfv/repos/odl_test/csit/libraries/CheckJVMResource.robot': Importing test library '/home/opnfv/repos/odl_test/csit/libraries/Appenders/ElasticsearchAppender.py' failed: ImportError: No module named elasticsearch
Traceback (most recent call last):
  File "/home/opnfv/repos/odl_test/csit/libraries/Appenders/ElasticsearchAppender.py", line 34, in &lt;module&gt;
    from elasticsearch import Elasticsearch
PYTHONPATH:
  /usr/bin
  /usr/lib64/python27.zip
  /usr/lib64/python2.7
  /usr/lib64/python2.7/plat-linux2
  /usr/lib64/python2.7/lib-tk
  /usr/lib64/python2.7/lib-old
  /usr/lib64/python2.7/lib-dynload
  /usr/lib64/python2.7/site-packages
  /usr/lib/python2.7/site-packages</msg>
</errors>
</robot>
